<?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; Linux</title>
	<atom:link href="http://miketeo.net/wp/index.php/category/internet/linux/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>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>Installing Fedora Core 9 from Network</title>
		<link>http://miketeo.net/wp/index.php/2008/08/20/installing-fedora-core-9-from-network.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/20/installing-fedora-core-9-from-network.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:00:39 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=353</guid>
		<description><![CDATA[It&#8217;s actually a straight-forward process and is good for users who are lazy to download multi-GB images for a one-time installation procedure.

Go to Fedora web site and download netinst.iso for your machine architecture. For i386, the filename should be Fedora-9-i386-netinst.iso
Burn this iso to a CD/DVD. Note that this is an image file. After burning, you [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/20/installing-fedora-core-9-from-network.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asus EeePC 1000H Network Device Problems on Fedora Core 9</title>
		<link>http://miketeo.net/wp/index.php/2008/08/11/asus-eeepc-1000h-network-device-problems.html</link>
		<comments>http://miketeo.net/wp/index.php/2008/08/11/asus-eeepc-1000h-network-device-problems.html#comments</comments>
		<pubDate>Mon, 11 Aug 2008 13:04:45 +0000</pubDate>
		<dc:creator>miketeo</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://miketeo.net/wp/?p=264</guid>
		<description><![CDATA[I have recently purchased an Asus EeePC 1000H to replace my IBM T42 whose battery can only last me for an hour when I&#8217;m on the road. The EeePC comes with Windows XP Home on a 80GB HDD and promises a 4 to 7-hours battery life with its 6-cell battery pack.
Installing Fedora Core 9 is [...]]]></description>
		<wfw:commentRss>http://miketeo.net/wp/index.php/2008/08/11/asus-eeepc-1000h-network-device-problems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
