<?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>PlaceboNation &#187; Linux</title>
	<atom:link href="http://www.placebonation.com/category/diy/linuxhowto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.placebonation.com</link>
	<description></description>
	<lastBuildDate>Sat, 01 May 2010 20:52:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3628</generator>
		<item>
		<title>My Ubuntu Script</title>
		<link>http://www.placebonation.com/2009/12/my-ubuntu-script-unstable/</link>
		<comments>http://www.placebonation.com/2009/12/my-ubuntu-script-unstable/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 23:19:20 +0000</pubDate>
		<dc:creator>placebo</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://placebonation.com/?p=475</guid>
		<description><![CDATA[
Ok. Lets take a break from politics and focus on some geekiness. Ok well the one thing thats nice about Linux is the ability to have an operating system that you want. You have that choice. So many to choose from. The funny thing about Linux is that its much harder for the hard core [...]]]></description>
		<wfw:commentRss>http://www.placebonation.com/2009/12/my-ubuntu-script-unstable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Wireless via Command Line</title>
		<link>http://www.placebonation.com/2009/08/ubuntu-wireless-via-command-line/</link>
		<comments>http://www.placebonation.com/2009/08/ubuntu-wireless-via-command-line/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 23:55:18 +0000</pubDate>
		<dc:creator>placebo</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://placebonation.com/?p=73</guid>
		<description><![CDATA[Enable your wireless device:
ifconfig
ifconfig wlan0 up
List the available wireless access points:
iwlist
Configure your wireless connection:
iwconfig
Get your IP address via dhcp:
dhclient
Scan for wireless networks:
iwlist wlan0 scan
Configure your wireless connection:
iwconfig wlan0 essid NETWORK_ID key WIRELESS_KEY
To configure a wireless connection with an ascii key:
iwconfig wlan0 essid NETWORK_ID key s:WIRELESS_KEY
What is my wireless IP? Use this command:
dhclient wlan0
Lets create a [...]]]></description>
		<wfw:commentRss>http://www.placebonation.com/2009/08/ubuntu-wireless-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Boot Splash in Ubuntu</title>
		<link>http://www.placebonation.com/2009/08/disable-boot-splash-in-ubuntu/</link>
		<comments>http://www.placebonation.com/2009/08/disable-boot-splash-in-ubuntu/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 12:58:15 +0000</pubDate>
		<dc:creator>placebo</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://placebonation.com/?p=71</guid>
		<description><![CDATA[First, for safely, you’ll want to make a backup of your original GRUB menu:
    sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.orig
Second, Edit the /boot/grub/menu.lst and remove any mention of ’splash’ found in the file. You should find one for each configured kernel as well as one slightly above that in the comments. The latter entry [...]]]></description>
		<wfw:commentRss>http://www.placebonation.com/2009/08/disable-boot-splash-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Adobe PDF Reader on Ubuntu</title>
		<link>http://www.placebonation.com/2009/08/install-adobe-pdf-reader-on-ubuntu/</link>
		<comments>http://www.placebonation.com/2009/08/install-adobe-pdf-reader-on-ubuntu/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 03:07:33 +0000</pubDate>
		<dc:creator>placebo</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://placebonation.com/?p=64</guid>
		<description><![CDATA[Adobe Reader has become the standard for reading ebooks and documentation online. For Windows, there are 3rd party readers like FoxIt that can be substituted, but on Linux, the best choice is still Adobe Reader.
Before you install, you will want to make sure that you have selected the Multiverse repository. (or just check them all. [...]]]></description>
		<wfw:commentRss>http://www.placebonation.com/2009/08/install-adobe-pdf-reader-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netsh with Love</title>
		<link>http://www.placebonation.com/2009/08/netsh-with-love/</link>
		<comments>http://www.placebonation.com/2009/08/netsh-with-love/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 01:25:06 +0000</pubDate>
		<dc:creator>placebo</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://placebonation.com/?p=48</guid>
		<description><![CDATA[If you need to make firewall settings repeatedly—on a single computer as conditions change or, perhaps, on a fleet of computers—you’ll find working with Windows Firewall (the Control Panel application) or Windows Firewall With Advanced Security to be a bit cumbersome. The Netsh command, using its Firewall or Advfirewall context, provides an alternative way to [...]]]></description>
		<wfw:commentRss>http://www.placebonation.com/2009/08/netsh-with-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
