How to Optimize Nginx for High Traffic?

How-to-optimize-nginx-for-high-traffic

Nginx was developed in 2004 by Igor Sysoev. Nginx was developed to fix the C10K problem. This error has to do with handling 10K concurrent connections. Even though Nginx is powerful and can handle a good amount of traffic. Still, there are methods to optimize Nginx for high traffic so it can handle way more traffic than usual. Prerequisites Tuning … Read More »

How to Speed up WordPress using Plugins?

How-to-Speed-up-WordPress-using-Plugins

WordPress is a well-known open-source content management system used by more than 800 million websites worldwide. Even though developers have already optimized WordPress for performance still there is some scope to speed up WordPress using plugins. These are some of the common tips that you can use to speed up WordPress. The plugins that are shared in this article are … Read More »

How to Boost Nginx Performance?

Boost-Nginx-performance

Nginx is a fast, open-source, and reliable web server. More than 40% of websites use Nginx because it needs fewer resources, high scalability, easy configuration, and support for various protocols. Still, there are some tuning tips that you can use to boost Nginx performance. Following the mentioned changes, your website’s performance will increase by 50%. Prerequisites Enabling HTTP2 When you … Read More »

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 from Ubuntu. We will be … Read More »

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 Nginx (LEMP) on Rocky or … Read More »

Initial Rocky or Alma Linux Server Setup

Initial-rocky-or-alma-linux-server-setup

Rocky and Alma Linux setup are almost the same and so is the configuration. Here in this guide, we will do some initial Rocky or Alma Linux server setup that will add a solid foundation as well as it will also add a good layer of security. Prerequisite Step 1 – Login as root 1. Open the “putty” SSH tool, … Read More »