<?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>Tivate.com&#187; Items tagged with server  | Tivate.com</title>
	<atom:link href="http://tivate.com/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://tivate.com</link>
	<description>Find Your Inspiration</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:22:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Under the Hood: Part Two &#8211; Server Software</title>
		<link>http://tivate.com/articles/hood-part-server-software</link>
		<comments>http://tivate.com/articles/hood-part-server-software#comments</comments>
		<pubDate>Wed, 25 Jun 2008 18:01:07 +0000</pubDate>
		<dc:creator>Justin Hernandez</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[tivate]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://tivate.com/?p=437</guid>
		<description><![CDATA[Photo from helgalou The nerd in me dictates that I be open about the software that runs on Tivate. If you&#8217;re here just for the inspiration then you&#8217;re allowed to skip on by. Let&#8217;s get right into it. Server Software Tivate runs on a VPS over at Slicehost. I wrote an earlier article about Slicehost [...]]]></description>
			<content:encoded><![CDATA[
<p class="post-image"><img title="What's under the hood?" src="http://tivate.com/wp-content/uploads/2008/06/489216038_f3244db08d.jpg" alt="What's under the hood?" width="400" /><br />
<span>Photo from <a title="helgalou on Flickr" href="http://www.flickr.com/photos/56586579@N00/489216038/">helgalou</a></span></p>
<p>The nerd in me dictates that I be open about the software that runs on Tivate. If you&#8217;re here just for the inspiration then you&#8217;re allowed to skip on by. Let&#8217;s get right into it.</p>
<div class="article-header"><a title="Server Software" name="server-software" href="#server-software">Server Software</a></div>
<p>Tivate runs on a <a title="Virtual Private Server" href="http://en.wikipedia.org/wiki/Virtual_private_server">VPS</a> over at <a title="Slicehost" href="http://slicehost.com">Slicehost</a>. I wrote an earlier article about Slicehost and the hardware underneath &#8211; <a href="http://tivate.com/articles/hood-part-one-server-hardware">here</a>. Here is a list of software that has helps me run Tivate and just get things done. If you want to know more or want to see any of my config files (minus sensitive info) then just email me at justin at-no-spam tivate.com.</p>
<p><span id="more-437"></span></p>
<p><strong>OS:</strong> <strong><a title="Ubuntu Server Edition" href="http://www.ubuntu.com/products/WhatIsUbuntu/serveredition">Ubuntu</a></strong> 8.04 &#8211; Hardy Heron</p>
<ul>
<li><a title="Nginx" href="http://nginx.net/"><strong>Nginx</strong></a> &#8211; small extremely lightweight HTTP server coded by <a href="http://sysoev.ru/en/">Igor Sysoev</a>.</li>
<li><strong><a title="PHP" href="http://php.net">PHP 5</a></strong> with <strong><a title="PHP" href="http://php.net"></a><a title="XCache" href="http://xcache.lighttpd.net/">XCache</a> </strong>- dynamic language<a title="PHP" href="http://php.net"><br />
</a></li>
<li><strong><a title="MySQL" href="http://dev.mysql.com/">MySQL</a></strong> &#8211; database<a title="MySQL" href="http://dev.mysql.com/"><br />
</a></li>
<li><a title="Wordpress" href="http://wordpress.org/"><strong>WordPress</strong><br />
</a></li>
<li><strong><a title="Shorewall" href="http://www.shorewall.net/">Shorewall</a></strong> &#8211; Firewall</li>
<li><strong><a title="Monit" href="http://www.tildeslash.com/monit/">Monit</a></strong> &#8211; Utility for monitoring and managing server daemons</li>
<li><a title="AWStats" href="http://awstats.sourceforge.net/"><strong>AWStats</strong></a> &#8211; Powerful server log stat tracker</li>
<li><strong><a title="DenyHosts" href="http://denyhosts.sourceforge.net/">DenyHosts</a></strong> &#8211; utility to keep brute force attackers away from your ssh server</li>
<li><a title="Duplicity" href="http://duplicity.nongnu.org/"><strong>Duplicity</strong></a> &#8211; encrypted bandwidth-efficient backup tool. I use this to do daily backups to <a title="Amazon S3" href="http://en.wikipedia.org/wiki/Amazon_S3">S3</a></li>
<li><strong><a title="logrotate" href="http://iain.cx/src/logrotate/">logrotate</a></strong> &#8211; utility to rotate server logs</li>
<li><a title="mysqlicious" href="http://code.google.com/p/mysqlicious/"><strong>mysqlicious</strong></a> &#8211; delicious mirroring tool. I use it for the blog roll</li>
<li><a title="Midnight Commander" href="http://www.ibiblio.org/mc/"><strong>Midnight Commander</strong></a> &#8211; the best file manager period. I use this heavily while logged in via ssh.</li>
<li><a title="phpMyAdmin" href="http://www.phpmyadmin.net/home_page/index.php"><strong>phpMyAdmin</strong></a> &#8211; easy to use web based MySQL manager.</li>
<li><strong><a title="ssmtp" href="http://ubuntuland.nireblog.com/post/2008/04/19/ssmtp-a-simple-alternative-to-sendmail">ssmtp</a></strong> &#8211; simple smtp forwarder which I use to forward email to Postfix running on another box</li>
<li><a title="tmpreaper" href="http://linux.about.com/cs/linux101/g/tmpreaper.htm"><strong>tmpreaper</strong></a> &#8211; tmp dir cleanup utility</li>
<li><strong><a title="Music Player Daemon" href="http://musicpd.org/">mpd</a></strong> &#8211; music player daemon. I use this to play mp3 files remotely</li>
<li><strong><a title="Icecast" href="http://www.icecast.org/">icecast2</a></strong> &#8211; to stream mp3 files through http. Jazz and focus music are my favs.</li>
</ul>

Similar Posts:<ul><li><a href="http://tivate.com/articles/hood-part-one-server-hardware" rel="bookmark" title="May 23, 2008">Under the Hood: Part One &#8211; Server Hardware</a></li>

<li><a href="http://tivate.com/articles/learned" rel="bookmark" title="November 7, 2008">What I&#8217;ve Learned &#8211; Just Ask</a></li>

<li><a href="http://tivate.com/news/stumbleupon-wahoo" rel="bookmark" title="May 31, 2008">We are on StumbleUpon, WAHOO!!!</a></li>

<li><a href="http://tivate.com/news/wordpress-plugin-wp-focus" rel="bookmark" title="August 8, 2008">WordPress Plugin: WP Focus</a></li>

<li><a href="http://tivate.com/interviews/interview-paul-stamatiou-passionate-technologist" rel="bookmark" title="June 6, 2008">Interview with Paul Stamatiou &#8211; The Passionate Technologist</a></li>
</ul><!-- Similar Posts took 9.680 ms -->]]></content:encoded>
			<wfw:commentRss>http://tivate.com/articles/hood-part-server-software/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
