| More info: | http://www.climagic.org/ |
| Support me by buying from my eBay store | https://www.ebay.com/usr/suso6gq3 |
| More info: | http://www.climagic.org/ |
| Support me by buying from my eBay store | https://www.ebay.com/usr/suso6gq3 |
sudo su -
alias facts='timedatectl set-ntp'
facts false
timedatectl set-time "1984-01-15"
Set your system date to January 15, 1984, and not for the Mac commercial. Just run 'facts true' to return to reality.
Vim users: If you'd like to highlight the whole line the cursor is on:
:set cursorline
I just used that when examining package output from dpkg -l so that I could easily see which description matched each package.
Being able to do stuff like this is what makes the command line pretty special:
ssh 192.168.0.15 'sudo dd if=/dev/sda bs=1M status=progress' > backup-old-drive.img