Had the fortune of meeting Michael Elkins (left), the creator of the mutt email client, today while at the Information Sciences Institute.
| 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.