<?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>GeekTank</title>
	<atom:link href="http://www.geektank.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektank.net</link>
	<description>Random articles from an IT Professional and Part Time Garbage Picker</description>
	<lastBuildDate>Sun, 05 May 2013 21:23:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Export DHCP Leases to HTML or CSV in Windows Server 2003/2008</title>
		<link>http://www.geektank.net/2013/05/export-dhcp-leases-to-html-or-csv-in-windows-server-20032008/</link>
		<comments>http://www.geektank.net/2013/05/export-dhcp-leases-to-html-or-csv-in-windows-server-20032008/#comments</comments>
		<pubDate>Sun, 05 May 2013 21:23:25 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5078</guid>
		<description><![CDATA[<p>If you&#8217;re looking to export your DHCP leases on your Windows Server into a readable format, then the following article will help. http://theadminguy.com/2009/10/14/export-dhcp-leases-to-html-using-powershell/ You can also simply run the following command and copy and paste it into excel and it should match the columns correctly. 1netsh dhcp server 1.1.1.1 scope 1.1.1.0 show clients 1 &#160;</p><p>The post <a href="http://www.geektank.net/2013/05/export-dhcp-leases-to-html-or-csv-in-windows-server-20032008/">Export DHCP Leases to HTML or CSV in Windows Server 2003/2008</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re looking to export your DHCP leases on your Windows Server into a readable format, then the following article will help.</p>
<p><a href="http://theadminguy.com/2009/10/14/export-dhcp-leases-to-html-using-powershell/">http://theadminguy.com/2009/10/14/export-dhcp-leases-to-html-using-powershell/</a></p>
<p>You can also simply run the following command and copy and paste it into excel and it should match the columns correctly.</p>
<div class="codecolorer-container abap blackboard" 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="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">netsh dhcp server 1<span style="color: #808080;">.</span>1<span style="color: #808080;">.</span>1<span style="color: #808080;">.</span>1 scope 1<span style="color: #808080;">.</span>1<span style="color: #808080;">.</span>1<span style="color: #808080;">.</span>0 show clients <span style="color: #3399ff;">1</span></div></td></tr></tbody></table></div>
<p>&nbsp;</p>
<p>The post <a href="http://www.geektank.net/2013/05/export-dhcp-leases-to-html-or-csv-in-windows-server-20032008/">Export DHCP Leases to HTML or CSV in Windows Server 2003/2008</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/05/export-dhcp-leases-to-html-or-csv-in-windows-server-20032008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Access CrashPlan on Command Line Only Linux Server (Headless Client)</title>
		<link>http://www.geektank.net/2013/05/how-to-access-crashplan-on-command-line-only-linux-server-headless-client/</link>
		<comments>http://www.geektank.net/2013/05/how-to-access-crashplan-on-command-line-only-linux-server-headless-client/#comments</comments>
		<pubDate>Sun, 05 May 2013 04:47:59 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[crashplan]]></category>
		<category><![CDATA[headless]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5067</guid>
		<description><![CDATA[<p>CrashPlan has documented this information in their support wiki. http://support.crashplan.com/doku.php/how_to/configure_a_headless_client</p><p>The post <a href="http://www.geektank.net/2013/05/how-to-access-crashplan-on-command-line-only-linux-server-headless-client/">How to Access CrashPlan on Command Line Only Linux Server (Headless Client)</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>CrashPlan has documented this information in their support wiki.</p>
<p><a href="http://support.crashplan.com/doku.php/how_to/configure_a_headless_client">http://support.crashplan.com/doku.php/how_to/configure_a_headless_client</a></p>
<p>The post <a href="http://www.geektank.net/2013/05/how-to-access-crashplan-on-command-line-only-linux-server-headless-client/">How to Access CrashPlan on Command Line Only Linux Server (Headless Client)</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/05/how-to-access-crashplan-on-command-line-only-linux-server-headless-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenClinica Tomcat Error When Setting JAVA_OPTS on Ubuntu 10.04</title>
		<link>http://www.geektank.net/2013/04/openclinica-tomcat-error-when-setting-java_opts/</link>
		<comments>http://www.geektank.net/2013/04/openclinica-tomcat-error-when-setting-java_opts/#comments</comments>
		<pubDate>Sat, 06 Apr 2013 18:36:47 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[openclinica]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5052</guid>
		<description><![CDATA[<p>I&#8217;ve setup OpenClinica a number of time and never really touched the JAVA_OPTS for Tomcat because I&#8217;ve never really had any issues. On the OpenClinica Installation Documentation it states that the JVM performs well when using the following JAVA_OPTS https://docs.openclinica.com/3.1/installation/installation-linux#content-title-5460 1export JAVA_OPTS=&#34;$JAVA_OPTS   -Xmx1280m -XX:+UseParallelGC -XX:ParallelGCThreads=2 -XX:MaxPermSize=180m -XX:+CMSClassUnloadingEnabled&#34; However, if you&#8217;re running Ubuntu 10.04 LTS, [...]</p><p>The post <a href="http://www.geektank.net/2013/04/openclinica-tomcat-error-when-setting-java_opts/">OpenClinica Tomcat Error When Setting JAVA_OPTS on Ubuntu 10.04</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve setup OpenClinica a number of time and never really touched the JAVA_OPTS for Tomcat because I&#8217;ve never really had any issues. On the OpenClinica Installation Documentation it states that the JVM performs well when using the following JAVA_OPTS</p>
<p><a style="line-height: 1.714285714; font-size: 1rem;" href="https://docs.openclinica.com/3.1/installation/installation-linux#content-title-5460">https://docs.openclinica.com/3.1/installation/installation-linux#content-title-5460</a></p>
<div class="codecolorer-container abap blackboard" 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="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://help.sap.com/abapdocu/en/ABAPEXPORT.htm"><span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">export</span></a> JAVA_OPTS<span style="color: #800080;">=</span><span style="color: #808080; font-style: italic;">&quot;$JAVA_OPTS   -Xmx1280m -XX:+UseParallelGC -XX:ParallelGCThreads=2 -XX:MaxPermSize=180m -XX:+CMSClassUnloadingEnabled&quot;</span></div></td></tr></tbody></table></div>
<p>However, if you&#8217;re running Ubuntu 10.04 LTS, you will receive an error when modifying the /etc/default/tomcat6 JAVA_OPTS.</p>
<div class="codecolorer-container abap blackboard" 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="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Conflicting collector combinations <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">in</span> <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">option</span> list; please refer <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">to</span> the release notes <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">for</span> the combinations allowed</div></td></tr></tbody></table></div>
<p>The two options that cause this error are &#8220;-XX:+UseParallelGC -XX:ParallelGCThreads=2&#8243;, if you remove these then the errors go away. Looking into this further, I&#8217;ve found some documentation but not much. The commands are related to garbage collection, and the following article sheds some light on the above two commands as well as &#8220;-XX:+UseParNewGC&#8221;</p>
<p><a href="http://stackoverflow.com/questions/2101518/difference-between-xxuseparallelgc-and-xxuseparnewgc">http://stackoverflow.com/questions/2101518/difference-between-xxuseparallelgc-and-xxuseparnewgc</a></p>
<p>Upon remove the two recommended options and adding &#8221;-XX:+UseParNewGC&#8221; tomcat6 starts without error.</p>
<p>If anyone has any information on why this is, it would be great to know.</p>
<p>The post <a href="http://www.geektank.net/2013/04/openclinica-tomcat-error-when-setting-java_opts/">OpenClinica Tomcat Error When Setting JAVA_OPTS on Ubuntu 10.04</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/04/openclinica-tomcat-error-when-setting-java_opts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Tomcat Native library Not Found Error on Ubuntu</title>
		<link>http://www.geektank.net/2013/04/apache-tomcat-native-library-not-found-error-on-ubuntu/</link>
		<comments>http://www.geektank.net/2013/04/apache-tomcat-native-library-not-found-error-on-ubuntu/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 21:27:09 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[native library]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5070</guid>
		<description><![CDATA[<p>Sometimes you might get the following error message in your logs for your Tomcat instance under Ubuntu. 1The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found To fix this issue, simply run the following command to install the appropriate library. 1apt-get install libtcnative-1 The error should go [...]</p><p>The post <a href="http://www.geektank.net/2013/04/apache-tomcat-native-library-not-found-error-on-ubuntu/">Apache Tomcat Native library Not Found Error on Ubuntu</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Sometimes you might get the following error message in your logs for your Tomcat instance under Ubuntu.</p>
<div class="codecolorer-container abap blackboard" 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="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">The APR based Apache Tomcat Native library which allows optimal performance <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">in</span> production environments was <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">not</span> found</div></td></tr></tbody></table></div>
<p>To fix this issue, simply run the following command to install the appropriate library.</p>
<div class="codecolorer-container abap blackboard" 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="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">apt<span style="color: #808080;">-</span><a href="http://help.sap.com/abapdocu/en/ABAPGET.htm"><span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">get</span></a> install libtcnative<span style="color: #808080;">-</span><span style="color: #3399ff;">1</span></div></td></tr></tbody></table></div>
<p>The error should go away!</p>
<p>The post <a href="http://www.geektank.net/2013/04/apache-tomcat-native-library-not-found-error-on-ubuntu/">Apache Tomcat Native library Not Found Error on Ubuntu</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/04/apache-tomcat-native-library-not-found-error-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dual or Triple Monitors and Multiple Taskbars for Windows 7</title>
		<link>http://www.geektank.net/2013/04/dual-or-triple-monitors-and-multiple-taskbars-for-windows-7/</link>
		<comments>http://www.geektank.net/2013/04/dual-or-triple-monitors-and-multiple-taskbars-for-windows-7/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 03:57:55 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[multiple monitors]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[taskbar]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5062</guid>
		<description><![CDATA[<p>If you have a dual or a triple monitor setup, and you wish to have a taskbar on the second or second and third monitor. Then you should take a look at Dual Monitor Taskbar. It&#8217;s a free opensource program for Windows 7 that puts a taskbar on your second monitor if you have dual [...]</p><p>The post <a href="http://www.geektank.net/2013/04/dual-or-triple-monitors-and-multiple-taskbars-for-windows-7/">Dual or Triple Monitors and Multiple Taskbars for Windows 7</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you have a dual or a triple monitor setup, and you wish to have a taskbar on the second or second and third monitor. Then you should take a look at Dual Monitor Taskbar.</p>
<p>It&#8217;s a free opensource program for Windows 7 that puts a taskbar on your second monitor if you have dual monitor setup or on your second and third monitor if you have a triple monitor setup. I haven&#8217;t tried a quad monitor setup or beyond, please let me know if you have in the comments.</p>
<p>Here is a list of configuration options.</p>
<ul>
<li>General
<ul>
<li><span style="font-size: 1rem; line-height: 1.714285714;">Automatically start with Windows</span></li>
<li>Check for Updates</li>
</ul>
</li>
<li>Taskbar Appearance
<ul>
<li>Show lables</li>
<li>Show clock</li>
<li>Mirror mode</li>
<li>Use small icons</li>
<li>Show notification area</li>
<li>Show start button</li>
<li>Use custom font</li>
<li>Auto-hide the taskbar</li>
</ul>
</li>
<li>Taskbar location
<ul>
<li>Mutliple display support</li>
<li>Options for Bottom, Left, Right, Top</li>
</ul>
</li>
</ul>
<p>Below is a screenshot of the settings, and notepad on a second monitor. As you can see, it&#8217;s hard to tell the different from a normal Windows 7 taskbar.</p>
<p><a href="http://www.geektank.net/wp-content/uploads/2013/04/dual-monitor-taskbar-screenshot.png" rel="lightbox[5062]" title="Dual or Triple Monitors and Multiple Taskbars for Windows 7"><img class="aligncenter size-medium wp-image-5063" alt="dual-monitor-taskbar-screenshot" src="http://www.geektank.net/wp-content/uploads/2013/04/dual-monitor-taskbar-screenshot-300x150.png" width="300" height="150" /></a></p>
<p>If you have a program running on your second or third screen, it will show on the taskbar for that monitor, so it makes it easy to locate your programs windows.</p>
<p>There is similar software that you can purchase, however Dual Monitor Taskbar seems to get the job done and is free.</p>
<p><a href="http://sourceforge.net/projects/dualmonitortb/?source=dlp" target="_blank">Dual Monitor Taskbar Homepage</a></p>
<p>The post <a href="http://www.geektank.net/2013/04/dual-or-triple-monitors-and-multiple-taskbars-for-windows-7/">Dual or Triple Monitors and Multiple Taskbars for Windows 7</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/04/dual-or-triple-monitors-and-multiple-taskbars-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios Plugin for Monitoring CrashPlan Pro on Linux</title>
		<link>http://www.geektank.net/2013/04/nagios-plugin-for-monitoring-crashplan-pro-on-linux/</link>
		<comments>http://www.geektank.net/2013/04/nagios-plugin-for-monitoring-crashplan-pro-on-linux/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 09:20:46 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Scripting]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5059</guid>
		<description><![CDATA[<p>I&#8217;ve taken an existing plugin for monitoring CrashPlan on Linux and modified it to work with CrashPlan Pro. You can access it on Github. https://github.com/jordantrizz/nagios-crashplan-linux</p><p>The post <a href="http://www.geektank.net/2013/04/nagios-plugin-for-monitoring-crashplan-pro-on-linux/">Nagios Plugin for Monitoring CrashPlan Pro on Linux</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve taken an existing plugin for monitoring CrashPlan on Linux and modified it to work with CrashPlan Pro. You can access it on Github.</p>
<p><a href="https://github.com/jordantrizz/nagios-crashplan-linux">https://github.com/jordantrizz/nagios-crashplan-linux</a></p>
<p>The post <a href="http://www.geektank.net/2013/04/nagios-plugin-for-monitoring-crashplan-pro-on-linux/">Nagios Plugin for Monitoring CrashPlan Pro on Linux</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/04/nagios-plugin-for-monitoring-crashplan-pro-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A WordPress Admin Login Using MySQL</title>
		<link>http://www.geektank.net/2013/03/how-to-create-a-wordpress-admin-login-using-mysql/</link>
		<comments>http://www.geektank.net/2013/03/how-to-create-a-wordpress-admin-login-using-mysql/#comments</comments>
		<pubDate>Sat, 30 Mar 2013 07:46:24 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5053</guid>
		<description><![CDATA[<p>You can do this simply by running the following SQL commands through phpMyadmin or through command line MySQL. 1. First insert the new user account into the database. If you&#8217;re using command line MySQL then you will need to select the database first using the &#8220;use&#8221; command below: 1use wp_mywordpressdatabasename Now that you&#8217;ve selected the [...]</p><p>The post <a href="http://www.geektank.net/2013/03/how-to-create-a-wordpress-admin-login-using-mysql/">How To Create A WordPress Admin Login Using MySQL</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>You can do this simply by running the following SQL commands through phpMyadmin or through command line MySQL.</p>
<p><strong>1. First insert the new user account into the database.</strong></p>
<p>If you&#8217;re using command line MySQL then you will need to select the database first using the &#8220;use&#8221; command below:</p>
<div class="codecolorer-container mysql blackboard" 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="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=USE"><span style="color: #990099; font-weight: bold;">use</span></a> wp_mywordpressdatabasename</div></td></tr></tbody></table></div>
<p>Now that you&#8217;ve selected the database, you can run the following query to insert the new user account into the wp_users table of your WordPress Database. You will want to fill in your details below before executing the query. You enter this query under the &#8220;SQL&#8221; tab within phpMyAdmin.</p>
<div class="codecolorer-container mysql blackboard" 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="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=INSERT"><span style="color: #990099; font-weight: bold;">INSERT</span></a> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=INTO"><span style="color: #990099; font-weight: bold;">INTO</span></a> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>users`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`id`</span><span style="color: #000033;">,</span><span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>login`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>pass`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>nicename`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>email`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>url`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>registered`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>activation<span style="color: #008080; font-weight: bold;">_</span>key`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>status`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`display<span style="color: #008080; font-weight: bold;">_</span>name`</span><span style="color: #FF00FF;">&#41;</span> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=VALUES"><span style="color: #990099; font-weight: bold;">VALUES</span></a> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">''</span>.<span style="color: #008000;">'john'</span><span style="color: #000033;">,</span> <a href="http://dev.mysql.com/doc/refman/%35%2E%31/en/encryption-functions.html"><span style="color: #000099;">MD5</span></a><span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">'newpassword123'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">,</span> <span style="color: #008000;">'John Smith'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'youremail@yourdomain.com'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'http://www.geektank.net/'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'2013-29-03 00:00:00'</span><span style="color: #000033;">,</span> <span style="color: #008000;">''</span><span style="color: #000033;">,</span> <span style="color: #008000;">'0'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'John Smith'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span></div></td></tr></tbody></table></div>
<p>If successfully you should see:</p>
<div class="codecolorer-container mysql blackboard" 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="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Query OK<span style="color: #000033;">,</span> <span style="color: #008080;">1</span> row affected <span style="color: #FF00FF;">&#40;</span><span style="color: #008080;">0.00</span> sec<span style="color: #FF00FF;">&#41;</span></div></td></tr></tbody></table></div>
<p>Note, the field &#8216;ID&#8217; is blank because this field is set to auto-increment within the table, a number will automatically to the &#8216;ID&#8217; field for the new user.</p>
<p><strong>2. Find out what ID your new account received.</strong></p>
<p>Now that you have the successfully inserted the new record into the wp_users table. You want to know the new ID for the new account. You can find this rather easily with phpMyAdmin, but if you&#8217;re using the mysql command line simply run the following.</p>
<div class="codecolorer-container mysql blackboard" 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="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=SELECT"><span style="color: #990099; font-weight: bold;">select</span></a> <span style="color: #CC0099;">*</span> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=FROM"><span style="color: #990099; font-weight: bold;">from</span></a> wp_users <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=WHERE"><span style="color: #990099; font-weight: bold;">where</span></a> user_login <span style="color: #CC0099;">=</span> <span style="color: #008000;">&quot;john&quot;</span><span style="color: #000033;">;</span></div></td></tr></tbody></table></div>
<p>Which should return:</p>
<div class="codecolorer-container mysql blackboard" 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 /></div></td><td><div class="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #CC0099;">+----+------------+----------------------------------+---------------+--------------------------+-------------------------+---------------------+---------------------+-------------+--------------+</span><br />
<span style="color: #CC0099;">|</span> ID <span style="color: #CC0099;">|</span> user_login <span style="color: #CC0099;">|</span> user_pass <span style="color: #CC0099;">|</span> user_nicename <span style="color: #CC0099;">|</span> user_email <span style="color: #CC0099;">|</span> user_url <span style="color: #CC0099;">|</span> user_registered <span style="color: #CC0099;">|</span> user_activation_key <span style="color: #CC0099;">|</span> user_status <span style="color: #CC0099;">|</span> display_name <span style="color: #CC0099;">|</span><br />
<span style="color: #CC0099;">+----+------------+----------------------------------+---------------+--------------------------+-------------------------+--------+------------+---------------------+-------------+--------------+</span><br />
<span style="color: #CC0099;">|</span> <span style="color: #008080;">5</span> <span style="color: #CC0099;">|</span> john <span style="color: #CC0099;">|</span> 8359b10e30dfabd587a5661e52249101 <span style="color: #CC0099;">|</span> John Smith <span style="color: #CC0099;">|</span> youremail@yourdomain.com <span style="color: #CC0099;">|</span> http:<span style="color: #CC0099;">//</span>www.geektank.net <span style="color: #CC0099;">|</span> <span style="color: #008080;">2012</span><span style="color: #CC0099;">-</span><span style="color: #008080;">08</span><span style="color: #CC0099;">-</span><span style="color: #008080;">23</span> <span style="color: #008080;">00</span>:<span style="color: #008080;">00</span>:<span style="color: #008080;">00</span> <span style="color: #CC0099;">|</span> <span style="color: #CC0099;">|</span> <span style="color: #008080;">0</span> <span style="color: #CC0099;">|</span> John Smith <span style="color: #CC0099;">|</span><br />
<span style="color: #CC0099;">+----+------------+----------------------------------+---------------+--------------------------+----------+--------------+---------------------+---------------------+-------------+--------------+</span></div></td></tr></tbody></table></div>
<p>The ID for the new account we created is 5.</p>
<p><strong>3. Making the new WordPress Account an Administrator (wp_usermeta bits)</strong></p>
<p>Even though we added a new user, it doesn&#8217;t have Administrator rights yet. We need to add a couple of entries to the wp_usermeta table. Taking the ID of the new user we create the following two queries.</p>
<div class="codecolorer-container mysql blackboard" 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="mysql codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=INSERT"><span style="color: #990099; font-weight: bold;">INSERT</span></a> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=INTO"><span style="color: #990099; font-weight: bold;">INTO</span></a> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>usermeta`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`umeta<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`meta<span style="color: #008080; font-weight: bold;">_</span>key`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`meta<span style="color: #008080; font-weight: bold;">_</span>value`</span><span style="color: #FF00FF;">&#41;</span> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=VALUES"><span style="color: #990099; font-weight: bold;">VALUES</span></a> <span style="color: #FF00FF;">&#40;</span><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=NULL"><span style="color: #9900FF; font-weight: bold;">NULL</span></a><span style="color: #000033;">,</span> <span style="color: #008000;">'5'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'wp<span style="color: #008080; font-weight: bold;">_</span>capabilities'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'a:1:{s:13:&quot;administrator&quot;;s:1:&quot;1&quot;;}'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span><br />
<a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=INSERT"><span style="color: #990099; font-weight: bold;">INSERT</span></a> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=INTO"><span style="color: #990099; font-weight: bold;">INTO</span></a> <span style="color: #008000;">`wp<span style="color: #008080; font-weight: bold;">_</span>usermeta`</span> <span style="color: #FF00FF;">&#40;</span><span style="color: #008000;">`umeta<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`user<span style="color: #008080; font-weight: bold;">_</span>id`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`meta<span style="color: #008080; font-weight: bold;">_</span>key`</span><span style="color: #000033;">,</span> <span style="color: #008000;">`meta<span style="color: #008080; font-weight: bold;">_</span>value`</span><span style="color: #FF00FF;">&#41;</span> <a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=VALUES"><span style="color: #990099; font-weight: bold;">VALUES</span></a> <span style="color: #FF00FF;">&#40;</span><a href="http://search.mysql.com/search?site=refman-%35%31&amp;q=NULL"><span style="color: #9900FF; font-weight: bold;">NULL</span></a><span style="color: #000033;">,</span> <span style="color: #008000;">'5'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'wp<span style="color: #008080; font-weight: bold;">_</span>user<span style="color: #008080; font-weight: bold;">_</span>level'</span><span style="color: #000033;">,</span> <span style="color: #008000;">'10'</span><span style="color: #FF00FF;">&#41;</span><span style="color: #000033;">;</span></div></td></tr></tbody></table></div>
<p>These queries will tell provide Administrator rights to our new user account.</p>
<p><strong>4. Enjoy the new account!</strong></p>
<p>You&#8217;re done!</p>
<p>&nbsp;</p>
<p>The post <a href="http://www.geektank.net/2013/03/how-to-create-a-wordpress-admin-login-using-mysql/">How To Create A WordPress Admin Login Using MySQL</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/03/how-to-create-a-wordpress-admin-login-using-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get RackTables working with php-cgi or fastcgi</title>
		<link>http://www.geektank.net/2013/03/get-racktables-working-with-php-cgi-or-fastcgi/</link>
		<comments>http://www.geektank.net/2013/03/get-racktables-working-with-php-cgi-or-fastcgi/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 19:31:19 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[racktables]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5046</guid>
		<description><![CDATA[<p>If you&#8217;ve tried to google &#8220;racktables authentication not working after install&#8221; you won&#8217;t find much, but there is a couple of articles about fastcgi and the PHP_AUTH_PW and PHP_AUTH_USER not being passed correctly. But no real solution to the problem. I was able to get RackTables working using the following work around posted on http://www.rosmir.org/Index/Docs/archive/LabsFolder/FastCGI which [...]</p><p>The post <a href="http://www.geektank.net/2013/03/get-racktables-working-with-php-cgi-or-fastcgi/">Get RackTables working with php-cgi or fastcgi</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;ve tried to google &#8220;racktables authentication not working after install&#8221; you won&#8217;t find much, but there is a couple of articles about fastcgi and the PHP_AUTH_PW and PHP_AUTH_USER not being passed correctly. But no real solution to the problem.</p>
<p>I was able to get RackTables working using the following work around posted on http://www.rosmir.org/Index/Docs/archive/LabsFolder/FastCGI which has nothing to do with RackTables.</p>
<ol>
<li>You will need to add the following to your .htaccess file.
<div class="codecolorer-container abap blackboard" 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="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">RewriteEngine on<br />
RewriteRule <span style="color: #808080;">.*</span> <span style="color: #808080;">-</span> <span style="color: #808080;">&#91;</span>E<span style="color: #800080;">=</span>HTTP_AUTHORIZATION<span style="color: #808080;">:%</span><span style="color: #808080;">&#123;</span>HTTP<span style="color: #808080;">:</span>Authorization<span style="color: #808080;">&#125;</span><span style="color: #808080;">,</span>L<span style="color: #808080;">&#93;</span></div></td></tr></tbody></table></div>
</li>
<li>Next you will need to modify the inc/auth.php file and add the following before the function authenticate.
<div class="codecolorer-container abap blackboard" 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 /></div></td><td><div class="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://help.sap.com/abapdocu/en/ABAPIF.htm"><span style="color: #000066; text-transform: uppercase; font-weight: bold; zzz:control;">if</span></a><span style="color: #808080;">&#40;</span>preg_match<span style="color: #808080;">&#40;</span><span style="color: #4da619;">'/Basic+(.*)$/i'</span><span style="color: #808080;">,</span> $_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'REDIRECT_HTTP_AUTHORIZATION'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">,</span> $matches<span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span> <span style="color: #808080;">&#123;</span><br />
list<span style="color: #808080;">&#40;</span>$_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'PHP_AUTH_USER'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">,</span> $_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'PHP_AUTH_PW'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">&#41;</span> <span style="color: #800080;">=</span> explode<span style="color: #808080;">&#40;</span><span style="color: #4da619;">':'</span> <span style="color: #808080;">,</span> base64_decode<span style="color: #808080;">&#40;</span>substr<span style="color: #808080;">&#40;</span>$_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'REDIRECT_HTTP_AUTHORIZATION'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">,</span> <span style="color: #3399ff;">6</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span>;<br />
<span style="color: #808080;">&#125;</span></div></td></tr></tbody></table></div>
</li>
<li>It should look like following below when completed.
<div class="codecolorer-container abap blackboard" 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 /></div></td><td><div class="abap codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><a href="http://help.sap.com/abapdocu/en/ABAPFUNCTION.htm"><span style="color: #005066; text-transform: uppercase; font-weight: bold; zzz:statement;">function</span></a> authenticate <span style="color: #808080;">&#40;</span><span style="color: #808080;">&#41;</span><br />
<span style="color: #808080;">&#123;</span><br />
<a href="http://help.sap.com/abapdocu/en/ABAPIF.htm"><span style="color: #000066; text-transform: uppercase; font-weight: bold; zzz:control;">if</span></a><span style="color: #808080;">&#40;</span>preg_match<span style="color: #808080;">&#40;</span><span style="color: #4da619;">'/Basic+(.*)$/i'</span><span style="color: #808080;">,</span> $_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'REDIRECT_HTTP_AUTHORIZATION'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">,</span> $matches<span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span> <span style="color: #808080;">&#123;</span><br />
list<span style="color: #808080;">&#40;</span>$_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'PHP_AUTH_USER'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">,</span> $_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'PHP_AUTH_PW'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">&#41;</span> <span style="color: #800080;">=</span> explode<span style="color: #808080;">&#40;</span><span style="color: #4da619;">':'</span> <span style="color: #808080;">,</span> base64_decode<span style="color: #808080;">&#40;</span>substr<span style="color: #808080;">&#40;</span>$_SERVER<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'REDIRECT_HTTP_AUTHORIZATION'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">,</span> <span style="color: #3399ff;">6</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span>;<br />
<span style="color: #808080;">&#125;</span><br />
<br />
global<br />
$remote_username<span style="color: #808080;">,</span><br />
$remote_displayname<span style="color: #808080;">,</span><br />
$auto_tags<span style="color: #808080;">,</span><br />
$user_given_tags<span style="color: #808080;">,</span><br />
$user_auth_src<span style="color: #808080;">,</span><br />
$script_mode<span style="color: #808080;">,</span><br />
$require_local_account;<br />
<a href="http://help.sap.com/abapdocu/en/ABAPIF.htm"><span style="color: #000066; text-transform: uppercase; font-weight: bold; zzz:control;">if</span></a> <span style="color: #808080;">&#40;</span><span style="color: #808080;">!</span>isset <span style="color: #808080;">&#40;</span>$user_auth_src<span style="color: #808080;">&#41;</span> <span style="color: #500066; text-transform: uppercase; font-weight: bold; zzz:keyword;">or</span> <span style="color: #808080;">!</span>isset <span style="color: #808080;">&#40;</span>$require_local_account<span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span><br />
throw new RackTablesError <span style="color: #808080;">&#40;</span><span style="color: #4da619;">'secret.php: either user_auth_src or require_local_account are missing'</span><span style="color: #808080;">,</span> RackTablesError<span style="color: #808080;">::</span>MISCONFIGURED<span style="color: #808080;">&#41;</span>;<br />
<a href="http://help.sap.com/abapdocu/en/ABAPIF.htm"><span style="color: #000066; text-transform: uppercase; font-weight: bold; zzz:control;">if</span></a> <span style="color: #808080;">&#40;</span>isset <span style="color: #808080;">&#40;</span>$_REQUEST<span style="color: #808080;">&#91;</span><span style="color: #4da619;">'logout'</span><span style="color: #808080;">&#93;</span><span style="color: #808080;">&#41;</span><span style="color: #808080;">&#41;</span></div></td></tr></tbody></table></div>
</li>
</ol>
<p>The post <a href="http://www.geektank.net/2013/03/get-racktables-working-with-php-cgi-or-fastcgi/">Get RackTables working with php-cgi or fastcgi</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/03/get-racktables-working-with-php-cgi-or-fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Memory on a Macbook Pro OSX with the GeIL 16GB Memory Kit (GS316GB1333C9DC)</title>
		<link>http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/</link>
		<comments>http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/#comments</comments>
		<pubDate>Sat, 05 Jan 2013 23:19:40 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5025</guid>
		<description><![CDATA[<p>I recently purchased the &#8220;GeIL 16GB (2 x 8G) 204-Pin DDR3 SO-DIMM DDR3 1333 (PC3 10660) Laptop Memory (GS316GB1333C9DC)&#8221; from NewEgg on boxing day in hopes that it would work in my Macbook Pro (Early 2011 15&#8243; &#8211; MC721LL/A &#8211; MacBookPro8,2 &#8211; A1286 &#8211; 2353-1*) And to my surprise after installing the memory my Macbook [...]</p><p>The post <a href="http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/">Upgrading Memory on a Macbook Pro OSX with the GeIL 16GB Memory Kit (GS316GB1333C9DC)</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I recently purchased the &#8220;GeIL 16GB (2 x 8G) 204-Pin DDR3 SO-DIMM DDR3 1333 (PC3 10660) Laptop Memory (GS316GB1333C9DC)&#8221; from NewEgg on boxing day in hopes that it would work in my Macbook Pro (<a href="http://www.everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i7-2.0-15-early-2011-unibody-thunderbolt-specs.html" target="_blank">Early 2011 15&#8243; &#8211; MC721LL/A &#8211; MacBookPro8,2 &#8211; A1286 &#8211; 2353-1*</a>)</p>
<p>And to my surprise after installing the memory my Macbook Pro booted and actually posted to OSX 10.8.2, here is a screenshot of the &#8220;About This Mac&#8221; and &#8220;System Report&#8221; sections showing that 16GB of memory is installed.</p>

<a href='http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/system-report-macbookpro-16gb/' title='system-report-macbookpro-16gb'><img width="150" height="150" src="http://www.geektank.net/wp-content/uploads/2013/01/system-report-macbookpro-16gb-150x150.png" class="attachment-thumbnail" alt="system-report-macbookpro-16gb" /></a>
<a href='http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/about-this-mac-16gb/' title='about-this-mac-16gb'><img width="150" height="150" src="http://www.geektank.net/wp-content/uploads/2013/01/about-this-mac-16gb-150x150.png" class="attachment-thumbnail" alt="about-this-mac-16gb" /></a>

<p>Even thought I could boot into OSX, I still needed to confirm that everything was stable. There is a program called <a href="http://www.command-tab.com/2008/01/11/how-to-test-ram-under-mac-os-x/" target="_blank">memtest</a> by Command-Tab that will allow you to test the memory extensively. The best way to test is through <a href="http://support.apple.com/kb/HT1492" target="_blank">Single User Mode</a> to ensure that you test all memory and with minimal running in the background. If you run memtest via terminal when OSX is booted, then you will only be able to test available memory. I&#8217;ve provided a screenshot of memtest running from OSX via terminal, and you can see that it only detects 12GB of memory. This is because the rest has been used and can&#8217;t be tested.</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.geektank.net/wp-content/uploads/2013/01/memtest-macbookpro-16gb.png" rel="lightbox[5025]" title="Upgrading Memory on a Macbook Pro OSX with the GeIL 16GB Memory Kit (GS316GB1333C9DC)"><img class="aligncenter size-medium wp-image-5029" alt="memtest-macbookpro-16gb" src="http://www.geektank.net/wp-content/uploads/2013/01/memtest-macbookpro-16gb-300x282.png" width="300" height="282" /></a></p>
<p>The post <a href="http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/">Upgrading Memory on a Macbook Pro OSX with the GeIL 16GB Memory Kit (GS316GB1333C9DC)</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2013/01/upgrading-memory-on-a-macbook-pro-osx-with-the-geil-16gb-memory-kit-gs316gb1333c9dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft IIS 7.5 Best Practices</title>
		<link>http://www.geektank.net/2012/11/microsoft-iis-7-5-best-practices/</link>
		<comments>http://www.geektank.net/2012/11/microsoft-iis-7-5-best-practices/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 19:20:08 +0000</pubDate>
		<dc:creator>Jordan</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[iis7.5]]></category>
		<category><![CDATA[mcirosoft]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.geektank.net/?p=5000</guid>
		<description><![CDATA[<p>I thought everyone should take a look at this quick Micrsoft IIS 7.5 Best Practices article, it talks a little bit about security but mostly just what not to leave on was default. If you have any other sites or information you want to share, please comment! http://adminspeak.wordpress.com/tag/iis-7-5-best-practices/</p><p>The post <a href="http://www.geektank.net/2012/11/microsoft-iis-7-5-best-practices/">Microsoft IIS 7.5 Best Practices</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I thought everyone should take a look at this quick Micrsoft IIS 7.5 Best Practices article, it talks a little bit about security but mostly just what not to leave on was default. If you have any other sites or information you want to share, please comment!</p>
<p><a href="http://adminspeak.wordpress.com/tag/iis-7-5-best-practices/" class="autohyperlink" title="http://adminspeak.wordpress.com/tag/iis-7-5-best-practices/" target="_blank">http://adminspeak.wordpress.com/tag/iis-7-5-best-practices/</a></p>
<p>The post <a href="http://www.geektank.net/2012/11/microsoft-iis-7-5-best-practices/">Microsoft IIS 7.5 Best Practices</a> appeared first on <a href="http://www.geektank.net">GeekTank</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.geektank.net/2012/11/microsoft-iis-7-5-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 5/20 queries in 0.052 seconds using disk
Object Caching 2121/2147 objects using disk

 Served from: www.geektank.net @ 2013-05-21 07:54:26 by W3 Total Cache -->