A few months ago, I set up a self-hosted YOURLS install to handle all of my URL-shortening needs, replacing v.gd. I decided I wanted to be wholly responsible for breaking any links in the future. It’s here, although probably at…
A few months ago, I set up a self-hosted YOURLS install to handle all of my URL-shortening needs, replacing v.gd. I decided I wanted to be wholly responsible for breaking any links in the future. It’s here, although probably at…
Introduction Like many Unix geeks, I have software installed that I’ve built manually from source. A good example is my post on compiling django; a number of the relevant dependencies were built in /usr/local/src/ and installed in /usr/local/. I also…