How to Install Terminator, a Linux Terminal Emulator on Steroids

By | March 31, 2020

There is a default terminal emulator (or terminal for short) that come pre-installed in every Linux distro. The terminal is the command-line interface through which you can type in commands and carry out other text manipulation on Linux. This is so irrespective of the fact that many modern Linux distros support very beautiful and intuitive graphical user interface for every day Linux use cases.… Read More »

6 Commands you must know to be Productive on the terminal.

By | April 19, 2018

The Linux command line (CL) is a wonderful tool, that gives you power beyond normal point-and-click. With it you can unleash the full force of the open-source operating system for any purpose. Yet many new comers shy away from using it. Though it can seem daunting and intimidating at first, looking more like a no-go… 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 Install Debian Application Packages Using Gdebi On Linux

By | September 30, 2021

Gdebi is a simple tool to install Debian packages (file with the .deb file extension). This is very important because almost all Debian derivatives and sub-derivatives rely on the Debian package management system. Gdebi let you install a .deb package file locally while also resolving and installing its dependencies. It has a graphical user interface, but can… Read More »

HOW TO INSTALL AUDACITY AUDIO EDITOR IN LINUX

By | October 31, 2020

Audacity is a very powerful and popular editing application that can be very useful when manipulating audio files. One of its major attraction is its ease of use and flexibility. Though audacity is cross-platform, that is It is available free for all the different major operating systems (OS), I will be showing how you can install… Read More »

How To Install Zoom Video Conferencing App On Linux

By | April 30, 2020

With the recent COVID-19 pandemic ravaging the world, leading to lockdown in a different part of the world, the importance of staying in touch has been brought to the fore. This could be with family members, friends, employees, civil servant and presidents. Communication is now essential in keeping up to date and/or ensuring that essential… Read More »

How To Install And Setup Git In Linux

By | August 1, 2019

What is git? Git is a distributed code revision software created by Linus Torvalds, (yes the creator of Linux). Git is used in project/source code version control. That simply means that it ensures that you can save your work (any coding project) at a particular point in time – versions. Each save is called, in… Read More »