Published News

Linux
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.....
Linux
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.....
Linux
Copying files under Linux is similar to copying files under DOS. Here's an example using the cp (copy) command:  Read More.....
Linux
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.....
Linux
This tutorials will teach you how to change Linux password from console  Read More.....
Avatar

Posted by adam 73 days ago (http://www.daniweb.com)
all
  Read More.....
Linux
Start/Stop services or run scripts/tasks on Linux from your email using the GroupWise 8 client:  Read More.....
Linux
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.....