<?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>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>Security Critical Code</title>
   <description>&lt;p&gt;My favourite comment in &lt;a href=&quot;http://www.samba.org/&quot;&gt;Samba&lt;/a&gt; code:
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;pre&gt;
/***************************************************************************
 JRA.
 The following code allows smbd to read a user defined share file.
 Yes, this is my intent. Yes, I&#039;m comfortable with that...

 THE FOLLOWING IS SECURITY CRITICAL CODE.

 It washes your clothes, it cleans your house, it guards you while you sleep...
 Do not f%^k with it....
***************************************************************************/
&lt;/pre&gt;
&lt;p /&gt;

&lt;p&gt;&lt;font size=&quot;1&quot;&gt;
Note: This is an excerpt of the file &lt;a href=&quot;http://viewcvs.samba.org/cgi-bin/viewcvs.cgi/branches/SAMBA_3_2/source/param/loadparm.c?rev=24453&amp;amp;view=auto&quot;&gt;loadparm.c&lt;/a&gt; of the samba Source code. It it licensed under the GNU General Public License, version 3 or later.
&lt;/font&gt;&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/70</link>
   <comments>http://blog.obnox.de/post/1/70</comments>
   <guid>http://blog.obnox.de/post/1/70</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>Pünktlich zum Kälteeinbruch...</title>
   <description>&lt;p&gt;ist nun in &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_blank&quot; title=&quot;Debian GNU/Linux&quot;&gt;Debian&lt;/a&gt; testing aus &lt;a href=&quot;http://www.mozilla.com/en-US/firefox/&quot; target=&quot;_blank&quot; title=&quot;FireFox HomePage&quot;&gt;FireFox&lt;/a&gt; das &lt;a href=&quot;http://en.wikipedia.org/wiki/IceWeasel&quot; target=&quot;_blank&quot; title=&quot;IceWeasel bei WikiPedia&quot;&gt;IceWeasel&lt;/a&gt; geworden. Hier der &amp;quot;Beweis&amp;quot;:&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://blog.obnox.de/resserver.php?blogId=1&amp;amp;resource=about-iceweasel.jpg&quot; alt=&quot;about iceweasel&quot; style=&quot;5px;&quot; /&gt;&lt;/p&gt;&lt;p align=&quot;left&quot;&gt;Hier nochmal das possierliche Tierchen allein:&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://blog.obnox.de/resserver.php?blogId=1&amp;amp;resource=iceweasel-logo.jpg&quot; alt=&quot;iceweasel logo&quot; style=&quot;5px;&quot; /&gt;&lt;/p&gt;&lt;p&gt;Ist es nicht süß?!...&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/63</link>
   <comments>http://blog.obnox.de/post/1/63</comments>
   <guid>http://blog.obnox.de/post/1/63</guid>
      <author>Obnox</author>
      
    <category>bits&#039;n&#039;bytes</category>
      
    <category>da schau mal einer an</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
    <item>
   <title>Debian auf dem rechten Weg</title>
   <description>&lt;p&gt;
So, endlich haben sie es geschafft: Software-Suspend im Distro-Kernel von Debian etch (testing). Das wurde ja auch mal Zeit. Außerdem haben die Leute endlich vernünftige Maus-Doppelklick-Markier-Muster eingetragen. Damit kann man (wie - und das sage ich natürlich nur ungern - auf anderen Linux-Distributionen schon lange...) nunmehr auch URLs, Email-Adressen und ähnliches komfortabel mit der Maus markieren. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;br /&gt;Damit mausert sich Debian nun endgültig von der Top-Server-Distribution zur Nummer Eins in den Bereichen Server, Desktop und Laptop. &lt;img alt=&quot;;-)&quot; src=&quot;http://blog.obnox.de/plugins/smileys/icons/simple/smiley_wink.gif&quot; /&gt; Alles wird gut...&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/54</link>
   <comments>http://blog.obnox.de/post/1/54</comments>
   <guid>http://blog.obnox.de/post/1/54</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>Seltsamer Proxy</title>
   <description>&lt;div align=&quot;center&quot;&gt;&lt;img src=&quot;http://blog.obnox.de/resserver.php?blogId=1&amp;amp;resource=simg5848-360.jpg&quot; alt=&quot;Squid&quot; style=&quot;5px;&quot; /&gt;&lt;/div&gt;&lt;div align=&quot;center&quot;&gt;Jetzt weiß ich endlich, wie das Ding funktioniert...&lt;/div&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/52</link>
   <comments>http://blog.obnox.de/post/1/52</comments>
   <guid>http://blog.obnox.de/post/1/52</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>20q</title>
   <description>&lt;p&gt;Dank an &lt;a href=&quot;http://blog.jodies.de/archiv/2005/08/30/20q/&quot;&gt;Krischan&lt;/a&gt; für diesen Link: &lt;a href=&quot;http://20q.net/&quot;&gt;20q.net&lt;/a&gt;. (Hier nochmal für die wenigen Leser meines Blogs, die Krischans Blog nicht lesen...) Das ist wirklich zum Teil sehr verblüffend, und man kann schon mal ein Weilchen dabei hängen bleiben! Man könnte es sich doch eigentlich mal zum Ziel setzen, die Maschine zu verziehen... &lt;img alt=&quot;;-)&quot; src=&quot;http://blog.obnox.de/plugins/smileys/icons/simple/smiley_wink.gif&quot; /&gt;&lt;br /&gt;
&lt;/p&gt;&lt;br/&gt;</description>
   <link>http://blog.obnox.de/post/1/46</link>
   <comments>http://blog.obnox.de/post/1/46</comments>
   <guid>http://blog.obnox.de/post/1/46</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>Wie simpel sind wir eigentlich gestrickt?</title>
   <description>&lt;p&gt;Wenn man glaubt, dass man mittles &lt;a href=&quot;http://c2.com/cgi/wiki?MindMapping&quot;&gt;MindMapping&lt;/a&gt; wirklich ein Abbild unseres Geistes erstellt, dann lautet die Antwort: &amp;quot;Ziemlich simpel!&amp;quot; Unser Hirn ist demnach nämlich eine einfache Baumstruktur ohne Querverbindungen. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Das erklärt ja wohl einiges!&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Nun, ich habe mir letztens mal die MindMapping Programme &lt;a href=&quot;http://freehackers.org/~tnagy/kdissert/&quot;&gt;kdissert&lt;/a&gt; und &lt;a href=&quot;http://www.insilmaril.de/vym/&quot;&gt;vym&lt;/a&gt; (View Your Mind) etwas angeschaut. Ganz nützlich ist das ja, um ein etwa eine Gliederung für ein Dokument zu erarbeiten oder per Brainstorming Ideen zu sammeln. Schön übersichtlich. Und besonders gut gefällt mir kdisserts Export nach LaTeX, HTML, OpenOffice  und Plain Text. Aber etwas übertrieben ist der Name dann doch... &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;Die in Java geschriebene Software &lt;a href=&quot;http://freemind.sourceforge.net/wiki/index.php/Main_Page&quot;&gt;freemind&lt;/a&gt; wollte ich auch probieren, sie hat mir direkt den Xserver abgeschossen - muss ich nochmal mit einem anderen jre probieren.</description>
   <link>http://blog.obnox.de/post/1/40</link>
   <comments>http://blog.obnox.de/post/1/40</comments>
   <guid>http://blog.obnox.de/post/1/40</guid>
      <author>Obnox</author>
      
    <category>bits&#039;n&#039;bytes</category>
    
   <source url="http://blog.obnox.de/rss/rss20/1">mOcknox</source>
  </item>
   </channel>
</rss>