To change time zone from terminal
sudo dpkg-reconfigure tzdata
Related Posts
How To Add Swap on Ubuntu 12.04
To add a swap-partition instead of swap-file: blkid /dev/sdax (get UUID) mkswap /dev/sdax (format swap…
Use pkill -f, which matches the pattern for any part of the command line
pkill -f my_pattern
