<?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>Tuxfreaks &#187; How-to&#8217;s</title>
	<atom:link href="http://tuxfreaks.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuxfreaks.com</link>
	<description>Are you too????</description>
	<lastBuildDate>Sat, 17 Oct 2009 19:22:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a SwapFile</title>
		<link>http://tuxfreaks.com/2009/10/howto/create-a-swapfile/</link>
		<comments>http://tuxfreaks.com/2009/10/howto/create-a-swapfile/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 19:18:55 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=145</guid>
		<description><![CDATA[ The famous question i often hear is &#8220;Is swap really necessary&#8221;
Well its not really mandatory to have swap.Many people,including me run swapless systems without trouble,so if you really want to go without swap, there&#8217;s no real reason not to if you&#8217;ve got enough RAM.But if u got anything less than or equal to 1 [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/10/howto/create-a-swapfile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaking With Bash Prompt</title>
		<link>http://tuxfreaks.com/2009/09/ubuntu/tweaking-with-bash/</link>
		<comments>http://tuxfreaks.com/2009/09/ubuntu/tweaking-with-bash/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:26:04 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[How-to's]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=137</guid>
		<description><![CDATA[ Originally the shell used in UNIX was sh which stands for shell.Bash is the GNU replacement of sh, and also an extension of it which stands for Bourne-Again Shell.I use bash a lot, and I like it,so I thought I should share my experience with it .Have you ever thought of customising your shell.
It&#8217;s [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/09/ubuntu/tweaking-with-bash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flush DNS Resolver Cache in Linux</title>
		<link>http://tuxfreaks.com/2009/09/ubuntu/flush-dns-resolver-cache-in-linux/</link>
		<comments>http://tuxfreaks.com/2009/09/ubuntu/flush-dns-resolver-cache-in-linux/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 13:22:11 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=128</guid>
		<description><![CDATA[ Just to give a heads up on what DNS resolver cache is,It is the cached results of DNS queries by DNS clients(ex Browsers)to speed up multiple lookups to the same URL.So if u browse a site for say 2 hours,imagine how many requests are made to the same domain.So it is better to cache [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/09/ubuntu/flush-dns-resolver-cache-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips For Linux Beginners:Part 1</title>
		<link>http://tuxfreaks.com/2009/08/howto/tips-for-linux-beginnerspart-1/</link>
		<comments>http://tuxfreaks.com/2009/08/howto/tips-for-linux-beginnerspart-1/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 13:16:33 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=84</guid>
		<description><![CDATA[ ]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/08/howto/tips-for-linux-beginnerspart-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sound Not Working for Realtek alc662:Quick fix</title>
		<link>http://tuxfreaks.com/2009/06/ubuntu/sound-not-working-for-realtek-alc662quick-fix/</link>
		<comments>http://tuxfreaks.com/2009/06/ubuntu/sound-not-working-for-realtek-alc662quick-fix/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 08:24:30 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=61</guid>
		<description><![CDATA[ This post has been published on the request from one of our tuxfreaks members ,to install drivers for the Realtek ALC662 audio device. The auto install does not work.
I have an asus x50,and to make my speaker working, I had the following line to the /etc/modprobe.d/options file :
options snd-hda-intel model=laptop
Try running this command:
echo &#8216;options [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/06/ubuntu/sound-not-working-for-realtek-alc662quick-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Setup Samba With windows</title>
		<link>http://tuxfreaks.com/2009/06/howto/how-to-setup-samba-with-windows/</link>
		<comments>http://tuxfreaks.com/2009/06/howto/how-to-setup-samba-with-windows/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 08:44:14 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=49</guid>
		<description><![CDATA[ There are many tutorials floating around, on the same topic.Though i never found a complete guide for a newbie to get through.So here we go
Requirements 
&#8211;&#62;You should have an static ip-address.If you&#8217;re getting your ip from a router/server via DHCP make sure it&#8217;s configured to provide a fixed dhcp-lease.
&#8211;&#62;You need to have samba installed.
To [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/06/howto/how-to-setup-samba-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install nvidia drivers for Jaunty Jackalope Part 2</title>
		<link>http://tuxfreaks.com/2009/05/ubuntu/install-nvidia-drivers-for-jaunty-jackalope-part-2/</link>
		<comments>http://tuxfreaks.com/2009/05/ubuntu/install-nvidia-drivers-for-jaunty-jackalope-part-2/#comments</comments>
		<pubDate>Sun, 31 May 2009 04:23:52 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=17</guid>
		<description><![CDATA[ To install Nvidia drivers automatically from the ubuntu hardware drivers section visit part 1 of this post.Its always a dissapointment for the linux users because there are no stable drivers provided by the nvidia people nor they disclose the code to ubuntu developers.But offlate we had three major updates of nvidia binary which is [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/05/ubuntu/install-nvidia-drivers-for-jaunty-jackalope-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install Nvidia Drivers in Jaunty jackalope</title>
		<link>http://tuxfreaks.com/2009/05/ubuntu/install-nvidia-derivers-in-jaunty-jackalope/</link>
		<comments>http://tuxfreaks.com/2009/05/ubuntu/install-nvidia-derivers-in-jaunty-jackalope/#comments</comments>
		<pubDate>Sun, 31 May 2009 03:39:09 +0000</pubDate>
		<dc:creator>kranny</dc:creator>
				<category><![CDATA[How-to's]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tuxfreaks.com/?p=10</guid>
		<description><![CDATA[ So everyone out there ,are satisified with the new ubuntu release except a couple of things  like drivers issue for nvidia users and sound problem.So here we try to solve the nvidia issue in jaunty.
Goto applications&#8211;&#62;add/remove and in the left menu you will find system tools.Search for desktop effects and nvidia driver 173 or [...]]]></description>
		<wfw:commentRss>http://tuxfreaks.com/2009/05/ubuntu/install-nvidia-derivers-in-jaunty-jackalope/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

