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

lsof: command not found

lsof command stands for List Of Open File. This command provides a list of files that are opened. Basically, it gives the information to find out the files that are opened by which process. If you encounter the below error while running the lsof command: You may install the below package as per your choice … Read more

Run a Manual Backup in cPanel

Run a backup Run a single account backupTo back up a single cPanel account, you can use The pkgacct Script instead. Options The /usr/local/cpanel/scripts/pkgacct script accepts the following options: Option Description Example USERNAME RequiredThe cPanel account username for which to create a cpmove archive. You must pass this option after any options, but before the DIRECTORY option. example DIRECTORY The directory path in which to … Read more

Download and Install Installatron in cPanel/WHM

InstallationExecute the below commands from the SSH root command prompt. Select RPM for servers that support the RPM packaging standard, Debian for servers that support the Debian packaging standard, or select Standard for any type of server. Installatron Plugin is now ready to use in cPanel and WHM. The main WHM account will see an … Read more