<?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"
	>

<channel>
	<title>Alan Daveline's</title>
	<atom:link href="http://alandaveline.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://alandaveline.com/blog</link>
	<description>Blog About Everything</description>
	<pubDate>Sat, 12 Jul 2008 02:00:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Changing Your IP Address to Static on Ubuntu Server</title>
		<link>http://alandaveline.com/blog/2008/07/11/changing-your-ip-address-to-static-on-ubuntu-server/</link>
		<comments>http://alandaveline.com/blog/2008/07/11/changing-your-ip-address-to-static-on-ubuntu-server/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 02:00:48 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[ip]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=416</guid>
		<description><![CDATA[sudo nano /etc/network/interfaces
update the file to look like the following (of course change to your network info)
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
sudo /etc/init.d/networking restart
References
http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/
]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/ubuntu_logo.jpg"><img class="alignnone size-full wp-image-397 alignright" style="float: right;" title="ubuntu_logo" src="http://alandaveline.com/blog/wp-content/uploads/ubuntu_logo.jpg" alt="" width="232" height="70" /></a>sudo nano /etc/network/interfaces</p>
<p>update the file to look like the following (of course change to your network info)</p>
<p><code>auto eth0<br />
iface eth0 inet static<br />
address 192.168.1.100<br />
netmask 255.255.255.0<br />
network 192.168.1.0<br />
broadcast 192.168.1.255<br />
gateway 192.168.1.1</code></p>
<p>sudo /etc/init.d/networking restart</p>
<p>References</p>
<p><a href="http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/">http://www.howtogeek.com/howto/ubuntu/change-ubuntu-server-from-dhcp-to-a-static-ip-address/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/07/11/changing-your-ip-address-to-static-on-ubuntu-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>vCard to Gmail CSV</title>
		<link>http://alandaveline.com/blog/2008/07/02/vcard-to-gmail-csv/</link>
		<comments>http://alandaveline.com/blog/2008/07/02/vcard-to-gmail-csv/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:32:51 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=414</guid>
		<description><![CDATA[This is a really cool vCard to Gmail CSV conversion tool.
http://labs.brotherli.ch/vcfconvert/
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-415" style="float: right;" title="gmaillogo" src="http://alandaveline.com/blog/wp-content/uploads/gmaillogo.gif" alt="" width="143" height="59" />This is a really cool vCard to Gmail CSV conversion tool.</p>
<p><a href="http://labs.brotherli.ch/vcfconvert/" target="_blank">http://labs.brotherli.ch/vcfconvert/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/07/02/vcard-to-gmail-csv/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redmine on Dreamhost with Passenger</title>
		<link>http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/</link>
		<comments>http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/#comments</comments>
		<pubDate>Fri, 16 May 2008 04:06:15 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=410</guid>
		<description><![CDATA[As of May 13, 2008 Dreamhost provides a feature called Passenger for Ruby on Rails. This make is significantly easier to install Ruby On Rails Apps on Dreamhost!!!
The following is how I install Redmine on Dreamhost with Passenger

From the Dreamhost control panel, create a new subdomain for the application such as yoursubdomain.yourdomain.com

Make sure the domain [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/dreamhost-green.gif"><img class="alignnone size-full wp-image-404 alignright" style="float: right;" title="dreamhost-green" src="http://alandaveline.com/blog/wp-content/uploads/dreamhost-green.gif" alt="Dreamhost Logo" width="100" height="100" /></a>As of May 13, 2008 Dreamhost provides a feature called Passenger for Ruby on Rails. This make is significantly easier to install Ruby On Rails Apps on Dreamhost!!!</p>
<p>The following is how I install Redmine on Dreamhost with Passenger</p>
<ol>
<li>From the Dreamhost control panel, create a new subdomain for the application such as yoursubdomain.yourdomain.com
<ol>
<li>Make sure the domain supports &#8220;Ruby on Rails Passenger (mod_rails)?&#8221;</li>
<li>Specify your web directory: /home/username/yoursubdomain.yourdomain.com/public
<ul>
<li>you must add the <span style="text-decoration: underline;">public</span>!!!</li>
</ul>
</li>
</ol>
</li>
<li>From the Dreamhost control panel create a new MySQL database named yourdatabasename</li>
<li>ssh into your Dreamhost account</li>
<li><code>cd ~/yoursubdomain.yourdomain.com</code></li>
<li><code>svn export --force svn://rubyforge.org/var/svn/redmine/branches/0.7-stable ./</code>
<ul>
<li>check http://www.redmine.org/wiki/redmine/Download for the latest version</li>
</ul>
</li>
<li>also watch out for permissions
<ul>
<li><code>chmod -v -R 755 ./*</code></li>
</ul>
</li>
<li><code>cd ~/yoursubdomain.yourdomain.com/config</code></li>
<li><code>cp database.yml.example database.yml</code></li>
<li><code>nano database.yml</code>
<ol>
<li>edit the database.yml config file with the appropriate info. Should be similar to the following<br />
<code>production:<br />
adapter: mysql<br />
database: yourdatabasename<br />
username: yourusername<br />
password: yourpassword<br />
host: mysql.yourdomain.com</code></li>
</ol>
</li>
<li><code>cd ~/yoursubdomain.yourdomain.com/public</code></li>
<li><code>cp dispatch.rb.example dispatch.rb</code></li>
<li><code>nano .htaccess</code> (replace with following text)<br />
<code>Options +FollowSymLinks +ExecCGI<br />
RewriteEngine On<br />
RewriteRule ^$ index.html [QSA]<br />
RewriteRule ^([^.]+)$ $1.html [QSA]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
ErrorDocument 500 &#8220;&lt;h2&gt;Application error&lt;/h2&gt;Rails application failed to start properly&#8221;</code></li>
<li><code>cd ~/yoursubdomain.yourdomain.com</code></li>
<li>from application root type
<ul>
<li><code>rake db:migrate RAILS_ENV="production"</code></li>
</ul>
</li>
<li>also type the following to load config defaults
<ul>
<li><code>rake redmine:load_default_data RAILS_ENV="production"</code></li>
</ul>
<ul>
<li>choose &#8220;en&#8221; for english</li>
</ul>
</li>
<li>browse to http://yoursubdomain.yourdomain.com</li>
</ol>
<p>Reference</p>
<p><a href="http://www.redmine.org/wiki/redmine/RedmineInstall">http://www.redmine.org/wiki/redmine/RedmineInstall</a><a href="http://www.google.com/translate?u=http%3A%2F%2Fwww.jorgeivanmeza.com%2Fblog%2F2008%2F03%2F24%2Finstalacion-de-redmine-064-en-un-host-compartido%2F&amp;hl=en&amp;ie=UTF8&amp;sl=es&amp;tl=en"><br />
www.jorgeivanmeza.com</a><a href="http://www.redmine.org/boards/2/topics/show/69"><br />
http://www.redmine.org/boards/2/topics/show/69<br />
</a><a href="http://wiki.dreamhost.com/Passenger">http://wiki.dreamhost.com/Passenger</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Location of &#8220;Trash&#8221; in Ubuntu 8.04</title>
		<link>http://alandaveline.com/blog/2008/05/15/location-of-trash-in-ubuntu-804/</link>
		<comments>http://alandaveline.com/blog/2008/05/15/location-of-trash-in-ubuntu-804/#comments</comments>
		<pubDate>Fri, 16 May 2008 02:00:07 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[trash]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=408</guid>
		<description><![CDATA[Not sure when the happened, but the location of &#8220;Trash&#8221; has moved from &#8220;~/.Trash&#8221; to &#8220;~/.local/share/Trash&#8221;.  There is also a new structure for the trash folder.  It has a directory named &#8220;files&#8221; for the deleted files. There is an additional directory named &#8220;info&#8221; which contains when the files were deleted &#38; where they were deleted [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/ubuntu_logo.jpg"><img class="alignnone size-full wp-image-397 alignright" style="float: right;" title="ubuntu_logo" src="http://alandaveline.com/blog/wp-content/uploads/ubuntu_logo.jpg" alt="" width="232" height="70" /></a>Not sure when the happened, but the location of &#8220;Trash&#8221; has moved from &#8220;~/.Trash&#8221; to &#8220;~/.local/share/Trash&#8221;.  There is also a new structure for the trash folder.  It has a directory named &#8220;files&#8221; for the deleted files. There is an additional directory named &#8220;info&#8221; which contains when the files were deleted &amp; where they were deleted from.</p>
<p>To delete the trash from the command line type</p>
<p>rm -rI ~/.local/share/Trash/*</p>
<p>Or you could use this command, if you don&#8217;t want to confirm your delete</p>
<p>rm -rf ~/.local/share/Trash/*</p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/15/location-of-trash-in-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Redmine on Dreamhost</title>
		<link>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/</link>
		<comments>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/#comments</comments>
		<pubDate>Tue, 13 May 2008 03:00:03 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Dreamhost]]></category>

		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=399</guid>
		<description><![CDATA[
As of May 13, 2008 Dreamhost provides a feature called Passenger for Ruby on Rails. This make is significantly easier to install Ruby On Rails Apps on Dreamhost!!! Use this method instead (Click Here)

http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/
The following is how I install Redmine on Dreamhost

From the Dreamhost control panel, create a new subdomain for the application such as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/dreamhost-green.gif"><img class="alignnone size-full wp-image-404 alignright" style="float: right;" title="dreamhost-green" src="http://alandaveline.com/blog/wp-content/uploads/dreamhost-green.gif" alt="Dreamhost Logo" width="100" height="100" /></a></p>
<p><span style="color: #ff0000;">As of May 13, 2008 Dreamhost provides a feature called Passenger for Ruby on Rails. This make is significantly easier to install Ruby On Rails Apps on Dreamhost!!! Use this method instead (<a href="http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/">Click Here</a>)<br />
</span></p>
<p>http://alandaveline.com/blog/2008/05/16/redmine-on-dreamhost-with-passenger/</p>
<p>The following is how I install Redmine on Dreamhost</p>
<ol>
<li>From the Dreamhost control panel, create a new subdomain for the application such as yoursubdomain.yourdomain.com
<ol>
<li>Make sure the domain supports &#8220;FastCGI&#8221;</li>
<li>Specify your web directory: /home/username/yoursubdomain.yourdomain.com/public
<ul>
<li>you must add the <span style="text-decoration: underline;">public</span>!!!</li>
</ul>
</li>
</ol>
</li>
<li>From the Dreamhost control panel create a new MySQL database named yourdatabasename</li>
<li>ssh into your Dreamhost account</li>
<li><code>cd ~/yoursubdomain.yourdomain.com</code></li>
<li><code>svn export --force svn://rubyforge.org/var/svn/redmine/branches/0.7-stable ./</code>
<ul>
<li>check http://www.redmine.org/wiki/redmine/Download for the latest version</li>
</ul>
</li>
<li>also watch out for permissions
<ul>
<li><code>chmod -v -R 755 *</code></li>
</ul>
</li>
<li><code>cd ~/yoursubdomain.yourdomain.com/config</code></li>
<li><code>cp database.yml.example database.yml</code></li>
<li><code>nano database.yml</code>
<ol>
<li>edit the database.yml config file with the appropriate info. Should be similar to the following<br />
<code>production:<br />
adapter: mysql<br />
database: yourdatabasename<br />
username: yourusername<br />
password: yourpassword<br />
host: mysql.yourdomain.com</code></li>
</ol>
</li>
<li><code>cd ~/yoursubdomain.yourdomain.com/public</code></li>
<li><code>cp dispatch.fcgi.example dispatch.fcgi</code></li>
<li><code>cp dispatch.rb.example dispatch.rb</code></li>
<li><code>nano .htaccess</code>
<ol>
<li>change line with
<ul>
<li><code>RewriteRule ^(.*)$ dispatch.cgi [QSA,L]</code></li>
</ul>
</li>
<li>to
<ul>
<li><code>RewriteRule ^(.*)$ dispatch.fcgi [QSA,L]</code></li>
</ul>
</li>
</ol>
</li>
<li><code>cd ~/yoursubdomain.yourdomain.com</code></li>
<li>from application root type
<ul>
<li><code>rake db:migrate RAILS_ENV="production"</code></li>
</ul>
</li>
<li>also type the following to load config defaults
<ul>
<li><code>rake redmine:load_default_data RAILS_ENV="production"</code></li>
</ul>
<ul>
<li>choose &#8220;en&#8221; for english</li>
</ul>
</li>
<li>browse to http://yoursubdomain.yourdomain.com</li>
</ol>
<p>Reference</p>
<p><a href="http://www.redmine.org/wiki/redmine/RedmineInstall">http://www.redmine.org/wiki/redmine/RedmineInstall</a><a href="http://www.google.com/translate?u=http%3A%2F%2Fwww.jorgeivanmeza.com%2Fblog%2F2008%2F03%2F24%2Finstalacion-de-redmine-064-en-un-host-compartido%2F&amp;hl=en&amp;ie=UTF8&amp;sl=es&amp;tl=en"><br />
www.jorgeivanmeza.com</a><a href="http://www.redmine.org/boards/2/topics/show/69"><br />
http://www.redmine.org/boards/2/topics/show/69</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/12/redmine-on-dreamhost/feed/</wfw:commentRss>
		</item>
		<item>
		<title>rake aborted! No such file or directory - /tmp/mysql.sock</title>
		<link>http://alandaveline.com/blog/2008/05/12/rake-aborted-no-such-file-or-directory-tmpmysqlsock/</link>
		<comments>http://alandaveline.com/blog/2008/05/12/rake-aborted-no-such-file-or-directory-tmpmysqlsock/#comments</comments>
		<pubDate>Tue, 13 May 2008 03:00:02 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Ruby on Rails]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[rails]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[socket]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=402</guid>
		<description><![CDATA[To resolve this issues, change the &#8220;localhost&#8221; in yourrailsapp/config/database.yml to &#8220;127.0.0.1&#8243;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/rails_logo.jpg"><img class="alignnone size-full wp-image-403 alignright" style="float: right;" title="rails_logo" src="http://alandaveline.com/blog/wp-content/uploads/rails_logo.jpg" alt="The Ruby on Rails logo" width="100" height="128" /></a>To resolve this issues, change the &#8220;localhost&#8221; in yourrailsapp/config/database.yml to &#8220;127.0.0.1&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/12/rake-aborted-no-such-file-or-directory-tmpmysqlsock/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Install Fonts in Ubuntu 8.04</title>
		<link>http://alandaveline.com/blog/2008/05/10/how-to-install-fonts-in-ubuntu-804/</link>
		<comments>http://alandaveline.com/blog/2008/05/10/how-to-install-fonts-in-ubuntu-804/#comments</comments>
		<pubDate>Sat, 10 May 2008 14:37:02 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Fonts]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=396</guid>
		<description><![CDATA[The way to install fonts in Ubuntu 8.04 has changed a little, and in my option it is a bit easier.

open the &#8220;.fonts&#8221; folder in your home directory

You probably have to create it first
make sure you can view hidden files


copy your font files to this folder
next time you open your application, the fonts should be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/ubuntu_logo.jpg"><img class="alignnone size-full wp-image-397 alignright" style="float: right;" title="ubuntu_logo" src="http://alandaveline.com/blog/wp-content/uploads/ubuntu_logo.jpg" alt="" width="232" height="70" /></a>The way to install fonts in Ubuntu 8.04 has changed a little, and in my option it is a bit easier.</p>
<ul>
<li>open the &#8220;.fonts&#8221; folder in your home directory
<ul>
<li>You probably have to create it first</li>
<li>make sure you can view hidden files</li>
</ul>
</li>
<li>copy your font files to this folder</li>
<li>next time you open your application, the fonts should be available</li>
</ul>
<p>Reference<br />
<a href="http://tombuntu.com/index.php/2008/04/17/how-to-install-fonts-in-ubuntu-804/">Tombuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/10/how-to-install-fonts-in-ubuntu-804/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu/Firefox 3 Huge CSS Font Fix</title>
		<link>http://alandaveline.com/blog/2008/05/07/ubuntufirefox-3-huge-css-font-fix/</link>
		<comments>http://alandaveline.com/blog/2008/05/07/ubuntufirefox-3-huge-css-font-fix/#comments</comments>
		<pubDate>Wed, 07 May 2008 23:27:12 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Font]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=391</guid>
		<description><![CDATA[Recently after upgrading to Ubuntu 8.04/Firefox 3, all of my CSS fonts have been HUGE! I didn&#8217;t have the opportunity to look for a solution, so I have been using Opera as my primary browser. After finally getting a little time to dig, I found a quick fix using the following steps.

Type &#8220;about:config&#8221; in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/firefox-icon.gif"><img class="alignnone size-full wp-image-392 alignright" style="float: right;" title="firefox-icon" src="http://alandaveline.com/blog/wp-content/uploads/firefox-icon.gif" alt="" width="156" height="155" /></a>Recently after upgrading to Ubuntu 8.04/Firefox 3, all of my CSS fonts have been <strong>HUGE</strong>! I didn&#8217;t have the opportunity to look for a solution, so I have been using Opera as my primary browser. After finally getting a little time to dig, I found a quick fix using the following steps.</p>
<ol>
<li>Type &#8220;about:config&#8221; in the address bar of Firefox</li>
<li>Accept the crazy warning about voiding your warranty</li>
<li>Change the setting of &#8220;layout.css.dpi&#8221; from -1 to 96 (or 72)</li>
<li>Now all should be fine in the CSS/Font world</li>
</ol>
<p>Reference<br />
<a href="http://blog.wolffmyren.com/2008/04/26/firefox-3-ubuntu-804-large-fonts-fix/">http://blog.wolffmyren.com/2008/04/26/firefox-3-ubuntu-804-large-fonts-fix/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/07/ubuntufirefox-3-huge-css-font-fix/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dell Knows Linux</title>
		<link>http://alandaveline.com/blog/2008/05/05/dell-knows-linux/</link>
		<comments>http://alandaveline.com/blog/2008/05/05/dell-knows-linux/#comments</comments>
		<pubDate>Tue, 06 May 2008 02:00:04 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[GNU/Linux]]></category>

		<category><![CDATA[Dell]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=405</guid>
		<description><![CDATA[
Seems that Dell is a pretty good judge of Linux character
First major company to factory install Red Hat Linux corporate systems.
http://www.redhat.com/about/news/prarchive/1999/press_linuxsuccess.html
First to install ubuntu in 2007
http://www.ubuntu.com/news/dell-to-offer-ubuntu
]]></description>
			<content:encoded><![CDATA[<p><a href="http://alandaveline.com/blog/wp-content/uploads/dell-logo.jpg"><img class="alignnone size-full wp-image-406 alignright" style="float: right;" title="dell-logo" src="http://alandaveline.com/blog/wp-content/uploads/dell-logo.jpg" alt="" width="120" height="37" /></a></p>
<p>Seems that Dell is a pretty good judge of Linux character</p>
<p>First major company to factory install Red Hat Linux corporate systems.<br />
<a href="http://www.redhat.com/about/news/prarchive/1999/press_linuxsuccess.html">http://www.redhat.com/about/news/prarchive/1999/press_linuxsuccess.html</a></p>
<p>First to install ubuntu in 2007<br />
<a href="http://www.ubuntu.com/news/dell-to-offer-ubuntu">http://www.ubuntu.com/news/dell-to-offer-ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/05/dell-knows-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Switching the port for the built-in ColdFusion web server</title>
		<link>http://alandaveline.com/blog/2008/05/02/switching-the-port-for-the-built-in-coldfusion-web-server/</link>
		<comments>http://alandaveline.com/blog/2008/05/02/switching-the-port-for-the-built-in-coldfusion-web-server/#comments</comments>
		<pubDate>Sat, 03 May 2008 03:00:06 +0000</pubDate>
		<dc:creator>daveline</dc:creator>
		
		<category><![CDATA[ColdFusion]]></category>

		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://alandaveline.com/blog/?p=375</guid>
		<description><![CDATA[Straight from the ColdFusion Documentation
You can change the port on which the built-in web server runs.
To change the port for the built-in web server:
1. Back up the jrun.xml file.
This file is in the cf_root\runtime\servers\default\SERVER-INF directory in Windows, and in the cf_root/runtime/servers/default/SERVER-INF directory on UNIX.
2. Open the original jrun.xml file for editing.
3. Change the port number [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://alan.daveline.com/blog/wp-content/uploads/2007/08/cf8logo.jpg" alt="ColdFusion Logo" />Straight from the ColdFusion Documentation</p>
<p>You can change the port on which the built-in web server runs.</p>
<p>To change the port for the built-in web server:</p>
<p>1. Back up the jrun.xml file.<br />
This file is in the cf_root\runtime\servers\default\SERVER-INF directory in Windows, and in the cf_root/runtime/servers/default/SERVER-INF directory on UNIX.<br />
2. Open the original jrun.xml file for editing.<br />
3. Change the port number specified in the WebService port attribute (near the bottom of the file):<br />
&lt;service class=&#8221;jrun.servlet.http.WebService&#8221; name=&#8221;WebService&#8221;&gt;<br />
&lt;attribute name=&#8221;port&#8221;&gt;8500&lt;/attribute&gt;<br />
&lt;attribute name=&#8221;interface&#8221;&gt;*&lt;/attribute&gt;<br />
&lt;attribute name=&#8221;deactivated&#8221;&gt;false&lt;/attribute&gt;<br />
&#8230;<br />
&lt;/service&gt;<br />
Note: Make sure that the deactivated attribute is set to false.<br />
4. Save the file.<br />
5. Restart ColdFusion.</p>
<p>Reference</p>
<p><a href="http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&amp;file=00000017.htm">ColdFusion LiveDocs </a></p>
]]></content:encoded>
			<wfw:commentRss>http://alandaveline.com/blog/2008/05/02/switching-the-port-for-the-built-in-coldfusion-web-server/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
