<?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>Random Randy Ramblings &#187; Linux, Unix, and Solaris</title>
	<atom:link href="http://randymelder.com/category/technology/linux-unix-and-solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://randymelder.com</link>
	<description>Stuff that was so important, I had to write it down.</description>
	<lastBuildDate>Mon, 24 May 2010 22:24:40 +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>PHP Stack &#8211; An implementation of a basic data structure</title>
		<link>http://randymelder.com/2009/12/05/php_stack/</link>
		<comments>http://randymelder.com/2009/12/05/php_stack/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 12:34:36 +0000</pubDate>
		<dc:creator>Randy Melder</dc:creator>
				<category><![CDATA[Apache / PHP / MySQL]]></category>
		<category><![CDATA[Everything else...]]></category>
		<category><![CDATA[Linux, Unix, and Solaris]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress Stuff]]></category>
		<category><![CDATA[data structures]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/?p=134</guid>
		<description><![CDATA[Recently, I started re-learning c++ and the topic of data structures surfaced. The conversation evolved to their usefulness in web development. Without commenting on that, I decided to partake in an exercise to implement c style functionality in a PHP OOP context. Here is the code I came up with: /* * Stack - the [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2009/12/05/php_stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSCON 2009 &#8211; Intro to Forensics</title>
		<link>http://randymelder.com/2009/07/23/oscon-2009-intro-to-forensics/</link>
		<comments>http://randymelder.com/2009/07/23/oscon-2009-intro-to-forensics/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 18:34:13 +0000</pubDate>
		<dc:creator>Randy Melder</dc:creator>
				<category><![CDATA[Linux, Unix, and Solaris]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[hacking]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/index.php/technology/linux-unix-and-solaris/oscon-2009-intro-to-forensics/</guid>
		<description><![CDATA[Great little demo discussing security strategy and recon]]></description>
		<wfw:commentRss>http://randymelder.com/2009/07/23/oscon-2009-intro-to-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Apache SSL generation shell script</title>
		<link>http://randymelder.com/2008/06/24/easy-apache-ssl-generation-shell-script/</link>
		<comments>http://randymelder.com/2008/06/24/easy-apache-ssl-generation-shell-script/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 14:00:03 +0000</pubDate>
		<dc:creator>Randy Melder</dc:creator>
				<category><![CDATA[Linux, Unix, and Solaris]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/index.php/technology/easy-apache-ssl-generation-shell-script/</guid>
		<description><![CDATA[Here&#8217;s my bash shell script to generate SSL server key and csr files. #!/bin/bash echo "Enter file path to store cert e.g. /etc/httpd/conf/ssl" read FILEPATH echo "Enter full domain name e.g. www.whatever.com" read DOMAINNAME FULLPATH="$FILEPATH/$DOMAINNAME" echo "# # # # # # # # # # # # # # # # # # # [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2008/06/24/easy-apache-ssl-generation-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X &amp; cron not starting</title>
		<link>http://randymelder.com/2008/05/07/mac-os-x-cron-not-starting/</link>
		<comments>http://randymelder.com/2008/05/07/mac-os-x-cron-not-starting/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:15:39 +0000</pubDate>
		<dc:creator>Randy Melder</dc:creator>
				<category><![CDATA[Linux, Unix, and Solaris]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/index.php/technology/mac-os-x-cron-not-starting/</guid>
		<description><![CDATA[Why Apple decided to not start cron by default&#8230; I don&#8217;t know. They did create a launchd startupitem, however, it&#8217;s got a funky twist. It looks to see if the cron tabs have been touched, then decides to run cron&#8230; after a reboot. So, to overcome this lameness, simply open your terminal.app and type: sudo [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2008/05/07/mac-os-x-cron-not-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Network Configuration</title>
		<link>http://randymelder.com/2006/12/14/basic-network-configuration/</link>
		<comments>http://randymelder.com/2006/12/14/basic-network-configuration/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 13:14:45 +0000</pubDate>
		<dc:creator>Randy Melder</dc:creator>
				<category><![CDATA[Linux, Unix, and Solaris]]></category>

		<guid isPermaLink="false">http://www.randymelder.com/2006/12/14/basic-network-configuration/</guid>
		<description><![CDATA[Configuring networking on Linux, Unix and Solaris systems is easy. It is accomplished in two easy steps. Note: &#8220;#&#8221; is the command prompt. #ifconfig [interface] [ip address] netmask [netmask] - E.g. ( solaris 8 ) #ifconfig dmfe0 10.0.1.20 netmask 255.255.255.0 #route add default [ip address to default gateway] [interface] - E.g. ( solaris 8 ) [...]]]></description>
		<wfw:commentRss>http://randymelder.com/2006/12/14/basic-network-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
