<?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</title>
	<atom:link href="http://miketeo.net/wp/index.php/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>pysmb 0.4.5 released!</title>
		<link>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html#comments</comments>
		<pubDate>Mon, 22 Jun 2009 08:52:34 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[pysmb]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=809</guid>
		<description><![CDATA[After laying this library to waste for 6 years, I have finally resurrected pysmb and fixed a crucial issue that has been plaguing pysmb for the past few years.
pysmb 0.4.5 will resolve the problem of retrieving large number of file information from remote SMB server. Previous versions will experience crashes in such situations as the [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/22/pysmb-0-4-5-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EGD: Entropy Gathering Daemon Client Protocol</title>
		<link>http://miketeo.net/wp/index.php/2009/06/09/egd-entropy-gathering-daemon-client-protocol.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/09/egd-entropy-gathering-daemon-client-protocol.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:18:01 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=801</guid>
		<description><![CDATA[The protocol is inferred by reading the source code of egd version 0.9. It is a simple binary protocol which contains 4 commands. When the client connects to EGD via unix sockets or TCP sockets, the client will initiate the communication by sending the request. The format of the request is dependent upon the nature [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/09/egd-entropy-gathering-daemon-client-protocol.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pysmb is back online!</title>
		<link>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:38:48 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[pysmb]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=797</guid>
		<description><![CDATA[pysmb is now back online at http://miketeo.net/wp/index.php/projects/pysmb.
pysmb is a client-side SMB/CIFS module which I have written in Python during my university days back in 2000. During that time, there are a couple of SMB/CIFS modules that wrap around native C libraries. I needed a cross-platform solution to support common file operations with Windows and Samba shared folders and [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/09/pysmb-is-back-online.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Driving Force Analysis</title>
		<link>http://miketeo.net/wp/index.php/2009/06/05/driving-force-analysis.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/06/05/driving-force-analysis.html#comments</comments>
		<pubDate>Fri, 05 Jun 2009 09:17:21 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Personal Notes]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=765</guid>
		<description><![CDATA[Driving Forces refer to the broad cluster of events, state of affairs, and/or trends that impact the firm&#8217;s future. These forces are significant as they define and drive events and trends in certain directions, and are typically quite broad in scope, long-term in nature, and associated with some degree of uncertainty as to their evolution. [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/06/05/driving-force-analysis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-packaged UsbMouse Library for Arduino 0015</title>
		<link>http://miketeo.net/wp/index.php/2009/05/17/repackaged-usbmouse-library-for-arduino.html</link>
		<comments>http://miketeo.net/wp/index.php/2009/05/17/repackaged-usbmouse-library-for-arduino.html#comments</comments>
		<pubDate>Sun, 17 May 2009 08:35:51 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=747</guid>
		<description><![CDATA[The UsbMouse library from arduino.nl doesn&#8217;t seem to compile correctly in my Arduino 0015. I have modified the package to resolve the compilation issues and repackaged it.

Simply uncompress the new library in your &#60;arduino-folder&#62;/hardware/libraries.
Then go to the UsbMouse folder and run:
 avr-g++  -Wall -Os -I. -DUSB_CFG_CLOCK_KHZ=16000  -mmcu=atmega168  -c usbdrvasm.S  -c usbdrv.c
Modify the above command as [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2009/05/17/repackaged-usbmouse-library-for-arduino.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
