Easy Linux File Synchronisation Over a Network

rsync is a very good utility for synchronising files over a network. It works based on the delta-transfer algorithm—only data in the source that do not exist on the destination are copied over. This method saves plenty of time and bandwidth compared to the standard cp command. Example: rsync $SRC $DSTContinue Reading

Solving E: Sub-process /usr/bin/dpkg returned an error code(1)

Some Ubuntu users may had experienced this problem. And it’s can’t be fixed by simply typing sudo dpkg –configure -a . I got a way to resolve it, but users must be remember that I am not responsible for any trouble caused by this solution. I tried, and it works on my PC. How toContinue Reading

Join AllForLinux.com Facebook Community Page!

Join AllForLinux.com Facebook Community Page!

I’ve created an AllForLinux Facebook community page, you can join the community page, and discuss things about Linux, and of course you can also discuss our posts, because we also can’t dispute that some of our posts can’t be maintained by our own. If you have some problems or report about Linux bugs or defectiveness,Continue Reading

Download the Latest Linux Journal Magazine here!

Only a quick update since the request of the newest Linux Journal has flooded my comment approval zone. To download the latest Linux Journal, please refer to this link:Continue Reading

Cracking PDF password in Ubuntu

It does look eye-catching right? Cracking PDF password in Ubuntu. I posted this because sometimes I got pissed off when I need to open important PDF files and forgot the magic words. Here I will show you how to crack it and remove that password for good.This is the simple way to crack it:Continue Reading

Read your e-mail via terminal

This is a simple tutorial to show you how to read your e-mail by using the Linux terminal in Ubuntu distribution. It may sounds like a geek, but it is indeed easy to be applied inside your Ubuntu. Alpine 2.0 client mail is the right answer to do this. It is kinda interesting to knowContinue Reading

Mozilla Firefox 4.0 Beta 1 is finally released

After releasing the latest version of firefox 3.6.6 with crash protection feature, Mozilla Foundation now has released their beta preview of Mozilla Firefox 4.0 beta 1. Public are freely to test this open source browser, and post their feedback for this browser. This beta  browser is not recommended for personal use, only for testing purposes.Continue Reading