Category Archives: HowTo

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 »

How to Change Bootstrap Default Colour Theme: Without writing Code.

By | May 23, 2018

For those of y’all that don’t know what bootstrap is, bootstrap is one of the most amazing development that have come into front-end web development. It’s a responsive framework that helps to reduce development time by providing ready-to-use UI/UX components that can be easily imported into any website/application UI/UX design, while focusing more on content.… 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 »

How to install the latest stable PHP 7.2 in Ubuntu Linux.

By | April 7, 2018

In this post I’m going to show you how to install PHP 7.2 in Ubuntu 16.04 system. Beginning with Ubuntu 16.04, PHP 7 has replaced PHP 5 as the default PHP version in the Ubuntu software repository. And can be installed by simply using the command: sudo apt-get install php7 But PHP 7.2 is the… 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 »

Why these 5 myths about the Linux command-line are false

By | February 27, 2018

USING THE command-line (CL) is scary for many computer users especially those using Linux. All effort is wielded to avoid it as much as possible. One major reason for this trend is that many of such users are coming from using an operating system (OS) where important stuffs were done point-and-click style using only the… Read More »

How to install Spotify in Ubuntu Linux

By | December 23, 2017

Installing one of the world’s most popular media streaming app. Since it launch in 2008, Spotify has become a major music, podcast, and video streaming service that have come to be reckoned with. Competing with giants like apple music. Spotify is a web-service that provides digital rights management–protected content from record labels and media companies.

How to install Ubuntu software (.deb) package from the command line.

By | November 21, 2017

There are a couple of ways to get (install) software package(s) or applications (apps) installed in Ubuntu. The common way is through the Ubuntu software centre. This process is the easiest. It is basically point-and-click style. Many of the intricacies involve in the process are abstracted from the view of the Linux user. But some… Read More »

How to install Foxit PDF Reader in Linux (Ubuntu)

By | October 5, 2017

  Foxit PDF Reader (FPR) is a very sophisticated cross-platform PDF reader with rich features. It makes reading portable document format (PDF) documents/files enjoyable in many ways. And most importantly it’s free of to download. Apart from it basic functions of creating, editing, and viewing PDF documents. Foxit Reader has awesome features like; *  Encrypt and digitally signing documents. *  Multiple document tab viewing (my favourite). And so  many more.   Note: there are some features that are available in the Windows version which are  absent in the ubuntu version (e.g. The text-to-speech, TTS, feature – at least out-of-the-box).   INSTALL FOXIT ON UBUNTU STEP 1:  Go to the Foxit website and download the binary package for the Linux distribution (distro) you’re using. (For this post I would be demonstrating on Ubuntu 16). The file should be in this format: FoxitReader_version_setup.run.tar.gz (FoxitReader2.4.1.0609_Server_x64_enu_Setup.run.tar.gz).   STEP 2:  After a successful downloading, extract the the compressed archive. By right-clicking on the archive and the selecting “Extract here” from the drop-down options (To learn how to extract compressed archives on the command line read this).   STEP 3:  The extraction creates an executable file (FoxitReader2.4.1.0609_Server_x64_enu_Setup.run). Simply double click on the executable file and follow the installation steps on the screen.     Happy Linux’NG! 

How To Install Let’s Encrypt Certificate On Godaddy Shared Cpanel Hosting

By | September 4, 2017

Using graphical/web interface. The Let’s encrypt (LE) SSL certificate is a free distributed certificate for websites to create secure (encrypted) server-client communication. LE certificate can be installed on multiple domains. The only caveat to using LE is that it expires every 90 days, and hence need renewal every 3 months. But if you are proficient… Read More »