<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>fast linux</title>
	<atom:link href="http://fastlinux.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fastlinux.wordpress.com</link>
	<description></description>
	<pubDate>Mon, 28 Jan 2008 14:30:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>replace HDD with CF card + CF-to-IDE44 adapter</title>
		<link>http://fastlinux.wordpress.com/2008/01/28/replace-hdd-with-cf-card-cf-to-ide44-adapter/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/28/replace-hdd-with-cf-card-cf-to-ide44-adapter/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 14:30:21 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/?p=19</guid>
		<description><![CDATA[buy UDMA5, fixed-type CF card HERE
buy   CF-to-IDE44 adapter HERE
[read] CF cards comparsion:
http://www.hjreggel.net/cardspeed/cs_udmacf.html
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>buy UDMA5, fixed-type CF card <a href="http://www.ram.net.pl/product_info.php?products_id=9684&amp;23b092cac2493fd64b8b1f71014153c2" title="HERE!" target="_blank">HERE</a></p>
<p>buy   CF-to-IDE44 adapter <a href="http://www.gotronik.pl/sklep/product_info.php?cPath=22_37&amp;products_id=104" target="_blank">HERE</a></p>
<p>[read] CF cards comparsion:</p>
<p>http://www.hjreggel.net/cardspeed/cs_udmacf.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=19&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/28/replace-hdd-with-cf-card-cf-to-ide44-adapter/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
		<item>
		<title>repair suspend-to-ram</title>
		<link>http://fastlinux.wordpress.com/2008/01/25/repair-suspend-to-ram/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/25/repair-suspend-to-ram/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 20:34:11 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/?p=18</guid>
		<description><![CDATA[execute
sudo chmod u+s /usr/bin/chvt sudo chmod u+s /bin/fgconsole
it allows regular user to run chvt (change virt. terminal)
in   /etc/power/suspend.d
#!/bin/sh
# And remember which console we&#8217;re on
fgconsole &#62;/tmp/saved-fg-console
# Change away from X, otherwise it&#8217;ll blow up when we POST the video interface
chvt 12
in   /etc/power/resume.d
#!/bin/sh
CONSOLE=`cat /tmp/saved-fg-console`
rm /tmp/saved-fg-console
chvt $CONSOLE
/opt/wicd/autoconnect.py
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
Make sure you make the file executable
sudo chmod [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>execute</p>
<pre>sudo chmod u+s /usr/bin/chvt sudo chmod u+s /bin/fgconsole</pre>
<p>it allows regular user to run chvt (change virt. terminal)</p>
<p>in   /etc/power/suspend.d</p>
<p>#!/bin/sh</p>
<p># And remember which console we&#8217;re on<br />
fgconsole &gt;/tmp/saved-fg-console</p>
<p># Change away from X, otherwise it&#8217;ll blow up when we POST the video interface<br />
chvt 12</p>
<p>in   /etc/power/resume.d<br />
#!/bin/sh</p>
<p>CONSOLE=`cat /tmp/saved-fg-console`<br />
rm /tmp/saved-fg-console<br />
chvt $CONSOLE</p>
<p>/opt/wicd/autoconnect.py</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Make sure you make the file executable</p>
<p>sudo chmod +x /etc/power/suspend.d/suspend_me.sh</p>
<p>sudo chmod +x /etc/power/resume.d/resume_me.sh</p>
<p>&#8212;&#8212;&#8211; also check this</p>
<pre># skaczemy na konsolę
chvt 1
# zapis stanu karty
vbetool vbestate save &gt; /tmp/state
# spać!
echo -n mem &gt; /sys/power/state
# tu jesteśmy już po przebudzeniu
# przeklejone z jakiejś szwabskiej strony, działa, nie ruszam <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
vbetool post;  #erzeugt zwar einen segmentation fault, aber ohne geht es nicht
# odtwarzamy stan karty sprzed zaśnięcia
vbetool vbestate restore &lt; /tmp/state
# powrót do grafiki
chvt 7   ------check this https://wiki.ubuntu.com/DebuggingKernelSuspend https://wiki.ubuntu.com/UnderstandingSuspend  pm-utils powersaved</pre>
<p>and &#8220;wifi not working&#8221;</p>
<p>http://ubuntuforums.org/showthread.php?t=461294</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=18&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/25/repair-suspend-to-ram/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
		<item>
		<title>how to hunt memoru hogs</title>
		<link>http://fastlinux.wordpress.com/2008/01/23/how-to-hunt-memoru-hogs/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/23/how-to-hunt-memoru-hogs/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 18:12:27 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/2008/01/23/how-to-hunt-memoru-hogs/</guid>
		<description><![CDATA[http://www.linuxforums.org/misc/using_top_more_efficiently_3.html
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>http://www.linuxforums.org/misc/using_top_more_efficiently_3.html</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=16&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/23/how-to-hunt-memoru-hogs/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
		<item>
		<title>use OpenDNS</title>
		<link>http://fastlinux.wordpress.com/2008/01/23/use-opendns/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/23/use-opendns/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 18:11:43 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/2008/01/23/use-opendns/</guid>
		<description><![CDATA[main 
208.67.222.222
alternate
208.67.220.220

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font color="#000000"><span style="color:red;">main </span></font></p>
<p><font color="#000000"><span style="color:red;">208.67.222.222</span></font></p>
<p><font color="#000000"><span style="color:red;">alternate</span></font></p>
<p><font color="#000000"><span style="color:red;">208.67.220.220</span></font></p>
<p><span style="color:red;"></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=15&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/23/use-opendns/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
		<item>
		<title>[read] strip down your system</title>
		<link>http://fastlinux.wordpress.com/2008/01/23/read-strip-down-your-system/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/23/read-strip-down-your-system/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 18:04:44 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/2008/01/23/read-strip-down-your-system/</guid>
		<description><![CDATA[from  s
First kill the Beryl. See how big a difference that makes.
Next, for safety&#8217;s sake, check your dmesg and /var/log/messages to make sure you don&#8217;t have a physical problem (like a bad sector on your drive). I&#8217;d then run top and sort by memory usage (shift-m) and keep that running in the background. I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>from  <a href="http://www.linuxactionshow.com/forum/comments.php?DiscussionID=1817&amp;page=1#Comment_16873" title="this post" target="_blank">s</a></p>
<p>First kill the Beryl. See how big a difference that makes.</p>
<p>Next, for safety&#8217;s sake, check your dmesg and /var/log/messages to make sure you don&#8217;t have a physical problem (like a bad sector on your drive). I&#8217;d then run top and sort by memory usage (shift-m) and keep that running in the background. I&#8217;d disable all unecessary services (like httpd).</p>
<p>Don&#8217;t expect much for bling on that system if you actually want to get work done. I was on a 586 laptop with 128M ram for a while and XFCE was the solution. I however, did have to do some things to trim down ram usage that I didn&#8217;t have to do on a machine since I was running a 200Mhz slackware server. A very good start is to look up suggestions for increasing battery life on a linux laptop&#8211;basically, doing things like disabling syslog and any other services (updatedb, beagled) that constantly access your disk in the background help a lot. I also saved a lot of ram by turning off scrollback buffers in my rxvt&#8217;s and xterms. Gnome-Term gobbles *titanic* amounts of ram for a shell, and if you go transparent-background with it, that&#8217;s the bed you made. Ram ain&#8217;t free.</p>
<p>The next most important thing is habits: if you&#8217;re used to browsing with a 36 tabs open in firefox, you&#8217;re going to swap constantly. You might look into firefox settings like &#8220;free memory on minimize&#8221;. Other browsers might actually use less ram than FF, check that out. Thunderbird and Evo take *titanic* ram if you&#8217;ve got dozens of accounts and thousands of messages. Squirrelmail was the fastest way to read my mail on my cut-down laptop, actually.</p>
<p>Other ways of managing ram is to&#8211;once you&#8217;ve cut down the services you don&#8217;t actually need, configure the ones you use to have short connection timeouts and not to start a bazillion copies. Like Amavis and SpamAssassin and imapd. You can force these to run just one process and not 10, because you&#8217;ve prolly only got one other person accessing your server.</p>
<p>I&#8217;ve had problems with Beryl pegging my CPUs on 1.7Ghz laptop, I finally just gave it up. I couldn&#8217;t get the cpu scaling to reduce the clocking because something in Beryl was polling, which chewed my battery real quick. So I just gave that up. I love Beryl, but it doesn&#8217;t actually help me work faster (even tho I&#8217;d like to think it does). The same theory goes for desktop applets&#8230;gkrellm and docklet thingies spend cycles, too. Go back to top and see what&#8217;s hogging your system.</p>
<p>I&#8217;m surprised that I was so productive for so long with a 200Mhz with 256M ram. I lived out of fvwm2 and had like eight desktops filled with rxvt windows (but just one browser session) almost all the time. I also had a dedicated modem line. That rocked!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=14&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/23/read-strip-down-your-system/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu Performance Guides</title>
		<link>http://fastlinux.wordpress.com/2008/01/23/ubuntu-performance-guides/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/23/ubuntu-performance-guides/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 17:54:26 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/2008/01/23/ubuntu-performance-guides/</guid>
		<description><![CDATA[copy/pasted from Ubuntu Performance Guides
I recently did a switch of Windows to Ubuntu and then upgraded to Fiesty Fawn (7.04) earlier this week. I must say, Ubuntu rocks but has it’s drawbacks. I hate to give Windows any credit when it comes to better performance, but unfortunately out of the box, a Windows XP system [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://blog.lxpages.com/2007/04/24/ubuntu-performance-guides/" rel="bookmark">copy/pasted from Ubuntu Performance Guides</a></p>
<p>I recently did a switch of Windows to Ubuntu and then upgraded to Fiesty Fawn (7.04) earlier this week. I must say, Ubuntu rocks but has it’s drawbacks. I hate to give Windows any credit when it comes to better performance, but unfortunately out of the box, a Windows XP system for example does perform faster than a default install of Ubuntu. That does not mean Ubuntu cannot be tweaked to boost performance to surpass Windows.</p>
<p>We’ve compiled a list of resources that can be used to improve performance on your Ubuntu operating system.</p>
<ol>
<li><span class="headline"><a href="http://www.extremetech.com/article2/0,1697,2114115,00.asp">Hacking Ubuntu to Improve Performance</a> - </span> <span>This article includes various hacks to boost Ubuntu’s performance, such as viewing running processes, identifying resources, finding process startups, tuning kernel parameters, and speeding up boot time.</span></li>
<li><span><a href="http://linuxmonitor.net/blog/2007/03/ultimate-ubuntu-performance-tweaking.html">Ultimate Ubuntu performance tweaking guide</a> - Detailed step by step instructions on what to do in order to improve performance on your system.</span></li>
<li><span><a href="http://ubuntuforums.org/showthread.php?t=189192">Improve Ubuntu Performance</a> - </span>This is an index of threads posted on ubuntuforums.org on how to get the best performance out of your Ubuntu machine.</li>
<li><a href="http://www.linuxjournal.com/article/8322">Optimizing Desktop Performance</a> - Skip to the section titled <b>Ubuntu Services for Performance Tuning </b>to find some performance tips.  Excellent article series covering performance techniques on major flavors of Linux.</li>
<li><a href="http://xlntsolution.blogspot.com/2007/03/feisty-performance-fly-like-butterfly.html">Feisty performance - Fly like a butterfly</a> - A collection of settings used to tune the speed and performance of Kubuntu/Ubuntu Feisty.</li>
<li><a href="http://onlyubuntu.blogspot.com/2007/03/performance-tip-for-ubuntu-edgy-and.html">Only Ubuntu Linux</a> - Performance tip for Ubuntu Edgy and Feisty users by simply editing your /etc/hosts file.</li>
<li><a href="http://ubuntudemon.wordpress.com/2006/07/14/desktop-performance-tweaks/">Desktop performance tweaks</a> - Here are a couple of performance tweaks that are nice for desktops/laptops. These tweaks are relatively easy to perform and reasonable safe. Everything you do is <b>on your own risk.</b></li>
<li><a href="http://news.softpedia.com/news/Improve-Performance-in-Ubuntu-Edgy-47261.shtml">Improve Performance in Ubuntu Edgy</a> - Tricks and hacks on how to improve the overall performance of your system.</li>
<li><a href="http://www.phoronix.com/scan.php?page=article&amp;item=616&amp;num=1">Ubuntu: 32-bit v. 64-bit Performance</a> - Not specific to system tweaking but a nice article comparing performance on a 32-bit vs. a 64-bit server.</li>
<li><a href="http://ubuntuguide.org/wiki/Ubuntu:Feisty">Best Ubuntu Guide Ever</a> - This guide has everything you need.</li>
<li><a href="http://tvease.net/wiki/index.php?title=Tweak_ubuntu_for_speed">Tweak ubuntu for speed</a> - These tweaks will make your system faster and more responsive without a doubt. Read on to perform the tweaks and enjoy your faster system.</li>
<li><a href="http://linuxmonitor.net/blog/2007/03/ubuntu-customization-guide-part-i.html">Ubuntu Customization Guide</a> - About customization, we’re gonna make Ubuntu look and feel the way you want.</li>
<li><a href="http://ubuntu.wordpress.com/2006/08/02/local-dns-cache-for-faster-browsing/">Local DNS Cache for Faster Browsing</a> - Nice article explaining how to use DNS caching to speed up internet browsing on your Ubuntu install.</li>
<li><a href="http://www.ubuntuforums.org/showthread.php?t=202838">Super Fast Internet for Ubuntu</a> - Basically you disable ipV6 which apparently conflicts with ipV4.  Good post.</li>
<li><a href="http://lifehacker.com/software/linux/ubuntulinux-roundup-240155.php">Ubuntu/Linux Roundup</a> - Good collection of links/articles for Ubuntu users.</li>
<li><a href="http://tips.linux.com/print.pl?sid=06/06/08/1651225">Ten tips for new Ubuntu users</a> - Here’s a list of tips that might save you some time while you’re getting used to Ubuntu.</li>
<li><a href="http://linuxhelp.blogspot.com/2005/12/10-most-popular-ubuntu-sites-on-net.html">10 most popular Ubuntu sites on the net</a> - You should definitely visit these top 10 sites which have a wealth of information on using and troubleshooting in Ubuntu.</li>
</ol>
<p>If you’d like to contribute to this list, please add in comment field.  Thanks!!!</p>
<p><i>Related Articles: </i><a href="http://blog.lxpages.com/2007/03/22/ubuntu-qa-for-absolute-beginners/"><br />
Ubuntu Q&amp;A for Absolute Beginners</a> <a href="http://blog.lxpages.com/2007/03/09/top-10-ubuntu-tips/"><br />
Top 10 Ubuntu Tips</a> <a href="http://blog.lxpages.com/2007/03/04/top-10-linux-network-commands-for-absolute-newbies/"><br />
Windows Desktop Software and The Linux Alternatives</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=13&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/23/ubuntu-performance-guides/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
		<item>
		<title>wifi with WPA on Broadcom 43xx</title>
		<link>http://fastlinux.wordpress.com/2008/01/22/wifi-with-wpa-on-broadcom-43xx/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/22/wifi-with-wpa-on-broadcom-43xx/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 09:31:48 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[ibook]]></category>

		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/2008/01/22/wifi-with-wpa-on-broadcom-43xx/</guid>
		<description><![CDATA[based on this article (in Polish)
1. plug in your ethernet cable and be sure that you have connection to the internet
2. enable restricted driver for your wi-fi card
       click APPLICATIONS &#62; system &#62; &#8220;Restricted Drivers Manager&#8221;
for &#8220;Firmware for Broadcom 43xx chipset family&#8221;
put the tick in &#8220;enabled&#8221; field
   [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>based on <a href="http://czytelnia.ubuntu.pl/index.php/2007/07/28/wicd/" target="_blank">this article (in Polish)</a></p>
<p>1. plug in your ethernet cable and be sure that you have connection to the internet</p>
<p>2. enable restricted driver for your wi-fi card</p>
<blockquote><p>       click APPLICATIONS &gt; system &gt; &#8220;Restricted Drivers Manager&#8221;</p>
<p>for &#8220;Firmware for Broadcom 43xx chipset family&#8221;<br />
put the tick in &#8220;enabled&#8221; field</p></blockquote>
<blockquote><p>     Close &#8220;Restricted Drivers Manager&#8221; and restart computer</p></blockquote>
<p>3. uninstall network manager</p>
<blockquote>
<pre>sudo apt-get --purge remove network-manager</pre>
</blockquote>
<p>4. install wicd</p>
<blockquote>
<pre>sudo apt-get install wicd</pre>
</blockquote>
<p>5. edit <i>/etc/network/interfaces</i></p>
<blockquote>
<pre>sudo mousepad /etc/network/interfaces</pre>
</blockquote>
<blockquote><p>delete/comment (#) everything except:</p></blockquote>
<blockquote>
<pre>auto lo</pre>
<pre>iface lo inet loopback</pre>
</blockquote>
<p>6. save and restart (just to be sure) <img src="http://ubuntuforums.org/images/smilies/icon_biggrin.gif" class="inlineimg" border="0" /></p>
<p>7. open WICD (under APPLICATIONS &gt; internet) and configure your wifi connection</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=8&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/22/wifi-with-wpa-on-broadcom-43xx/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>

		<media:content url="http://ubuntuforums.org/images/smilies/icon_biggrin.gif" medium="image" />
	</item>
		<item>
		<title>start</title>
		<link>http://fastlinux.wordpress.com/2008/01/22/4/</link>
		<comments>http://fastlinux.wordpress.com/2008/01/22/4/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 09:01:13 +0000</pubDate>
		<dc:creator>VERiON</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fastlinux.wordpress.com/2008/01/22/4/</guid>
		<description><![CDATA[I like my computer to be fast.
I realize that I don’t need fast computer. I just need fast software.
more about this blog&#8230; 
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I like my computer to be <b>fast</b>.</p>
<p>I realize that I don’t need <b>fast computer</b>. I just need <b>fast software</b>.</p>
<p><a href="http://fastlinux.wordpress.com/about/" title="more about this blog..." target="_blank">more about this blog&#8230; </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fastlinux.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fastlinux.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fastlinux.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fastlinux.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fastlinux.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fastlinux.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fastlinux.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fastlinux.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fastlinux.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fastlinux.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fastlinux.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fastlinux.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fastlinux.wordpress.com&blog=2579952&post=4&subd=fastlinux&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://fastlinux.wordpress.com/2008/01/22/4/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/fastlinux-128.jpg" medium="image">
			<media:title type="html">VERiON</media:title>
		</media:content>
	</item>
	</channel>
</rss>