<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="http://blog.obnox.de/styles/rss.css" type="text/css"?>
<rss version="2.0">
 <channel>
  <title>mOcknox</title>
  <link>http://blog.obnox.de/1</link>
  <description>etwas Exhibitionismus braucht doch jeder</description>
  <generator>pLog 0.3</generator>
    <item>
   <title>How to fix  broken keyboard after leaving vmware windows guests</title>
   <description>&lt;p&gt;Sometimes - I can not really tell when - &amp;lt;ctrl&amp;gt;, &amp;lt;alt&amp;gt; and &amp;lt;shift&amp;gt; keys do not work any more for me after releasing the focus from a vmware guest. Then running the following  command will revive my keyboard:&lt;/p&gt;&lt;p&gt;&lt;b&gt;setxkbmap de nodeadkeys&lt;/b&gt;&lt;/p&gt;&lt;p&gt;(or whetever your keyboard setting is). Note that I usually have an xterm open (or I can open one since I have a laucher available in the panel).  In order to reduce typing, I put this into the $PATH  into a little shell script ~/bin/kbdfix .&lt;/p&gt;&lt;br/&gt;&lt;br /&gt;</description>
   <link>http://blog.obnox.de/post/1/80</link>
   <comments>http://blog.obnox.de/post/1/80</comments>
   <guid>http://blog.obnox.de/post/1/80</guid>
      <author>Obnox</author>
      
    <category>bits&#039;n&#039;bytes</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>abcde - A Better CD Encoder</title>
   <description>&lt;p&gt;I just found this really cool Linux command line tool for ripping cd&#039;s into ogg vorbis files (or mp3, or ...): &lt;b&gt;abcde&lt;/b&gt; (A Better CD Encode).&lt;/p&gt;
&lt;p&gt;It does all you need for ripping cds: grep info from cddb, rip tracks into .wav files, normalize the volume of the individual files (if you want it), encode the wav files into the format you specify (given external commandline encoders), appropriately comment or tag (ID3/ID3v2) the file, calculates replaygain.&lt;/p&gt;
&lt;p&gt;abcde can be configured via a ~/.abcde.conf file. Here you can configure where the created files should be stored and many other things. The manual page has the details.&lt;/p&gt;
&lt;p&gt;Here is my ~/.abcde.conf file. I have configured the naming scheme for my .ogg files and given a custom name translation function that maps the names to lower case and does not (like the default) translate spaces to underscores:&lt;/p&gt;

&lt;pre&gt;# ~/.abcde.conf

OUTPUTTYPE=&#039;ogg&#039;
OUTPUTFORMAT=&#039;${ARTISTFILE}/${ALBUMFILE}/${TRACKNUM} - ${TRACKFILE}&#039;

mungefilename() { 
        echo &amp;quot;$1&amp;quot; | tr &amp;quot;[:upper:]&amp;quot; &amp;quot;[:lower:]&amp;quot; | tr -d &amp;quot;[:&#039;]&amp;quot;
}
&lt;/pre&gt;

&lt;p&gt;That&#039;s all. Here is the Homepage: &lt;a href=&quot;http://lly.org/~rcw/abcde/page/&quot; target=&quot;_blank&quot; title=&quot;http://lly.org/~rcw/abcde/page/&quot;&gt;http://lly.org/~rcw/abcde/page/&lt;/a&gt;.&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/79</link>
   <comments>http://blog.obnox.de/post/1/79</comments>
   <guid>http://blog.obnox.de/post/1/79</guid>
      <author>Obnox</author>
      
    <category>bits&#039;n&#039;bytes</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>How to fix AltGr in vmware guests</title>
   <description>&lt;p&gt;When AltGr or other special keys are not working in your vmare (windoze) clients, try adding this to your ~/.vmware/preferences or /etc/vmware/config:&lt;/p&gt;

&lt;pre&gt;  
xkeymap.keycode.108 = 0x138 # Alt_R
xkeymap.keycode.106 = 0x135 # KP_Divide
xkeymap.keycode.104 = 0x11c # KP_Enter
xkeymap.keycode.111 = 0x148 # Up
xkeymap.keycode.116 = 0x150 # Down
xkeymap.keycode.113 = 0x14b # Left
xkeymap.keycode.114 = 0x14d # Right
xkeymap.keycode.105 = 0x11d # Control_R
xkeymap.keycode.118 = 0x152 # Insert
xkeymap.keycode.119 = 0x153 # Delete
xkeymap.keycode.110 = 0x147 # Home
xkeymap.keycode.115 = 0x14f # End
xkeymap.keycode.112 = 0x149 # Prior
xkeymap.keycode.117 = 0x151 # Next
xkeymap.keycode.78 = 0x46 # Scroll_Lock
xkeymap.keycode.127 = 0x100 # Pause
xkeymap.keycode.133 = 0x15b # Meta_L
xkeymap.keycode.134 = 0x15c # Meta_R
xkeymap.keycode.135 = 0x15d # Menu
&lt;/pre&gt;&lt;p&gt;Thanks to &lt;a href=&quot;http://blog.cynapses.org&quot;&gt;gladiac&lt;/a&gt; for the hint! He also told me that the problem only occurs when you use evdev as your keyboard driver.&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/78</link>
   <comments>http://blog.obnox.de/post/1/78</comments>
   <guid>http://blog.obnox.de/post/1/78</guid>
      <author>Obnox</author>
      
    <category>bits&#039;n&#039;bytes</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Rad-und-Lauf-Statistik 2008</title>
   <description>&lt;p&gt;Von meinen bei &lt;a title=&quot;http://trainingsverwaltung.mtb-news.de/&quot; target=&quot;_blank&quot; href=&quot;http://trainingsverwaltung.mtb-news.de/&quot;&gt;http://trainingsverwaltung.mtb-news.de/&lt;/a&gt; erfassten Trainingseinheiten:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; knapp 5200 km Radfahren davon &lt;/li&gt;
  &lt;ul&gt;
  &lt;li&gt;ca 1000 km Rennrad und&lt;/li&gt;
  &lt;li&gt;4200 km MTB, davon 
    &lt;ul&gt;
    &lt;li&gt;2750 mit dem alten MTB (Januar bis August) und&lt;/li&gt;
    &lt;li&gt;1450 mit dem neuen MTB (September bis Dezember)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;&lt;/ul&gt;
&lt;li&gt;300 km Laufen (Mai bis Dezember)  &lt;img alt=&quot;:-)&quot; src=&quot;http://blog.obnox.de/plugins/smileys/icons/simple/smiley_smile.gif&quot; /&gt; &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Hmmm, gut 1100km weniger geradelt als 2007, da habe ich bestimmt einige Einheiten vergessen aufzuschreiben. Aber ok, ich bin auch deutlich häufiger beruflich unterwegs gewesen.... &lt;img alt=&quot;;-)&quot; src=&quot;http://blog.obnox.de/plugins/smileys/icons/simple/smiley_wink.gif&quot; /&gt;&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/77</link>
   <comments>http://blog.obnox.de/post/1/77</comments>
   <guid>http://blog.obnox.de/post/1/77</guid>
      <author>Obnox</author>
      
    <category>reiten</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Frustkiller  2</title>
   <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.obnox.de/g/raeder/IMAG0145&quot;&gt;&lt;img width=&quot;480&quot; src=&quot;http://www.obnox.de/albums/raeder/IMAG0145.sized.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;
&lt;/div&gt;
&lt;p&gt;
Leider nur ein Handy-Foto. Aber immerhin ein erstes. Die Laufräder werden auch noch getauscht...
&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/76</link>
   <comments>http://blog.obnox.de/post/1/76</comments>
   <guid>http://blog.obnox.de/post/1/76</guid>
      <author>Obnox</author>
      
    <category>reiten</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Hi hi history </title>
   <description>&lt;p&gt;
&lt;pre&gt;obnox@nirvana:~&amp;gt; history|awk &#039;{a[$2]++} END{for(i in a){printf &amp;quot;%5dt%sn&amp;quot;,a[i],i}}&#039;|sort -rn | head -n11
  414   git
  123   vi
   80   ls
   58   make
   34   less
   24   socksify
   22   man
   20   cd
   18   ./configure
   15   buildsamba-clustered
   13   svn&lt;/pre&gt;
&lt;p /&gt;
&lt;p&gt;
Idea taken from &lt;a href=&quot;http://www.devurandom.org/weblog/2008/apr/16/why_not/&quot;&gt;Deryck&lt;/a&gt;.
&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/75</link>
   <comments>http://blog.obnox.de/post/1/75</comments>
   <guid>http://blog.obnox.de/post/1/75</guid>
      <author>Obnox</author>
      
    <category>bits&#039;n&#039;bytes</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Shake it, baby!</title>
   <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.obnox.de/g/animalisch/igp4770&quot;&gt;&lt;img width=&quot;480&quot; src=&quot;http://www.obnox.de/albums/animalisch/igp4770.sized.jpg&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/74</link>
   <comments>http://blog.obnox.de/post/1/74</comments>
   <guid>http://blog.obnox.de/post/1/74</guid>
      <author>Obnox</author>
      
    <category>eingebildert</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Diskriminierung!</title>
   <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.obnox.de/g/mischmasch/DSC00130_rot&quot;&gt;&lt;img src=&quot;http://www.obnox.de/albums/mischmasch/DSC00130_rot.sized.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;
&lt;/div&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/73</link>
   <comments>http://blog.obnox.de/post/1/73</comments>
   <guid>http://blog.obnox.de/post/1/73</guid>
      <author>Obnox</author>
      
    <category>da schau mal einer an</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Des Obnox&#039; neue Kleider (Teil 2)</title>
   <description>&lt;div align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.obnox.de/g/rsc-kleidung/DSC00126&quot;&gt;&lt;img width=&quot;480&quot; src=&quot;http://www.obnox.de/albums/rsc-kleidung/DSC00126.sized.jpg&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/72</link>
   <comments>http://blog.obnox.de/post/1/72</comments>
   <guid>http://blog.obnox.de/post/1/72</guid>
      <author>Obnox</author>
      
    <category>reiten</category>
      
    <category>eingebildert</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Crash-Kurs für Schilderaufsteller</title>
   <description>&lt;p&gt;Liebe Schilder-Aufsteller, es ist doch gar nicht soo schwer:&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.obnox.de/g/rumfahren/falsch_richtig&quot;&gt;&lt;img src=&quot;http://www.obnox.de/albums/rumfahren/falsch_richtig.sized.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Alles klar? &lt;img alt=&quot;;-)&quot; src=&quot;http://blog.obnox.de/plugins/smileys/icons/simple/smiley_wink.gif&quot; /&gt;&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/71</link>
   <comments>http://blog.obnox.de/post/1/71</comments>
   <guid>http://blog.obnox.de/post/1/71</guid>
      <author>Obnox</author>
      
    <category>reiten</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
   </channel>
</rss>