<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Galeon&#039;s Howlingwolf</title>
	<atom:link href="http://howlingwolf.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://howlingwolf.de/blog</link>
	<description>// More or less up to date</description>
	<lastBuildDate>Thu, 09 Feb 2012 19:47:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Rerender proxy clips in Kdenlive</title>
		<link>http://howlingwolf.de/blog/2012/02/rerender-proxy-clips-kdenlive/</link>
		<comments>http://howlingwolf.de/blog/2012/02/rerender-proxy-clips-kdenlive/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 19:47:33 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Note to myself]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=668</guid>
		<description><![CDATA[How to render proxy clips in Kdenlive again (e.g. after you&#8217;ve change the quality settings for the proxies): Double click the clip in the project tree and click the button &#8220;Delete proxy&#8221;. After that the proxy clip should be created again.]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2012/02/rerender-proxy-clips-kdenlive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql_ Muninplugin is missing Cache::Cache</title>
		<link>http://howlingwolf.de/blog/2012/02/mysql_-muninplugin-missing-cachecache/</link>
		<comments>http://howlingwolf.de/blog/2012/02/mysql_-muninplugin-missing-cachecache/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 22:31:25 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Note to myself]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=665</guid>
		<description><![CDATA[The default setup for Munin in Debian seems to miss some packages for the mysql_ plugin. /usr/share/munin/plugins/mysql_ suggest will give you Missing dependency Cache::Cache at /usr/share/munin/plugins/mysql_ line 716. The solution was easier than excpected: aptitude install libcache-cache-perl and done.]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2012/02/mysql_-muninplugin-missing-cachecache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beware the difference between split &amp; tokenize</title>
		<link>http://howlingwolf.de/blog/2011/12/beware-difference-split-tokenize/</link>
		<comments>http://howlingwolf.de/blog/2011/12/beware-difference-split-tokenize/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 11:48:49 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Groovy & Grails]]></category>
		<category><![CDATA[Note to myself]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=659</guid>
		<description><![CDATA[There is a little difference between tokenize and split in Groovy: def csv = "1,,3,4,5" println csv.split(",") println csv.tokenize(",") results in [1, , 3, 4, 5] [1, 3, 4, 5] Note that tokenize ignores the empty element. Edit: I just found this blog-post covering the same topic]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/12/beware-difference-split-tokenize/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resource on writing Magento plugins</title>
		<link>http://howlingwolf.de/blog/2011/12/resource-writing-magento-plugins/</link>
		<comments>http://howlingwolf.de/blog/2011/12/resource-writing-magento-plugins/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:25:32 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Note to myself]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=656</guid>
		<description><![CDATA[I&#8217;ve poked around the web for while to find some good resource about how to add my own controller to Magento and this turned out very usful: http://www.about-magento.com/magento-developper-guide-howto-tutorial-5 Thanks to Pierre! =)]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/12/resource-writing-magento-plugins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magento cookie fuckup in chrome/safari (webkit-engine stuff)</title>
		<link>http://howlingwolf.de/blog/2011/12/magento-cookie-fuckup-chromesafari-webkit-engine-stuff/</link>
		<comments>http://howlingwolf.de/blog/2011/12/magento-cookie-fuckup-chromesafari-webkit-engine-stuff/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 20:19:37 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=638</guid>
		<description><![CDATA[Short version Having session/cookie problems with webkit browsers (e.g. Chrome) in Magento? Go to System -&#62; Configuration -&#62; Web -&#62; Session Cookie Management and set &#8220;Use HTTP Only&#8221; to no. Have fun. Long version Recently I&#8217;ve to work a lot with Magento, which is indeed a very nice webshop solution once you&#8217;ve gotten over this huge [...]]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/12/magento-cookie-fuckup-chromesafari-webkit-engine-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset OpenVZ Web Panel password</title>
		<link>http://howlingwolf.de/blog/2011/10/reset-openvz-web-panel-password/</link>
		<comments>http://howlingwolf.de/blog/2011/10/reset-openvz-web-panel-password/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 15:31:28 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[General Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Note to myself]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=635</guid>
		<description><![CDATA[Onliner found here to reset a user password for the OpenVZ Web Panel (admin in this case) ruby /opt/ovz-web-panel/script/runner -e production 'user = User.find_by_login("admin"); user.password = "admin"; user.save(false)']]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/10/reset-openvz-web-panel-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T420s – Optimus NVIDIA on Ubuntu 11.10</title>
		<link>http://howlingwolf.de/blog/2011/10/t420s-%e2%80%93-optimus-nvidia-ubuntu-11-10/</link>
		<comments>http://howlingwolf.de/blog/2011/10/t420s-%e2%80%93-optimus-nvidia-ubuntu-11-10/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 09:47:49 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=631</guid>
		<description><![CDATA[A new Ubuntu version, a new game. I guess it is the first time I have my notebook running in optimus-mode! I&#8217;ve not fully checked it, but Ironhide looks promising and seems to work so far.]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/10/t420s-%e2%80%93-optimus-nvidia-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem installing Ubuntu 11.10</title>
		<link>http://howlingwolf.de/blog/2011/10/problem-installing-ubuntu-11-10/</link>
		<comments>http://howlingwolf.de/blog/2011/10/problem-installing-ubuntu-11-10/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 17:53:32 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Note to myself]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=629</guid>
		<description><![CDATA[Having problems  installing Ubunut 11.10 via USB &#8220;An attempt to configure apt to install additional packages from the CD failed&#8221; Use this: sudo rm /usr/lib/ubiquity/apt-setup/generators/40cdrom]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/10/problem-installing-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runit fails on Debian vServer</title>
		<link>http://howlingwolf.de/blog/2011/08/runit-fails-debian-vserver/</link>
		<comments>http://howlingwolf.de/blog/2011/08/runit-fails-debian-vserver/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 14:39:01 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Note to myself]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=622</guid>
		<description><![CDATA[I&#8217;ve setup a fresh vServer-environment for a few test and developmentmachines to play around with. When I tried to install gitolite via aptitude everything fails and the whole system is near an explosion: root@git:~# aptitude install git-daemon-run runit The following partially installed packages will be configured: runit No packages will be installed, upgraded, or removed. [...]]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/08/runit-fails-debian-vserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover lost Gitorious password</title>
		<link>http://howlingwolf.de/blog/2011/07/recover-lost-gitorious-password/</link>
		<comments>http://howlingwolf.de/blog/2011/07/recover-lost-gitorious-password/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 12:34:18 +0000</pubDate>
		<dc:creator>Galeon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://howlingwolf.de/blog/?p=618</guid>
		<description><![CDATA[You&#8217;ve setup your own Gitorious and lost your password? No, problem! SSH your way to your box and change into the gitorious-directory (mine is /var/www/gitorious) Fire up the console env RAILS_ENV=production ruby script/console on sudo-systems (like Ubuntu) sudo env RAILS_ENV=production ruby script/console and then type in the following commands @user = User.find_by_login("yourusername") @user.password = "yournewpassword" @user.password_confirmation [...]]]></description>
		<wfw:commentRss>http://howlingwolf.de/blog/2011/07/recover-lost-gitorious-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

