Category Archives: HowTo

Formating External Hard Disks and Thumb Drives on Linux.

By | August 19, 2016

Formating in Ubuntu Linux is easy like in windows. There are applications several applications that could be used to format any removable thumb drives. Here we would be using the default ‘disk’ utility that ships with Ubuntu. Open the disk program. Click the Ubuntu icon on the upper-left corner of the unity desktop (or you… Read More »

SSHDroid: Sharing files between android and Linux

By | August 9, 2016

It is not difficult, as always portrayed, to share files between Linux and android devices. Apps like SSHDroid (a Secure SHell client) can share files with a Linux system/PC with ease. I’ll show you. Many people still believe that the only way to transfer files between a PC and your android device is through the… Read More »

How to set a permanent system brightness value for Ubuntu Linux

By | July 21, 2016

Reducing the brightness of your PC is a very good thing to do for several reasons, among which are the reduction of power (battery) consumption and the optical effects it can have on the eyes of a regular PC user. By default I set the brightness of all my systems to the lowest value possible… Read More »

How to Change transparency of the terminal window in ubuntu

By | July 21, 2016

STEP 1: Open the terminal (short code: CTRL+ALT+T). STEP 2: And it should have a default solid colour as background like this. STEP 3: Right click on any part of the terminal and select the “profile” option, the “Profile Preferences”. STEP 4: Select the “background” tab to reveal 3 options: “Solid color”, “Background image”, “Transparent… Read More »

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 »