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

How to Install Themes and Make your ubuntu desktop come alive

By | August 6, 2018

Sometimes added visual flavours to the Linux desktop can make the user experience all worthwhile. One way of achieving this is the use of themes; which can change desktop appearance and interactions. I will show you how to give your Linux desktop a personalized look and feel by installing themes. NB: Ubuntu 16 Linux used… Read More »

Tweaking Desktop settings in Ubuntu Linux with powerful GUI tools.

By | July 3, 2018

    There are a couple of graphical tweak tools use to give a Linux desktop some customized looks and behaviour(s). Tweak Tools are settings managers for the Linux desktop. It provides users with a fast, simple and easy-to-use interface with which to access many useful and little known features and settings of the desktop… Read More »

What is The Linux Swap Partition?

By | May 3, 2018

During the installation of many modern Linux distributions, the hard drive (HDD) is automatically partitioned with the necessary file system (which include the Swap partition) to make the installation process simple as possible. After installation you can check your swap partition by entering the ‘free’ command in the terminal:     But there are some… Read More »

7 Open Source Alternatives to DreamWeaver.

By | March 24, 2018

Looking for an open source alternative to Dreamweaver or another proprietary HTML/CSS editor? Let’s round up some of your options. Not all that many years ago, pretty much every webpage on the Internet was, at some level, designed painstakingly by hand. It was tough, and before CSS really took hold and became well supported across… Read More »