<?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>Child of the Machine &#187; Linux</title>
	<atom:link href="http://www.childofthemachine.com/blog/category/infrastructure/operating-systems/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.childofthemachine.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 07 Jul 2010 03:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>$50 off Dreamhost hosting &#8211; Promo code GIVEME50OFF</title>
		<link>http://www.childofthemachine.com/blog/2009/07/50-off-dreamhost-hosting-promo-code-giveme50off/</link>
		<comments>http://www.childofthemachine.com/blog/2009/07/50-off-dreamhost-hosting-promo-code-giveme50off/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 06:41:58 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Application development]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Web servers]]></category>
		<category><![CDATA[cheap]]></category>
		<category><![CDATA[discount]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[promotion]]></category>

		<guid isPermaLink="false">http://www.childofthemachine.com/blog/?p=175</guid>
		<description><![CDATA[I&#8217;ve had my hosting with Dreamhost now for a little over a and have been very happy with!!! I was previously using Site Ground but converted for the following reasons: Dreamhost allows you to host unlimited domains, databases, email etc under your account Dreamhost allows complete control of your DNS (so you can point a domain/sub domain to [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2009/07/50-off-dreamhost-hosting-promo-code-giveme50off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cintraAD: Adding SVN and Trac users</title>
		<link>http://www.childofthemachine.com/blog/2007/09/cintraad-adding-svn-and-trac-users/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/cintraad-adding-svn-and-trac-users/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 13:56:36 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/20/cintraad-adding-svn-and-trac-users/</guid>
		<description><![CDATA[Adding additional Trac and SVN users is relatively simple. With Trac you can do this under Admin when logged in as an administrator thanks to the WebAdmin and AccountManagerPlugins! For adding a new subversion user just use this command: htpasswd /etc/apache2/dav_svn.passwd john_smith This user will then have access to all of your subversion repositories because [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/cintraad-adding-svn-and-trac-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cintraAD: Setup a new Trac project</title>
		<link>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-new-trac-project/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-new-trac-project/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 13:32:26 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/20/cintraad-setup-a-new-trac-project/</guid>
		<description><![CDATA[To create a new Trac project follow these steps: sudo -s -H trac-admin /var/trac/project initenv trac-admin /var/trac/project permission add admin TRAC_ADMIN chown -R www-data:www-data /var/trac/project Now to setup the new Trac project with the same plugins as the example project. This also uses the same password file. So use unique usernames and users spanning multiple [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-new-trac-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cintraAD: Setup a new Subversion repository</title>
		<link>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-new-subversion-repository/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-new-subversion-repository/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 12:19:48 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/20/cintraad-setup-a-new-subversion-repository/</guid>
		<description><![CDATA[To create a new Subversion repository follow these steps: mkdir /var/svn/project mkdir ~/project mkdir ~/project/branches mkdir ~/project/tags mkdir ~/project/trunk svnadmin create /var/svn/project svn import ~/project file:///var/svn/project -m &#34;Initial directory import&#34; After this you&#8217;ll see the three directories added. rm -rf ~/project chown -R www-data:www-data /var/svn/project apache2 -k restart Now you should be able to point [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-new-subversion-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cintraAD: Change the SVN and Trac password</title>
		<link>http://www.childofthemachine.com/blog/2007/09/cintraad-change-the-svn-and-trac-password/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/cintraad-change-the-svn-and-trac-password/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 12:05:07 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/20/cintraad-change-the-svn-and-trac-password/</guid>
		<description><![CDATA[Particularly if you&#8217;re publishing your SVN and Trac over the internet, you should change the defaults passwords for these that were in the VM you downloaded. To change the Subversion password: htpasswd /etc/apache2/dav_svn.passwd admin To change the Trac password (one file is currently used for all trac projects) : htpasswd /var/trac/trac.htpasswd admin Share and Enjoy:]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/cintraad-change-the-svn-and-trac-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cintraAD: Change the root password</title>
		<link>http://www.childofthemachine.com/blog/2007/09/cintraad-change-the-root-password/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/cintraad-change-the-root-password/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 11:57:02 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/20/cintraad-change-the-root-password/</guid>
		<description><![CDATA[For security reasons if you&#8217;re using any downloaded VM you should not leave the default root password as provided. To change the password: sudo passwd You&#8217;ll then be asked to enter the original password, then asked twice to enter the new password. Share and Enjoy:]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/cintraad-change-the-root-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cintraAD: Setup a static IP</title>
		<link>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-static-ip/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-static-ip/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 11:52:28 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/20/cintraad-setup-a-static-ip/</guid>
		<description><![CDATA[Obviously it&#8217;s a bad idea to have a server assigned a different IP address by your DHCP server when it comes up. So here are some basic instructions to set a static IP address on this Ubuntu server. sudo -s -H vi /etc/network/interfaces Then change the following line: iface eth0 inet dhcp to: iface eth0 [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/cintraad-setup-a-static-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Trac and some plugins</title>
		<link>http://www.childofthemachine.com/blog/2007/09/installing-trac-and-some-plugins/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/installing-trac-and-some-plugins/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 12:44:09 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming (app)]]></category>
		<category><![CDATA[Subversion]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/18/installing-trac-and-some-plugins/</guid>
		<description><![CDATA[Trac is a popular open source issues management system written in Python. It also features a wiki and subversion browser. There are also countless plugins that have been created for it some of which I&#8217;m surprised aren&#8217;t included in the base install. I&#8217;m installing this on a Ubuntu server, so you may need to find [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/installing-trac-and-some-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fixing linux network interfaces on VMware</title>
		<link>http://www.childofthemachine.com/blog/2007/09/fixing-linux-network-interfaces-on-vmware/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/fixing-linux-network-interfaces-on-vmware/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 06:59:41 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/18/fixing-linux-network-interfaces-on-vmware/</guid>
		<description><![CDATA[When downloading a few Virtual Appliances I&#8217;ve found they haven&#8217;t had network connectivity &#8216;out of the box&#8217;. I&#8217;ve only noticed this with Ubuntu servers so far but admittedly I haven&#8217;t downloaded a lot of other flavors! This appears to be because the MAC address for eth0 is different to the one of the creators VMware [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/fixing-linux-network-interfaces-on-vmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade Ubuntu  distribution</title>
		<link>http://www.childofthemachine.com/blog/2007/09/upgrade-ubuntu-distribution/</link>
		<comments>http://www.childofthemachine.com/blog/2007/09/upgrade-ubuntu-distribution/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 06:50:08 +0000</pubDate>
		<dc:creator>Grant Perry</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating systems]]></category>

		<guid isPermaLink="false">http://grantusmaximus.com/web/2007/09/18/upgrade-ubuntu-distribution/</guid>
		<description><![CDATA[Firstly update the your repositories replacing with &#8220;breezy&#8221; with &#8220;dapper&#8221; for example. You can work out the release names and additionally even change the URL&#8217;s to a closer mirrors by referring to the official repository list. This can be done using: vi /etc/apt/sources.list If you&#8217;re not familiar with vi, ESC leaves editing mode and INS [...]]]></description>
		<wfw:commentRss>http://www.childofthemachine.com/blog/2007/09/upgrade-ubuntu-distribution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
