Firstly Prep the Network Card
- We will use eth0 as the interface name
vi /etc/sysconfig/network-scripts/ifcfg-eth0
- ifup eth0
Disable SELINUX (if required to)
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
Change Hostname
vi /etc/sysconfig/network
- Change
HOSTNAME= to what is desired/required
Reboot
SSH into machine
Install Screen
Start Screen
screen -OR stuff
- Change stuff to any other name
Update Machine
|