Joel Hans

Joel is equal parts tech and literature geek, and loves helping people do more in the cloud. When not working at a blank page or a Linux terminal, he's mountain biking in the mountains surrounding Tucson, Arizona. Nurse Media | GitHub | Twitter | joelhans.com

Development | Apr 21, 2017 | By Joel Hans | 1 min read

Quick Tip: Track Your Bash History

Sometimes, you want to look back in time and see what commands you ran in the past. Thanks to the history command built into the Linux shell, you can do …

Development | Apr 19, 2017 | By Joel Hans | 8 min read

Curious about configuration management for your VPS?

Here’s a situation you might have found yourself in lately—you set up a local development environment for your new website, spent dozens of hours coding it up, only to find …

Development | Apr 14, 2017 | By Joel Hans | 3 min read

Quick Tip: Get on ‘top’ of VPS Processes

Whether you’ve just noticed some sluggishness on your VPS or you’ve run into a situation where you’re using more than your fair share of your shared resources, there might come …

VPS Uses | Apr 12, 2017 | By Joel Hans | 10 min read

Should Setting up a VPN Be This Hard?

In the last days of March, the U.S. government overturned rules aimed at protecting the privacy of users of internet service providers (ISP). With the rules gone, ISPs no longer …

Development | Apr 07, 2017 | By Joel Hans | 3 min read

Using ‘ducks’ to solve VPS disk space issues

If you’re running out of disk space on your VPS, it’s time to

Development | Mar 31, 2017 | By Joel Hans | 1 min read

Quick Tip: See yesterday’s Git progress at a glance

Inspired by the daily “standup” meetings that many businesess now engage in, git-standup helps developers recall, at a glance, what work they committed to a given git repository the day …

Tutorials | Mar 27, 2017 | By Joel Hans | 10 min read

Tutorial: Installing WordPress on LEMP and Ubuntu 16.04

If you already have a LEMP stack running on your VPS and want to install Wordpress, you’re in luck—this tutorial will walk you through all the steps.