Migrating from Wordpress to Ghost
I decided to move from Wordpress to Ghost. The native Markdown support was a draw, and it's self-contained in some sqlite file. It also has an »
*google searches 'wiki plex'* Plex is a client-server media player system and software suite comprising two main components. The Plex Media Server (PMS) desktop application runs »
I found myself in need of a SMB share as appearing to be a local, directly-attached disk recently. After stumbling around a few Reddit posts talking »
$ cat < /dev/null $ cat < /tmp/empty.txt Assuming /tmp/empty.txt really is empty, are these two invocations different? Yep, but only slightly: $ touch »
$ foo | bar Your standard Unix pipe. It connects foo's stdout with bar's stdin -- essentially, foo sends data to bar. But what if bar takes ~1 »
I decided to move from Wordpress to Ghost. The native Markdown support was a draw, and it's self-contained in some sqlite file. It also has an »
$ ssh -vND localhost:2222 user@proxyinghost.tld $ /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome --proxy-server=socks5://localhost:2222 Let's break down each »