technology

Hosting A Ton Of Sites For Free

So, I have a bunch of side projects. All of them are fairly small and it’s mostly me and a few friends using everything. I’ve constantly tried to cut my hosting costs as much as possible, not as a practical matter but I see it more like code golf, it’s just fun to see what’s possible. Let’s start off by listing what I’m hosting: 2 PHP-based web apps 3 environments each (dev, staging, live).

Ubuntu's "Yum Whatprovides": Apt-File

Ubuntu has a "yum whatprovides" equivalent, but it's somewhat hard to find.
yum whatprovides is a great tool to figure out which package you need to get a certain file. yum whatprovides */dig will let you know that you need the install the bind-utils package to get dig. Ubuntu has the same functionality, but you’ll need to follow a few steps to get there. First, install apt-file apt-get install apt-file Then, update the file cache apt-file update After that, you can search the cache using regexp.

How I Sped Up My Website With Free Hosting

I found a way to speed up my website while getting rid of my paid hosting.
While looking into a way to speed up my website, I also found a way to have it hosted for free. Best of both worlds? Pretty much, though there are a few caveats. WordPress Previously I had a WordPress site on a paid hosting platform. This worded out pretty well. I could add a bunch of different plugins and do all sort of neat stuff with my site. It was very easy to setup, update, and do… whatever I wanted.