Recent articles

  • Install Memcached on cPanel Server

    Login to WHM as user root, go to Terminal or login to SSH as user root. Then run the command yum install memcached Enable memcached to start on boot. systemctl…

  • Install MATE desktop with xrdp on Ubuntu Server

    Login to ubuntu server using SSH and run the following command to install MATE desktop environment apt install ubuntu-mate-desktop Create a normal user. We will use this user to login…

  • Set unlimited resources for a user in cloudlinux

    To set unlimited resources for a user in cloudlinux, run the following command: lvectl set-user user –unlimited Back to cloudlinux #Set #unlimited #resources #user #cloudlinux

  • nftables

    To display the effect of rule set changes, use nft list ruleset Flush rules nft flush ruleset To Open a port range (49152-65534) nft add rule filter INPUT tcp dport…

  • Plesk Backup

    To bakcup a site using SSH, login to server as user root, run the command plesk bin pleskbackup –domains-name example.com –output-file=”/root/example.com.zip” -v #Plesk #Backup