CentOS 7 Igel UMS

From Michael's Information Zone
Jump to navigation Jump to search

AWS

Using standard CentOS 7.3 image. SSH in as the standard centos user and run the following.

sudo yum -y upgrade
sudo yum -y install firewalld yum-cron epel-release
sudo systemctl enable --now firewalld
sudo firewall-cmd --permanent --add-port=8443/tcp
sudo firewall-cmd --permanent --add-port=9080/tcp
sudo firewall-cmd --permanent --add-port=30001/tcp
sudo firewall-cmd --reload
sudo yum -y group install 'Server with GUI'
sudo yum -y group install 'LXQt Desktop'
sudo yum -y install x2goserver
sudo dd if=/dev/zero of=/SWAP bs=1G count=1
sudo mkswap /SWAP