Category Archives: HowTo

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 »

3 Workable Ways of Connecting Linux PC To The Internet.

By | February 20, 2019

The internet has become an integral part of our digital life. With the advent of the web browser, along with other web technologies that sprang up as a result of it, staying offline is presently almost impossible. Sending and receiving emails, media streaming, with the many social networks here and there, there is no doubt… Read More »

How to Format USB Thumb Drives in Ubuntu Linux

By | November 30, 2018

Every now and then we find ourselves in need of ways to formatting USB drives. There are many ways to format USB thumb-drive or SD card in Linux, but in this post I would show you a fast and easy of doing that without installing any additional software. NB: Ubuntu 16.04 was used for this… 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 Create Your Own Linux Commands

By | October 15, 2018

  Who does not like to have the power to create things? Among many powers, Linux gives you the ability to create commands; or wrap default Linux commands in any new command of your choice. Actually you will not be creating new commands (like “cat”, “ls” or “touch”) that could be used on any Linux… 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 »

How to Install and Use Snap Applications in Linux

By | September 1, 2018

Snaps applications (snaps) are apps that are bundled using the snap software package distribution system; that was developed by canonical (the company behind the development of ubuntu Linux distribution). And it has become a major way some popular desktops apps are installed on ubuntu. And many other Linux distribution also now supports snap packages. The… Read More »

What is Snap: The Raving New Way Software is Distributed in Linux?

By | August 28, 2018

If you’re an ubuntu user for quite some time, you could have been recently hearing about Snap or snap applications (snaps). But you’ve been wondering about what they are and why they are becoming the norm in installing software (and apps) in Linux, how many snap apps are available and how you could use them.… Read More »

How to Install Synaptic Package Manager in Ubuntu Linux

By | August 23, 2018

Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+. If you prefer using a GUI to install apps in Debian and Debian-based systems (ubuntu, mint, etc) synaptic would make it worthwhile.     Features: Install, remove, upgrade… Read More »