How do I check a linux server that is overloaded?

There are several ways to check if a Linux server is overloaded. Here are some common methods: Check CPU usage: Use the ‘top’ or ‘htop’ command to check the CPU usage of the system. If the CPU usage is consistently high (above 80%), it could indicate an overloaded server. Check memory usage: Use the ‘free’ … Read more

Install Redis on cPanel Server and add Redis Object Cache to WordPress Sites

Redis is an open source, in-memory, key-value data store most commonly used as a primary database, cache, message broker, and queue. Redis delivers sub-millisecond response times, enabling fast and powerful real-time applications

Redis Object Cache is a persistent object cache backend powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.For a faster cache plugin.

What this means is that we can increase performance for your cPanel WordPress Site.

Read more

Install Virtualmin on Debian

There are several control panels for managing website. Let’s take a look at Virtualmin.

Virtualmin is a web hosting control panel that allows users to manage multiple domains and websites from a single interface. It provides a range of tools for managing web servers, email accounts, FTP accounts, databases, and more, all from a web-based interface. Virtualmin supports multiple operating systems, including CentOS, Debian, Ubuntu, and others, and integrates with popular web servers such as Apache and Nginx. With Virtualmin, users can easily create and manage virtual hosts, install popular web applications, and configure advanced settings for their web server. It is a popular alternative to other web hosting control panels such as cPanel and Plesk.

Read more

LAMP, LEMP, WAMP or WIMP Hosting?

Below is LAMP, LEMP, WAMP, WIMP LAMP LAMP (Linux, Apache, MySQL, PHP/Perl/Python) is an acronym denoting one of the most common software stacks for many of the web’s most popular applications. LEMP LEMP is an open-source web application stack used to develop web applications. The term LEMP is an acronym that represents L for the … Read more

How to fix Slow Remote Desktop Speed on Ubuntu

Is Remote Desktop slow from you Windows Remote Desktop to Ubuntu. This change will help. In the /etc/xrdp/xrdp.ini file, change crypt_level=high to crypt_level=low Change This: To this: Save changes and Reboot Ubuntu and enjoy. Please note that this is for non production servers. Please do not change unless less security is needed, such as an … Read more

How to fix “Authentication is required to create a color profile/managed device” on Ubuntu 22.04

These error usually show up on an RDP / Windows Remote Desktop session to Ubuntu. “Authentication is required to create a color profile“ “Authentication is required to create a color managed device“ You can click Cancel to these popups or enter your password to continue. But, this article shows how to get rid of them … Read more