<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>schaeuffelhut.de</title>
	<link>http://www.schaeuffelhut.de/wordpress</link>
	<description></description>
	<lastBuildDate>Wed, 21 Mar 2012 17:04:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Virgo Upstart config on Ubuntu 10.4</title>
		<description><![CDATA[Today I finally got sick of starting virgo on my Ubuntu 10.4 servers manually (using screen), being forced to check after each reboot for application servers waiting to be started. So I did my homework and wrote an upstart configuration. It turns out it isn&#8217;t that hard at all.Only little has to be done. I usually [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=246</link>
			</item>
	<item>
		<title>Nexus One: tun.ko</title>
		<description><![CDATA[Since I could not find the tun.ko module for my Nexus One I built it myself. Here is the download link: tun.ko for Nexus One, Kernel Version 2.6.35.7-59465-g42bad32.
sha1: ﻿﻿﻿﻿f62236f4e1c2ee411c2c155379c86277618a7b6a
md5: f7cb1ea9f8b12afa3b94333d174fb55c
How to compile step by step:

Requirements:

Prebuilt cross compilation tool chain from the AOSP source.
Kernel source for Nexus One
The Nexus One kernel config

Requirements 1 and 2 are available through [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=237</link>
			</item>
	<item>
		<title>Getting root access on a Nexus One</title>
		<description><![CDATA[I&#8217;m the happy owner of a Nexus One, which I purchased a while ago through my Android Developer Account. After nearly a year of abstinence I&#8217;d like to get back to some projects I started for rooted android phones (mainly OpenVPN). But to do so I first need get root access which is not to hard [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=218</link>
			</item>
	<item>
		<title>Why You Should Write Your Tests First</title>
		<description><![CDATA[A few weeks ago a copy of &#8216;Clean Code&#8217; feel into my hands. Actually it was literally falling of the desk of a colleague where it was starting to collect some dust. So I borrowed it and read through it during a couple of nights. This eventually got me started on a few other books which have [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=179</link>
			</item>
	<item>
		<title>Setting up a Mercurial Server using SSH</title>
		<description><![CDATA[Mercurial is a great version control system, go check it out if you haven&#8217;t so far. Besides the features of the version control system itself, there is one thing that is very important to me. Multiple developers must be able to access a single shared repository in a simple and secure way. I very much [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=130</link>
			</item>
	<item>
		<title>OpenSSH Public Key Authentication</title>
		<description><![CDATA[How to create a ssh key and install the public key onto a remote host in a Unix/Linux environment using OpenSSH.]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=59</link>
			</item>
	<item>
		<title>Forwarding a TCP Port using xinetd</title>
		<description><![CDATA[Ever needed to forward a TCP port from one host to an other? Then xinetd is your friend!

Forwarding a port from one machine to an other one is pretty simple. Create a new file in /etc/xinetd.d, e.g. /etc/xinetd.d/portfw:
service my-web
{
    type        = UNLISTED
    socket_type = stream
    [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=6</link>
			</item>
	<item>
		<title>PPP over SSH</title>
		<description><![CDATA[Ever thought of tunneling PPP through SSH? It&#8217;s not that hard at all. I&#8217;ve been running it for years now.

We&#8217;ll start with the server side:

Create a new user &#8220;pppvpn&#8221;.
Set the password to &#8220;disabled&#8221;, since we use ssh keys as login
Create a three line shell script:
/home/pppvpn/bin/ppp-server:
#!/bin/bash
cd /home/pppvpn
env -i /usr/bin/sudo /usr/sbin/pppd call vpn-server


Make the script executable.
Edit /etc/sudoers, [...]]]></description>
		<link>http://www.schaeuffelhut.de/wordpress/?p=13</link>
			</item>
</channel>
</rss>
