see you again

It's been a long day without you my friend
And I'll tell you all about it when I see you again
We've come a long way from where we began
Oh I'll tell you all about it when I see you again
When I see you again

setup a software

Run server

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
yum -y install vim wget net-tools
systemctl stop NetworkManager
systemctl disable NetworkManager
mount /dev/sr0 /mnt
cd /tmp/
tar -xf /mnt/VMwareTools-10.3.21-14772444.tar.gz
./vmware-tools-distrib/vmware-install.pl
systemctl stop firewalld
systemctl disable firewalld
vim /etc/selinux/config
vim /etc/sysconfig/network-scripts/ifcfg-ens192
systemctl restart network
yum -y install httpd
systemctl enable httpd
systemctl start httpd
echo $HOSTNAME >> /var/www/html/index.html