Enable FTP for EasyEngine Website
To Enable FTP for EasyEngine web sites, we need to install pure-ftpd. On Ubuntu/Debian, run apt install -y pure-ftpd Enable virtial FTP…
To Enable FTP for EasyEngine web sites, we need to install pure-ftpd. On Ubuntu/Debian, run apt install -y pure-ftpd Enable virtial FTP…
To uninstall a software on Debian server, run apt remove PKG_NAME Example To all installed software with specific name, run dpkg-query -l…
To create HTML web site To create PHP web site To create PHP/MySQL web site To enable LetsEncrypt SSL, add –letsencrypt Create…
To disable SELinux Method 1 sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/’ /etc/selinux/config setenforce 0 Method 2 edit file vi /etc/selinux/config Find SELINUX=enforcing Replace with SELINUX=disabled…
To install AnyDesk on Ubuntu, run following commands as user root (sudo su). wget -qO – https://keys.anydesk.com/repos/DEB-GPG-KEY | apt-key add – Add…
Veyon It is Open Source software. Source code available from github. It is written in C++. It is creted for class room…
On Ubuntu/Debian, install nginx geoip module with apt install geoip-database libgeoip1 libnginx-mod-http-geoip -y Now edit nginx.conf vi /etc/nginx/nginx.conf Find http { Add…
To check if ffmpeg installed on your computer support h264, run ffmpeg -formats | grep h264 See ffmpeg
To install the latest MariaDB on the CentOS server, go to https://mariadb.org/download/?t=repo-config On this page, select CentOS, then select your CentOS version…
Method 1: Using x11vnc Connect to remote computer with SSH ssh user@REMOTE_PC_IP Install x11vnc sudo apt install x11vnc start x11vnc as the…
Cpanel Server Disk Partition Install Cpanel Control Panel Cpanel Statistics Software Configuration Enable CloudLinux PHP lsapi Update Cpanel License Key How to…
Cpanel provide 3 different Statistics programs (Analog, AWStats and Webalizer). Enabling all 3 is not required as it use more CPU and…