Easy Linux File Synchronisation Over a Network

July 17, 2010

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 $DST

Read the full article →

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

July 10, 2010

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 to [...]

Read the full article →

Join AllForLinux.com Facebook Community Page!

July 9, 2010

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, [...]

Read the full article →

Download the Latest Linux Journal Magazine here!

July 9, 2010

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:

Read the full article →

Cracking PDF password in Ubuntu

July 9, 2010

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:

Read the full article →

Read your e-mail via terminal

July 8, 2010

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 know [...]

Read the full article →

Mozilla Firefox 4.0 Beta 1 is finally released

July 7, 2010

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. [...]

Read the full article →