1 0
post icon

Some Hilarious Linux Jokes

Hey guys, just a quick update.. Here are some quite a hilarious linux jokes that I found over the internet. If you have more jokes, just post it over here. :D
(more…)

  • Share/Bookmark
Read full story »
21. Jul, 2010
post icon

The HOST dispatcher shell by Arimbun

A slightly harder—if not more interesting—program that simulates resource allocation on a computer system. HOST stands for Hypothetical Operating System Testbed, a multiprogramming system that manages resources in a four-level priority dispatcher. Taken straight off the Operating Systems Internal and Design Principles textbook by William Stallings, this is my second assignment in the COMP3520 Operating Systems Internals course taught at Sydney University.

(more…)

  • Share/Bookmark
Read full story »
18. Jul, 2010
post icon

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

(more…)

  • Share/Bookmark
Read full story »
17. Jul, 2010
post icon

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 to resolve it?

(more…)

  • Share/Bookmark
Read full story »
10. Jul, 2010
post icon

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, please do post/discuss it in this community page. If you would, please also like the page. Thanks!

  • Share/Bookmark
Read full story »
09. Jul, 2010
Page 1 of 32 12345»Next...Last »