<?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>MikeTeo.net &#187; Internet</title>
	<atom:link href="http://miketeo.net/wp/index.php/category/internet/feed" rel="self" type="application/rss+xml" />
	<link>http://miketeo.net/wp</link>
	<description>A Software Developer's Blog</description>
	<lastBuildDate>Sat, 30 Jan 2010 10:08:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SingTel Huawei E169 3G Modem on Windows 7</title>
		<link>http://miketeo.net/wp/index.php/2010/01/30/singtel-huawei-e169-3g-modem-on-windows-7.html</link>
		<comments>http://miketeo.net/wp/index.php/2010/01/30/singtel-huawei-e169-3g-modem-on-windows-7.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 10:07:28 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[e1]]></category>
		<category><![CDATA[Huawei]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=863</guid>
		<description><![CDATA[I have recently upgraded my laptop from Windows Vista 32-bit to Windows 7 Home Premium. I have performed the following steps to get my Huawei E169 3G modem working in Windows 7 again.

Uninstall the SingTel Broadband on Mobile software and unplug your 3G modem from your PC/laptop
Download this patch from Huawei (Local Mirror), extract the [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2010/01/30/singtel-huawei-e169-3g-modem-on-windows-7.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TrueType Font RPM for Fedora Core</title>
		<link>http://miketeo.net/wp/index.php/2009/12/21/truetype-font-rpm-for-fedora-core.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/12/21/truetype-font-rpm-for-fedora-core.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 06:56:23 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=861</guid>
		<description><![CDATA[I have rpmbuild the msttcorefonts RPM from msttcorefonts-2.0-1.spec.
For FC12, you will encounter a chkfontpath dependency error when trying to install this rpm. Just rpm -i &#8211;nodeps msttcorefonts-2.0-1.noarch.rpm and re-login your X session.
Download the msttcorefonts-2.0-1.noarch.rpm.


Bookmark This Rattle...

























]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/12/21/truetype-font-rpm-for-fedora-core.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling runit on Fedora Core 11</title>
		<link>http://miketeo.net/wp/index.php/2009/09/08/compiling-runit-on-fedora-core-11.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/09/08/compiling-runit-on-fedora-core-11.html#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:06:24 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=859</guid>
		<description><![CDATA[If you encounter the following error while trying to compile runit on a FC11 machine
[root@norma runit-2.0.0]# package/install
Linking ./src/* into ./compile&#8230;
Compiling everything in ./compile&#8230;
+ cd compile
+ exec make
./load runit unix.a byte.a -static
/usr/bin/ld: cannot find -lc
Try yum install glibc-static


Bookmark This Rattle...

























]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/09/08/compiling-runit-on-fedora-core-11.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arduino IDE : USB Ports Not Found</title>
		<link>http://miketeo.net/wp/index.php/2009/06/27/ardunino-ide-usb-ports-not-found.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/27/ardunino-ide-usb-ports-not-found.html#comments</comments>
		<pubDate>Sat, 27 Jun 2009 11:49:02 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[arduino]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=826</guid>
		<description><![CDATA[If you have upgraded or installed Fedora Core 11, you might find that your USB ports are not listed or the Serial Port menu is greyed out on the Arduino IDE. This is due to a change of group ownership for the /dev/ttyUSBx ports in FC11.
To resolve this, simply add your user (eg. myuser) to [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/27/ardunino-ide-usb-ports-not-found.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Upgrading from FC9/FC10 to FC11</title>
		<link>http://miketeo.net/wp/index.php/2009/06/23/upgrading-from-fc9fc10-to-fc11.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/23/upgrading-from-fc9fc10-to-fc11.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 03:24:29 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=814</guid>
		<description><![CDATA[I have recently upgraded some of my Linux boxes from Fedora Core 9 and Core 10 to Fedora Core 11. Recent Fedora distros come with a preupgrade application which simplifies the upgrade process. It works well for some of my FC10 boxes, but I find that the preupgrade application has issues with RAIDs for the [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/23/upgrading-from-fc9fc10-to-fc11.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Huawei E169 and Linux NetworkManager</title>
		<link>http://miketeo.net/wp/index.php/2009/03/19/huawei-e169-and-linux-networkmanager.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/03/19/huawei-e169-and-linux-networkmanager.html#comments</comments>
		<pubDate>Thu, 19 Mar 2009 08:53:25 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Huawei]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=695</guid>
		<description><![CDATA[My Huawei E169 used to be working fine with Linux NetworkManager under Fedora Core 10 until a recent yum upgrade. The NetworkManager now waits for some time (about 30 seconds) before it gives an error message on timeout. After some troubleshooting, the following files /etc/ppp/chap-secrets and /etc/ppp/pap-secrets need to have some changes in their permissions [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/03/19/huawei-e169-and-linux-networkmanager.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Speeding up Xorg on Asus eeePC 1000h</title>
		<link>http://miketeo.net/wp/index.php/2009/01/09/speeding-up-xorg-on-asus-eeepc-1000h.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/01/09/speeding-up-xorg-on-asus-eeepc-1000h.html#comments</comments>
		<pubDate>Fri, 09 Jan 2009 01:47:04 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=577</guid>
		<description><![CDATA[If you find that your Gnome or KDE desktop feels laggy (i.e. the screen takes a while to redraw when you are switching between windows) even when there is no significant hard disk activity or CPU load, you might want to modify your xorg.conf to enable EXA.
Sign in as root user and edit /etc/X11/xorg.conf and [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/01/09/speeding-up-xorg-on-asus-eeepc-1000h.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus 1000H Wireless LAN on Fedora Core 9</title>
		<link>http://miketeo.net/wp/index.php/2008/11/08/asus-1000h-wireless-lan-on-fedora-core-9.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/11/08/asus-1000h-wireless-lan-on-fedora-core-9.html#comments</comments>
		<pubDate>Sat, 08 Nov 2008 10:53:00 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=541</guid>
		<description><![CDATA[I have gotten my wireless LAN on my Asus eeePC 1000h working on Linux fedora core 9 distro. The following records the steps that I have performed to get the RaLink wireless device working. You should be comfortable in editing files and running commands via terminal shell.
Update: Fedora Core 11 has support for this wireless [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/11/08/asus-1000h-wireless-lan-on-fedora-core-9.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using OpenDNS with NetworkManager for dhclient</title>
		<link>http://miketeo.net/wp/index.php/2008/10/02/using-opendns-with-networkmanager-for-dhclient.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/10/02/using-opendns-with-networkmanager-for-dhclient.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 03:51:54 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[opendns]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=515</guid>
		<description><![CDATA[I have tried overriding my resolv.conf nameservers with OpenDNS on Fedora Core 9 so that the domain names get resolved faster.

Ensure that your network is able to get a dynamic IP from your ISP&#8217;s dhcp server.
Locate your dhclient configuration for your interface. For my machine, the file is /etc/dhclient-eth0.conf.
Then add the following 2 lines to [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/10/02/using-opendns-with-networkmanager-for-dhclient.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Calculating MD5 Digest with iPhone SDK</title>
		<link>http://miketeo.net/wp/index.php/2008/09/22/calculating-md5-digest-with-iphone-sdk.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/09/22/calculating-md5-digest-with-iphone-sdk.html#comments</comments>
		<pubDate>Mon, 22 Sep 2008 09:00:21 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=506</guid>
		<description><![CDATA[The code originates from http://blog.andrewpaulsimmons.com/2008/07/md5-hash-on-iphone.html.
I have copied it here for mirroring purposes. Please express your appreciations to Andrew for his efforts.
#import &#60;CommonCrypto/CommonDigest.h&#62;

NSString* md5( NSString *str )
{
   const char *cStr = [str UTF8String];
   unsigned char result[CC_MD5_DIGEST_LENGTH];
   CC_MD5( cStr, strlen(cStr), result );
   return [NSString  stringWithFormat:
    [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/09/22/calculating-md5-digest-with-iphone-sdk.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
