Live data from Hacker News

Ask HN: What web hosting do you use for your personal sites/blogs?

news.ycombinator.com

11–20 of 33 posts

Re: Ask HN: What web hosting do you use for your personal sites/blogs?

#11
I used to be with Media Temple and I never really had an issues using them, it was their Grid Server offering and pretty decent for the price. After a while I yearned for more control and power, so I moved to a 512mb Linode VPS plan which including their excellent backup plan costs me $25 per month. I host around 12 sites (mostly Wordpress sites) and it can handle everything that has been thrown at it thus far.

Keep in kind a managed VPS plan from Linode means no Cpanel or fancy control panel so everything needs to be done via the command line. Perfect if you want to better understand Linux and learn command line commands. The backup service is a separate offering that's $5 per month and I highly recommend it as you'll most likely destroy a few VM instances before you get the hang of how to configure things like server requests and email.

From my experience Linode is definitely one of the best and cheap. It's perfect bridging hosting between shared hosting and expensive cloud based dedicated VM hosting like EC2. Rackspace is also pretty good, I have friends who swear by them but can't say anything about them really as I've never used them.

Re: Ask HN: What web hosting do you use for your personal sites/blogs?

#12
post #3

If you are using Wordpress or another PHP based CMS then NearlyFreeSpeech.Net can't be beat.

For Wordpress hosting you also can't beat Wpengine.com as well. Those guys really know a thing or two about optimising and securing the hell out of Wordpress.

Re: Ask HN: What web hosting do you use for your personal sites/blogs?

#16
These days I'm mostly building one-page style sites (usually with AngularJS) paired with an API server (usually in node.js) so I tend to host these separately. I've got apps running on Heroku and I'm also keen to see if I can get better performance from AppFog so I might try that out soon. For static files I've been using Amazon S3 with either Cloudfront or Cloudflare.

Re: Ask HN: What web hosting do you use for your personal sites/blogs?

#17
No need to spend a whole load of cash if it's only personal.

Check out http://www.lowendbox.com/ for some dirt cheap VPS deals and guides on how to configure a limited resource server if you're new to it.

I currently use two providers I found from there, 3 containers in total. Having more that one allows me to simply switch if a host goes down.

(For a static site, it can be quite fun to see how much you can squeeze out of 64MB of ram.)

Re: Ask HN: What web hosting do you use for your personal sites/blogs?

#18

If it's static HTML, you can use Github Pages.

This is actually a great idea. I hadn't looked into this as I have no need for code hosting/project management — but using Pages makes a lot of sense. And of course, Jekyll & Markdown support. Thanks!
Post reply on HN