<?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>Geek Projects - Linux, Apache, MySQL, PHP</title>
	<atom:link href="http://www.geekprojects.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekprojects.org</link>
	<description>A Linux Sysadmin</description>
	<lastBuildDate>Sat, 10 Apr 2010 01:42:57 +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>Reset the GroundWork Monitor 6.0 Password</title>
		<link>http://www.geekprojects.org/2010/04/reset-the-groundwork-monitor-6-0-password/</link>
		<comments>http://www.geekprojects.org/2010/04/reset-the-groundwork-monitor-6-0-password/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 01:38:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systems Administration]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=111</guid>
		<description><![CDATA[The GroundWork Monitor is a simple way to deploy Nagios monitoring to networks. It does a great job of monitoring Linux servers, and anything that speaks SNMP. I recently needed to make some updates to a GroundWork Community Edition VM, and found myself in a situation where the admin user&#8217;s dashboard (web browser interface) password [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.groundworkopensource.com/">GroundWork Monitor</a> is a simple way to deploy <a href="http://www.nagios.org/">Nagios monitoring</a> to networks. It does a great job of monitoring Linux servers, and anything that speaks SNMP.</p>
<p>I recently needed to make some updates to a GroundWork Community Edition VM, and found myself in a situation where the admin user&#8217;s dashboard (web browser interface) password had been changed to an unknown value. I was able to SSH into the GroundWork VM though (it&#8217;s CentOS Linux based). There&#8217;s info floating around the net on how to reset the admin password, but it was written for older versions of GroundWork, so some of the default password, and MySQL schema details have changed.</p>
<p>Here&#8217;s what I did to reset the admin user&#8217;s password on GroundWork Monitor 6.0 Community Edition:</p>
<ul>
<li>SSH into the GroundWork VM. If you haven&#8217;t changed the root user&#8217;s default password, then it&#8217;s going to be &#8220;opensource&#8221;</li>
<li>Login to MySQL, and run a query to reset the &#8220;admin&#8221; user&#8217;s password to &#8220;admin&#8221;. The admin password entered below uses a hash:</li>
<p> <code>/usr/local/groundwork/mysql/bin/mysql -u root monarch</code><br />
 <code>update users set password='21232f297a57a5a743894a0e4a801fc3' where user_name='admin';</code>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2010/04/reset-the-groundwork-monitor-6-0-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating a Soekris net4511&#8242;s BIOS</title>
		<link>http://www.geekprojects.org/2010/01/updating-a-soekris-net4511s-bios/</link>
		<comments>http://www.geekprojects.org/2010/01/updating-a-soekris-net4511s-bios/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 17:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=104</guid>
		<description><![CDATA[I performed BIOS updates on a stack of Soekris net4511s and net4521s today. Here&#8217;s a quick-and-dirty howto for anyone who wants to do the same thing from a Linux host running minicom. Note that these instructions should work on any net45xx series Soekris board, including the net4501. Download the BIOS update from Soekris&#8217; Downloads Page. [...]]]></description>
			<content:encoded><![CDATA[<p>I performed BIOS updates on a stack of Soekris net4511s and net4521s today. Here&#8217;s a quick-and-dirty howto for anyone who wants to do the same thing from a Linux host running minicom. Note that these instructions should work on any net45xx series Soekris board, including the net4501.</p>
<ol>
<li>Download the BIOS update from <a href="http://soekris.com/downloads.htm">Soekris&#8217; Downloads Page</a>. As of the time of this writing, if you&#8217;re using anything prior to version 1.20 (my Soekris boards were all running 1.15), you&#8217;ll want to start with the <a href="http://soekris.com/software/b4501x_126a.bin">update to 1.26a</a>, then consider whether you want to upgrade to the latest BIOS from there. <a href="http://soekris.com/software/changelog.txt">Soekris publishes a changelog of their BIOS updates</a> to their website.</li>
<li>Connect your serial port to the Soekris net45xx using a null-modem cable, and use <a href="http://freshmeat.net/projects/minicom/">minicom</a>, or your  terminal emulator of choice to establish a connection. Connection settings should be 9600,8,N,1 with hardware and software flow control both turned off.</li>
<li>If your Soekris net45xx&#8217;s serial console isn&#8217;t already configured to work at 9600bps, you can set this by entering Ctrl-P to enter the Monitor, then set the console speed to 9600bps, and reboot:<br />
<code>&gt; set ConSpeed=9600</code><br />
<code>&gt; reboot</code></li>
<li>Start up your Soekris box, and enter Ctrl-P when prompted to enter the Monitor. This should bring to you a &#8220;&gt;&#8221; prompt.</li>
<li>Enter the &#8220;download&#8221; command, and press Enter.<br />
<code>&gt; download</code></li>
<li>In another terminal, run the following command to initiate an xmodem transfer of the updated Soekris BIOS. Substitute in name of the BIOS file:<br />
<code># sx -X b4501x_126a.bin &gt; /dev/ttyS0 &lt; /dev/ttyS0</code></li>
<li>Switch back to your minicom terminal. You should see a &#8220;File downloaded succesfully&#8221; message. If so, run the following commands to apply the update, and reboot:<br />
<code>flashupdate</code><br />
<code>reboot</code></ol>
</li>
<p>That&#8217;s it! Your Soekris net4501, net4511 or net4521 should now have an updated BIOS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2010/01/updating-a-soekris-net4511s-bios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install UltraVNC from within an RDP Session</title>
		<link>http://www.geekprojects.org/2010/01/install-ultravnc-from-within-an-rdp-session/</link>
		<comments>http://www.geekprojects.org/2010/01/install-ultravnc-from-within-an-rdp-session/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 04:29:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=102</guid>
		<description><![CDATA[Here&#8217;s how to install and start up an UltraVNC server from within an RDP session. This has been tested with UltraVNC 1.0.8 and a remote desktop session into a Windows XP Professional SP3 installation, but should work in other Windows / UltraVNC combinations as well. RDP into the target system, and install UltraVNC. Be sure [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to install and start up an UltraVNC server from within an RDP session. This has been tested with UltraVNC 1.0.8 and a remote desktop session into a Windows XP Professional SP3 installation, but should work in other Windows / UltraVNC combinations as well.</p>
<ol>
<li>RDP into the target system, and install <a href="http://uvnc.com/">UltraVNC</a>. Be sure to select the checkboxes for registering VNC as a service, and starting up the service at boot time.</li>
<li>Set a VNC password for the currently logged in user by starting up the VNC server (Start &gt; All Programs &gt; UltraVNC &gt; UltraVNC Server &gt; Start UltraVNC Service), then entering a password when prompted</li>
<li>Open up Regedit (Start &gt; Run &gt; regedit)</li>
<li>Copy the HKEY_CURRENT_USER\Software\ORL\WinVNC3\Password entry&#8217;s current value</li>
<li>Create a new binary value entry located at &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\ORL\WinVNC3\Default\Password&#8221;. Paste in the value you copied in the previous step to this new entry&#8217;s value</li>
<li>Reboot</li>
</ol>
<p>That&#8217;s it! It may be possible to get VNC going without the reboot, but this is the combination that got a working installation going for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2010/01/install-ultravnc-from-within-an-rdp-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update From ESXi 3.5 to ESXi 4.0 without VirtualCenter</title>
		<link>http://www.geekprojects.org/2009/11/updat-from-esxi-3-5-to-esxi-4-0/</link>
		<comments>http://www.geekprojects.org/2009/11/updat-from-esxi-3-5-to-esxi-4-0/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 00:00:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=99</guid>
		<description><![CDATA[The centerpiece of my lab is white box ESXi host. It&#8217;s been running ESXi 3.5 without issue for about a year now. A lot of my clients also run ESXi, with a few potential 3.5 to 4.0 updates coming down the pipe, so I decided it was time to update the lab to ESXi 4.0. [...]]]></description>
			<content:encoded><![CDATA[<p>The centerpiece of my lab is white box ESXi host. It&#8217;s been running ESXi 3.5 without issue for about a year now. A lot of my clients also run ESXi, with a few potential 3.5 to 4.0 updates coming down the pipe, so I decided it was time to update the lab to ESXi 4.0. Since I&#8217;m using the free version of ESXi in my lab, here&#8217;s what I did to perform the upgrade without VirtualCenter:</p>
<ol>
<li>Go to <a href="http://www.vmware.com/go/get-free-esxi">VMware&#8217;s ESXi Download Page</a>. You&#8217;ll need to log in with your existing account, or create a new one to continue</li>
<li>Download and install <span><strong>VMware vSphere Client and Host Update Utility</strong> on a Windows based system</span></li>
<li><span>Save the </span><strong><span>VMware ESXi 4.0 (upgrade ZIP)</span></strong><span> file</span></li>
<li><span>Log into your ESXi host using <strong>vSphere Client</strong>, and shutdown all VMs, then right click on the host, and select <strong>Enter Maintenance Mode</strong><br />
</span></li>
<li><span>Start up the <strong>VMware vSphere Host Update Utility</strong>, and follow the wizard. You&#8217;ll be asked to select which host to update, browse to the </span><strong><span>VMware ESXi 4.0 (upgrade ZIP)</span></strong><span> file</span><span> that you downloaded earlier, and confirm that you want to proceed. The ESXi host will reboot during the upgrade process.</span></li>
<li><span>Once the update is complete, log back into your ESXi host using </span><span><strong>vSphere Client</strong>, then right click on the newly updated ESXi host, and select <strong>Exit Maintenance Mode</strong></span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/11/updat-from-esxi-3-5-to-esxi-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directadmin and &#8220;Error Parsing Cron File&#8221;</title>
		<link>http://www.geekprojects.org/2009/10/directadmin-and-error-parsing-cron-file/</link>
		<comments>http://www.geekprojects.org/2009/10/directadmin-and-error-parsing-cron-file/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:22:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=94</guid>
		<description><![CDATA[I migrated my web hosting servers from cPanel to Directadmin earlier this year. The transition was smooth for the most part, but one problem was that users with blank crontabs with cPanel had corrupted crontabs post-migration. They could ssh in, and issue crontab -e, but any attempts to manipulate the crontab via Directadmin&#8217;s web interface [...]]]></description>
			<content:encoded><![CDATA[<p>I migrated my <a href="http://www.windserve.com/services/web-hosting">web hosting</a> servers from <a href="http://www.cpanel.net/">cPanel</a> to <a href="http://directadmin.com/">Directadmin</a> earlier this year. The transition was smooth for the most part, but one problem was that users with blank crontabs with cPanel had corrupted crontabs post-migration. They could ssh in, and issue <strong>crontab -e</strong>, but any attempts to manipulate the crontab via Directadmin&#8217;s web interface resulted in the following error:</p>
<p><code>Error Parsing Cron File</code></p>
<p>The fix for this problem is to clear out all the lines in <strong>/usr/local/directadmin/data/users/username/crontab.conf</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/10/directadmin-and-error-parsing-cron-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allowing @ Signs in MediaWiki User Names</title>
		<link>http://www.geekprojects.org/2009/08/allowing-signs-in-mediawiki-user-names/</link>
		<comments>http://www.geekprojects.org/2009/08/allowing-signs-in-mediawiki-user-names/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:56:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=87</guid>
		<description><![CDATA[If you attempt to create a new MediaWiki account with its user name set to the same as the email address, you&#8217;ll be greeted by a cryptic &#8220;You have not specified a valid user name&#8221; error message. The reason for this is that MediaWiki forbids the @ sign in user names by default. Fortunately, the [...]]]></description>
			<content:encoded><![CDATA[<p>If you attempt to create a new MediaWiki account with its user name set to the same as the email address, you&#8217;ll be greeted by a cryptic &#8220;You have not specified a valid user name&#8221; error message. The reason for this is that MediaWiki forbids the @ sign in user names by default. Fortunately, the fix is easy, but took some Googling to find buried in <a href="http://www.mediawiki.org/wiki/Release_notes/1.15#New_features_in_1.15">MediaWiki&#8217;s 1.15 Release Notes</a>.</p>
<p>To fix this, open your MediaWiki&#8217;s LocalSettings.php file, and add the following lines:</p>
<p style="padding-left: 30px;"><code># enable user names with an @ sign<br />
$wgInvalidUsernameCharacters = "";</code></p>
<p>Note that having an @ sign within a MediaWiki account&#8217;s user name can cause issues with InterWiki User Rights, but this shouldn&#8217;t be an issue for most MediaWiki installs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/allowing-signs-in-mediawiki-user-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Mosets Tree&#8217;s Root Directory Page Title</title>
		<link>http://www.geekprojects.org/2009/08/changing-mosets-trees-root-directory-page-title/</link>
		<comments>http://www.geekprojects.org/2009/08/changing-mosets-trees-root-directory-page-title/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 03:31:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=81</guid>
		<description><![CDATA[About half of the LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack websites that I develop or sysadmin for use the Joomla CMS. I like Joomla because it has a number of excellent extensions, including Mosets Tree &#8211; my favorite web directory software. A problem that I ran into recently while installing their latest 2.1 release was [...]]]></description>
			<content:encoded><![CDATA[<p>About half of the LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack  websites that I develop or sysadmin for use the Joomla CMS. I like Joomla because it has <a href="http://extensions.joomla.org/">a number of excellent extensions</a>, including <a href="http://www.mosets.com/tree/">Mosets Tree</a> &#8211; my favorite web directory software. A problem that I ran into recently while installing their latest 2.1 release was that by default, the root directory&#8217;s page is given  a page title of &#8220;Directory&#8221; with no way to be updated within Joomla. Here&#8217;s how I updated the title to something more search engine optimization friendly.</p>
<ol>
<li>Open up the <strong>language/en-GB/en-GB.com_mtree.ini</strong> file with your favorite text editor.</li>
<li>Update the following line with your title of choice:</li>
</ol>
<blockquote><p>ROOT=Directory</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/changing-mosets-trees-root-directory-page-title/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging into a VMware Server stuck on the &#8220;Loading&#8230;&#8221; Page</title>
		<link>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/</link>
		<comments>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 01:45:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=53</guid>
		<description><![CDATA[VMware Server is a handy app to run in places where server virtualization is needed, but you can&#8217;t justify the expense or effort required to setup a VMware ESXi or Xen host. One of the reoccurring problems that I run into, even on lightly loaded servers is when trying to log into the VMware Infrastructure [...]]]></description>
			<content:encoded><![CDATA[<p>VMware Server is a handy app to run in places where server virtualization is needed, but you can&#8217;t justify the expense or effort required to setup a VMware ESXi or Xen host. One of the reoccurring problems that I run into, even on lightly loaded servers is when trying to log into the VMware Infrastructure Web Access interface, the browser gets stuck at &#8220;Loading&#8230;&#8221;, and never brings up the login form. I&#8217;ve observed this on Firefox in Linux, Mac OS X and Windows; as well as within Internet Explorer.</p>
<p>It turns out that the fix for this doesn&#8217;t involve the browser at all, but rather a VMware Server settings. Some Googling turned up <a href="http://communities.vmware.com/message/1296995;jsessionid=D7350900042F2C0EEB1EA70CB10F2C8A">this thread in VMware Communities</a>, which spells out the following fix:</p>
<ol>
<li>Edit <strong>/etc/vmware/webAccess/proxy.properties</strong></li>
<li>Change the following line:<strong>proxy.noCache = false</strong>&#8230;to:
<p><strong>proxy.noCache = true</strong></li>
<li>Restart the vmware-mgmt service:<br />
<strong>/etc/init.d/vmware-mgmt restart</strong></li>
</ol>
<p>That&#8217;s it! You may need to refresh your browser one more time after this, but after completing these steps, you should now be prompted to login to VMware Infrastructure Web Access.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/08/logging-into-a-vmware-server-stuck-on-the-loading-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joining the ACM &#8211; A Linux Sysadmin&#8217;s Perpective</title>
		<link>http://www.geekprojects.org/2009/07/joining-the-acm-a-linux-sysadmins-perpective/</link>
		<comments>http://www.geekprojects.org/2009/07/joining-the-acm-a-linux-sysadmins-perpective/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 02:07:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systems Administration]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/?p=29</guid>
		<description><![CDATA[The ACM, or the Association of Computing Machinery describes itself as &#8220;the world’s largest educational and scientific computing society&#8221;. Until recently, I assumed that since I was out of academia, and focused more on things that sysadmins do, like developing, and implementing real-world solutions than the stuff of research papers, the ACM didn&#8217;t have much [...]]]></description>
			<content:encoded><![CDATA[<p>The ACM, or the Association of Computing Machinery describes itself as &#8220;the world’s largest educational and scientific computing society&#8221;. Until recently, I assumed that since I was out of academia, and focused more on things that sysadmins do, like developing, and implementing real-world solutions than the stuff of research papers, the ACM didn&#8217;t have much to offer me.</p>
<p>A contributor to this bias was the fact that I  joined the ACM a few years ago while I was in college. I was working with a couple professors on a <a href="http://softice.lakeland.usf.edu/">project that involved using Linux virtualization to teach networking concepts</a>. Anyway, the reason I joined the ACM was that I was asked to give a presentation at an academic computing conference. As I recall, the two requirements for being a presenter were having a .edu email address (check), and ACM membership. I quickly signed up, and failed to investigate what benefits ACM membership would bring.</p>
<p>Fast forward to today. I spend a lot of time reading to keep up on current technologies, and while I am able to do most of this online, I still spend a lot of money each year buying books. A significant portion of these are published by O&#8217;Reilly, which writes a lot of excellent Linux, Unix, and development books.  Cisco Press&#8217; books make up another significant portion of my collection. Most of the networking products that I work with run either Linux or one of the BSDs, but I&#8217;m yet to find a publisher that consistently covers such a wide range of networking topics as well as Cisco Press does.</p>
<p>Many of these O&#8217;Reilly and Cisco Press books are available online through Safari. I was once a subscriber, and was happy with their service overall, but at $23/month, membership dues added up. This is where ACM membership comes in. For $99/year, they offer a number of benefits, including the one that I was most interested in &#8211; <a href="http://pd.acm.org/books/saf_books.cfm">access to a large portion (600) of Safari&#8217;s collection of books</a>. Restarting my ACM membership seemed like a no-brainer, given that I was about to spend $60 on one of the Cisco Press titles included in the collection.</p>
<p>I just joined, and taking a look at what else the ACM offers members, like what I see:</p>
<ul>
<li>Access to <a href="http://pd.acm.org/books/b24x7_books.cfm">500 of Books24x7&#8242;s books</a>. Looking over the list, I can see that this would be especially useful to those who are more involved in the Microsft and/or management side of things than I am. <img src='http://www.geekprojects.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Actually, there are a few Sybex books on that list that look interesting. I&#8217;ve been meaning to brush up on my Java and Oracle, and also see a number of books covering those topics. The Linux books on the list include:
<ul>
<li>Ubuntu Linux Bible</li>
<li>Professional Linux 10 Programming</li>
<li>Setting up LAMP; Getting Linux, Apache, MySQL, and PHP Working Together</li>
<li>Linux Firewalls: Attack Detection and Response with iptables, psad, and fwsnort</li>
</ul>
</li>
<li>All 184 issues of the <a href="http://www.linuxjournal.com/">Linux Journal</a>. If you&#8217;re not familiar with this magazine, it&#8217;s an excellent resource covering all things Linux.</li>
<li><a href="http://www.elementk.com/">Element K</a> courses and simulators. I haven&#8217;t used these before, but see a course listed for Cisco&#8217;s <a href="http://www.cisco.com/web/learning/le3/current_exams/642-812.html">BCMSN</a> exam, which I&#8217;m scheduled to take in a few weeks. I&#8217;ll check it out.</li>
</ul>
<p>I feel like I&#8217;ve just scratched the service. Even if I don&#8217;t find anything else in the membership benefits worth using, $99/year for access to this collection of information is a bargain for a sysadmin who&#8217;s serious about learning.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/07/joining-the-acm-a-linux-sysadmins-perpective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Linux using a serial console</title>
		<link>http://www.geekprojects.org/2009/04/installing-linux-using-a-serial-console/</link>
		<comments>http://www.geekprojects.org/2009/04/installing-linux-using-a-serial-console/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 08:22:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.geekprojects.org/2009/04/</guid>
		<description><![CDATA[Just a quick note on the command to use to start up a RHEL / CentOS 5.x install from the serial console. This can come in handy if you&#8217;re using a modem and serial port for out of band management, and the need to conduct a remote reinstall arises. These settings start up a console [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note on the command to use to start up a RHEL / CentOS 5.x install from the serial console. This can come in handy if you&#8217;re using a modem and serial port for out of band management, and the need to conduct a remote reinstall arises. These settings start up a console on ttys0 (Serial Port 1) with the standard 9600/8-N-1 settings.</p>
<p><code>linux console=ttyS0,9600n8</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekprojects.org/2009/04/installing-linux-using-a-serial-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
