How to Restart a Server using Plesk?

Here’s how to restart a server using Plesk. To perform a full server restart, you need administrator (root on Linux, Administrator on Windows) access to the Plesk panel. If you only have access to a client or reseller Plesk account, you will likely not have the necessary permissions. Steps to Restart the Server: Important Considerations: If you do not see the […]

» Read more

A Beginner’s Journey: Installing Cinnamon on AlmaLinux 9

Are you looking to transform your command-line-only AlmaLinux or Rocky Linux server into a user-friendly desktop environment? The Cinnamon Desktop might be exactly what you need. Originally developed for Linux Mint, Cinnamon has become a popular choice among Linux users for its: Modern and intuitive interface Windows-like familiar layout Excellent system performance Customization options While AlmaLinux and Rocky Linux are […]

» Read more

How to install Zend Optimizer in Cpanel Linux Server

  Introduction :  Zend Server is the most complete PHP distribution with a continuously updated set of advanced value-add features designed to optimize productivity, performance, scalability and reliability. It is a free PHP extension to enable the web server to execute files encoded by Zend Guard/Encoder so it’s executed the same as any regular PHP files. Zend Encoder also is […]

» Read more

How to Remove/Uninstall RVSkin from Cpanel/WHM Server ?

RVSkin RVSkin is a management software offered with cPanel server that provides a user with complete branding and skinning control over cPanel and Reseller accounts. In a short span of time you will be able to create impressive looking cPanel overlay skins for your end users that are customizable in accordance to your preferences.     To Remove/Uninstall RVSkin from Cpanel/WHM […]

» Read more

SSH Connection Sequence

  The following series of events help protect the integrity of SSH communication. SSH Connection Sequence 1) A cryptographic handshake is made with the server 2) The connection between client and remote server is encrypted using symmetric cipher 3) Client authenticates itself 4) Client can now interact safely with remote server over encrypted connection    

» Read more

How to install MariaDB Server in cPanel/WHM servers?

How to install MariaDB Server in cPanel/WHM servers? And What are the advantages of using MariaDB Server ? Ans:  *  Install MariaDB Server in cPanel/WHM servers 1. Backup existing MySQL data # mysqldump –all-databases –routines –triggers > /home/db_dump/alldb.sql # service mysql stop # cp -r /var/lib/mysql/mysql /home/db_dump/ # service mysql start 2. Select MySQL version as MariaDB # /usr/share/lve/dbgovernor/db-select-mysql –mysql-version=mariadb100 […]

» Read more

How to Installation Linux Malware Detect (Maldet) On Linux

Linux Malware Detect (Maldet) : Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. Follow the steps […]

» Read more