dhclient eth0
Assign eth0 with the above values for IP, netmask and broadcast address.
ifconfig eth0 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255
dhclient eth0
ifconfig eth0 192.168.1.102 netmask 255.255.255.0 broadcast 192.168.1.255
MODIFY [column] column_definition [FIRST ¦ AFTER col_name]
ALTER TABLE tableName MODIFY COLUMN originalColName int(4) AFTER destinationColName
ls -skh folder
list folder sizesdu -skh * |sort -n -r
list folder sizesdu -sh folder
folder size
sudo chmod og-rwx localFolder/
sudo sshfs user@remoteHost:remoteFolder/ localFolder/ -o allow_other