Category Archives: FOSS

5 myths busted: Using open source in higher education

By | July 24, 2017

How a PhD student finished his degree in fine arts using Linux despite the naysayers. Have you ever heard someone say, “It’s impossible to do X with Linux”? Me too. This is the story of how I busted the myths about open source in my own head and used Linux to finish my PhD in… Read More »

How to install LAMP server in Linux (Ubuntu)

By | July 16, 2017

  The LAMP server stack is an acronym for a combination of open source software: Apache (web sever), MySQL (database server) and PHP (programming language) on a Linux machine or computer. The LAMP server stack is a very popular and formidable setup for successful dynamic web development. Though there are some come common all-in-one installation… Read More »

NEWS: Linux Kernel 4.12 has been Released!

By | July 11, 2017

Linus Torvalds released Linux kernel 4.12 on Sunday, July 2 and remarked how it was “one of the bigger releases historically.” Indeed, just shy of 12,000 commits, only 4.9 was significantly larger, and that was because Greg Kroah-Hartman declared it an LTS release. Despite Torvalds’ unassuming comment about how there’s “nothing particularly odd going on”… Read More »

Why Does Open Source Really Matter? It’s about Control, Not Code

By | June 20, 2017

A very beautiful piece I would love to share. It would go a long way in answering some lingering questions in the minds of some of those anti-open source advocates. Enjoy below. *** Why is open source software so popular today? You might think it’s about money, open standards or interoperability. Ultimately, however, the most… Read More »

How the internet is strengthening coding communities and e-societies (in Nigeria)

By | June 18, 2017

Whether we like it or not, digital technology is making it easier for technology enthusiasts and fanatics alike to create associations and interact in ways not possible before. This has been (in fact still being fueled) by information explosion propagated through the internet. The internet is one of the factors that have catalyzed globalization. It… Read More »

Some challenges for open source software deployment in Nigeria.

By | May 22, 2017

Free and Open-source Software (FOSS) is a very important aspect of technological development all over the world. And I have written on how FOSS can be of socio-economic benefit to the country and continent at large. When there is a proliferation of software solutions and frameworks that can easily and quickly deployed with no (or… Read More »

Ubuntu’s Unity desktop environment may continue… as a third-party fork

By | April 23, 2017

Canonical has announced that it’s abandoning plans to develop versions of the Ubuntu operating system that run on smartphones and tablets… and that means the company is also giving up on the unity desktop enviroment that was supposed to provide a “convergence” experience no matter what type of device you were using. Starting with Ubuntu… Read More »

Use AnBOX for running Android applications natively on Linux

By | April 21, 2017

Android is the most popular operating system in the world right now and also the most popular mobile operating system there is. It is important that android app be able to run n PCs for quite a number of reasons – most importantly for development purposes for app developers on Linux. Before now to run… Read More »

How to Password-Encrypt Compressed Directories on Linux.

By | April 19, 2017

Password compression of files is a very important file operation that is usually done for very legitimate reasons like file size reduction (especially when considering memory space) and encryption for security reasons. Since security is very important to computer use, it would be very advisable to password-protect folders (or directories) and files containing personal information… Read More »