Background Today my third WordPress plugin has been approved and added to the WordPress Plugins directory. A usual action after your plugin...
How to solve Ubuntu not booting on a dual-boot machine because of shim SBAT security policy violation
Background As a regular reader of this blog, you already know I use a dual-boot setup on my laptop where Ubuntu 22.04 is installed alongside Windows...
My dual-boot setup suddenly stopped working on my Dell XPS
I have been using Ubuntu (20 and then 22.0) and Windows 11 on my Dell XPS 15, 7590 for over three years without any major problems related to booting...
How to make Windows the default OS to boot into instead of Ubuntu Linux on a computer with dual-boot
Like many developers, I run Windows 10 alongside Ubuntu 20.04. I use both of them regularly, but I use Windows most of the time since I work with a...
How to install CMake 3.11.0 on Ubuntu 16.04
Last week I got in touch with CMake because of my internship. I am doing now an internship in a company where I have to develop a Facial Recognition...
Ubuntu installation stuck on ‘Preparing to install Ubuntu’ screen
Almost two weeks ago I bought a new laptop. I bought an ASUS VivoBook Pro N580VD-E4556T, a decent laptop with great specs. Display: 15,6 inch (1920 x...
How to enable HTTP2 on Ubuntu 16.04 server with Apache 2.4.27
Two days ago I wanted to enable HTTP2 my website because it’s faster, simpler, and more robust than HTTP1. Check this link to read more about...
How to use awk to get the amount of days of a specific month
I was busy with writing a shell script on my Linux machine to generate screenshots for liveuamap.com. I needed a way to get the amount of days in a...
Making an installer/updater for Filezilla on Ubuntu Linux
I use Filezilla extensively. I have been using it since almost the first version. It’s really simple. Plus, it’s an Open Source software...