Category: Ubuntu

Install Node.js on Ubuntu

Node.js is an amazing piece of technology for helping you develop scale-able mobile friendly websites and apps. It’s growing in popularity massively due to it’s logical and modern approach to web programming. Where as before you would need to learn something like Javascript for front end development and PHP for back end, Node lets you […]

Awesome Cloud web hosting with SSD HD for $5 a month

Being a web developer for the last fifteen years it’s hard to think I got along for so long without Digital Ocean web hosting. I’ve been using them for about two years and have been the only host in all my time of making websites I haven’t had a problem with. I’m guessing the support […]

Auto update multiple installs of WordPress with cron/ssh via bash script

With WordPress being updated more frequently than ever with new security fixes and features it’s important to keep you site up to date with the lates version of WordPress. Running one update is easy and quick enough but if you have a dozen or more WordPress sites on one server you can update them all […]

Ubuntu auto restart cron for Apache and Mysql after crash

Websites never sleep but you may want to, this script lets you do that without having to worry about Apache or Mysql crashing randomly. Obviously if you have reoccurring issues its best to check through the log files and fix any issues but this will help reduce down time on vital software crashes to less […]