<?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>Fu4ny &#124; Fun for You &#187; Linux</title>
	<atom:link href="http://nguyenthanhcong.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://nguyenthanhcong.com</link>
	<description>Share everything we know.</description>
	<lastBuildDate>Sat, 05 Jun 2010 19:32:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Linux, GNU and Linux</title>
		<link>http://nguyenthanhcong.com/linux-gnu-and-linux/</link>
		<comments>http://nguyenthanhcong.com/linux-gnu-and-linux/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:59:22 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[FSF]]></category>
		<category><![CDATA[GNU]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=1185</guid>
		<description><![CDATA[Linux often used to define GNU/Linux. When people mention about "Linux", they were talking about "GNU/Linux" most of the time. But, Linux ( I mean the kernel ) isn't GNU. It doesn't require any GNU tools such as GCC to be built. The problem is,  Linux itself is a GNU covered, it released under GNU/GPL, [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/linux-gnu-and-linux/">Linux, GNU and Linux</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/linux-gnu-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reconfigure Nvidia driver for the new kernel</title>
		<link>http://nguyenthanhcong.com/reconfigure-nvidia-driver-for-the-new-kernel/</link>
		<comments>http://nguyenthanhcong.com/reconfigure-nvidia-driver-for-the-new-kernel/#comments</comments>
		<pubDate>Sun, 10 May 2009 16:04:57 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nVidia]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=995</guid>
		<description><![CDATA[As you know, when you're upgrading your Linux Kernel and restart, your nvidia driver need to be compile for the new kernel ( This is only apply to manual installed Nvidia driver, if you installed your driver from Hardware Drivers, so you don't have to recompile it ) In this post, I'll show you how [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/reconfigure-nvidia-driver-for-the-new-kernel/">Reconfigure Nvidia driver for the new kernel</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/reconfigure-nvidia-driver-for-the-new-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get to know Linux: Fluxbox</title>
		<link>http://nguyenthanhcong.com/get-to-know-linux-fluxbox/</link>
		<comments>http://nguyenthanhcong.com/get-to-know-linux-fluxbox/#comments</comments>
		<pubDate>Fri, 08 May 2009 10:52:44 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web browser]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=989</guid>
		<description><![CDATA[If you’ve been around Linux long enough, then you most likely will have heard about Fluxbox. Fluxbox is a desktop that was based on Blackbox 0.61.1, which makes it extremely light weight, fast, and reliable. Fluxbox is also very minimalistic which makes it ideal for certain situations. Although Fluxbox might seem somewhat lacking in the [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/get-to-know-linux-fluxbox/">Get to know Linux: Fluxbox</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/get-to-know-linux-fluxbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Run program in background</title>
		<link>http://nguyenthanhcong.com/how-to-run-program-in-background/</link>
		<comments>http://nguyenthanhcong.com/how-to-run-program-in-background/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 18:38:44 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Background]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=971</guid>
		<description><![CDATA[You may know that, put "&#38;" in the end of the command will make that command run in background. But when you logout, the terminal will be killed, and your command be killed, too. That why we need another way: using "screen". It lets you run a new screen, do some stuff, detach, and resume [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/how-to-run-program-in-background/">How To: Run program in background</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/how-to-run-program-in-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bộ gõ tiếng Việt và những thói quen xấu</title>
		<link>http://nguyenthanhcong.com/bo-go-tieng-viet-va-nhung-thoi-quen-xau/</link>
		<comments>http://nguyenthanhcong.com/bo-go-tieng-viet-va-nhung-thoi-quen-xau/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 03:32:41 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unikey]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=958</guid>
		<description><![CDATA[Nhắc đến bộ gõ tiếng Việt thì ko thể ko nhắc tới Unikey và Vietkey, cả 2 đều đã ngừng phát triển từ lâu, nhưng ko thể phủ nhận công lao của 2 bộ gõ này đối với cộng đồng. Tuy nhiên, chuyển sang dùng Linux, với 1 bộ gõ Telex "chuẩn", ta mới thấy [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/bo-go-tieng-viet-va-nhung-thoi-quen-xau/">Bộ gõ tiếng Việt và những thói quen xấu</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/bo-go-tieng-viet-va-nhung-thoi-quen-xau/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04</title>
		<link>http://nguyenthanhcong.com/ubuntu-904/</link>
		<comments>http://nguyenthanhcong.com/ubuntu-904/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 03:46:18 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Countdown]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=950</guid>
		<description><![CDATA[Originally posted at Ubuntu 9.04<p>Originally posted at <a href="http://nguyenthanhcong.com/ubuntu-904/">Ubuntu 9.04</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How-to: Create Sudoer user</title>
		<link>http://nguyenthanhcong.com/how-to-create-sudoer-user/</link>
		<comments>http://nguyenthanhcong.com/how-to-create-sudoer-user/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 14:54:20 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sudo]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/?p=932</guid>
		<description><![CDATA[Giữ lại chút đề phòng có ngày dùng lại: This is the method to create a user with sudo access: First, we need to create a new user sudo adduser user_name Input your password 2 times, When prompted for Room number, phone number, etc.., just leave it as default value. If you are on a [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/how-to-create-sudoer-user/">How-to: Create Sudoer user</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/how-to-create-sudoer-user/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Music and browsing take flight in Songbird</title>
		<link>http://nguyenthanhcong.com/music-and-browsing-take-flight-in-songbird/</link>
		<comments>http://nguyenthanhcong.com/music-and-browsing-take-flight-in-songbird/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 08:31:46 +0000</pubDate>
		<dc:creator>Fu4ny</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://nguyenthanhcong.com/music-and-browsing-take-flight-in-songbird/</guid>
		<description><![CDATA[Music and browsing mashup Songbird has kicked the remnants of its shell to the curb. With the release of version 1.0.0 for Windows, Mac, and Linux, the program's main emphasis as a music browser couldn't be more clear. Songbird's familiar layout should make it easy for many to combine their browsing and music playback in [...]<p>Originally posted at <a href="http://nguyenthanhcong.com/music-and-browsing-take-flight-in-songbird/">Music and browsing take flight in Songbird</a></p>
]]></description>
		<wfw:commentRss>http://nguyenthanhcong.com/music-and-browsing-take-flight-in-songbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
