Tag Archives: linux

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 »

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 »

Ubuntu Linux is everywhere and connecting everything

By | July 19, 2018

Ubuntu Linux is a very user-friendly desktop distribution (distro) of Linux that has played a significant role in bringing the Linux operating system to the ‘general’ public of computer users. It had become a success story of the strengths of the free and open-source software methodology of design software. Many people have come to fall… 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 »

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 »