HOW TO COMPRESS AND DECOMPRESS FILES IN LINUX: tar

By | July 20, 2016

The next tool in line of compression tools is the tape archiver (tar). Though the command somewhat has some complex (though capable) set of command line options and syntax, like we have been doing with others we’ve talked about (gzip and bzip) you can quickly learn to use tar by remembering a few simple invocations… Read More »

HOW TO COMPRESS AND DECOMPRESS FILES IN LINUX: gzip and gunzip

By | July 19, 2016

GNU ZIP (“gzip”) is another compressing command tool commonly used in Linux. Just like the bzip2 program it is used to compress files while the “gunzip” is used to decompress files. The file extension of files compressed with gzip end with ‘.gz’. for example; gzip file_name For example; gzip memo.txt The end product (the compressed… Read More »

HOW TO COMPRESS AND DECOMPRESS FILES IN LINUX: bzip2 and bunzip2

By | July 18, 2016

COMPRESSING and decompressing files are now normal activities a computer user engages in from time to time. Especially now that there are increase in the amount and frequencies with which information is being shared around the world, in various formats and mostly large in size. And the internet have proven to be a very reliable… Read More »

The Linux User

By | July 4, 2016

An average PC user would normally understand the ‘user’ concept of operating that PC. Every person that logs in to a computer system is recognized by that system as a “user”, and such a user has certain privileges (operations he or she can carry out) that is assigned to him/her automatically by the system. This… Read More »