You are here |
www.geekrant.org | ||
| | | |
blog.haschek.at
|
|
| | | | Personal Blog of Christian Haschek | |
| | | |
wimpysworld.com
|
|
| | | | Blog, Podcasts, Live Streams and Videos about Linux and Open Source with a focus on Ubuntu, Debian and NixOS. | |
| | | |
www.hallada.net
|
|
| | | | I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments. | |
| | | |
www.henryleach.com
|
|
| | A few weeks ago I set up a simple git server to run at home so I don't have to rely on Github or similar external services. That worked fine, but two things felt unfinished: The ability to create a new repository, and an easy way of listing the existing ones, without having to SSH into the host. Luckily with GitWeb, shell scripts and CGI magic we can fix that. |