Easy Guide to Uninstall or Remove Packages from Ubuntu

Easy-Guide-to-Uninstall-or-Remove-Packages-from-Ubuntu

When you install a package on Ubuntu, the package manager installs the binary packages with all the other dependencies. In the future, when the package is no longer needed, you should uninstall it because loading the server with unneeded packages will slow down the server. Here is an easy guide to uninstall or remove packages … Continue Reading »

Install WordPress with Nginx (LEMP) on Rocky or Alma Linux with SSL

install-wordpress-with-nginx-lemp-on-rocky-or-alma-linux-with-ssl

Looking for the best setup to host your WordPress website? I have tested it personally. I have tried WordPress with LEMP on Ubuntu, Centos, and other Linux distros, and trust me, the best setup I found was LEMP with Rocky or Alma Linux. So, I thought to share how I managed to Install WordPress with … Continue Reading »

How to Enable Gzip in Nginx on Ubuntu?

Configure-Gzip-in-Nginx-on-Ubuntu

Website performance is the most critical factor for ranking, user engagement, and much more. Many things make a website faster and one of them is compression. Compressing files not only makes a website faster, but it also reduces your web hosting bills as small files need less bandwidth. If you are using Nginx as your … Continue Reading »

Install and Configure Redis as Object Cache for WordPress

Install-and-Configure-Redis-as-Object-Cache-for-Wordpress

People are doing a lot to boost their WordPress website’s performance. Many are spending money on buying plugins, many are purchasing pricy hostings and whatnot. Here in this tutorial, I will show you how you can install and configure Redis as an object cache for WordPress. Prerequisites To set up Redis, you need a configured … Continue Reading »

Configure Cache-Control Headers in Nginx

configure-cache-control-in-nginx

Cache-control headers are used to define how the resources will be cached. These headers define how and for how long the resources will be saved on the browser so that the browser doesn’t have to fetch the same again and again. Static resources like images, CSS, and Javascript are usually cached using these control headers … Continue Reading »