<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>swherdman.com</title>
	<atom:link href="http://swherdman.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://swherdman.com</link>
	<description>because</description>
	<lastBuildDate>Tue, 15 Jun 2010 01:10:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<!-- podcast_generator="Blubrry PowerPress/1.0.9" mode="advanced" entry="normal" -->
	<itunes:summary>because</itunes:summary>
	<itunes:author>swherdman.com</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://swherdman.com/wp-content/plugins/powerpress/itunes_default.jpg" />
	<itunes:subtitle>because</itunes:subtitle>
	<image>
		<title>swherdman.com</title>
		<url>http://swherdman.com/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://swherdman.com</link>
	</image>
		<item>
		<title>Limit Apache Bandwith Debian</title>
		<link>http://swherdman.com/2010/02/limit-apache-bandwith-debian/</link>
		<comments>http://swherdman.com/2010/02/limit-apache-bandwith-debian/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 04:43:28 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=93</guid>
		<description><![CDATA[Install and Enable the mod 12apt-get install libapache2-mod-bw a2enmod bw Apply config to vhost 123456789101112131415&#60;VirtualHost *:80&#62; # Enable BW Module BandwidthModule On # Force for Every Request ForceBandWidthModule On # Limit to 200kb/s Bandwidth all 204800 #rest of your config DocumentRoot /var/www/ &#60;/VirtualHost&#62; Restart Apache 1/etc/ini.d apache2 restart]]></description>
			<content:encoded><![CDATA[<p>Install and Enable the mod</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libapache2-mod-bw<br />
a2enmod bw</div></td></tr></tbody></table></div>
<p>Apply config to vhost</p>
<div class="codecolorer-container apache default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br /></div></td><td><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;<span style="color: #000000; font-weight:bold;">VirtualHost</span> *:<span style="color: #ff0000;">80</span>&gt;<br />
<br />
<span style="color: #adadad; font-style: italic;"># Enable BW Module</span><br />
<span style="color: #00007f;">BandwidthModule</span> <span style="color: #0000ff;">On</span><br />
<br />
<span style="color: #adadad; font-style: italic;"># Force for Every Request</span><br />
<span style="color: #00007f;">ForceBandWidthModule</span> <span style="color: #0000ff;">On</span><br />
<br />
<span style="color: #adadad; font-style: italic;"># Limit to 200kb/s</span><br />
<span style="color: #00007f;">Bandwidth</span> <span style="color: #0000ff;">all</span> <span style="color: #ff0000;">204800</span><br />
<br />
<span style="color: #adadad; font-style: italic;">#rest of your config</span><br />
<span style="color: #00007f;">DocumentRoot</span> /var/www/<br />
<br />
&lt;/<span style="color: #000000; font-weight:bold;">VirtualHost</span>&gt;</div></td></tr></tbody></table></div>
<p>Restart Apache</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>ini.d apache2 restart</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2010/02/limit-apache-bandwith-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Upgrades</title>
		<link>http://swherdman.com/2009/07/site-upgrades/</link>
		<comments>http://swherdman.com/2009/07/site-upgrades/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 05:56:09 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=79</guid>
		<description><![CDATA[Upgraded from Highlight Source Pro to CodeColorer as one of the latest updates fixed a bug where it didn&#8217;t like my theme. Also upgraded to the latest WordPress Version Shouldn&#8217;t cause any problems but if someone gets a mangled page let me know]]></description>
			<content:encoded><![CDATA[<p>Upgraded from <a href="http://blog.kno.at/tools/highlight-source-pro/">Highlight Source Pro</a> to <a href="http://wordpress.org/extend/plugins/codecolorer/">CodeColorer</a> as one of the latest updates fixed a bug where it didn&#8217;t like my theme. Also upgraded to the latest WordPress Version</p>
<p>Shouldn&#8217;t cause any problems but if someone gets a mangled page let me know</p>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2009/07/site-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Crowd Apache2 Module</title>
		<link>http://swherdman.com/2009/07/install-crowd-apache2-module/</link>
		<comments>http://swherdman.com/2009/07/install-crowd-apache2-module/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:39:03 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=43</guid>
		<description><![CDATA[For all those who use Atlassian Products such as Jira or Confluence, you may or may not be familiar with Crowd now for anyone using Jira and Confluence it can allow you to use your existing user DB for multiple other systems, Personally i use it as a client access database to keep external users [...]]]></description>
			<content:encoded><![CDATA[<p>For all those who use <a href="http://www.atlassian.com/">Atlassian</a> Products such as <a href="http://www.atlassian.com/software/jira/">Jira</a> or <a href="http://www.atlassian.com/software/confluence/">Confluence</a>, you may or may not be familiar with <a href="http://www.atlassian.com/software/crowd/">Crowd</a> now for anyone using Jira and Confluence it can allow you to use your existing user DB for multiple other systems, Personally i use it as a client access database to keep external users out of my AD database wherever possible while allowing internal users to still access these systems with their AD accounts. </p>
<p>With the right plug-in&#8217;s you can hook the system into pretty much everything, the most flexible one is the Apache 2 module, personalty i use it mostly as i had endless troubles getting recursive sub group lockups working with the free Apache modules floating around.</p>
<p>If you need to use a proxy, set it now</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">http_proxy</span>=<span style="color: #ff0000;">&quot;http://proxy_server:3128&quot;</span></div></td></tr></tbody></table></div>
<p>For Debian just copy and past the commands below, for other Distrobutions you will need to install the equivalent packages</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-y</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libapache2-mod-perl2 libsoap-lite-perl libdigest-sha1-perl liberror-perl libcache-cache-perl <span style="color: #c20cb9; font-weight: bold;">unzip</span> <span style="color: #c20cb9; font-weight: bold;">make</span></div></td></tr></tbody></table></div>
<p>Then to download, install and build the required modules the commands below should work.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>confluence.atlassian.com<span style="color: #000000; font-weight: bold;">/</span>download<span style="color: #000000; font-weight: bold;">/</span>attachments<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">9961902</span><span style="color: #000000; font-weight: bold;">/</span>Crowd-Apache-Connector-1.2.3.zip?<span style="color: #007800;">version</span>=<span style="color: #000000;">1</span><br />
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> crowd_apache<br />
<span style="color: #c20cb9; font-weight: bold;">mv</span> Crowd-Apache-Connector-1.2.3.zip\?version\=<span style="color: #000000;">1</span> crowd_apache<span style="color: #000000; font-weight: bold;">/</span><br />
<span style="color: #7a0874; font-weight: bold;">cd</span> crowd_apache<br />
<span style="color: #c20cb9; font-weight: bold;">mv</span> Crowd-Apache-Connector-1.2.3.zip\?version\=<span style="color: #000000;">1</span> Crowd-Apache-Connector-1.2.3.zip<br />
<span style="color: #c20cb9; font-weight: bold;">unzip</span> Crowd-Apache-Connector-1.2.3.zip<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> Atlassian-Crowd-1.2.3<span style="color: #000000; font-weight: bold;">/</span><br />
<span style="color: #c20cb9; font-weight: bold;">perl</span> Makefile.PL<br />
<span style="color: #c20cb9; font-weight: bold;">make</span><br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span><br />
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<span style="color: #000000; font-weight: bold;">/</span>Apache-CrowdAuth-1.2.3<span style="color: #000000; font-weight: bold;">/</span><br />
<span style="color: #c20cb9; font-weight: bold;">perl</span> Makefile.PL<br />
<span style="color: #c20cb9; font-weight: bold;">make</span><br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span><br />
<span style="color: #7a0874; font-weight: bold;">cd</span> ..<span style="color: #000000; font-weight: bold;">/</span>Apache-CrowdAuthz-1.2.3<span style="color: #000000; font-weight: bold;">/</span><br />
<span style="color: #c20cb9; font-weight: bold;">perl</span> Makefile.PL<br />
<span style="color: #c20cb9; font-weight: bold;">make</span><br />
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span><br />
<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</div></td></tr></tbody></table></div>
<p>From Here the Atlassian Article <a href="http://confluence.atlassian.com/display/CROWD/Integrating+Crowd+with+Apache">Integrating Crowd with Apache</a> is the best place to go</p>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2009/07/install-crowd-apache2-module/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian: Upgrade Svn 1.6.1 to 1.6.3</title>
		<link>http://swherdman.com/2009/07/debian-upgrade-svn-1-6-1-to-1-6-3/</link>
		<comments>http://swherdman.com/2009/07/debian-upgrade-svn-1-6-1-to-1-6-3/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 04:24:28 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=63</guid>
		<description><![CDATA[My Previous post Subversion 1.6 on Debian Lenny has been quite popular! So i thought i should post this next snippet for people, Its the process i used for upgrading my 1.6.1 setup as detailed in the previous post to 1.6.3. The previous post pulled packages from the experimental branch, This one pulls from the [...]]]></description>
			<content:encoded><![CDATA[<p>My Previous post <a href="http://swherdman.com/2009/05/subversion-16-on-debian-lenny/">Subversion 1.6 on Debian Lenny</a> has been quite popular! So i thought i should post this next snippet for people, Its the process i used for upgrading my 1.6.1 setup as detailed in the previous post to 1.6.3. </p>
<p>The previous post pulled packages from the experimental branch, This one pulls from the Sid (unstable) branch as it is more up to date then experimental.</p>
<p>Below are the commands i used for a 64bit OS, dont have any 32bit SVN servers lying around anymore so i don&#8217;t have a system to work out the require 32bit packages but in theory it should be as simple as changing &#8220;amd64&#8243; to &#8220;i386&#8243; in all the URL&#8217;s below</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>svn_163<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>svn_163<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>subversion_1.6.3dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>subversion-tools_1.6.3dfsg-<span style="color: #000000;">1</span>_all.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.wa.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>libsvn1_1.6.3dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>sqlite3<span style="color: #000000; font-weight: bold;">/</span>libsqlite3-<span style="color: #000000;">0</span>_3.6.16-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>n<span style="color: #000000; font-weight: bold;">/</span>neon27<span style="color: #000000; font-weight: bold;">/</span>libneon27-gnutls_0.28.4-<span style="color: #000000;">3</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>serf<span style="color: #000000; font-weight: bold;">/</span>libserf-<span style="color: #000000;">0</span>-<span style="color: #000000;">0</span>_0.3.0-<span style="color: #000000;">0.2</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>libg<span style="color: #000000; font-weight: bold;">/</span>libgcrypt11<span style="color: #000000; font-weight: bold;">/</span>libgcrypt11_1.4.4-<span style="color: #000000;">3</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>g<span style="color: #000000; font-weight: bold;">/</span>gnutls26<span style="color: #000000; font-weight: bold;">/</span>libgnutls26_2.6.6-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>libg<span style="color: #000000; font-weight: bold;">/</span>libgpg-error<span style="color: #000000; font-weight: bold;">/</span>libgpg-error0_1.6-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>k<span style="color: #000000; font-weight: bold;">/</span>krb5<span style="color: #000000; font-weight: bold;">/</span>libgssapi-krb5-<span style="color: #000000;">2</span>_1.7dfsg~beta3-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>k<span style="color: #000000; font-weight: bold;">/</span>krb5<span style="color: #000000; font-weight: bold;">/</span>libk5crypto3_1.7dfsg~beta3-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>k<span style="color: #000000; font-weight: bold;">/</span>krb5<span style="color: #000000; font-weight: bold;">/</span>libkrb5-<span style="color: #000000;">3</span>_1.7dfsg~beta3-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>libt<span style="color: #000000; font-weight: bold;">/</span>libtasn1-<span style="color: #000000;">3</span><span style="color: #000000; font-weight: bold;">/</span>libtasn1-<span style="color: #000000;">3</span>_2.2-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>e<span style="color: #000000; font-weight: bold;">/</span>eglibc<span style="color: #000000; font-weight: bold;">/</span>libc6_2.9-<span style="color: #000000;">21</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>k<span style="color: #000000; font-weight: bold;">/</span>krb5<span style="color: #000000; font-weight: bold;">/</span>libk5crypto3_1.7dfsg~beta3-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>k<span style="color: #000000; font-weight: bold;">/</span>krb5<span style="color: #000000; font-weight: bold;">/</span>libkrb5support0_1.7dfsg~beta3-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.wa.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>libapache2-svn_1.6.3dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #000000; font-weight: bold;">*</span>.deb</div></td></tr></tbody></table></div>
<p>You will need to restart Apache after the upgrade</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>apache2 restart</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2009/07/debian-upgrade-svn-1-6-1-to-1-6-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Subversion 1.6 on Debian Lenny</title>
		<link>http://swherdman.com/2009/05/subversion-16-on-debian-lenny/</link>
		<comments>http://swherdman.com/2009/05/subversion-16-on-debian-lenny/#comments</comments>
		<pubDate>Sat, 09 May 2009 06:06:16 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Atlassian]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=48</guid>
		<description><![CDATA[Currently the Version of Subversion in Debian Lenny is 1.5.1, there are a few bugs in this that could be show stoppers if you are using a write through proxy setup for your SVN Repo&#8217;s as i have. There are two bugs that keep cropping up, one that is solved in 1.5.5, the other in [...]]]></description>
			<content:encoded><![CDATA[<p>Currently the Version of Subversion in Debian Lenny is 1.5.1, there are a few bugs in this that could be show stoppers if you are using a write through proxy setup for your SVN Repo&#8217;s as i have. There are two bugs that keep cropping up, one that is solved in 1.5.5, the other in 1.6, however if you want to use debian packages the easiest way i have found to install them is as follows</p>
<p><strong>Update 1:</strong> Few people are having problems, this guide assumes your running lenny with the default svn packages already installed, to do this try running the command below to install the latest version from apt (1.5.x as i write this) including the required Apache modules</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> subversion subversion-tools apache2 libapache2-svn</div></td></tr></tbody></table></div>
<p><strong>Update 2:</strong> New post on how to extend this guide to go from svn 1.6.1 to svn 1.6.3 &#8211; <a href="http://swherdman.com/2009/07/debian-upgrade-svn-1-6-1-to-1-6-3/">Debian: Upgrade Svn 1.6.1 to 1.6.3</a></p>
<p><strong>Update 3:</strong>This post was originally just some notes for me on highly critical production servers that all had to be running exactly the same versions and i had to have a very controled upgrade, However google sends a few hundred people here a month! So i thought id include the better general way that has been in the comments for awhile</p>
<p>The best way are the commands below.</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;deb http://www.backports.org/debian lenny-backports main contrib non-free&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>sources.list<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> <span style="color: #660033;">-O</span> - http:<span style="color: #000000; font-weight: bold;">//</span>backports.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>archive.key <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">apt-key</span> add -<br />
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> update<br />
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #660033;">-t</span> lenny-backports <span style="color: #c20cb9; font-weight: bold;">install</span> subversion subversion-tools libapache2-svn</div></td></tr></tbody></table></div>
<p><strong>Original Post</strong></p>
<p><strong>32Bit</strong></p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>svn16<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>svn16<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>subversion_1.6.1dfsg-<span style="color: #000000;">1</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>libsvn1_1.6.1dfsg-<span style="color: #000000;">1</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>sqlite3<span style="color: #000000; font-weight: bold;">/</span>libsqlite3-<span style="color: #000000;">0</span>_3.6.13-<span style="color: #000000;">1</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>d<span style="color: #000000; font-weight: bold;">/</span>db<span style="color: #000000; font-weight: bold;">/</span>libdb4.7_4.7.25-<span style="color: #000000;">6</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>a<span style="color: #000000; font-weight: bold;">/</span>apr-util<span style="color: #000000; font-weight: bold;">/</span>libaprutil1_1.3.4+dfsg-<span style="color: #000000;">1</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>a<span style="color: #000000; font-weight: bold;">/</span>apr<span style="color: #000000; font-weight: bold;">/</span>libapr1_1.3.3-<span style="color: #000000;">3</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>i<span style="color: #000000; font-weight: bold;">/</span>icu<span style="color: #000000; font-weight: bold;">/</span>libicu40_4.0.1-<span style="color: #000000;">2</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>libapache2-svn_1.6.1dfsg-<span style="color: #000000;">1</span>_i386.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>subversion-tools_1.6.1dfsg-<span style="color: #000000;">1</span>_all.deb<br />
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #000000; font-weight: bold;">*</span>.deb</div></td></tr></tbody></table></div>
<p><strong>64 Bit</strong></p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>svn16<br />
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>svn16<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>subversion_1.6.1dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>libsvn1_1.6.1dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>sqlite3<span style="color: #000000; font-weight: bold;">/</span>libsqlite3-<span style="color: #000000;">0</span>_3.6.13-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>d<span style="color: #000000; font-weight: bold;">/</span>db<span style="color: #000000; font-weight: bold;">/</span>libdb4.7_4.7.25-<span style="color: #000000;">6</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>a<span style="color: #000000; font-weight: bold;">/</span>apr-util<span style="color: #000000; font-weight: bold;">/</span>libaprutil1_1.3.4+dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>a<span style="color: #000000; font-weight: bold;">/</span>apr<span style="color: #000000; font-weight: bold;">/</span>libapr1_1.3.3-<span style="color: #000000;">3</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>i<span style="color: #000000; font-weight: bold;">/</span>icu<span style="color: #000000; font-weight: bold;">/</span>libicu40_4.0.1-<span style="color: #000000;">2</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>libapache2-svn_1.6.1dfsg-<span style="color: #000000;">1</span>_amd64.deb<br />
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>ftp.au.debian.org<span style="color: #000000; font-weight: bold;">/</span>debian<span style="color: #000000; font-weight: bold;">/</span>pool<span style="color: #000000; font-weight: bold;">/</span>main<span style="color: #000000; font-weight: bold;">/</span>s<span style="color: #000000; font-weight: bold;">/</span>subversion<span style="color: #000000; font-weight: bold;">/</span>subversion-tools_1.6.1dfsg-<span style="color: #000000;">1</span>_all.deb<br />
<span style="color: #c20cb9; font-weight: bold;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #000000; font-weight: bold;">*</span>.deb</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2009/05/subversion-16-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Hidden VMWare ESXi Console!</title>
		<link>http://swherdman.com/2009/03/hidden-vmware-esxi-console/</link>
		<comments>http://swherdman.com/2009/03/hidden-vmware-esxi-console/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 05:39:32 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=32</guid>
		<description><![CDATA[This little hack allows you to run commands directly at the server itself and is very handy for doing things like enabling SSH in inetd.conf. First thing first. This only works on the fee based version not the free one and you must be sitting at the server and not RCLI. Step One: At the [...]]]></description>
			<content:encoded><![CDATA[<p>This little hack allows you to run commands directly at the server itself and is very handy for doing things like enabling SSH in inetd.conf. First thing first. This only works on the fee based version not the free one and you must be sitting at the server and not RCLI.</p>
<ul>
<li>Step One: At the server console type ALT-F1</li>
<li>Step Two: Now you&#8217;ll just see basically a console log with no prompt. Don&#8217;t sweat it! Just type: unsupported and hit enter. This does not echo back so you will not see your input.</li>
<li>Step Three: Now a big scary tech support warning will pop up. Just laugh it off and enter your server password at the prompt.</li>
</ul>
<p>And you&#8217;re in! I really just do this to enable SSH but I have also used this to edit etc/hosts to rule out DNS issues.</p>
<p>From <a href="http://www.hidglobal.com/prod_detail.php?prod_id=20">NetworkWorld</a></p>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2009/03/hidden-vmware-esxi-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMware Tools &#8211; Debian Lenny</title>
		<link>http://swherdman.com/2009/03/install-vmware-tools-debian-lenny/</link>
		<comments>http://swherdman.com/2009/03/install-vmware-tools-debian-lenny/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:16:10 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=26</guid>
		<description><![CDATA[Quick tip for anyone running Debian Lenny under VMware. As the tools were open sourced you can now find an implementation in your apt tree. Although personally i haven&#8217;t seen a quick and easy guide floating around. Run the fowling as root 1234apt-get update apt-get install open-vm-source module-assistant prepare open-vm module-assistant auto-install open-vm]]></description>
			<content:encoded><![CDATA[<p>Quick tip for anyone running Debian Lenny under VMware. As the tools were <a href="http://open-vm-tools.sourceforge.net/faq.php">open sourced</a> you can now find an implementation in your apt tree. Although personally i haven&#8217;t seen a quick and easy guide floating around.</p>
<p>Run the fowling as root</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br /></div></td><td><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> update<br />
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> open-vm-source<br />
module-assistant prepare open-vm<br />
module-assistant auto-install open-vm</div></td></tr></tbody></table></div>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2009/03/install-vmware-tools-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Sydney Apple Store</title>
		<link>http://swherdman.com/2008/06/sydney-apple-store/</link>
		<comments>http://swherdman.com/2008/06/sydney-apple-store/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 12:25:19 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Sydney]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=3</guid>
		<description><![CDATA[Yes i was one of those in line for over an hour waiting to get in to claim my free t shirt. This was rather disappointing when i ran into a few friends who didn&#8217;t join the line till after it opened and still managed to grab a T-Shirt. They were still handing them out [...]]]></description>
			<content:encoded><![CDATA[<p>Yes i was one of those in line for over an hour waiting to get in to claim my free t shirt. This was rather disappointing when i ran into a few friends who didn&#8217;t join the line till after it opened and still managed to grab a T-Shirt. They were still handing them out when i left. at time of writing there is already three on ebay, one currently going for $90.</p>
<p><center><img src="http://swherdman.com/wp-content/uploads/2008/06/apple_store_syd.gif" alt="Sydney Apple Store" /></center></p>
<p>So why did i brave the crowds? My excuse was that i work less the 100 meters from the new store so i couldn&#8217;t Not go could i now? Due to Apples Cult like fowling they don&#8217;t need to advertise events, the media does it for them. One <a href="http://mactalk.com.au/">MacTalk</a> Forum member got interviewed over 15 times while waiting in line. Not such events are truly complete without a good <a href="http://www.urbandictionary.com/define.php?term=Boneheading">Bonehead</a>. I felt it only right that i should facilitate this factor.</p>
<p><a href="http://news.ninemsn.com.au/video.aspx?videoid=4ab0e8c7-6d2f-4258-8d61-0a90d32d481a&#038;tab=1"><center><img src="http://swherdman.com/wp-content/uploads/2008/06/sydney_apple_bonehead.gif" alt="Apple Store BoneHead" /><br />Click for Full Video</center></a></p>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2008/06/sydney-apple-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another WordPress Install</title>
		<link>http://swherdman.com/2008/06/hello-world/</link>
		<comments>http://swherdman.com/2008/06/hello-world/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 10:16:44 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://swherdman.com/?p=1</guid>
		<description><![CDATA[Another day another word press install. I have lost track of how many of these i have done. Most of them never get more then about 5 posts before i get bored of them or a new WordPress bug comes out and they get hacked. Ah well there&#8217;s no time like the present to start [...]]]></description>
			<content:encoded><![CDATA[<p>Another day another word press install. I have lost track of how many of these i have done. Most of them never get more then about 5 posts before i get bored of them or a new WordPress bug comes out and they get hacked. Ah well there&#8217;s no time like the present to start over a new leaf?</p>
]]></content:encoded>
			<wfw:commentRss>http://swherdman.com/2008/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
