<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Jeff's Blog</title>
	<link>http://jeffeske.com/blog</link>
	<description>Various stuff that I'll forget if I don't document it someplace...  USE IT AT YOUR OWN RISK</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:46:41 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Resetting Winsock LSP on Win Vista and Win 7</title>
		<description><![CDATA[1. Type in cmd, then CTRL+SHIFT+ENTER, to open the command prompt with elevated privileges 2. At the command prompt, type: netsh winsock reset.  This resets Windows&#8217; Winsock to the default settings. 3. Restart to complete the reset.]]></description>
		<link>http://jeffeske.com/blog/?p=96</link>
			</item>
	<item>
		<title>Adding 32-bit Print Drivers to a 64-bit Windows 2008 R2 Server</title>
		<description><![CDATA[I have a new server that&#8217;s serving as a quasi-printer server and it&#8217;s running Windows 2008 R2.  The problem is that the server is 64-bit, so when I setup the printers on there and share them, it only has the 64-bit drivers to offer to the client machines.  I need it to be able to [...]]]></description>
		<link>http://jeffeske.com/blog/?p=92</link>
			</item>
	<item>
		<title>Oracle VirtualBox from the Commandline</title>
		<description><![CDATA[To start a virtual machine &#8220;in the background&#8221; - VBoxManage startvm &#8220;name_of_vm&#8221; &#8211;type vrdp To shutdown a virtual machine - VBoxManage controlvm &#8220;name_of_vm&#8221; poweroff]]></description>
		<link>http://jeffeske.com/blog/?p=89</link>
			</item>
	<item>
		<title>Running Apache and PHP on OS X 10.6.4</title>
		<description><![CDATA[Apache and PHP are there, but not started.   To enable it: 1&#62; Fire up terminal.app and cd /etc/apache2 2&#62; sudo pico httpd.conf 3&#62; Within httpd.conf, use ctrl-w and find LoadModule php 4&#62; Uncomment LoadModule php5_module and LoadModule fastcgi_module lines 5&#62; Right below that, add the following 2 lines: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps [...]]]></description>
		<link>http://jeffeske.com/blog/?p=84</link>
			</item>
	<item>
		<title>All your post are belong to us</title>
		<description><![CDATA[A test post from my new DROID phone]]></description>
		<link>http://jeffeske.com/blog/?p=82</link>
			</item>
	<item>
		<title>Overcoming Terminal Server &#8220;Terminal server has exceeded maximum number of allowed connection&#8221; problem</title>
		<description><![CDATA[Since Windows server only gives you 2 remote connections, it&#8217;s easy to end up &#8220;locked out&#8221; of the server.  To overcome that, you can actually use a third remote connection that allows you to get in and kill the other offending connections. On Linux type: rdesktop -0 1.2.3.4 where 1.2.3.4 is the ip address of [...]]]></description>
		<link>http://jeffeske.com/blog/?p=77</link>
			</item>
	<item>
		<title>Mounting an external USB drive from the command line</title>
		<description><![CDATA[The easiest way to mount an external USB drive from the commandline is: sudo mount -t ntfs-3g /dev/sdc1 /media/red -o umask=0000 This actually sets it up so that&#8217;s completely readable/writeable by anyone.]]></description>
		<link>http://jeffeske.com/blog/?p=75</link>
			</item>
	<item>
		<title>Manually Update Time Via ntpdate</title>
		<description><![CDATA[To update the server time, type: sudo ntpdate -b pool.ntp.org]]></description>
		<link>http://jeffeske.com/blog/?p=73</link>
			</item>
	<item>
		<title>Fixing Adding New User to OpenDocMan</title>
		<description><![CDATA[For me, OpenDocMan wouldn&#8217;t allow me to add new users.  It turns out that the SQL query was wrong.  Since the first field, id,  is set as &#8216;autoincrement&#8217;, it&#8217;s handled by the database directly, so there should be no reference to it in the query.  It may just be my installation that it doesn&#8217;t work [...]]]></description>
		<link>http://jeffeske.com/blog/?p=68</link>
			</item>
	<item>
		<title>To Manually Reset the Admin Password in WordPress</title>
		<description><![CDATA[In case of Brain-fart, use the instructions below to reset the admin password in WordPress.  It needs to be done through phpMyAdmin, MySQL query browser, or some such place that allows you to run SQL commands. update wordpress.wp_users set user_pass = MD5(&#8216;new_password&#8217;) where user_login = &#8216;admin&#8217;]]></description>
		<link>http://jeffeske.com/blog/?p=66</link>
			</item>
</channel>
</rss>
