To change time zone from terminal
sudo dpkg-reconfigure tzdata
Related Posts
Turn off monitor using command line
The xset command mentioned in other answers will turn off all the monitors if you have multiple…
Don’t wrap long lines in linux terminal
printf '\033[?7l' ls -l /a/folder/that/contains/files/with/long/names printf '\033[?7h'