<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Andy Cottrell</title>
	<link>http://blog.andycottrell.com</link>
	<description>Technology, Security, Life.....</description>
	<lastBuildDate>Wed, 05 May 2010 18:38:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Setting up easy_install</title>
		<description>Many python packages suggest using 'easy_install' to install them. How do you get easy_install working if its not present on your system.

Download the correct egg for your python version from http://pypi.python.org/pypi/setuptools.

Run the egg as if it were a shell script (which it is). For example sh xxx.egg

There are various options ...</description>
		<link>http://blog.andycottrell.com/2010/05/setting-up-easy_install/</link>
			</item>
	<item>
		<title>Password Authentication Takes Another Poke In the Eye</title>
		<description>On January 4th as reported on DarkReading and DataBreaches,  Lincoln National Corporation notified the New Hampshire Attorney General’s Office  of a major security breach affecting 1.2 million people. In addition to  the internal cost of investigating the breach and bringing in an  external forensics team; in ...</description>
		<link>http://blog.andycottrell.com/2010/01/password-authentication-takes-another-poke-in-the-eye/</link>
			</item>
	<item>
		<title>Using route and iptables to proxy traffic</title>
		<description>As part of an experiment at work, I wanted to intercept all traffic on port 80 that was headed to a certain IP address. To handle the traffic, I built a python script using BaseHTTPServer based around this sample code and ran it on .202 - one of my CentOS ...</description>
		<link>http://blog.andycottrell.com/2009/09/using-route-and-iptables-to-proxy-traffic/</link>
			</item>
	<item>
		<title>Converting VMWare 1.0.6 preallocated virtual disks to growable</title>
		<description>Running out of space on your VMWare Server? Try this to convert some of your larger preallocated disks to growable. This way they only consume the space on the disk that they currently need, and will not consume disk space on the host drive for disk space on the guest ...</description>
		<link>http://blog.andycottrell.com/2009/02/converting-vmware-106-preallocated-virtual-disks-to-growable/</link>
			</item>
	<item>
		<title>CentOS 5.2 does not install on VMWare Server 1.0.6</title>
		<description>This is a known bug inherited from RedHat.

http://rhn.redhat.com/errata/RHSA-2009-0225.html

Workaround is to add
scsi0.virtualDev = "lsilogic"
to the .vmx file before installation. </description>
		<link>http://blog.andycottrell.com/2009/02/centos-52-does-not-install-on-vmware-server-106/</link>
			</item>
	<item>
		<title>To read a CD into an ISO on CentOS 5.2</title>
		<description>dd if=/dev/cdrom of=your_image.iso </description>
		<link>http://blog.andycottrell.com/2009/01/to-read-a-cd-into-an-iso-on-centos-52/</link>
			</item>
	<item>
		<title>Mounting the CDRom on Centos 5.2</title>
		<description>Ensure the mount point /mnt/cdrom exists.

To perform the mount:
mount -t auto /dev/cdrom /mnt/cdrom
If the symbolic link /dev/cdrom is not there, then try:
mount -t auto /dev/hdb /mnt/cdrom
replacing hdb with whatever your device is called. </description>
		<link>http://blog.andycottrell.com/2009/01/mounting-the-cdrom-on-centos-52/</link>
			</item>
	<item>
		<title>Poking a hole in the CentOS firewall</title>
		<description>With CentOS 5.2 (as ever), use the following to enable a listening tcp port (in this case 8000) to be accessed through the firewall.

sudo /sbin/iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
sudo /sbin/service iptables save
sudo /sbin/iptables -F </description>
		<link>http://blog.andycottrell.com/2009/01/poking-a-hole-in-the-centos-firewall/</link>
			</item>
	<item>
		<title>Enabling RDP on Windows Vista Home</title>
		<description>The instructions for retrofitting Terminal server to Windows Vista Home are here. This enables Remote Desktop to that machine. </description>
		<link>http://blog.andycottrell.com/2008/12/enabling-rdp-on-windows-xp-home-2/</link>
			</item>
	<item>
		<title>Enabling RDP on Windows XP Home</title>
		<description>The instructions for retrofitting Terminal server to Windows XP Home are here. This enables Remote Desktop to that machine. </description>
		<link>http://blog.andycottrell.com/2008/12/enabling-rdp-on-windows-xp-home/</link>
			</item>
</channel>
</rss>

