Category Archives: Ubuntu

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 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 »

HOW TO INSTALL COMPOSER ON LINUX

By | February 29, 2020

Composer is a command-line package manager for the PHP programming language. Composer helps in managing dependencies and libraries that are required when developing PHP applications. So if you’re developing a PHP app and you need some third-party libraries you can declare them in the “composer.json” file; while composer will go ahead to install the libraries… Read More »

How to Merge Multiple Disk Drive Partitions into One in Linux

By | November 11, 2019

This tutorial shows you how you can create a single partition on a disk drive with many smaller fragmented partitions easily. There are many situations that can lead to the population of a disk drive by different fragmented partitions. For instance, you might want to repurpose a USB thumb drive that has been used to… 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 »

How to Install Geany IDE on Linux

By | July 16, 2019

Geany is cross-platform, feature-rich, full–blown integrated development environment (IDE), that you can get on Linux. Among others, one good reason i love geany IDE is because of its automatic compiler recognition; once a compliler of any programming language is installed on yopur PC you dont need any further configuration to start using the IDE to… Read More »

Automating Stuffs: Introduction to Linux Shell Scripting

By | May 30, 2019

In recent times many computer users are comfortable using point-and-click (graphical) user interfaces – GUI – and so any mention of commands becomes scary and disturbing. But as a Linux user the command line interface (CLI) is an integral part of the operating system (OS) and also very necessarily productivity or performance-wise. There still many… Read More »

How to Install Atom Editor in Ubuntu Linux.

By | March 25, 2019

A Hackable text editor for the 21st Century! Atom is an open source text editor for all your text needs. But its mostly used and suited for programming and development (coding). A very functional and feature-rich text editor is an invaluable component of a developer toolbox. Atom is open-source (if you have the skills you… Read More »