To push all configurations
sudo apt-get update
sudo apt-get upgrade
ssh-copy-id -i ~/.ssh/id_rsa.pub
sudo apt-get install ntpdate
sudo apt-get install acpid
sudo vi /etc/hosts sudo vi /etc/hostname
sudo vi /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.130
netmask 255.255.255.0
gateway 192.168.1.1
sudo /etc/init.d/networking restart
sudo vi /etc/resolv.conf
Forward to Rsyslog core
Agent zabbix to monitore the server
sudo apt-get install mailutils
sudo apt-get install postfix
vi /etc/postfix/main.cf
myhostname=morpheus.brutele.be
relayhost = smtp.brutele.be
myorigin = alin.be
echo "essai" | mail -s "Essai" <email>