<?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>pogoconsulting</title>
	<atom:link href="http://www.pogoconsulting.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.pogoconsulting.com</link>
	<description>pogo</description>
	<lastBuildDate>Sat, 24 Oct 2009 11:07:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>caps lock &#8211; ctrl</title>
		<link>http://www.pogoconsulting.com/?p=131</link>
		<comments>http://www.pogoconsulting.com/?p=131#comments</comments>
		<pubDate>Sat, 24 Oct 2009 11:07:38 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=131</guid>
		<description><![CDATA[http://www.linuxquestions.org/linux/answers/Hardware/Getting_Control_on_Caps_Lock_A_How_To
http://efod.se/writings/linuxbook/html/caps-lock-to-ctrl.html
]]></description>
			<content:encoded><![CDATA[<p>http://www.linuxquestions.org/linux/answers/Hardware/Getting_Control_on_Caps_Lock_A_How_To</p>
<p>http://efod.se/writings/linuxbook/html/caps-lock-to-ctrl.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=131</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>das ist mal interessant</title>
		<link>http://www.pogoconsulting.com/?p=129</link>
		<comments>http://www.pogoconsulting.com/?p=129#comments</comments>
		<pubDate>Thu, 19 Feb 2009 07:17:36 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=129</guid>
		<description><![CDATA[het nederlandse wooord van het jaar : zwaffelen
]]></description>
			<content:encoded><![CDATA[<p>het nederlandse wooord van het jaar : zwaffelen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=129</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bei ubuntu shutdown: cifs vfs: no response for cmd 114 mid 25</title>
		<link>http://www.pogoconsulting.com/?p=128</link>
		<comments>http://www.pogoconsulting.com/?p=128#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:03:13 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=128</guid>
		<description><![CDATA[root@haddock:/etc/rc6.d# mv S31umountnfs.sh S14umountnfs.sh
root@haddock:/etc/rc0.d# mv S31umountnfs.sh S14umountnfs.sh
siehe hier: 
http://blog.avirtualhome.com/2008/03/10/ubuntu-shutdown-problem-cifs-related/
]]></description>
			<content:encoded><![CDATA[<p>root@haddock:/etc/rc6.d# mv S31umountnfs.sh S14umountnfs.sh</p>
<p>root@haddock:/etc/rc0.d# mv S31umountnfs.sh S14umountnfs.sh</p>
<p>siehe hier: </p>
<p>http://blog.avirtualhome.com/2008/03/10/ubuntu-shutdown-problem-cifs-related/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=128</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Order By Comma List MySQL, Kommalisten in Listenreihenfolge zurueckgeben</title>
		<link>http://www.pogoconsulting.com/?p=127</link>
		<comments>http://www.pogoconsulting.com/?p=127#comments</comments>
		<pubDate>Wed, 31 Dec 2008 17:25:20 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=127</guid>
		<description><![CDATA[You can have your sql query return the records with order by &#8220;a list of commaseparated values&#8221; which is very handy if you have do deal with lists of records stored as lists of ids. sorting in typo3 would be an example.

SELECT col1, col2, col3
FROM table1
WHERE col1 IN ('z', 'x', 'y')
ORDER BY find_in_set(col1, 'z,x,y');
]]></description>
			<content:encoded><![CDATA[<p>You can have your sql query return the records with order by &#8220;a list of commaseparated values&#8221; which is very handy if you have do deal with lists of records stored as lists of ids. sorting in typo3 would be an example.</p>
<pre class="bbcode">
SELECT col1, col2, col3
FROM table1
WHERE col1 IN ('z', 'x', 'y')
ORDER BY find_in_set(col1, 'z,x,y');</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=127</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to unzip self extracting exe under ubuntu</title>
		<link>http://www.pogoconsulting.com/?p=126</link>
		<comments>http://www.pogoconsulting.com/?p=126#comments</comments>
		<pubDate>Tue, 09 Sep 2008 18:52:40 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=126</guid>
		<description><![CDATA[if you happen to having bought hardware from idiot companies packing their firmware files as self extracting exe files, don&#8217;t feel stupid. we all do and we will all continue to do so. unfortunately. 
usually: no problem:
unzip idiot-companies-stupid-firmware.exe
enjoy
now CANON.
f.ing stupid idiot company packing their f.ing firmware update into a self extracting exe that cannot be [...]]]></description>
			<content:encoded><![CDATA[<p>if you happen to having bought hardware from idiot companies packing their firmware files as self extracting exe files, don&#8217;t feel stupid. we all do and we will all continue to do so. unfortunately. </p>
<p>usually: no problem:<br />
unzip idiot-companies-stupid-firmware.exe<br />
enjoy</p>
<p>now CANON.</p>
<p>f.ing stupid idiot company packing their f.ing firmware update into a self extracting exe that cannot be unpacked by unzip. ok, we are used to that, is that so stupid? well, you can unzip it with wine. </p>
<p>do:<br />
mv e5kr4109.exe ~/.wine/drive_c/ficken.exe<br />
cd ~/.wine/drive_c/<br />
wine ficken.exe<br />
[select where tu unzip it in one of those typical dialogs...]</p>
<p>now let&#8217;s get back to the stupid idiot part of it:</p>
<p>jj@haddock:~/.wine/drive_c/eosfirmware$ ls -l<br />
total 14620<br />
-rw-r&#8211;r&#8211; 1 jj jj 7397084 2008-06-25 11:11 e5kr4109.fir<br />
-rw-r&#8211;r&#8211; 1 jj jj 7547856 2008-09-09 20:31 ficken.exe</p>
<p>yes. </p>
<p>one file. </p>
<p>one f&#8217;ing file that actually got larger by packing it into a stupid format that makes it inaccessible to parts of your customers. thank you stupid canon. thanks a lot stupid idiot canon. they even provide dmgs rotfl. i don&#8217;t want to know what&#8217;s in there hahahahaahaha;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=126</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Einige Arbeiten, die beim synchronisieren von GPS Tracks und EXIF Daten in Fotos anfallen</title>
		<link>http://www.pogoconsulting.com/?p=125</link>
		<comments>http://www.pogoconsulting.com/?p=125#comments</comments>
		<pubDate>Sat, 06 Sep 2008 23:40:09 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[history repeating]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=125</guid>
		<description><![CDATA[Exif Datum anzeigen:
  506  exiftool -d &#8216;%d.%M.%Y&#8217; -DateTimeOriginal -S -s *.JPG
  507  exiftool -d &#8216;%Y-%m-%d&#8217; -DateTimeOriginal -S -s *.JPG
Ggf. korrigieren
  512  exiftool -DateTime +=&#8217;0:1:0 0:0:0&#8242; 2008-08-08-exifcorrection/
  519  exiftool -AllDates+=718:30 -if &#8216;$make eq &#8220;Canon&#8221;&#8216; test
  520  exiftool -AllDates+=24 -if &#8216;$make eq &#8220;Canon&#8221;&#8216; test
Timestamps in Tracklogs korrigieren
gpsbabel [...]]]></description>
			<content:encoded><![CDATA[<p>Exif Datum anzeigen:</p>
<p>  506  exiftool -d &#8216;%d.%M.%Y&#8217; -DateTimeOriginal -S -s *.JPG<br />
  507  exiftool -d &#8216;%Y-%m-%d&#8217; -DateTimeOriginal -S -s *.JPG</p>
<p>Ggf. korrigieren<br />
  512  exiftool -DateTime +=&#8217;0:1:0 0:0:0&#8242; 2008-08-08-exifcorrection/</p>
<p>  519  exiftool -AllDates+=718:30 -if &#8216;$make eq &#8220;Canon&#8221;&#8216; test<br />
  520  exiftool -AllDates+=24 -if &#8216;$make eq &#8220;Canon&#8221;&#8216; test</p>
<p>Timestamps in Tracklogs korrigieren<br />
gpsbabel -t -i gpx -f in.gpx -x track,move=+1h -o gpx -F out.gpx</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=125</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>the worlds most unsafe password</title>
		<link>http://www.pogoconsulting.com/?p=123</link>
		<comments>http://www.pogoconsulting.com/?p=123#comments</comments>
		<pubDate>Tue, 22 Jul 2008 15:35:31 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=123</guid>
		<description><![CDATA[is surprisinly not &#8220;password&#8221;. At least it surprised me. Wether the data in Analyzing Malicious SSH Login Attempts by Christian Seifert  is representative is another question. But it&#8217;s an interesting Article.
Now the most unsafe Password: it&#8217;s 123456. Followed by &#8220;Password&#8221;, &#8220;Admin&#8221;, &#8220;111111&#8243; and &#8220;12345&#8243;. The only real firstname in the worlds most unsafe username [...]]]></description>
			<content:encoded><![CDATA[<p>is surprisinly not &#8220;password&#8221;. At least it surprised me. Wether the data in <a href="http://www.securityfocus.com/infocus/1876">Analyzing Malicious SSH Login Attempts</a> by Christian Seifert  is representative is another question. But it&#8217;s an interesting Article.</p>
<p>Now the most unsafe Password: it&#8217;s 123456. Followed by &#8220;Password&#8221;, &#8220;Admin&#8221;, &#8220;111111&#8243; and &#8220;12345&#8243;. The only real firstname in the worlds most unsafe username list is &#8220;Paul&#8221;. So beware of increasing number sequences, Paul.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=123</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jassen</title>
		<link>http://www.pogoconsulting.com/?p=122</link>
		<comments>http://www.pogoconsulting.com/?p=122#comments</comments>
		<pubDate>Tue, 22 Jul 2008 11:31:47 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=122</guid>
		<description><![CDATA[http://services.bluewin.ch/jass/solo.html
]]></description>
			<content:encoded><![CDATA[<p>http://services.bluewin.ch/jass/solo.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=122</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xargs by example</title>
		<link>http://www.pogoconsulting.com/?p=121</link>
		<comments>http://www.pogoconsulting.com/?p=121#comments</comments>
		<pubDate>Thu, 17 Jul 2008 08:59:48 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=121</guid>
		<description><![CDATA[http://sidvind.com/wiki/Xargs_by_example
]]></description>
			<content:encoded><![CDATA[<p><a href="http://sidvind.com/wiki/Xargs_by_example">http://sidvind.com/wiki/Xargs_by_example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lustige fehlermeldungen. diesmal: unix</title>
		<link>http://www.pogoconsulting.com/?p=120</link>
		<comments>http://www.pogoconsulting.com/?p=120#comments</comments>
		<pubDate>Wed, 16 Jul 2008 11:20:23 +0000</pubDate>
		<dc:creator>jj</dc:creator>
				<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.pogoconsulting.com/?p=120</guid>
		<description><![CDATA[fsckin.com
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fsckin.com/2007/09/24/189-humorous-unix-errors/">fsckin.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pogoconsulting.com/?feed=rss2&amp;p=120</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
