To change time zone from terminal
sudo dpkg-reconfigure tzdata
Related Posts
Find and delete files older than 1 week (example)
find /home/users/backup_MyDB -type f -mtime +7 -exec rm {} + Although generally it is wise…
How to check/test .tar.bz archives?
First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,…
