<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: apt-get Notes for an Ubuntu user&#8230;</title>
	<atom:link href="http://erik.weibust.net/2009/05/03/apt-get-notes-for-an-ubuntu-user/feed/" rel="self" type="application/rss+xml" />
	<link>http://erik.weibust.net/2009/05/03/apt-get-notes-for-an-ubuntu-user/</link>
	<description>random crap from the mouth of erik weibust</description>
	<pubDate>Fri, 30 Jul 2010 13:05:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian Hurley</title>
		<link>http://erik.weibust.net/2009/05/03/apt-get-notes-for-an-ubuntu-user/comment-page-1/#comment-3847</link>
		<dc:creator>Brian Hurley</dc:creator>
		<pubDate>Mon, 04 May 2009 00:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://erik.weibust.net/?p=570#comment-3847</guid>
		<description>I just installed Ubuntu v9.04 Server edition for the first time this weekend on a box at home.  This is what I have done so far without problems.

&lt;code&gt;
sudo apt-get install openssh-server
sudo apt-get install vsftpd
sudo vi /etc/vsftpd.conf
  Add
    anonymous_enable=NO
    local_enable=YES
    write_enable=YES
sudo apt-get install mysql-server mysql-client

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I just installed Ubuntu v9.04 Server edition for the first time this weekend on a box at home.  This is what I have done so far without problems.</p>
<p><code><br />
sudo apt-get install openssh-server<br />
sudo apt-get install vsftpd<br />
sudo vi /etc/vsftpd.conf<br />
  Add<br />
    anonymous_enable=NO<br />
    local_enable=YES<br />
    write_enable=YES<br />
sudo apt-get install mysql-server mysql-client</p>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
