How to Update Ghost on DigitalOcean Managed by Serverpilot

UPDATE  4/2/19: While the information below may still be useful to some, I’ve since moved away from ServerPilot and now use RunCloud. You can read my post as to why I switched here. UPDATE 5/3/18: The following information is no longer valid. Ghost has since introduced a command line tool for installing and updating their … Continue reading How to Update Ghost on DigitalOcean Managed by Serverpilot

Webscraping with Powershell

Webscraping often becomes a touchy subject in regards to the legality of the whole thing. Obviously, stealing/scraping copyrighted content and claiming it as your own crosses those boundaries, but it can also provide some great benefits when done within legal limits. A few months back, I was shopping for a new car and found myself … Continue reading Webscraping with Powershell

Auto Sync Local Changes to Remote Using rsync

Whenever I’m working on a new site, it’s so incredibly tedious to change a few files, manually upload your changes via SFTP/SSH (if you’re still using FTP, shame on you), reload your browser, check those changes, and repeat another 150+ times until you finally get it right. For a while, I had a fairly good … Continue reading Auto Sync Local Changes to Remote Using rsync