<?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>DansNetwork.com &#187; slicehost</title>
	<atom:link href="http://dansnetwork.com/tag/slicehost/feed/" rel="self" type="application/rss+xml" />
	<link>http://dansnetwork.com</link>
	<description>Web Design, Javascript, CSS, and More...</description>
	<lastBuildDate>Sat, 19 Nov 2011 15:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Slicehost &#8211; Ubuntu Quick Setup</title>
		<link>http://dansnetwork.com/slicehost-ubuntu-quick-setup/</link>
		<comments>http://dansnetwork.com/slicehost-ubuntu-quick-setup/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 13:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dansnetwork.com/?p=39</guid>
		<description><![CDATA[I've been looking at different hosting options for the past few weeks (mainly dedicated and virtual private / virtual dedicated). It seems as if they're all out to nickle and dime you to death. "Oh, you want your server to be connected to the internet?... that'll be an extra $20/mo please". They don't even really [...]]]></description>
			<content:encoded><![CDATA[<p>I've been looking at different hosting options for the past few weeks (mainly dedicated and virtual private / virtual dedicated). It seems as if they're all out to nickle and dime you to death. "Oh, you want your server to be connected to the internet?... that'll be an extra $20/mo please". They don't even really say "please" (I threw that in myself). Through some forums, I discovered a company called <a title="slicehost" href="http://slicehost.com">slicehost</a>. They only sell VPS plans, but it seems as if they know what we (the developer) want. It says so right on their website. They offer multiple flavors of Linux installs and you have full root access to them along with a bunch of other features. Last year Slicehost was aquired by the mighty <a title="rackspace" href="http://rackspace.com">RackSpace</a>, one of the top hosting companies in the world.</p>
<p>Everything sounded interesting, so I decided to try my first "slice". I went with the 256, knowing that I can upgrade at any time. After you pay, your slice is ready within minutes and your ip address and root password are emailed to you. I chose to go with an Ubuntu image (8.04 LTS) and I'll show you how to get it up and running ASAP!</p>
<p>If you like this tutorial and think would like to try out a slice for yourself (currently starting at only $20/mo.), please don't be affraid to use my refferal link:<br />
<a title="slicehost" href="https://manage.slicehost.com/customers/new?referrer=6167bb58471750b3ab3d4ece5277a150">https://manage.slicehost.com/customers/new?referrer=6167bb58471750b3ab3d4ece5277a150</a></p>
<p>Go ahead and login to your server (I use <a title="PuTTY" href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY </a>for Windows for my SSH needs). The first thing that you'll probably want to do is change your root password and then setup a user for yourself, so that you won't be working as root all of the time.</p>
<p>Next we'll install Apache 2:</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>sudo apt-get install apache2</strong></p>
<p>... and then MySQL. Be sure to set your root password:</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>sudo apt-get install mysql-server</strong></p>
<p>For MySQL management I installed phpMyAdmin (this will also install PHP as a dependency):</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>sudo apt-get install phpMyAdmin</strong></p>
<p>As an extra admin tool, you can install Webmin. I just downloaded this into my home directory with wget:</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>wget http://link_to_current_webmin.deb</strong></p>
<p>To install Webmin you can use (replace current_webmin.deb with the name of the deb file that you downloaded with wget):</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>dpkg -i current_webmin.deb</strong></p>
<p>It will probably fail due to a lack of dependencies, so you can run apt to fix it. This should also continue the Webmin installation:</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>sudo apt-get --fix-broken</strong></p>
<p>You should now be able to access your server at: https://your-ip-address:10000<br />
You'll have to add an exception to your browser for the invalid SSL cert. It's ok to do so.</p>
<p>Lastly I just installed ProFTPD, for my FTP server, through Webmin. There's a one click install under unused modules or you can use:</p>
<p style="padding:5px 0 20px 30px; border:1px solid #CCC;"><strong>sudo apt-get install proftpd</strong></p>
<p>Once this was installed, I used Edit Config Files to uncomment (remove the '#') "DefaultRoot ~" (this allows users access to only their home directories) and add the line: "IdentLookups Off" (this speeds up the login process).</p>
<p>At this point, Webmin showed my memory usage at less than half (102MB) of the 256MB allotted and my disk usage at around 1.2GB of the 10GB for this plan! I just set my slice up, so I can't comment on it's performance as of yet.</p>
<p>I hope this is a good start to get you up and running. I can't guarantee that this is the most secure setup, but it's a start...</p>
]]></content:encoded>
			<wfw:commentRss>http://dansnetwork.com/slicehost-ubuntu-quick-setup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

