Monday 7 March 2016

Linux Commands

#Get current IP

ifconfig

#Release
dhclient -r

#Get new ip
dhclient

#Restart network
/etc/init.d/networking restart

#Mount your disk

mount /dev/cdrom /media/cdrom

No comments:

Post a Comment