To change time zone from terminal
sudo dpkg-reconfigure tzdata
Related Posts
How to Backup MySQL Information using automysqlbackup
There is a utility program called "automysqlbackup" that is available in the Ubuntu repositories. This…
SSHFS mount
sshfs root@somehost.net:/ /mnt/somehostname
