Saturday 13 July 2013

LINUX - Install NTP server on CentOS6

PURPOSE
Install an NTP server on CentOS 6.

STEPS

1. Configure /etc/ntp.conf
2. Start ntp service
3. Enable ntp during startup
4. Open ntp service port with iptables
5. Check synchronization

SCREENSHOTS





dont forget to enable ntp at boot time with "chkconfig ntp on"




Simple way of transfering files from Virtualbox to Host and Vice Versa

PURPOSE
Simple way of transfering files from Virtualbox to Host and Vice Versa using tera term.

STEPS
1. Set port forwarding from your host to your virtualbox VM as below









2. SSH to your VM with teraterm





3. To send files from your host to your VM or vice versa proceed select File Menu -> SSH SCP



DONE