Shortcut to mount SSHFS drives using bash functions

SSHFS is a super handy tool, but the one-liner necessary to mount a remote drive is lengthy and can be a pain to remember. If you use SSHFS regularly, you probably have a few machines that you routinely connect to and thus can benefit from taking a shortcut. On Linux (assuming you use bash) you […]

Download entire contents of a website with wget script

Unless you’re a web developer or trying to do something mischievous, you probably won’t find youself needing to download the entire contents of a website very often. I happen to be the former, and recently I offered to help a friend solve some CSS styling problems she was having with her page. Rather than having […]