<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bitbud's Weblog</title>
	<atom:link href="http://bitbud.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitbud.wordpress.com</link>
	<description>Information and opinions on computing (mostly)</description>
	<lastBuildDate>Thu, 20 Dec 2007 02:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bitbud.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bitbud's Weblog</title>
		<link>http://bitbud.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bitbud.wordpress.com/osd.xml" title="Bitbud&#039;s Weblog" />
	<atom:link rel='hub' href='http://bitbud.wordpress.com/?pushpress=hub'/>
		<item>
		<title>VMWare Server Tips</title>
		<link>http://bitbud.wordpress.com/2007/12/04/vmware-server-tips/</link>
		<comments>http://bitbud.wordpress.com/2007/12/04/vmware-server-tips/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 20:43:47 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/12/04/vmware-server-tips/</guid>
		<description><![CDATA[VMWare Server on Linux (VMWare Server 1.04 on Ubuntu 7.10 Server) - Physical Network Interfaces that will only be used by VMWare Guests: Even though you may have a physical interface that a Host will not use, you need to set-it-up in /etc/network/interfaces. This will activate the network interface for the Host, which will only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=31&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/12/04/vmware-server-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Network Troubleshooting Tools</title>
		<link>http://bitbud.wordpress.com/2007/12/04/network-troubleshooting-tools/</link>
		<comments>http://bitbud.wordpress.com/2007/12/04/network-troubleshooting-tools/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 19:14:41 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Advanced Topics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/12/04/network-troubleshooting-tools/</guid>
		<description><![CDATA[My toolbox &#8211; an incomplete list: MTR &#8211; Link Diagnostics IPerf &#8211; bandwidth test TCPTrack &#8211; track tcp connections per interface MTR: An indespensbile trouble shooting tool is MTR. It is already a part of my favorite distro, Ubuntu. It combines the functions of ping and traceroute, and the info provided is excellent for diagnostics. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=30&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/12/04/network-troubleshooting-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux System Monitoring from the CLI using LM-Sensors</title>
		<link>http://bitbud.wordpress.com/2007/12/04/linux-system-monitoring-from-the-cli-using-lm-sensors/</link>
		<comments>http://bitbud.wordpress.com/2007/12/04/linux-system-monitoring-from-the-cli-using-lm-sensors/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 05:26:28 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/12/04/linux-system-monitoring-from-the-cli-using-lm-sensors/</guid>
		<description><![CDATA[Check out http://www.lm-sensors.org  an open source project for embedded &#8220;sensors&#8221; for your Linux system. I needed an easy way to check the CPU temperature for my new PC from the command line.  This is yet another great example of what open source has to offer. On my Ubuntu 7.10 server, it was too easy: sudo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=29&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/12/04/linux-system-monitoring-from-the-cli-using-lm-sensors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Webmin</title>
		<link>http://bitbud.wordpress.com/2007/12/03/install-webmin/</link>
		<comments>http://bitbud.wordpress.com/2007/12/03/install-webmin/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 02:22:17 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/12/03/install-webmin/</guid>
		<description><![CDATA[Real quick &#8211; Webmin on Ubuntu 7.10. Get Dependencies: sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl Download: sudo wget http://prdownloads.sourceforge.net/webadmin/webmin_1.380_all.deb (or whatever version is latest &#8211; browse to the webmin site, and paste the link for the current version download) Install: sudo dpkg -i webmin_1.380_all.deb<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=28&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/12/03/install-webmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Software/ Package Management with Wajig</title>
		<link>http://bitbud.wordpress.com/2007/11/29/advanced-software-package-management-with-wajig/</link>
		<comments>http://bitbud.wordpress.com/2007/11/29/advanced-software-package-management-with-wajig/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 19:45:21 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/11/29/advanced-software-package-management-with-wajig/</guid>
		<description><![CDATA[I was installing Evolution to my laptop recently (see article on Evolution, the best Outlook replacement).  After firing up Evolution, I didn&#8217;t have the option for Exchange.  I found that the Exchange connector is listed as a suggested package, so my command of &#8220;apt-get install evolution&#8221; only retrieved the basics. I&#8217;ve seen this problem before: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=27&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/11/29/advanced-software-package-management-with-wajig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Networking &#8211; BGP and OSPF with Quagga</title>
		<link>http://bitbud.wordpress.com/2007/11/29/advanced-networking-bgp-and-ospf-with-quagga/</link>
		<comments>http://bitbud.wordpress.com/2007/11/29/advanced-networking-bgp-and-ospf-with-quagga/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 14:30:47 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Advanced Topics]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/11/29/advanced-networking-bgp-and-ospf-with-quagga/</guid>
		<description><![CDATA[I&#8217;ve been in the IT industry for almost 15 years, and worked with both large and small companies. I have never had an opportunity to work with the BGP protocol, until now. My experience with it has been fun (for a nerd), and I have now expanded my networking knowledge, just a little bit, so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=25&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/11/29/advanced-networking-bgp-and-ospf-with-quagga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Network Interface examples</title>
		<link>http://bitbud.wordpress.com/2007/11/12/network-interface-examples/</link>
		<comments>http://bitbud.wordpress.com/2007/11/12/network-interface-examples/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 19:45:07 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/11/12/network-interface-examples/</guid>
		<description><![CDATA[I found this sample file on the net, so I thought I&#8217;d post it here.  There are some excellent and complexconfig examples here: It has a few good examples of configurations for your interfaces file.    See Also: http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/ #/etc/network/interfaces &#8212; configuration file for ifup(8), ifdown(8) # # A &#8220;#&#8221; character in the very first column [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=22&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/11/12/network-interface-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>3D Effects in Ubuntu</title>
		<link>http://bitbud.wordpress.com/2007/11/08/3d-effects-in-ubuntu/</link>
		<comments>http://bitbud.wordpress.com/2007/11/08/3d-effects-in-ubuntu/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 16:07:53 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/11/08/3d-effects-in-ubuntu/</guid>
		<description><![CDATA[On my system with nVidia card, I did the following to enable 3D effects (and later, dual display with 3D effects, which is really cool). From Terminal: gksudo nvidia-settings sudo apt-get install compizconfig-settings-manager This will install the Advanced Desktop Effects option under System-Preferences System-Preferences-Appearance-Visual Effects-Extra<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=20&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/11/08/3d-effects-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Networking</title>
		<link>http://bitbud.wordpress.com/2007/11/02/linux-networking/</link>
		<comments>http://bitbud.wordpress.com/2007/11/02/linux-networking/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 20:09:01 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/11/02/linux-networking/</guid>
		<description><![CDATA[Quick Tips on Networking with Linux Sometimes you may boot your computer and find that the network is not up.  You check the built in network tools, and can&#8217;t easily see what the problem is &#8211; time to drop to the command prompt to make some changes.  Here are some tips: Check you current settings: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=19&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/11/02/linux-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
		<item>
		<title>List of Useful Application on Linux</title>
		<link>http://bitbud.wordpress.com/2007/10/30/list-of-useful-application-on-linux/</link>
		<comments>http://bitbud.wordpress.com/2007/10/30/list-of-useful-application-on-linux/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 17:04:29 +0000</pubDate>
		<dc:creator>bitbud</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://bitbud.wordpress.com/2007/10/30/list-of-useful-application-on-linux/</guid>
		<description><![CDATA[I&#8217;ve tried to separate the chaff from the wheat. Here is a list of application I&#8217;ve found to be the best (my opinion) in their particular areas.  Suggestions for additional applications/ categories are always appreciated. Outlook replacement: Still looking. Evolution, Kontact, and Thunderbird (and its variants) don&#8217;t come close to the speed and usability of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bitbud.wordpress.com&amp;blog=1919413&amp;post=18&amp;subd=bitbud&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bitbud.wordpress.com/2007/10/30/list-of-useful-application-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c7b46522d65bd139783bb121d04b6f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bitbud</media:title>
		</media:content>
	</item>
	</channel>
</rss>
