I was scratching my head for hours in troubleshooting this issue. My WordPress website which was caching fine with FastCGI, suddenly stopped caching. I couldn’t…
Preventing a package from being installed can be very useful in some cases. This guide will show you on how to do that. Issue I…
When you first install MySQL or MariaDB, root password is set to blank. So when you are trying to use a command such as mysql_secure_installation,…
There is a lot of extensions you can install in your GNOME. They can be easy to install, but a bit tricky to update because…
I was trying to use adb on my connected phone, but somehow adb devices showed me this $ adb devices List of devices attached 7e0d288f…
Issue I haven’t updated my Ubuntu server for a long time. When I tried doing that, I got a lot of locale error locale: Cannot…
Clipboard and folder sharing are usually an important feature to have when we run virtual machines. So here am I sharing the complete guide for…
I got a bunch of network failure error when trying to run $ sudo apt update on my Ubuntu. The error looked like this $…
I spent a few hours today learning on how to build a docker container. Most of the time spent on mounting volumes. But an error…
My friend just have his server installed with Ubuntu 18.04 and somehow snap wouldn’t install packages. He tried to install docker $ sudo snap install…