To change time zone from terminal
sudo dpkg-reconfigure tzdata
Related Posts
tar – archive utility
To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…
How do I find the kernel version, Ubuntu release and disk partition information from the terminal?
uname -a # for all info regarding kernel version, uname -r # for exact kernel…