<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.5" -->
<rss version="0.92">
<channel>
	<title>No Name</title>
	<link>http://blog.schoash.com</link>
	<description></description>
	<lastBuildDate>Thu, 07 Oct 2010 13:18:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />

	<item>
		<title>Installing lxml, pytz, soaplib, suds with pip</title>
		<description>When trying to install the mentioned packages with pip I ran into the following error:


NOTE: Trying to build without Cython, pre-generated 'src/lxml/lxml.etree.c' needs to be available.
Using build configuration of libxslt 1.1.24
Building against libxml2/libxslt in the following directory: /usr/lib
running install
running build
running build_py
running build_ext
building 'lxml.etree' extension
gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-x86_64-2.5/src/lxml/lxml.etree.o -lxslt ...</description>
		<link>http://blog.schoash.com/2010/10/07/installing-lxml-pytz-soaplib-suds-with-pip/</link>
			</item>
	<item>
		<title>SIOCSIFADDR: No such device eth0 VirtualBox</title>
		<description>A SIOCSIFADDR error occurs if you move VirtualBox VMs between hosts, because the MAC changes.

To resolve this on a debian host just remove the entries in

/etc/udev/rules.d/70_persistent-net.rules
 </description>
		<link>http://blog.schoash.com/2010/06/09/siocsifaddr-no-such-device-eth0-virtualbox/</link>
			</item>
	<item>
		<title>Anzeige wegen 5-Stern Youtube Rating</title>
		<description>Auf der Webseite des Sundance Grande mountain resort & spa ist ein Promo Video im Header eingebunden. Darin sah nun jemand ein Problem, da das Video ein 5-Sterne Rating hat, der Betrieb jedoch ein 4-Sterne Betrieb ist. Irreführung und weiß Gott was wurde hier erwähnt.  Erklärungsversuche, dass es sich ...</description>
		<link>http://blog.schoash.com/2010/02/17/anzeige-wegen-5-stern-youtube-rating/</link>
			</item>
	<item>
		<title>Keeping SSH Session Alive</title>
		<description>Preventing a SSH connection from dropping while you are inactive or waiting for a script to finish is quite easy. If you are on a Ubuntu or Debian client you only have to add one line to 

/etc/ssh/ssh_config
ServerAliveInterval 5

In OSX the config file for ssh can be found in /etc/ssh_config.

Actually ...</description>
		<link>http://blog.schoash.com/2009/12/03/keeping-ssh-session-alive/</link>
			</item>
	<item>
		<title>Grandma Got Run Over By A Reindeer Lyrics</title>
		<description>Grandma got run over by a reindeer
Walking home from our house Christmas eve
You can say there's no such thing as Santa
But as for me and Grandpa, we believe

She'd been drinkin' too much egg nog
And we'd begged her not to go
But she'd left her medication
So she stumbled out the door into ...</description>
		<link>http://blog.schoash.com/2009/12/02/grandma-got-run-over-by-a-reindeer-lyrics/</link>
			</item>
	<item>
		<title>Kite Surfer fly over Pier</title>
		<description>Two surfers use gusts of wind to propel themselves over Worthing Pier in West Sussex.

[youtube vaVo5ptEO5I] </description>
		<link>http://blog.schoash.com/2009/11/28/kite-surfer-fly-over-pier/</link>
			</item>
	<item>
		<title>Cleaning Kitteh</title>
		<description>[youtube mX_Q9tmFO3M]

Cleaning the floor with mop cat &#124; Japan Probe. </description>
		<link>http://blog.schoash.com/2009/11/28/cleaning-kitteh/</link>
			</item>
	<item>
		<title>Waterdrops captured at 2000fps</title>
		<description>The video shows the weird behavior of water drops when they fall into a pool of water. They don't directly merge with the rest of the water, instead they start bouncing off the surface for several times becoming smaller and smaller. With the help of the special slow motion video ...</description>
		<link>http://blog.schoash.com/2009/11/17/waterdrops-captured-at-2000fps/</link>
			</item>
	<item>
		<title>Vespa Seats at Office FTW!</title>
		<description>



Nice idea on how to recycle parts of a Vespa in a stylish way. See more of their creations on their website.

[via Bem Legaus!] </description>
		<link>http://blog.schoash.com/2009/11/16/vespa-seats-at-office-ftw/</link>
			</item>
	<item>
		<title>Generating a is.gd url using PHP</title>
		<description>I was just adjusting a plugin on my blog, when I needed to shrink urls on the fly with is.gd.

function getShortUrl($url) {
$c = curl_init();
curl_setopt($c, CURLOPT_URL, 'http://is.gd/api.php?longurl=' . $url);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
$ret = curl_exec($c);
curl_close($c);
return $ret;
}


Have fun generating those links. </description>
		<link>http://blog.schoash.com/2009/11/13/generating-a-is-gd-url-using-php/</link>
			</item>
</channel>
</rss>

