Software RAID on Debian Linux

Wow, my last post here is month ago. But don’t worry I did not forget about my blog. There are just many thing happened in my life, all of them are time consuming So there no reason to remove me from your RSS reader. Today i will share some thought on software RAID under linux [...]


Extracting tar, gzip, bzip2, z

Sometimes you need to extract some files on Linux console. Here  some examples how to do that. tar Tar archives are the most common way of distributing bundles of files under Linux or UNIX. A .tar file is simply a bundle of files packaged with GNU tar program. To extract such files use following: Provide [...]