<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>9thport</title>
	<link>http://9thport.net</link>
	<description>ruby, rails, sysadmin, os x, and other stuff</description>
	<lastBuildDate>Thu, 04 Mar 2010 00:58:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title></title>
		<description><![CDATA[This is pretty cool. 

Location:Main St,San Francisco,United States
]]></description>
		<link>http://9thport.net/archives/723</link>
			</item>
	<item>
		<title>change maximum memory for coldfusion 8</title>
		<description><![CDATA[First, it might be good for you to get the total amount of free memory on your system (using -m will present the information in MB):
[root@www1 bin]# free -m
total       used       free     shared    buffers     cached
Mem:          1770       1754   [...]]]></description>
		<link>http://9thport.net/archives/718</link>
			</item>
	<item>
		<title>Another day at the bus stop</title>
		<description><![CDATA[Another day at the bust stop that got me to take a panorama of the weather. This time I saw lots of fog!

]]></description>
		<link>http://9thport.net/archives/707</link>
			</item>
	<item>
		<title>When starting Dreamweaver CS4 I get an error of microsoft visual c++ runtime library: runtime error</title>
		<description><![CDATA[Today I got an error message of "microsoft visual c++ runtime library: runtime error ..." when attempting to run Adobe Dreamweaver CS4. This is horrible!! Here is a screen show showing what I got:
My method for fixing this error on Windows XP was to do move the following directory into my Recycle Bin:

c:\Documents and Settings\[username]\Application [...]]]></description>
		<link>http://9thport.net/archives/704</link>
			</item>
	<item>
		<title>bash script template to be used for parsing arguments to make your shell programming life easier</title>
		<description><![CDATA[I found that all my bash scripts really bennifet with the following template because:

it handles options with possible responses of needs
debugging with a flag
help description of the script

This template keeps proving to be enough to start my script building. There is really nothing more to say about this so here is my template:
#!/usr/bin/env bash


# created [...]]]></description>
		<link>http://9thport.net/archives/701</link>
			</item>
	<item>
		<title>Installing Ubuntu now&#8230;</title>
		<description><![CDATA[I really like the Ubuntu operating system and the team that is making it. I hope to make it my personal development computer once I find a nice laptop to run it on.
]]></description>
		<link>http://9thport.net/archives/694</link>
			</item>
	<item>
		<title>RedHat Linux ACL report bash shell script</title>
		<description><![CDATA[Finally the day has arrived where I had to make a script to build an report for the access control list attributes on all of the files on my web server. I decided to use bash because it was easy for me to do and for compatibility of future releases of RedHat. I would have [...]]]></description>
		<link>http://9thport.net/archives/685</link>
			</item>
	<item>
		<title>Simple note taking and organization with TiddlyWiki</title>
		<description><![CDATA[I have really found TiddlyWiki to be of great help. I have been using them on a usb memory stick for a couple months now and have grown to like it for capturing data, links and other info.
My favorite things about the TiddlyWiki are:

Its all in one html file
Searching is fast
Composing a note is simple
Notes [...]]]></description>
		<link>http://9thport.net/archives/682</link>
			</item>
	<item>
		<title>Luv Deluxe</title>
		<description><![CDATA[
]]></description>
		<link>http://9thport.net/archives/680</link>
			</item>
	<item>
		<title>making apache modules load with better config while using a nice bash trick to parse with $IFS</title>
		<description><![CDATA[When keeping your Apache configuration clean, I like to use the Ubuntu example of loading all of the modules from includes by using:
Include ../mods-enabled/*.conf
Inside each of these .conf files is a line that loads the module like:
LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so
I like this idea because then all of your settings for each module on a global level [...]]]></description>
		<link>http://9thport.net/archives/678</link>
			</item>
</channel>
</rss>
