<?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>Rally Vincent-Blog &#187; Linux</title>
	<atom:link href="http://rvincent.digital-nerv.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://rvincent.digital-nerv.net</link>
	<description>&#34;Smurfs are asexual. They don&#039;t even have reproductive organs under those little white pants.&#34;</description>
	<lastBuildDate>Sun, 07 Aug 2011 20:58:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Resend Maildir</title>
		<link>http://rvincent.digital-nerv.net/2011/08/07/resend-maildir/</link>
		<comments>http://rvincent.digital-nerv.net/2011/08/07/resend-maildir/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 20:45:03 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[resend]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1544</guid>
		<description><![CDATA[for f in $MAILDIR/new/* do sendmail user@domain &#60;$f done]]></description>
			<content:encoded><![CDATA[<p><img src="http://rvincent.digital-nerv.net/wp-content/uploads/si_homeworld2_wp_1_1024.jpg" alt="" title="si_homeworld2_wp_1_1024" width="600" height="298" class="alignnone size-full wp-image-1665" /></p>
<pre>for f in $MAILDIR/new/*
do
	sendmail user@domain &lt;$f
done</pre>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2011/08/07/resend-maildir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a MD5 Checksum</title>
		<link>http://rvincent.digital-nerv.net/2011/08/07/create-a-md5-checksum/</link>
		<comments>http://rvincent.digital-nerv.net/2011/08/07/create-a-md5-checksum/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 20:40:11 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[md5sum]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1282</guid>
		<description><![CDATA[dd if=/dev/cdrom of=image.iso md5sum image.iso 3b5e9861910463374bb0d4ba9025bbb1 image.iso md5sum -c image.md5]]></description>
			<content:encoded><![CDATA[<p><img src="http://rvincent.digital-nerv.net/wp-content/uploads/07_naked-weapon_blu-ray.jpg" alt="" title="07_naked weapon_blu-ray" width="600" height="326" class="alignnone size-full wp-image-1645" /></p>
<ul>
<li><code>dd if=/dev/cdrom of=image.iso</code></li>
<li><code>md5sum image.iso</code></li>
<li><code>3b5e9861910463374bb0d4ba9025bbb1 image.iso</code></li>
<li><code>md5sum -c image.md5</code></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2011/08/07/create-a-md5-checksum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Log POP, IMAP and SMTP Traffic in Mozilla Thunderbird</title>
		<link>http://rvincent.digital-nerv.net/2011/08/07/how-to-log-pop-imap-and-smtp-traffic-in-mozilla-thunderbird/</link>
		<comments>http://rvincent.digital-nerv.net/2011/08/07/how-to-log-pop-imap-and-smtp-traffic-in-mozilla-thunderbird/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 20:25:21 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1601</guid>
		<description><![CDATA[Logging is for the industrious developer alone — and for the curious user, of course. In addition to finding out what&#8217;s going on behind the scenes of email exchanges in Mozilla Thunderbird yourself (especially if that which is going on is not going right), you can help those helping you with problems enormously if you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://rvincent.digital-nerv.net/wp-content/uploads/thunderbird-logo-64x64.png" alt="" title="Thunderbird Logo" width="64" height="64" class="alignnone size-full wp-image-208" /></p>
<p>Logging is for the industrious developer alone — and for the curious user, of course. In addition to finding out what&#8217;s going on behind the scenes of email exchanges in Mozilla Thunderbird yourself (especially if that which is going on is not going right), you can help those helping you with problems enormously if you&#8217;re able to send them a log of what&#8217;s happening when you try to send or receive mail.</p>
<p>Turning on transaction logging may not be straight forward an affair, but it is not difficult either.</p>
<p>Log POP, IMAP and SMTP Traffic in Mozilla Thunderbird</p>
<p>To create a log file with all POP (Post Office Protocol), SMTP (Simple Mail Transfer Protocol) or IMAP (Internet Message Access Protocol) traffic in Mozilla Thunderbird:</p>
<p><strong>Make sure Mozilla Thunderbird is not running.</strong></p>
<p><strong>Now, on Windows:</strong></p>
<ul>
<li>Select All Programs | Accessories | Command Prompt from the Start menu.</li>
<li>Type &#8220;set NSPR_LOG_MODULES=&#8221; followed immediately by &#8220;<code>POP3:4</code>&#8221; for POP, &#8220;<code>IMAP:4</code>&#8221; for IMAP and &#8220;<code>SMTP:4</code>&#8221; for SMTP logging.</li>
<li>Press Enter.</li>
<li>You can enable logging for multiple protocols by separating them with commas (&#8216;,&#8217;).</li>
<li>To log both POP and SMTP traffic, for example, type &#8220;<code>set NSPR_LOG_MODULES=POP3:4,SMTP:4</code>&#8221; (excluding the quotation marks).</li>
<li>To log only IMAP traffic, type &#8220;<code>set NSPR_LOG_MODULES=IMAP:4</code>&#8220;, for instance.</li>
<li>Type &#8220;<code>set NSPR_LOG_FILE=%HOMEDRIVE%%HOMEPATH%\Desktop\tbird_log.txt</code>&#8220;.</li>
<li>Press Enter.</li>
<li>Type &#8220;<code>start thunderbird</code>&#8220;.</li>
<li>Press Enter again.</li>
<li>Perform the desired email actions in Mozilla Thunderbird.</li>
<li>Quit Mozilla Thunderbird and take a look at &#8220;<code>tbird_log.txt</code>&#8221; on your Desktop.</li>
</ul>
<p><strong>On Mac OS X:</strong></p>
<ul>
<li>Open a Terminal window.</li>
<li>Type &#8220;<code>export NSPR_LOG_MODULES=</code>&#8221; followed immediately by &#8220;<code>POP3:4</code>&#8221; for POP, &#8220;<code>IMAP:4</code>&#8221; for IMAP and &#8220;<code>SMTP:4</code>&#8221; for SMTP logging.</li>
<li>Press Enter.</li>
<li>You can enable logging for multiple protocols by separating them with commas (&#8216;,&#8217;).</li>
<li>To log both POP and SMTP traffic, for example, type &#8220;<code>export NSPR_LOG_MODULES=POP3:4,SMTP:4</code>&#8221; (excluding the quotation marks).</li>
<li>To log only IMAP traffic, type &#8220;<code>export NSPR_LOG_MODULES=IMAP:4</code>&#8220;, for instance.</li>
<li>Type &#8220;<code>export NSPR_LOG_FILE=~/Desktop/tbird.log</code>&#8220;.</li>
<li>Press Enter.</li>
<li>Now type &#8220;<code>/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin</code>&#8220;.</li>
<li>Press Enter again.</li>
<li>Perform the desired email actions in Mozilla Thunderbird.</li>
<li>Quit Mozilla Thunderbird and take a look at &#8220;<code>tbird.log</code>&#8221; on your Desktop.</li>
</ul>
<p><strong>On Linux:</strong></p>
<ul>
<li>Open a Terminal window.</li>
<li>Type &#8220;<code>export NSPR_LOG_MODULES=</code>&#8221; followed immediately by &#8220;<code>POP3:4</code>&#8221; for POP, &#8220;<code>IMAP:4</code>&#8221; for IMAP and &#8220;<code>SMTP:4</code>&#8221; for SMTP logging.</li>
<li>Press Enter.</li>
<li>You can enable logging for multiple protocols by separating them with commas (&#8216;,&#8217;).</li>
<li>To log both POP and SMTP traffic, for example, type &#8220;<code>export NSPR_LOG_MODULES=POP3:4,SMTP:4</code>&#8221; (excluding the quotation marks).</li>
<li>To log only IMAP traffic, type &#8220;<code>export NSPR_LOG_MODULES=IMAP:4</code>&#8220;, for instance. Type &#8220;<code>export NSPR_LOG_FILE=~/tbird.log.txt</code>&#8220;.</li>
<li>Press Enter.</li>
<li>Type &#8220;<code>thunderbird</code>&#8220;.</li>
<li>Press Enter again.</li>
<li>Perform the desired email actions in Mozilla Thunderbird.</li>
<li>Quit Mozilla Thunderbird and take a look at &#8220;<code>tbird.log.txt</code>&#8221; in your Home directory.</li>
</ul>
<p><i>By Heinz Tschabitscher, About.com Guide</i></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2011/08/07/how-to-log-pop-imap-and-smtp-traffic-in-mozilla-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Einträge im laufenden Betrieb ändern</title>
		<link>http://rvincent.digital-nerv.net/2011/04/18/dns-eintrage-im-laufenden-betrieb-andern/</link>
		<comments>http://rvincent.digital-nerv.net/2011/04/18/dns-eintrage-im-laufenden-betrieb-andern/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 14:30:51 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain name server]]></category>
		<category><![CDATA[named]]></category>
		<category><![CDATA[rndc]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1569</guid>
		<description><![CDATA[Um DNS Einträge im laufenden Betrieb zu Ändern kann man mit Hilfe von rndc eine geänderte Zone ohne Störungen Aktualisieren. Dazu wird die Zone mit rndc Eingefroren, Neugeladen und wieder Aufgetaut. Zonendatei für die Zone Ändern. Zone Aktualisieren mit Hilfe von rndc. rndc freeze &#60;zonenname&#62; rndc reload &#60;zonenname&#62; rndc thaw &#60;zonenname&#62; Hilfe zu diesem Thema findet [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1573" title="GitS DNS Example" src="http://rvincent.digital-nerv.net/wp-content/uploads/gits-dns-example.png" alt="" width="600" height="250" /></p>
<p>Um DNS Einträge im laufenden Betrieb zu Ändern kann man mit Hilfe von <code>rndc</code> eine geänderte Zone ohne Störungen Aktualisieren. Dazu wird die Zone mit <code>rndc</code> Eingefroren, Neugeladen und wieder Aufgetaut.</p>
<ol>
<li>Zonendatei für die Zone Ändern.</li>
<li>Zone Aktualisieren mit Hilfe von <code>rndc</code>.</li>
</ol>
<p><code>rndc freeze &lt;zonenname&gt;</code><br />
<code>rndc reload &lt;zonenname&gt;</code><br />
<code>rndc thaw &lt;zonenname&gt;</code></p>
<p>Hilfe zu diesem Thema findet man unter &#8220;<a href="http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-rg-de-4/s1-bind-rndc.html" target="_blank">Die Verwendung von rndc</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2011/04/18/dns-eintrage-im-laufenden-betrieb-andern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash Colors</title>
		<link>http://rvincent.digital-nerv.net/2010/09/03/bash-colors/</link>
		<comments>http://rvincent.digital-nerv.net/2010/09/03/bash-colors/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 22:17:05 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[colors]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1489</guid>
		<description><![CDATA[Bash Color Escape Codes You can echo (echo -e) the following escape codes inside \e[ESCAPECODEm to colorize the text in your bash console: Black 0;30 Dark Gray 1;30 Red 0;31 Light Red 1;31 Green 0;32 Light Green 1;32 Brown 0;33 Yellow 1;33 Blue 0;34 Light Blue 1;34 Purple 0;35 Light Purple 1;35 Cyan 0;36 Light [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1495" title="Bash Colors" src="http://rvincent.digital-nerv.net/wp-content/uploads/bash-colors.png" alt="" width="600" height="254" /></p>
<p><strong>Bash Color Escape Codes</strong></p>
<p>You can echo (echo -e) the following escape codes inside \e[<em>ESCAPECODE</em>m to colorize the text in your bash console:</p>
<ul>
<li>Black 0;30</li>
<li>Dark Gray 1;30</li>
<li>Red 0;31</li>
<li>Light Red 1;31</li>
<li>Green 0;32</li>
<li>Light Green 1;32</li>
<li>Brown 0;33</li>
<li>Yellow 1;33</li>
<li>Blue 0;34</li>
<li>Light Blue 1;34</li>
<li>Purple 0;35</li>
<li>Light Purple 1;35</li>
<li>Cyan 0;36</li>
<li>Light Cyan 1;36</li>
<li>Light Gray 0;37</li>
<li>White 1;37</li>
</ul>
<p>Make sure you use &#8220;echo -e&#8221; to enable the interpretation of the backslash escapes:</p>
<blockquote><p><code>bash$ echo -e "This is bright green -&gt; \e[01;32mGREENCOLOREDTEXT\e[00m"</code></p></blockquote>
<p><strong>Remove the Color</strong></p>
<p>Echo \e[00m to remove the  color modifications from the text:</p>
<blockquote><p><code>bash$ echo -n '\e[00m'</code></p></blockquote>
<p>Look how the colors appear on your system:</p>
<p>Copy the code into an new created shell script for example <code>colors.sh</code> and make it executable (chmod +x colors.sh).</p>
<blockquote><p><code>#!/bin/bash<br />
echo -e "This is \e[00;30mBlack\e[00m 0;30"<br />
echo -e "This is \e[01;30mDark Gray\e[00m 1;30"<br />
echo -e "This is \e[00;31mRed\e[00m 0;31"<br />
echo -e "This is \e[01;31mLight\e[00m Red 1;31"<br />
echo -e "This is \e[00;32mGreen\e[00m 0;32"<br />
echo -e "This is \e[01;32mLight Green\e[00m 1;32"<br />
echo -e "This is \e[00;33mBrown\e[00m 0;33"<br />
echo -e "This is \e[01;33mYellow\e[00m 1;33"<br />
echo -e "This is \e[00;34mBlue\e[00m 0;34"<br />
echo -e "This is \e[01;34mLight Blue\e[00m 1;34"<br />
echo -e "This is \e[00;36mCyan\e[00m 0;36"<br />
echo -e "This is \e[01;36mLight Cyan\e[00m 1;36"<br />
echo -e "This is \e[00;35mPurple\e[00m 0;35"<br />
echo -e "This is \e[01;35mLight\e[00m Purple 1;35"<br />
echo -e "This is \e[00;37mLight\e[00m Gray 0;37"<br />
echo -e "This is \e[01;37mWhite\e[00m 1;37"</code></p></blockquote>
<p>Execute the script (./colors.sh) and it should be look similar to this:</p>
<p><img class="alignnone size-full wp-image-1499" title="Bash Colors Script" src="http://rvincent.digital-nerv.net/wp-content/uploads/bash-colors-script.png" alt="" width="600" height="400" /></p>
<p>Further informations: <a href="http://en.wikipedia.org/wiki/ANSI_escape_code#Colors" target="_blank">ANSI escape code &#8211; Colors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2010/09/03/bash-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icons for AutoKey (GTK UI) 0.71.0</title>
		<link>http://rvincent.digital-nerv.net/2010/08/05/icons-for-autokey-gtk-ui-0-71-0/</link>
		<comments>http://rvincent.digital-nerv.net/2010/08/05/icons-for-autokey-gtk-ui-0-71-0/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 20:17:41 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[0.71.0]]></category>
		<category><![CDATA[ambiance]]></category>
		<category><![CDATA[autokey]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[radiance]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1471</guid>
		<description><![CDATA[Change your Autokey Notification Icon, so it fits your Theme! Screenshot of the Ambiance Theme Screenshot of the Radiance Theme Download your desired icon file and open the target folder. Press the keys ALT + F2 and enter gksu nautilus /usr/share/pixmaps Overwrite the akicon-status.png this folder with your desired icon file. In the &#8220;AutoKey &#8211; Preferences&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Change your Autokey Notification Icon, so it fits your Theme!</strong></p>
<p>Screenshot of the Ambiance Theme</p>
<p><img title="Screenshot Ambiance" src="/wp-content/uploads/screenshot-autokey-ambiance.jpg" alt="" width="600" height="61" /></p>
<p>Screenshot of the Radiance Theme</p>
<p><img title="Screenshot Radiance" src="/wp-content/uploads/screenshot-autokey-radiance.jpg" alt="" width="600" height="61" /></p>
<p>Download your desired icon file and open the target folder.</p>
<p>Press the keys <strong>ALT</strong> + <strong>F2</strong> and enter</p>
<blockquote><p><code>gksu nautilus /usr/share/pixmaps</code></p></blockquote>
<p>Overwrite the <code>akicon-status.png</code> this folder with your desired icon file.</p>
<p>In the &#8220;AutoKey &#8211; Preferences&#8221; for &#8220;Notification icon style:&#8221; you need to select &#8220;Grayscale&#8221;.</p>
<p><img class="alignnone size-full wp-image-1485" title="AutoKey - Preferences" src="http://rvincent.digital-nerv.net/wp-content/uploads/Bildschirmfoto-AutoKey-Preferences.png" alt="" width="448" height="344" /></p>
<p>In order to see the new icon you need to restart AutoKey.</p>
<p><strong>Downloads</strong></p>
<p><a href="../wp-content/uploads/akicon-status-ambiance.png">Icon for the Ambiance Theme</a></p>
<p><a href="../wp-content/uploads/akicon-status-radiance.png">Icon for the Radiance Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2010/08/05/icons-for-autokey-gtk-ui-0-71-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AutoKey PPA and Icon Installer for Ubuntu</title>
		<link>http://rvincent.digital-nerv.net/2010/06/07/autokey-ppa-and-icon-installer-for-ubuntu/</link>
		<comments>http://rvincent.digital-nerv.net/2010/06/07/autokey-ppa-and-icon-installer-for-ubuntu/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 05:24:46 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[autokey]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1403</guid>
		<description><![CDATA[Go to the up to date Post! Since the current AutoKey Version shipped with Ubuntu Linux 10.04 Lucid Lynx is an outdated one, i found an easy way to get a newer one through the PPA of Chris Dekter from the AutoKey Project. If you are not so familiar with installing through PPA i made [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="../2010/08/05/icons-for-autokey-gtk-ui-0-71-0/">Go to the up to date Post!</a></strong></p>
<p>Since the current AutoKey Version shipped with Ubuntu Linux 10.04 Lucid Lynx is an outdated one, i found an easy way to get a newer one through the <a href="https://launchpad.net/~cdekter/+archive/ppa">PPA</a> of Chris Dekter from the <a href="http://autokey.googlecode.com/">AutoKey</a> Project.</p>
<p>If you are not so familiar with installing through PPA i made a set of install scripts. You can also easy switch the <a href="/2010/05/04/autokey-status-icons-for-ubuntu-10-04-lucid-lynx/">theme icons</a> i mentioned earlier.</p>
<p><img class="alignright size-full wp-image-1292" title="AutoKey Ambiance Icon" src="http://rvincent.digital-nerv.net/wp-content/uploads/akicon-status-ambiance.png" alt="" width="198" height="198" /></p>
<p>Make sure you remove any installed autokey packages before you install the PPA Version!</p>
<p>Do not forget to restart AutoKey after you made any changes.</p>
<p><strong>Download</strong></p>
<p><a href="http://rvincent.digital-nerv.net/wp-content/uploads/autokey_install_helper.zip">AutoKey Install Helper Package</a></p>
<p><strong>Scripts</strong></p>
<p><strong>install_autokey-gtk.sh</strong></p>
<pre>#!/bin/bash

mkdir backup
cp ~/.config/autokey/* backup/
gksu add-apt-repository ppa:cdekter/ppa
sudo apt-get install autokey-common autokey-gtk</pre>
<p><strong>install_autokey_ambiance.sh</strong></p>
<pre>#!/bin/bash

autokeynotifier="/usr/share/pyshared/autokey/gtkui/notifier.py"
autokeyicons="/usr/share/pixmaps/"
themeicon="akicon-status-ambiance.png"

command="cp $themeicon $autokeyicons"
eval gksu "$command"

pattern=`awk -F\" '/STATUS_ICON_FILE = /{print $2}' $autokeynotifier`

command="sed -i 's,$pattern,$autokeyicons$themeicon,g' $autokeynotifier"
eval sudo "$command"</pre>
<p><strong>install_autokey_radiance.sh</strong></p>
<pre>#!/bin/bash

autokeynotifier="/usr/share/pyshared/autokey/gtkui/notifier.py"
autokeyicons="/usr/share/pixmaps/"
themeicon="akicon-status-radiance.png"

command="cp $themeicon $autokeyicons"
eval gksu "$command"

pattern=`awk -F\" '/STATUS_ICON_FILE = /{print $2}' $autokeynotifier`

command="sed -i 's,$pattern,$autokeyicons$themeicon,g' $autokeynotifier"
eval sudo "$command"</pre>
<p><strong>install_autokey_default.sh</strong></p>
<pre>#!/bin/bash

autokeynotifier="/usr/share/pyshared/autokey/gtkui/notifier.py"
autokeyicons="/usr/share/pixmaps/"
themeicon="akicon.png"

gksu echo

pattern=`awk -F\" '/STATUS_ICON_FILE = /{print $2}' $autokeynotifier`

command="sed -i 's,$pattern,$autokeyicons$themeicon,g' $autokeynotifier"
eval sudo "$command"</pre>
<p><span id="more-1403"></span><br />
<strong>In Deutsch:</strong></p>
<p>Da die mit AutoKey Version welche mit Ubuntu Linux 10.04 Lucid Lynx ausgeliefert wird schon ziemlich alt ist, habe ich einen leichten Weg gefunden eine neuere Version mittels <a href="https://launchpad.net/~cdekter/+archive/ppa">PPA</a> von Chris Dekter vom <a href="http://autokey.googlecode.com/">AutoKey</a> Projekt zu installieren.</p>
<p>Wer nicht so recht weiss wie man über PPA installiert, habe ich dafür ein paar Skripts erstellt. Man kann damit auch leicht zwischen den <a href="/2010/05/04/autokey-status-icons-for-ubuntu-10-04-lucid-lynx/">Themen Icons</a> wechseln die in einem anderen Beitrag schon vorher einmal erwähnt hatte.</p>
<p>Bitte alle AutoKey Pakete deinstallieren falls schon installiert wurde bevor die PPA Version installiert wird!</p>
<p>Nach einer Änderung nicht vergessen AutoKey neu zu starten.</p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2010/06/07/autokey-ppa-and-icon-installer-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Firefox MIME Type Icons</title>
		<link>http://rvincent.digital-nerv.net/2010/05/06/fix-firefox-mime-type-icons/</link>
		<comments>http://rvincent.digital-nerv.net/2010/05/06/fix-firefox-mime-type-icons/#comments</comments>
		<pubDate>Thu, 06 May 2010 20:56:42 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[humanity]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[moz-icon]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1340</guid>
		<description><![CDATA[The Problem In order to show the error i made some screenshots from an RSS view in Firefox. The image source link from the source code. moz-icon://goat?size=16&#38;contentType=audio/mpeg The Fix The problem is that Firefox can&#8217;t find the MIME type icons. This Shell-Script copies the MIME icons from the Humanity Icon Theme into the .icons folder [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1367" title="Humanity Icons" src="http://rvincent.digital-nerv.net/wp-content/uploads/mime.png" alt="" width="600" height="60" /></p>
<p><strong>The Problem</strong></p>
<p>In order to show the error i made some screenshots from an RSS view in Firefox.</p>
<div id="attachment_1351" class="wp-caption alignnone" style="width: 595px"><img class="size-medium wp-image-1351" title="Missing MIME Icon" src="http://rvincent.digital-nerv.net/wp-content/uploads/moz-icon-missing.jpg" alt="" width="585" height="165" /><p class="wp-caption-text">As you can see the MIME Icon is missing.</p></div>
<p>The image source link from the source code.</p>
<blockquote><p><code>moz-icon://goat?size=16&amp;contentType=audio/mpeg</code></p></blockquote>
<p><strong>The Fix</strong></p>
<div id="attachment_1353" class="wp-caption alignnone" style="width: 595px"><img class="size-medium wp-image-1353" title="MIME Icon" src="http://rvincent.digital-nerv.net/wp-content/uploads/moz-icon.jpg" alt="" width="585" height="165" /><p class="wp-caption-text">The MIME Icon is shown after the fix. As you can see it is an audio icon.</p></div>
<p>The problem is that Firefox can&#8217;t find the MIME type icons. This Shell-Script copies the MIME icons from the Humanity Icon Theme into the <code>.icons</code> folder in your home directory so Firefox can find them.</p>
<pre>#!/bin/bash

ISOURCE=/usr/share/icons/
ITHEME=Humanity

for size in 16 22 24 32 48;
do
  mkdir -p $HOME/.icons/$ITHEME/mimes/$size;
  for file in $ISOURCE/$ITHEME/mimes/$size/*.svg;
  do
    ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename $file .svg`.png;
  done;
done;</pre>
<p>Script Author: <em><a href="https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/466567/comments/26">Ilja Sekler</a></em></p>
<p>Create a new script file and run it in your terminal or <a href="/wp-content/uploads/fix-moz-icon.sh.zip">download it</a> and run it in your terminal.<br />
<span id="more-1340"></span><br />
<strong>In Deutsch:</strong></p>
<p><strong>Das Problem</strong></p>
<p>Um den Fehler zu zeigen habe ich ein paar Bildschirmfotos der RSS Ansicht im Firefox gemacht.</p>
<div id="attachment_1351" class="wp-caption alignnone" style="width: 595px"><img class="size-medium wp-image-1351" title="Missing MIME Icon" src="http://rvincent.digital-nerv.net/wp-content/uploads/moz-icon-missing.jpg" alt="" width="585" height="165" /><p class="wp-caption-text">Wie wir sehen können fehlt das MIME Icon.</p></div>
<p>Der Sourcecode für das Icon aus dem Sourcecode der RSS Ansicht.</p>
<blockquote><p><code>moz-icon://goat?size=16&amp;contentType=audio/mpeg</code></p></blockquote>
<p><strong>Der Fix</strong></p>
<div id="attachment_1353" class="wp-caption alignnone" style="width: 595px"><img class="size-medium wp-image-1353" title="MIME Icon" src="http://rvincent.digital-nerv.net/wp-content/uploads/moz-icon.jpg" alt="" width="585" height="165" /><p class="wp-caption-text">Das MIME Icon wird nach dem Fix angezeigt. Wir sehen eine Audio Icon.</p></div>
<p>Das Probem ist, dass Firefox die MIME Typ Icons nicht findet. Dieses Shell-Skript kopiert die MIME Icons des Humanity Themas in den <code>.icons</code> Ordner im Heimverzeichnis, so dass Firefox die Icons finden kann.</p>
<pre>#!/bin/bash

ISOURCE=/usr/share/icons/
ITHEME=Humanity

for size in 16 22 24 32 48;
do
  mkdir -p $HOME/.icons/$ITHEME/mimes/$size;
  for file in $ISOURCE/$ITHEME/mimes/$size/*.svg;
  do
    ln -s $file $HOME/.icons/$ITHEME/mimes/$size/`basename $file .svg`.png;
  done;
done;</pre>
<p>Skript Autor: <em><a href="https://bugs.launchpad.net/ubuntu/+source/humanity-icon-theme/+bug/466567/comments/26">Ilja Sekler</a></em></p>
<p>Erstellen Sie ein neues Skript und führen es in der Konsole aus oder <a href="/wp-content/uploads/fix-moz-icon.sh.zip">laden es herunter</a> und starten es in der Konsole.</p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2010/05/06/fix-firefox-mime-type-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoKey Status Icons for Ubuntu 10.04 Lucid Lynx</title>
		<link>http://rvincent.digital-nerv.net/2010/05/04/autokey-status-icons-for-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://rvincent.digital-nerv.net/2010/05/04/autokey-status-icons-for-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Tue, 04 May 2010 15:58:36 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[ambiance]]></category>
		<category><![CDATA[autokey]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[indicator]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[radiance]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=1286</guid>
		<description><![CDATA[Go to the up to date Post! A set of icons for AutoKey on the Gnome Desktop with Ubuntu Linux 10.04. Screenshot of the Ambiance Theme Screenshot of the Radiance Theme Step 1 Download the icon file and open the target folder. Press the keys ALT + F2 and enter gksu nautilus /usr/share/pixmaps Copy the [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="/2010/08/05/icons-for-autokey-gtk-ui-0-71-0/">Go to the up to date Post!</a></strong></p>
<p>A set of icons for <a href="http://code.google.com/p/autokey/" target="_blank">AutoKey</a> on the Gnome Desktop with Ubuntu Linux 10.04.</p>
<p>Screenshot of the Ambiance Theme</p>
<p><img class="size-full wp-image-1287 alignnone" title="Screenshot Ambiance" src="http://rvincent.digital-nerv.net/wp-content/uploads/screenshot-autokey-ambiance.jpg" alt="" width="600" height="61" /></p>
<p>Screenshot of the Radiance Theme</p>
<p><img class="alignnone size-full wp-image-1288" title="Screenshot Radiance" src="http://rvincent.digital-nerv.net/wp-content/uploads/screenshot-autokey-radiance.jpg" alt="" width="600" height="61" /></p>
<p><strong>Step 1</strong></p>
<p>Download the icon file and open the target folder.</p>
<p>Press the keys <strong>ALT</strong> + <strong>F2</strong> and enter</p>
<blockquote><p><code>gksu nautilus /usr/share/pixmaps</code></p></blockquote>
<p>Copy the desired *.png file into this folder.</p>
<p><strong>Step 2</strong></p>
<p>Press the keys  <strong>ALT</strong> + <strong>F2</strong> and enter</p>
<blockquote><p><code>gksu gedit /usr/share/pyshared/autokey/gtkui/notifier.py</code></p></blockquote>
<p>now change the line</p>
<blockquote><p><code>STATUS_ICON_FILE = "/usr/share/pixmaps/akicon.png"</code></p></blockquote>
<p>to</p>
<blockquote><p><code>STATUS_ICON_FILE = "/usr/share/pixmaps/akicon-status-radiance.png"</code></p></blockquote>
<p>or</p>
<blockquote><p><code>STATUS_ICON_FILE = "/usr/share/pixmaps/akicon-status-ambiance.png"</code></p></blockquote>
<p><strong>Step 3</strong></p>
<p>In order to see the new icon you need to restart AutoKey.</p>
<p><strong>Downloads</strong></p>
<p><a href="/wp-content/uploads/akicon-status-ambiance.png">Icon for the Ambiance Theme</a></p>
<p><a href="/wp-content/uploads/akicon-status-radiance.png">Icon for the Radiance Theme</a></p>
<p><a href="/wp-content/uploads/akicon-status.xcf_.zip">GIMP Template</a></p>
<p><strong>Further Informations of AutoKey</strong></p>
<p><a href="http://saravananthirumuruganathan.wordpress.com/2010/04/14/autokey-linux-utility-for-text-substitution-hotkeys-and-desktop-automation/" target="_blank">Guide by Saravanan Thirumuruganathan</a></p>
<p><a href="http://groups.google.com/group/autokey-users" target="_blank">AutoKey User Group on Google</a></p>
<p><span id="more-1286"></span></p>
<hr style="border: 1px dashed #CCCCCC;" /><strong>In Deutsch:</strong></p>
<p>Ein Set von Icons für <a href="http://code.google.com/p/autokey/" target="_blank">AutoKey</a> auf dem Gnome Desktop mit Ubuntu Linux 10.04.</p>
<p>Bildschirmfoto vom Ambiance Thema</p>
<p><img class="size-full wp-image-1287 alignnone" title="Screenshot Ambiance" src="http://rvincent.digital-nerv.net/wp-content/uploads/screenshot-autokey-ambiance.jpg" alt="" width="600" height="61" /></p>
<p>Bildschirmfoto vom Radiance Thema</p>
<p><img class="alignnone size-full wp-image-1288" title="Screenshot Radiance" src="http://rvincent.digital-nerv.net/wp-content/uploads/screenshot-autokey-radiance.jpg" alt="" width="600" height="61" /></p>
<p><strong>Schritt 1</strong></p>
<p>Lade das gewünschte Icon herunter und öffne den Zielordner</p>
<p>Drücke die Tastenkombination <strong>ALT</strong> + <strong>F2</strong> und gib ein</p>
<blockquote><p><code>gksu nautilus /usr/share/pixmaps</code></p></blockquote>
<p>Kopiere die *.png Datei in diesen Ordner.</p>
<p><strong>Schritt 2</strong></p>
<p>Drücke die Tastenkombination <strong>ALT</strong> + <strong>F2</strong> und gib ein</p>
<blockquote><p><code>gksu gedit /usr/share/pyshared/autokey/gtkui/notifier.py</code></p></blockquote>
<p>jetzt ändere die Zeile</p>
<blockquote><p><code>STATUS_ICON_FILE = "/usr/share/pixmaps/akicon.png"</code></p></blockquote>
<p>zu</p>
<blockquote><p><code>STATUS_ICON_FILE = "/usr/share/pixmaps/akicon-status-radiance.png"</code></p></blockquote>
<p>oder</p>
<blockquote><p><code>STATUS_ICON_FILE = "/usr/share/pixmaps/akicon-status-ambiance.png"</code></p></blockquote>
<p><strong>Schritt 3</strong></p>
<p>Um das Icon zu sehen muss AutoKey einmal neugestartet werden.</p>
<p><strong>Downloads</strong></p>
<p><a href="/wp-content/uploads/akicon-status-ambiance.png">Icon für das Ambiance Thema</a></p>
<p><a href="/wp-content/uploads/akicon-status-radiance.png">Icon für das Radiance Thema</a></p>
<p><a href="/wp-content/uploads/akicon-status.xcf_.zip">GIMP Vorlage</a></p>
<p><strong>Weiterführende Informationen zu AutoKey</strong></p>
<p><a href="http://saravananthirumuruganathan.wordpress.com/2010/04/14/autokey-linux-utility-for-text-substitution-hotkeys-and-desktop-automation/" target="_blank">Anleitung von Saravanan Thirumuruganathan</a></p>
<p><a href="http://groups.google.com/group/autokey-users" target="_blank">AutoKey Benutzer Gruppe auf Google</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2010/05/04/autokey-status-icons-for-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zehn Jahre Gentoo!</title>
		<link>http://rvincent.digital-nerv.net/2009/10/26/zehn-jahre-gentoo/</link>
		<comments>http://rvincent.digital-nerv.net/2009/10/26/zehn-jahre-gentoo/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 10:08:51 +0000</pubDate>
		<dc:creator>Rally Vincent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gentoo]]></category>

		<guid isPermaLink="false">http://rvincent.digital-nerv.net/?p=858</guid>
		<description><![CDATA[System packages include: Linux Kernel 2.6.30 (with gentoo patches), Accessibility Support with Speakup 3.1.3, BASH 4.0, GLIBC 2.9, GCC 4.3.2. Binutils 2.18, Python 2.6.2, Perl 5.8.8, and more. Desktop Environments and window managers include: KDE 4.3.1, GNOME 2.26.3, Xfce 4.6.1, Enlightenment 0.16.8.15, Openbox 3.4.7.2, Fluxbox 1.1.1, TWM 1.0.4, and more. Office, graphics, and productivity applications [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-859" title="10 Years Gentoo" src="http://rvincent.digital-nerv.net/wp-content/uploads/banner-600x100.jpg" alt="10 Years Gentoo" width="600" height="100" /></p>
<ul>
<li><strong>System packages include:</strong> Linux Kernel 2.6.30 (with gentoo patches),     Accessibility Support with Speakup 3.1.3, BASH 4.0, GLIBC 2.9, GCC 4.3.2.     Binutils 2.18, Python 2.6.2, Perl 5.8.8, and more.</li>
<li><strong>Desktop Environments and window managers include:</strong> KDE 4.3.1, GNOME     2.26.3, Xfce 4.6.1, Enlightenment 0.16.8.15, Openbox 3.4.7.2, Fluxbox 1.1.1,     TWM 1.0.4, and more.</li>
<li><strong>Office, graphics, and productivity applications include:</strong> OpenOffice     3.1.1, G/Vim 7.2.182, Abiword 2.6.4, GNUCash 2.2.9, Scribus 1.3.3.11, GIMP     2.6.4, Inkscape 0.46, Blender 2.49a, XSane 0.996, and much more.</li>
<li><strong>Web browsers include:</strong> Mozilla Firefox (Minefield) 3.5.3, Arora     0.7.11, Opera 10.0, Epiphany 2.26.3, Galeon 2.0.4, Seamonkey 1.1.17, and     other favorites.</li>
<li><strong>Communication tools include:</strong> Pidgin 2.5.9, Quassel 0.5, Mozilla     Thunderbird 2.0.23, Claws Mail 3.7.2, Ekiga 2.0.12, Qtwitter 0.7.1, irssi     0.8.13, and many more.</li>
<li><strong>Multimedia applications include:</strong> Amarok 2.1.1, MPlayer 1.0_rc4,     DvdAuthor 0.6.14, LAME 3.98.2, FFMPEG 0.5_p19928, GNOME-MPlayer 0.9.7,     SMPlayer 0.6.6, and several others.</li>
</ul>
<p>The Gentoo-Ten LiveDVD is <strong>available in two flavors</strong>, a hybrid x86/x86_64 version, and an x86_64-only version. The  livedvd-x86-amd64-32ul-10.0 will work on x86 or x86_64. If your arch is x86, then boot with the default <span dir="ltr">gentoo</span> kernel. If your arch is <a href="http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml#difference">amd64</a> boot with the <span dir="ltr">gentoo64</span> kernel. This means you can boot a 64bit kernel and install a customized 64bit userland while using the provided 32bit userland. The livedvd-amd64-multilib-10.0 version is for x86_64 only.</p>
<p>Please select your architecture to be redirected to a mirror for <strong>download</strong>: <a href="http://bouncer.gentoo.org/fetch/gentoo-10.0-livedvd/x86/">x86</a> <a href="http://bouncer.gentoo.org/fetch/gentoo-10.0-livedvd/amd64/">amd64</a></p>
<p>A <a href="http://www.gentoo.org/proj/en/pr/releases/10.0/faq.xml">FAQ</a> is available to assist you. We have also started a thread in our <a href="http://forums.gentoo.org/viewtopic-t-795558.html">Forum</a>. Please post any <a href="http://bugs.gentoo.org/">bugs</a> you encounter.</p>
<p>In addition, we have some exceptional <a href="http://www.gentoo.org/proj/en/pr/releases/10.0/graphics.xml">new artwork</a> from Ben Stedman, and Gentoo Developer <a href="mailto:a3li@gentoo.org">Alex Legler</a>.</p>
<p>Thank you for your continued support,</p>
<p>Gentoo Linux Developers, The Gentoo Linux Foundation, and The Gentoo-Ten Project</p>
<p>Source: <a href="http://www.gentoo.org/" target="_self">Gentoo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rvincent.digital-nerv.net/2009/10/26/zehn-jahre-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

