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

Install GIMP If You Want PHOTOSHOP On Linux.

By | April 30, 2019

And bring your graphics creativity to life. GIMP (GNU IMAGE MANIPULATION PROGRAM) is a very powerful and flexible, free and open-source image editor that can be used for image retouching and editing, free-form drawing, converting between different types of image formats, and many other graphic-related tasks. GIMP contains very useful tools to make your work… 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 »

How to Install Fortran Compiler in Linux

By | October 22, 2018

  In this post I will show you how you can set up a Fortran development environment in some easy steps in ubuntu Linux. GFORTRAN     Though there are many different Fortran compilers available for Linux systems; I will be installing gfortran (or GNUFortran), the Fortran compiler from GNU,( the custodian of many prominent… Read More »

How to Install Anbox in Ubuntu Linux

By | September 18, 2018

  Anbox is a an a contained android emulating platform for Linux systems. Simply put Anbox allows you to run android applications natively-ish on Linux systems. In this post I will show you how to install it on Ubuntu Linux systems. The only way, for now, to get Anbox is to through its snap version.… Read More »