<?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>dragffy.com</title>
	<atom:link href="http://dragffy.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://dragffy.com/blog</link>
	<description>The development, documentation, and blogging domain of Gabriel Dragffy.</description>
	<lastBuildDate>Wed, 16 Nov 2011 11:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Patched Python Paramiko 1.7.7.1 Windows 32 and 64 bit installers</title>
		<link>http://dragffy.com/blog/posts/patched-python-paramiko-1-7-7-1-windows-32-and-64-bit-installers</link>
		<comments>http://dragffy.com/blog/posts/patched-python-paramiko-1-7-7-1-windows-32-and-64-bit-installers#comments</comments>
		<pubDate>Wed, 16 Nov 2011 11:16:57 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=186</guid>
		<description><![CDATA[Taking the Latest code from Robey the Paramiko maintainer and applying a patch submitted by Jaraco at: https://github.com/jaraco/paramiko/commit/1939b1c55270bf7a92fdb1d43208a3b65342f4b2 these builds of Paramiko will not suffer from the following Exception: File "C:\Python27\lib\site-packages\paramiko\agent.py", line 118, in _read_all raise SSHException('lost ssh-agent') SSHException: lost ssh-agent Most notably the 64bit version will not suffer this problem, the 32bit versions never [...]]]></description>
			<content:encoded><![CDATA[<p>Taking the Latest code from Robey the Paramiko maintainer and applying a patch submitted by Jaraco at:<br />
<a href="https://github.com/jaraco/paramiko/commit/1939b1c55270bf7a92fdb1d43208a3b65342f4b2">https://github.com/jaraco/paramiko/commit/1939b1c55270bf7a92fdb1d43208a3b65342f4b2</a><br />
these builds of Paramiko will not suffer from the following Exception:<br />
<code>  File "C:\Python27\lib\site-packages\paramiko\agent.py", line 118, in _read_all<br />
    raise SSHException('lost ssh-agent')<br />
SSHException: lost ssh-agent</code></p>
<p>Most notably the 64bit version will not suffer this problem, the 32bit versions never did. More details on the issue can be found here:<br />
<a href="https://bugs.launchpad.net/bzr/+bug/644995">https://bugs.launchpad.net/bzr/+bug/644995</a><br />
and here:<br />
<a href="https://bugs.launchpad.net/paramiko/+bug/736955">https://bugs.launchpad.net/paramiko/+bug/736955</a></p>
<p>32bit Installer:<br />
<a href='http://dragffy.com/blog/wp-content/uploads/2011/11/paramiko-1.7.7.1.win32_Jaraco_patch.exe'>paramiko-1.7.7.1.win32_Jaraco_patch</a></p>
<p>64bit Version for Windows and Python 64bit (AMD/Intel):<br />
<a href='http://dragffy.com/blog/wp-content/uploads/2011/11/paramiko-1.7.7.1.win-amd64_Jaraco_patch.exe'>paramiko-1.7.7.1.win-amd64_Jaraco_patch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/patched-python-paramiko-1-7-7-1-windows-32-and-64-bit-installers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python PyCrypto 2.4.1 32 and 64 bit Windows 32/x64 AMD/Intel Installers Python 2.7</title>
		<link>http://dragffy.com/blog/posts/ython-pycrypto-2-4-1-32-and-64-bit-windows-32x64-amdintel-installers</link>
		<comments>http://dragffy.com/blog/posts/ython-pycrypto-2-4-1-32-and-64-bit-windows-32x64-amdintel-installers#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:33:06 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=180</guid>
		<description><![CDATA[Python PyCrypto 2.4.1 64bit and 32 bit Windows x64 AMD/Intel Installer. Frustrated that there were only 32 bit builds available. I compiled and tested this as working using Python 2.7.2 64 bit running on Windows 7 64bit. 32 bit version: pycrypto-2.4.1.win32-py2.7 64 bit version for x64 Python installs on 64bit Windows pycrypto-2.4.1.win-amd64-py2.7]]></description>
			<content:encoded><![CDATA[<p>Python PyCrypto 2.4.1 64bit and 32 bit Windows x64 AMD/Intel Installer.</p>
<p>Frustrated that there were only 32 bit builds available. I compiled and tested this as working using Python 2.7.2 64 bit running on Windows 7 64bit.</p>
<p>32 bit version:<br />
<a href='http://dragffy.com/blog/wp-content/uploads/2011/11/pycrypto-2.4.1.win32-py2.7.exe'>pycrypto-2.4.1.win32-py2.7</a></p>
<p>64 bit version for x64 Python installs on 64bit Windows<br />
<a href='http://dragffy.com/blog/wp-content/uploads/2011/11/pycrypto-2.4.1.win-amd64-py2.7.exe'>pycrypto-2.4.1.win-amd64-py2.7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/ython-pycrypto-2-4-1-32-and-64-bit-windows-32x64-amdintel-installers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python paramiko 1.7.7.1 Windows 32 and 64 bit installers</title>
		<link>http://dragffy.com/blog/posts/python-paramiko-1-7-7-1-windows-32-and-64-bit-installers</link>
		<comments>http://dragffy.com/blog/posts/python-paramiko-1-7-7-1-windows-32-and-64-bit-installers#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:02:18 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=176</guid>
		<description><![CDATA[For your convenience. Please find below installers for 32 and 64 bit versions. Works with Python 2.7. Choose the correct installer for your Python installation. paramiko-1.7.7.1.win32 paramiko-1.7.7.1.win-amd64]]></description>
			<content:encoded><![CDATA[<p>For your convenience. Please find below installers for 32 and 64 bit versions. Works with Python 2.7. Choose the correct installer for your Python installation.</p>
<p><a href='http://dragffy.com/blog/wp-content/uploads/2011/11/paramiko-1.7.7.1.win32.exe'>paramiko-1.7.7.1.win32</a></p>
<p><a href='http://dragffy.com/blog/wp-content/uploads/2011/11/paramiko-1.7.7.1.win-amd64.exe'>paramiko-1.7.7.1.win-amd64</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/python-paramiko-1-7-7-1-windows-32-and-64-bit-installers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python PyCrypto 2.0.1 64bit Windows x64 AMD/Intel Installer</title>
		<link>http://dragffy.com/blog/posts/python-pycrypto-2-0-1-64bit-windows-x64-amdintel-installer</link>
		<comments>http://dragffy.com/blog/posts/python-pycrypto-2-0-1-64bit-windows-x64-amdintel-installer#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:55:59 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=172</guid>
		<description><![CDATA[Python pycrypto-2.0.1.win-amd64-py2.7.exe 64bit Windows x64 AMD/Intel Installer. Frustrated that there were only 32 bit builds available. I compiled and tested this as working using Python 2.7.2 64 bit running on Windows 7 64bit. pycrypto-2.0.1.win-amd64-py2.7]]></description>
			<content:encoded><![CDATA[<p>Python pycrypto-2.0.1.win-amd64-py2.7.exe 64bit Windows x64 AMD/Intel Installer.</p>
<p>Frustrated that there were only 32 bit builds available. I compiled and tested this as working using Python 2.7.2 64 bit running on Windows 7 64bit.</p>
<p><a href='http://dragffy.com/blog/wp-content/uploads/2011/11/pycrypto-2.0.1.win-amd64-py2.7.exe'>pycrypto-2.0.1.win-amd64-py2.7</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/python-pycrypto-2-0-1-64bit-windows-x64-amdintel-installer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python setuptools 0.6c11 64bit Windows x64 AMD/Intel Installer</title>
		<link>http://dragffy.com/blog/posts/python-setuptools-0-6c11-64bit-windows-x64-amdintel-installer</link>
		<comments>http://dragffy.com/blog/posts/python-setuptools-0-6c11-64bit-windows-x64-amdintel-installer#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:51:52 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=169</guid>
		<description><![CDATA[Found 32 bit versions knocking about but no 64bit, thought some like-minded people might appreciate a 64 bit build. Have compiled and tested this as working using Python 2.7.2 64 bit running on Windows 7 64bit. setuptools-0.6c11.win-amd64]]></description>
			<content:encoded><![CDATA[<p>Found 32 bit versions knocking about but no 64bit, thought some like-minded people might appreciate a 64 bit build. Have compiled and tested this as working using Python 2.7.2 64 bit running on Windows 7 64bit.<br />
<a href='http://dragffy.com/blog/wp-content/uploads/2011/11/setuptools-0.6c11.win-amd64.exe'>setuptools-0.6c11.win-amd64</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/python-setuptools-0-6c11-64bit-windows-x64-amdintel-installer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Secondary IP Address to CentOS 5.5</title>
		<link>http://dragffy.com/blog/posts/add-secondary-ip-address-to-centos-5-5</link>
		<comments>http://dragffy.com/blog/posts/add-secondary-ip-address-to-centos-5-5#comments</comments>
		<pubDate>Tue, 08 Mar 2011 15:32:51 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[RHEL/CentOS]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=163</guid>
		<description><![CDATA[Create a new interface file with a colon and a number. # cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:1 # vim /etc/sysconfig/network-scripts/ifcfg-eth0:1 DEVICE=eth0:1 BOOTPROTO=static IPADDR=192.168.0.5 ONBOOT=yes To activate it, just # ifup eth0:1]]></description>
			<content:encoded><![CDATA[<p>Create a new interface file with a colon and a number.<br />
# cp  /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:1<br />
# vim /etc/sysconfig/network-scripts/ifcfg-eth0:1</p>
<p>DEVICE=eth0:1<br />
BOOTPROTO=static<br />
IPADDR=192.168.0.5<br />
ONBOOT=yes</p>
<p>To activate it, just</p>
<p># ifup eth0:1</p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/add-secondary-ip-address-to-centos-5-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH KeepAlive</title>
		<link>http://dragffy.com/blog/posts/ssh-keepalive</link>
		<comments>http://dragffy.com/blog/posts/ssh-keepalive#comments</comments>
		<pubDate>Wed, 09 Feb 2011 15:34:34 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=161</guid>
		<description><![CDATA[add the following to sshd_config KeepAlive yes ClientAliveInterval 60]]></description>
			<content:encoded><![CDATA[<p>add the following to sshd_config</p>
<p><code>KeepAlive yes<br />
ClientAliveInterval 60</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/ssh-keepalive/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache2: apr_sockaddr_info_get() failed</title>
		<link>http://dragffy.com/blog/posts/apache2-apr_sockaddr_info_get-failed</link>
		<comments>http://dragffy.com/blog/posts/apache2-apr_sockaddr_info_get-failed#comments</comments>
		<pubDate>Wed, 24 Nov 2010 15:28:55 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=158</guid>
		<description><![CDATA[Starting httpd: httpd: apr_sockaddr_info_get() failed for hostname.domain.com httpd: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName Fix with these commands : # hostname HOSTNAME.DOMAIN.COM Add in to /etc/hosts e.g. # vim /etc/hosts # echo HOST.DOMAIN.com > /etc/hostname # /bin/hostname -F /etc/hostname # apache2ctl graceful]]></description>
			<content:encoded><![CDATA[<p>Starting httpd: httpd: apr_sockaddr_info_get() failed for hostname.domain.com<br />
httpd: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName </p>
<p>Fix with these commands :</p>
<p><code># hostname HOSTNAME.DOMAIN.COM</code></p>
<p>Add in to <code>/etc/hosts</code> e.g. <code># vim /etc/hosts</code></p>
<p><code># echo HOST.DOMAIN.com > /etc/hostname</code></p>
<p><code># /bin/hostname -F /etc/hostname</code></p>
<p><code># apache2ctl graceful</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/apache2-apr_sockaddr_info_get-failed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy way to install LAMP (DNS, samba, etc) under Maverick Meerkat Ubuntu 10.10</title>
		<link>http://dragffy.com/blog/posts/easy-way-to-install-lamp-dns-samba-etc-under-maverick-meerkat-ubuntu-10-10</link>
		<comments>http://dragffy.com/blog/posts/easy-way-to-install-lamp-dns-samba-etc-under-maverick-meerkat-ubuntu-10-10#comments</comments>
		<pubDate>Wed, 24 Nov 2010 14:21:14 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=155</guid>
		<description><![CDATA[Either: $ sudo tasksel or: $ sudo tasksel install lamp-server or: $ sudo apt-get install php5 mysql-server apache2]]></description>
			<content:encoded><![CDATA[<p>Either:<br />
<code>$ sudo tasksel</code></p>
<p>or:<br />
<code>$ sudo tasksel install lamp-server</code></p>
<p>or:<br />
<code>$ sudo apt-get install php5 mysql-server apache2</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/easy-way-to-install-lamp-dns-samba-etc-under-maverick-meerkat-ubuntu-10-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu perl: warning: Setting locale failed</title>
		<link>http://dragffy.com/blog/posts/ubuntu-perl-warning-setting-locale-failed</link>
		<comments>http://dragffy.com/blog/posts/ubuntu-perl-warning-setting-locale-failed#comments</comments>
		<pubDate>Wed, 24 Nov 2010 11:58:25 +0000</pubDate>
		<dc:creator>Gabe</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dragffy.com/blog/?p=153</guid>
		<description><![CDATA[Run as root, or prefix with &#8220;sudo&#8221;: # locale-gen en_GB.UTF-8 # dpkg-reconfigure locales]]></description>
			<content:encoded><![CDATA[<p>Run as root, or prefix with &#8220;sudo&#8221;:<br />
<code># locale-gen en_GB.UTF-8<br />
# dpkg-reconfigure locales</code></p>
]]></content:encoded>
			<wfw:commentRss>http://dragffy.com/blog/posts/ubuntu-perl-warning-setting-locale-failed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

