<?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>Felix&#039; Blog &#187; Internet</title>
	<atom:link href="http://fetzig.org/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://fetzig.org</link>
	<description>About open source, education and random other Stuff</description>
	<lastBuildDate>Sat, 24 Jul 2010 17:33:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vuvuzela Filter using Fedora</title>
		<link>http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/</link>
		<comments>http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 16:28:48 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=122</guid>
		<description><![CDATA[If you, like me, like to watch the world cup in South Africa but hate the monotonous sound of the so called Vuvuzelas this post is for you. I will show you how to filter out the noise using your Fedora machine: First we need to install the necessary tools and add ourselves to the]]></description>
			<content:encoded><![CDATA[<p>If you, like me, like to watch the world cup in South Africa but hate the monotonous sound of the so called Vuvuzelas this post is for you.</p>
<p>I will show you how to filter out the noise using your Fedora machine:</p>
<p>First we need to install the necessary tools and add ourselves to the jackuser group:</p>
<pre>yum install jack-rack qjackctl pulseaudio-module-jack ladspa-swh-plugins
gpasswd -a felix jackuser
</pre>
<p>Of course these commands need to be run as root and you need to replace felix with your username. After you&#8217;re done with that you need to log off for the changes to become effective.</p>
<p>Now launch QJackctl from the Applications menu and start configuring it. The following screenshots show my settings. The don&#8217;t necessarily need to be your settings, so this is a little bit trial and error.</p>
<p><a href="http://fetzig.org/wp-content/uploads/2010/06/jack-settings.png"><img class="alignnone size-medium wp-image-123" title="Jack Settings" src="http://fetzig.org/wp-content/uploads/2010/06/jack-settings-300x265.png" alt="" width="300" height="265" /></a></p>
<p>After you changed the settings you can start the Jack daemon by pressing &#8220;Start&#8221; in the QJackctl window.</p>
<p>Now you fire up Jack-Rack from the Applications Menu as well. For anything to happen with your audio within Jack-Rack you need to connect your audio devices to the Jack connection of Jack-Rack. This can be done using QJackctl. See below screenshot on how I connected Jack-Rack with my sound devices:</p>
<p><a href="http://fetzig.org/wp-content/uploads/2010/06/jack-connections.png"><img class="alignnone size-medium wp-image-124" title="Jack Connections" src="http://fetzig.org/wp-content/uploads/2010/06/jack-connections-300x172.png" alt="" width="300" height="172" /></a></p>
<p>And finally you need to add the filters to Jack-Rack. I used a serial setup of four &#8220;Mag&#8217;s Notch Filter&#8221;. You can add them by clicking on the &#8220;+&#8221; button at the top left of the Jack-Rack window. Then go to <em>Frequency -&gt; Filters -&gt; Notch -&gt; Mag&#8217;s Notch Filter</em>.</p>
<p>Here&#8217;s a screenshot of my filter settings:<br />
<a href="http://fetzig.org/wp-content/uploads/2010/06/jack-rack-settings.png"><img class="alignnone size-medium wp-image-125" title="jack-rack-settings" src="http://fetzig.org/wp-content/uploads/2010/06/jack-rack-settings-184x300.png" alt="" width="184" height="300" /></a></p>
<p>Frequencies are 233, 466, 932 and 1864 Hz.</p>
<p>Kudos for the information on frequencies go to <a href="http://www.surfpoeten.de/tube/vuvuzela_filter">Surfpoeten.de</a>.</p>
<p>Now you need to hook up the sound output of your TV or cable/sattelite receiver to your computer&#8217;s audio input and in turn connect your computer&#8217;s audio output to some speakers or headphones.</p>
<p>I usually leave both filters at the end of the rack disabled as that allows for more atmosphere while keeping the vuvuzelas down <img src='http://fetzig.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>It&#8217;s not perfect but seems to work okay. If you manage to tweak your setup to achive a better sound feel free to add your findings to the comments.</p>
<p>And now enjoy the next world cup game without those annoying vuvuzelas <img src='http://fetzig.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h2>Edit</h2>
<p>Here&#8217;s a command line for mplayer to achieve the same within mplayer:</p>
<pre>mplayer -af pan=1:0.5:0.5,sinesuppress=233:0.01,sinesuppress=466:0.01,sinesuppress=932:0.01,sinesuppress=1864:0.01,sinesuppress=232:0.01,sinesuppress=465:0.01,sinesuppress=931:0.01,sinesuppress=1863:0.01,sinesuppress=234:0.01,sinesuppress=467:0.01,sinesuppress=933:0.01,sinesuppress=1865:0.01
</pre>
<p>Found by Thomas Moschny at <a href="http://pastebin.com/KunkS0uk">http://pastebin.com/KunkS0uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2010/06/13/vuvuzela-filter-using-fedora/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Cloud Computing</title>
		<link>http://fetzig.org/2010/05/11/cloud-computing/</link>
		<comments>http://fetzig.org/2010/05/11/cloud-computing/#comments</comments>
		<pubDate>Tue, 11 May 2010 16:46:48 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fetzig.org/2010/05/11/cloud-computing/</guid>
		<description><![CDATA[Cloud Computing is basically about not caring on which server you dump your files. That&#8217;s about all it is. Sorry, Guys.]]></description>
			<content:encoded><![CDATA[<p>Cloud Computing is basically about not caring on which server you dump your files. That&#8217;s about all it is. Sorry, Guys.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2010/05/11/cloud-computing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Western Digital sent replacement hard drive to 127.0.0.1</title>
		<link>http://fetzig.org/2010/04/20/western-digital-sent-replacement-hard-drive-to-127-0-0-1/</link>
		<comments>http://fetzig.org/2010/04/20/western-digital-sent-replacement-hard-drive-to-127-0-0-1/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 13:20:58 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=114</guid>
		<description><![CDATA[I ordered a replacement drive for a WD drive that was failing. I must admit that choosing desktop hard drives for a server might not have been the best choice but since it&#8217;s only for my school and cost ist the primary factor it was the only choice I had. I selected WD&#8217;s pre-exchange service]]></description>
			<content:encoded><![CDATA[<p>I ordered a replacement drive for a WD drive that was failing. I must admit that choosing desktop hard drives for a server might not have been the best choice but since it&#8217;s only for my school and cost ist the primary factor it was the only choice I had.</p>
<p>I selected WD&#8217;s pre-exchange service where you enter your credit card number and they send you a new drive right away. After you received the new drive you have 30 days to send the defective drive to them.</p>
<p>So now here&#8217;s what happened:</p>
<ul>
<li>I ordered the replacement drive</li>
<li>The drive is shipped via UPS</li>
<li>I get a tracking number and link to check the shipment status</li>
<li>Didn&#8217;t check on it for a while</li>
<li>20 days later I recieved an email stating &#8220;Thank you for sending in your defective device&#8221; and I was like w00t!</li>
<li>Called WD support to get the status because the tracking shows that the drive was shipped to a place about 200km from where I live.</li>
<li>Guy tells me that everything is 100% fine, my credit card will not be charged because they already received the defective device.</li>
<li>I told him that I did not receive a replacement drive and that the defective one is still producing bad blocks in my server</li>
<li>He promised to call me back</li>
</ul>
<p>Turns out that they sent the replacement drive to their own logistics center. Of course it contained the RMA number and barcode. So the people there scanned it into their systems believing it was the defective drive I sent.</p>
<p>Well done, WD!</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2010/04/20/western-digital-sent-replacement-hard-drive-to-127-0-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetworkManager rocks!</title>
		<link>http://fetzig.org/2010/04/09/networkmanager-rocks/</link>
		<comments>http://fetzig.org/2010/04/09/networkmanager-rocks/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:14:11 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=109</guid>
		<description><![CDATA[Ladies and Gentlemen, this is by far my favorite F13 Feature. The mobile broadband signal strength display. Although the applet icon could use some polish. I&#8217;d prefer if the &#8220;H&#8221; for HSDPA was on a Black Background and the signal bars were in a dark grey to match the new GNOME Icons in F13.]]></description>
			<content:encoded><![CDATA[<p><a href="http://fetzig.org/wp-content/uploads/2010/04/NM-Rocks.png"><img class="alignnone size-medium wp-image-110" title="NM-Rocks" src="http://fetzig.org/wp-content/uploads/2010/04/NM-Rocks-300x165.png" alt="" width="300" height="165" /></a></p>
<p>Ladies and Gentlemen, this is by far my favorite F13 Feature. The mobile broadband signal strength display. Although the applet icon could use some polish. I&#8217;d prefer if the &#8220;H&#8221; for HSDPA was on a Black Background and the signal bars were in a dark grey to match the new GNOME Icons in F13.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2010/04/09/networkmanager-rocks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tethering in Fedora &#8211; Using your mobile phone with NetworkManager to surf the web</title>
		<link>http://fetzig.org/2009/07/04/tethering-in-fedora-using-your-mobile-phone-with-networkmanager-to-surf-the-web/</link>
		<comments>http://fetzig.org/2009/07/04/tethering-in-fedora-using-your-mobile-phone-with-networkmanager-to-surf-the-web/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 17:23:43 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[mobile internet]]></category>
		<category><![CDATA[networkmanager]]></category>
		<category><![CDATA[nm]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[umts]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=42</guid>
		<description><![CDATA[Recently I tried to use my Nokia 5800 XpressMusic phone to access the web via it&#8217;s 3G modem that is available over Bluetooth. I wanted it to work together with NetworkManager nicely so that other programs (such as Pidgin) receive the online status and also to ease the connection/disconnection process. However NM and also gnome-bluetooth]]></description>
			<content:encoded><![CDATA[<p>Recently I tried to use my Nokia 5800 XpressMusic phone to access the web via it&#8217;s 3G modem that is available over Bluetooth. I wanted it to work together with NetworkManager nicely so that other programs (such as Pidgin) receive the online status and also to ease the connection/disconnection process. However NM and also gnome-bluetooth are not ready for the job yet (Blueman alledgedly is).<br />
I found a <a title="Internet with your mobile Phone over Bluetooth with NetworkManager " href="http://www.harald-hoyer.de/personal/blog/internet-with-your-mobile-phone-over-bluetooth">blog entry by Harald Hoyer</a> that offers a Python script to simplify the whole process of adding the phone as a modem. However that script isn&#8217;t up to date anymore. Unfortunately NM doesn&#8217;t trust HAL to determine the capabilities of the phone anymore (thus allowing this nice Python hack-script) but rather additionally asks udev for it&#8217;s opinion. This will result in the following error message in the debug log of NM:</p>
<p>NetworkManager: &lt;info&gt;  (rfcomm0): found serial port (udev:  hal:GSM)<br />
NetworkManager: &lt;info&gt; (rfcomm0): ignoring due to lack of probed mobile broadband capabilties</p>
<p>I worked around this by setting all rfcomm* ports to be &#8220;probed&#8221; modems via an udev rule. I know that this probably is not the nicest way to do this but hey, it works. Furthermore I updated the script to the new Python 2.6 popen functions.</p>
<p>Here is what I came up with:</p>
<p><a href="http://heffer.fedorapeople.org/dialup-bluetooth.py">dialup-bluetooth.py</a><br />
<a href="http://heffer.fedorapeople.org/90-rfcomm-nm.rules">90-rfcomm-nm.rules</a></p>
<p>The udev rule belongs in /etc/udev/rules.d. The python script can be put anywhere you want but keep in mind that it must be run as root.</p>
<p>Have fun browsing the web on the go! <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/07/04/tethering-in-fedora-using-your-mobile-phone-with-networkmanager-to-surf-the-web/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>They are actually visiting me :)</title>
		<link>http://fetzig.org/2009/04/16/they-are-actually-visiting-me/</link>
		<comments>http://fetzig.org/2009/04/16/they-are-actually-visiting-me/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 22:13:22 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=31</guid>
		<description><![CDATA[After my post about sending ICMP Echo requests to far away countries people from those countries are actually visiting my blog. According to Google Analytics: 3 visits from &#8220;location falklands&#8221; 1 visit from &#8220;cable &#38; wireless antigua&#8221; 1 visit from &#8220;cable &#38; wireless falkland islands&#8221; All in all since I started to use Fedora Planet]]></description>
			<content:encoded><![CDATA[<p>After my post about sending ICMP Echo requests to far away countries people from those countries are actually visiting my blog.<br />
According to Google Analytics:</p>
<ul>
<li>3 visits from &#8220;location falklands&#8221;</li>
<li>1 visit from &#8220;cable &amp; wireless antigua&#8221;</li>
<li>1 visit from &#8220;cable &amp; wireless falkland islands&#8221;</li>
</ul>
<p>All in all since I started to use Fedora Planet people with funny ISP locations keep visiting my blog. Maybe I&#8217;ll post a list of my favorites someday.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/04/16/they-are-actually-visiting-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The wide, wide world</title>
		<link>http://fetzig.org/2009/03/21/the-wide-wide-world/</link>
		<comments>http://fetzig.org/2009/03/21/the-wide-wide-world/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 13:34:21 +0000</pubDate>
		<dc:creator>Felix Kaechele</dc:creator>
				<category><![CDATA[Fedora Planet]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://fetzig.org/?p=27</guid>
		<description><![CDATA[In one of these endless Wikipedia-hyperlink-sessions I stumbled upon the so-called QSL-Cards that radio enthusiasts receive when they successfully received a station that might even be on another continent. In the 70s and 80s it really must have been thrilling to receive QSL Cards from far away. Nowadays, with ICMP Echo, this isn&#8217;t as thrilling]]></description>
			<content:encoded><![CDATA[<p>In one of these endless Wikipedia-hyperlink-sessions I stumbled upon the so-called <a href="http://en.wikipedia.org/wiki/QSL">QSL-Cards</a> that radio enthusiasts receive when they successfully received a station that might even be on another continent. In the 70s and 80s it really must have been thrilling to receive QSL Cards from far away. Nowadays, with ICMP Echo, this isn&#8217;t as thrilling anymore but still quite interesting <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Ever wanted to receive an ICMP Echo from Saint Helena in the middle of nowhere? Just try <code>ping 194.6.1.109</code> <img src='http://fetzig.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Funny thing is they route via the Falkland Islands which in turn are also one of these funny oversas territories. Seems as if Cable &#038; Wireless specialized in providing these with internet services.</p>
]]></content:encoded>
			<wfw:commentRss>http://fetzig.org/2009/03/21/the-wide-wide-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
