Published News
It was exactly one year ago today that I published my original "The 10 Best Linux Distributions" and it's time to put forth a new list for this year's best. Without looking at the old list, I've decided to compile this one from scratch. This 2009 list takes several factors into account for placement in the list: Community support, commercial support, software variety, update engine and distributi Read More.....
Changing MAC address of a machine is called spoofing a MAC address or faking a MAC address. In linux, you can change MAC address of your machine.This is how it is done. Read More.....
Copying files under Linux is similar to copying files under DOS. Here's an example using the cp (copy) command: Read More.....
You can use the passwd command to change your log-in password, and as you can tell from the man output shown in the preceding section, you have quite a few options. Here are some of the most common: Read More.....
This tutorials will teach you how to change Linux password from console Read More.....
Start/Stop services or run scripts/tasks on Linux from your email using the GroupWise 8 client: Read More.....
A ".tar" file is not a compressed files, it is actually a collection of files within a single file uncompressed. If the file is a .tar.gz ("tarball") or ".tgz" file it is a collection of files that is compressed. If you are looking to compress a file you would create the tar file then gzip the file. Read More.....