$ tail -f ~/blog | grep 2014
Posts filed under 2014.
2014-10-04 · 1 min read A bookmarklet for Tweetbot for Mac Two ways to share the current browser page to Tweetbot for Mac in one click: a tiny bookmarklet built on the Tweetbot URL scheme, and a Chrome extension for those who prefer not to bother. # javascript · macos · productivity · webdev 2014-08-12 · 2 min read How to partition and format a drive with GNU Parted Four commands in the parted shell are all it takes to repartition and format a drive on Linux: pick the disk from parted -l, create a gpt or msdos label, make one ext4 partition, and quit. # linux · devops · tutorial · cli 2014-07-16 · 2 min read Upload and download files on a remote server with iTerm2 and Z-Modem How to send files to a remote server and pull them back from inside an SSH session, without opening a separate scp session, using the Z-Modem protocol, lrzsz and iTerm2 triggers. # macos · terminal · devops · tutorial