<?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>Kerry D. Wong &#187; Linux</title>
	<atom:link href="http://www.kerrywong.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +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>Troubleshooting USB Circuit</title>
		<link>http://www.kerrywong.com/2011/05/14/troubleshooting-usb-circuit/</link>
		<comments>http://www.kerrywong.com/2011/05/14/troubleshooting-usb-circuit/#comments</comments>
		<pubDate>Sun, 15 May 2011 00:33:38 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=3749</guid>
		<description><![CDATA[I have built some circuits that interface with computer USB ports. On several occasions, I had built the circuits but for whatever reason they did not seem to work. Since most USB firmware is rather complex in nature, it is usually useful to first identify whether the issue at hand is related to hardware or [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2011/05/14/troubleshooting-usb-circuit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brother MFC-7340 Setup Under Linux</title>
		<link>http://www.kerrywong.com/2010/11/23/brother-mfc-7340-setup-under-linux/</link>
		<comments>http://www.kerrywong.com/2010/11/23/brother-mfc-7340-setup-under-linux/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 23:19:11 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[Brother MFC-7340]]></category>
		<category><![CDATA[CUPS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=2965</guid>
		<description><![CDATA[I just bought a Brother MFC-7340 multifunction laser printer to replace my old Lexmark Optra E310 which I have had for about ten years. Lexmark Optra E310 has excellent Linux support and I have been using CUPS to make it a networked printer. So naturally, I wanted to setup the new printer the same way. [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2010/11/23/brother-mfc-7340-setup-under-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache2 Logrotate</title>
		<link>http://www.kerrywong.com/2010/08/11/apache2-logrotate/</link>
		<comments>http://www.kerrywong.com/2010/08/11/apache2-logrotate/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 00:14:04 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Logrotate]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=2422</guid>
		<description><![CDATA[Whenever I setup a new web server, I always like the idea of keeping the Apache logs roated on a daily basis. While the procedures for changing the log rotate frequency is pretty straight forward, I have seen a lot of people having problems with it so I decided to document it. To change the [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2010/08/11/apache2-logrotate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Recursive Directory Search Under Linux</title>
		<link>http://www.kerrywong.com/2009/06/12/c-recursive-directory-search-under-linux/</link>
		<comments>http://www.kerrywong.com/2009/06/12/c-recursive-directory-search-under-linux/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 21:55:29 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[boost]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=1154</guid>
		<description><![CDATA[I was trying to search for some code examples on how to do a recursive directory search under Linux using C++ the other day. But to my surprise, I could not find any place that offers a complete example. So I decided to post my code here after I created my own and hopefully you [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/06/12/c-recursive-directory-search-under-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Timing Methods in C++ Under Linux</title>
		<link>http://www.kerrywong.com/2009/05/28/timing-methods-in-c-under-linux/</link>
		<comments>http://www.kerrywong.com/2009/05/28/timing-methods-in-c-under-linux/#comments</comments>
		<pubDate>Fri, 29 May 2009 01:23:38 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RDTSC]]></category>
		<category><![CDATA[Timing]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=1092</guid>
		<description><![CDATA[Measuring the execution time for code sections can be done in multiple ways in C++. Except for the time resolution issue, different timing methods worked relatively the same in single processor environment. As multi-core processors become more prevalent however, we need to be careful at choosing the correct timing mechanism as not all such routines [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/05/28/timing-methods-in-c-under-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>On Default Linux IO Priority</title>
		<link>http://www.kerrywong.com/2009/04/14/on-default-linux-io-priority/</link>
		<comments>http://www.kerrywong.com/2009/04/14/on-default-linux-io-priority/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 01:24:02 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=956</guid>
		<description><![CDATA[If there is any thing I think Linux distributions can definitely improve upon is to reduce the default IO task priorities while running a Windows manager (e.g. GNOME or KDE). What I have found out over time is that the default IO priorities tend to cause the UI very sluggish when doing heavy IO operations [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/04/14/on-default-linux-io-priority/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Image Class Based On IPP</title>
		<link>http://www.kerrywong.com/2009/04/10/an-image-class-based-on-ipp/</link>
		<comments>http://www.kerrywong.com/2009/04/10/an-image-class-based-on-ipp/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 00:34:55 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[FFT]]></category>
		<category><![CDATA[IPP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=935</guid>
		<description><![CDATA[A couple of weeks ago, I wrote about how to interface Integrated Performance Primitives (IPP) with Magick++. While IPP offers excellent performance advantages, it does not come with the easiest programming model. Fortunately, it is easy enough to create a C++ wrapper on top of IPP and provide an easier to use programming interface. In [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/04/10/an-image-class-based-on-ipp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Obstacles to Linux Going Mainstream</title>
		<link>http://www.kerrywong.com/2009/03/29/the-obstacles-to-linux-going-mainstream/</link>
		<comments>http://www.kerrywong.com/2009/03/29/the-obstacles-to-linux-going-mainstream/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 01:30:37 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=889</guid>
		<description><![CDATA[It was almost one year ago when I switched my main home computer to Linux. Since then, I have been using my Ubuntu 8.04 installation daily and have not found the need to boot up Windows at all. While personally I see Linux and other UNIX variants as strong candidates to have the possibility to [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/03/29/the-obstacles-to-linux-going-mainstream/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On The Origin of Linux</title>
		<link>http://www.kerrywong.com/2009/02/16/on-the-origin-of-linux/</link>
		<comments>http://www.kerrywong.com/2009/02/16/on-the-origin-of-linux/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 00:39:57 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Linus]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Origin]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=542</guid>
		<description><![CDATA[I stumbled upon this Linus video about the origin of Linux on YouTube the other day. I think this is such an excellent video that you should definitely take a look, whether you are a Linux fan or not and whatever your impression of Linus is (I think a lot of people only know him [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2009/02/16/on-the-origin-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIDI Setup with OSS and ALSA</title>
		<link>http://www.kerrywong.com/2008/12/14/midi-setup-with-oss-and-alsa/</link>
		<comments>http://www.kerrywong.com/2008/12/14/midi-setup-with-oss-and-alsa/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 01:11:45 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Linux/BSD]]></category>
		<category><![CDATA[ALSA]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MIDI]]></category>
		<category><![CDATA[OSS]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=455</guid>
		<description><![CDATA[Setting up the hardware environment to support MIDI devices is relatively easy. in fact, most newer MIDI devices do not rely on the old sound card game port and adding a MIDI device is just like adding an external hard drive. The reason I had to resort to a dual sound card setup is because [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2008/12/14/midi-setup-with-oss-and-alsa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Olympics, Linux</title>
		<link>http://www.kerrywong.com/2008/08/24/330/</link>
		<comments>http://www.kerrywong.com/2008/08/24/330/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 02:12:49 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2008/08/24/330/</guid>
		<description><![CDATA[I have to admit, not being able to watch Olympics on Linux is truly disappointing (I,II).&#160; I had thought that someone would come up with a solution so that Linux users could also watch the game without having to do so on windows machines. Well, the game has come and gone and apparently Linux users [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2008/08/24/330/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Only, Two Months Later</title>
		<link>http://www.kerrywong.com/2008/06/14/linux-only-two-months-later/</link>
		<comments>http://www.kerrywong.com/2008/06/14/linux-only-two-months-later/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 01:51:00 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2008/06/14/linux-only-two-months-later/</guid>
		<description><![CDATA[Since I built my new PC roughly two months ago, I have been running Linux (Ubuntu 8.04 64 bit) as my primary operating system, and I have not looked back. While in the past I have always had machines running Linux (or FreeBSD) at home, my primary PC had always been a Windows PC. But [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2008/06/14/linux-only-two-months-later/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Hardy Heron</title>
		<link>http://www.kerrywong.com/2008/04/26/hello-hardy-heron/</link>
		<comments>http://www.kerrywong.com/2008/04/26/hello-hardy-heron/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 01:38:01 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2008/04/26/hello-hardy-heron/</guid>
		<description><![CDATA[After building my new quad-core computer (1, 2, 3), it was time for me to choose an operating system.In the past, I have been using both Windows and Linux on my home computers. But my primary PC has always been running Windows. The main reason was that I needed to use Visual Studio and running [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2008/04/26/hello-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTFS Partition Recovery With Linux</title>
		<link>http://www.kerrywong.com/2008/03/16/ntfs-partition-recovery-with-linux/</link>
		<comments>http://www.kerrywong.com/2008/03/16/ntfs-partition-recovery-with-linux/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 02:20:10 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Recovery]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2008/03/16/ntfs-partition-recovery-with-linux/</guid>
		<description><![CDATA[Over the years, I have formed the habit of keeping an up-to-date backup copy of all my critical data on a regular basis. But due to some project deadlines, I have given myself a good excuse not to follow that routine recently. After all, I haven&#8217;t lost any data due to hard drive failures for [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2008/03/16/ntfs-partition-recovery-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GRUB Error 17, LILO Rules</title>
		<link>http://www.kerrywong.com/2007/12/09/grub-error-17-lilo-rules/</link>
		<comments>http://www.kerrywong.com/2007/12/09/grub-error-17-lilo-rules/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 03:07:18 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/2007/12/09/grub-error-17-lilo-rules/</guid>
		<description><![CDATA[Ubuntu and OpenSUSE have been my top choices of Linux distros over the years. I have been using Ubuntu for quite a while and one thing I really like about it is its apt-get package management system. But the GNOME GUI in Ubuntu seems to be quite crude. Also, despite its ever increasing popularity, its [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2007/12/09/grub-error-17-lilo-rules/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

