<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>thehenrys.net</title>
	<link>http://www.thehenrys.net/wp</link>
	<description>Dan Henry's random musings...</description>
	<lastBuildDate>Fri, 13 Nov 2009 18:17:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Useful links&#8230;</title>
		<description><![CDATA[Examples Using the VMware Virtual Disk Manager]]></description>
		<link>http://www.thehenrys.net/wp/?p=63</link>
			</item>
	<item>
		<title>.NET consume a php nusoap web service server *or* PHP NuSOAP Document/Literal Web Service Server</title>
		<description><![CDATA[Ripped blatently from here so that I might not ever lose this information again! PHP NuSOAP Document/Literal Web Service Server If you are using regular Pear SOAP, it doesn&#8217;t work in document/literal. I tried. So I turned to NuSOAP, which unfortunately has very little in the way of documented examples, especially in document/literal. I am [...]]]></description>
		<link>http://www.thehenrys.net/wp/?p=58</link>
			</item>
	<item>
		<title>What the heck is 1.8189894035459E ?</title>
		<description><![CDATA[I have been pulling what little hair I have out for the past hour trying to figure out a very peculiar thing that was happening to me in php. I was doing some math and a function that I know was supposed to return 0 was returning 1.8189894035459E . If you called the function outside [...]]]></description>
		<link>http://www.thehenrys.net/wp/?p=55</link>
			</item>
	<item>
		<title>Setup rsync server on CentOS</title>
		<description><![CDATA[Step-by-step installation and configuration rsync server on CentOS From transamrit.net &#038; http://am3n.profusehost.net/index.php?id=70 Make sure xinetd and rsync is available, if not type # yum -y install rsync xinetd Add xinetd service to system # chkconfig --add xinetd Make sure xinetd running on init 3 and 5 # chkconfig --list xinetd Enable rsync # vi /etc/xinetd.d/rsync [...]]]></description>
		<link>http://www.thehenrys.net/wp/?p=54</link>
			</item>
	<item>
		<title>Dump one MySQL database to another MySQL database</title>
		<description><![CDATA[mysqldump -u[uname] -p[password] [table] &#124; mysql -u[uname] -p[password] &#8211;host=[ip address] -C [table] I.E.: mysqldump -umy_user_name -pmy_secret_password foo_table &#124; mysql -umy_2nd_user_name -pmy_2nd_secret_password &#8211;host=1.1.1.1 -C foo_table (whole command should be on one line of course.)]]></description>
		<link>http://www.thehenrys.net/wp/?p=53</link>
			</item>
	<item>
		<title>PHP, OpenSSL and ftp_ssl_connect() on Win32, my journey&#8230;</title>
		<description><![CDATA[I need to compile php for Windows so that the ftp_ssl_connect function would be available. This is how I did it. All of this is as of today, May 19, 2008. Windows XP Pro SP2. Download &#038; Install (this is a large install > 1GB): » Microsoft Visual C++ 2008 Express Edition » Windows SDK [...]]]></description>
		<link>http://www.thehenrys.net/wp/?p=52</link>
			</item>
	<item>
		<title>Recursively chmod directories or files only</title>
		<description><![CDATA[Great post here: http://movabletripe.com/archive/recursively-chmod-directories-only/ # recursively chmod directories only find . -type d -exec chmod 775 {} \; # recursively chmod files only find . -type f -exec chmod 664 {} \;]]></description>
		<link>http://www.thehenrys.net/wp/?p=49</link>
			</item>
	<item>
		<title>Getting php mail() working on fresh CentOS 5 install</title>
		<description><![CDATA[All I had to do was comment out the loopback only restriction and php&#8217;s mail() fuction started working great! vi /etc/mail/sendmail.mc look for: DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl change it to this: dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl remake the sendmail.cf file m4 /etc/mail/sendmail.mc &#62; /etc/mail/sendmail.cf restart sendmail: service sendmail restart]]></description>
		<link>http://www.thehenrys.net/wp/?p=48</link>
			</item>
	<item>
		<title>Great tutorial about the BIND dns server</title>
		<description><![CDATA[Here is a great tutorial about the Bind dns server: http://www.howtoforge.com/traditional_dns_howto]]></description>
		<link>http://www.thehenrys.net/wp/?p=47</link>
			</item>
	<item>
		<title>Add an IP to CentOS 5</title>
		<description><![CDATA[I need more than one ssl website on a new CentOS 5 machine. Here is how to add another ip address to eth0. http://www.netadmintools.com/art496.html]]></description>
		<link>http://www.thehenrys.net/wp/?p=46</link>
			</item>
</channel>
</rss>
