Redirect one url to another

If you move a page or a website its good practice to set up a diversion to show where the content has gone. This allows the search engines to update their records and visitors to find the correct page. While there are plugins that you can use to manage this they often...

Find out how much space used on Digital Ocean Droplet

While Digital Ocean is a great hosting environment one downside is its not easy to see in the dashboard how much space your droplet is taking up. If you know your way around Linux once you SSH into your server its easy to find with the command below. [code] df -h...