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…
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…
CREATE LVM Create the “LVM” with the name “source” by using 26PE’s from the volume group “open”. Consider the PE size as…
Red Hat Certified Engineer Exam Questions Before starting exam #iptables -L #iptables -F #service iptables save #service iptables restart #chkconfig iptables on…
http://runescape.com http://minecraft.net https://help.ubuntu.com/community/Games http://sauerbraten.org/ http://assault.cubers.net/ http://www.viewizard.com/astromenace/index_linux.php http://openarena.ws/ http://www.wesnoth.org/ http://www.warsow.net/ http://www.frozen-bubble.org/ https://help.ubuntu.com/community/Doom3
For linux to show hidden files when you type ls command Edit ~/.bashrc vi /root/.bashrc Add line alias ls=’ls -la –color’ Save…