Tag Archives: linux

Microsoft Wants to Stop Supporting Windows 7 Switch to Linux Now

By | January 13, 2020

Microsoft has announced that it would be ending it extended support for its Windows 7 operating system (OS) on January 14, 2020. and recently that paid windows 7 extended security updates (ESU) would be provided through January 2023. according to Microsoft, the ESU would be sold per device basis. What that means is that if… Read More »

How To Install And Setup Git In Linux

By | August 1, 2019

What is git? Git is a distributed code revision software created by Linus Torvalds, (yes the creator of Linux). Git is used in project/source code version control. That simply means that it ensures that you can save your work (any coding project) at a particular point in time – versions. Each save is called, in… Read More »

How to Install Geany IDE on Linux

By | July 16, 2019

Geany is cross-platform, feature-rich, full–blown integrated development environment (IDE), that you can get on Linux. Among others, one good reason i love geany IDE is because of its automatic compiler recognition; once a compliler of any programming language is installed on yopur PC you dont need any further configuration to start using the IDE to… Read More »

Why Microsoft Creates it Own Linux-based Operating System for IoT.

By | June 26, 2019

Microsoft creates a new operating system (OS) for internet of things (IoT) devices – the Azure sphere. And guess what, it based on Linux. Yeah that’s correct. It is the first time Microsoft has publicly released an operating system running the Linux kernel. Of course, looking beyond the surface, this should not be surprising. IoT… 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 »

Extern OS: the Linux you wish you had

By | October 26, 2018

One of the beautiful aspect of the Linux world is the availability of a variety of Linux distributions (ditros) to choose from. Ranging from the ones that powers space hardware (like rockets and the ISS) to the ones that can power your refrigerator; Linux has it all. Popular ones you would likely hear about include… 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 »