<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Real-World-Security</title>
	<link>http://real-world-security.com/wordpress</link>
	<description>Everything from Virtual Private Server (VPS) tips, to CCTV and more.</description>
	<pubDate>Wed, 09 Jan 2008 17:12:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>When the space is running out&#8230;.</title>
		<link>http://real-world-security.com/wordpress/2008/01/09/when-the-space-is-running-out/</link>
		<comments>http://real-world-security.com/wordpress/2008/01/09/when-the-space-is-running-out/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 17:12:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Space Saving]]></category>

		<category><![CDATA[upgrade hdd space]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2008/01/09/when-the-space-is-running-out/</guid>
		<description><![CDATA[Sometimes, you run do run out of room, and reach a point where you cant really delete much more to gain space.
When that happens, you can purchase extra space, in my case I opted for a extra 10 gig of space for $9.99 a month extra.
The process was quick and easy, for a short while [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2008/01/09/when-the-space-is-running-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modifying your error pages.</title>
		<link>http://real-world-security.com/wordpress/2007/12/26/modifying-your-error-pages/</link>
		<comments>http://real-world-security.com/wordpress/2007/12/26/modifying-your-error-pages/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 20:26:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Stuff]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/12/26/modifying-your-error-pages/</guid>
		<description><![CDATA[The location of the error pages is
/var/www/error

Editing the files in that directory enables you to have custom error pages, noindex pages, 404 pages etc.
You can customise them to suit your sites look and feel, or even add extra functionality if desired.
Note, the above location may vary on different servers - the location given is where [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/12/26/modifying-your-error-pages/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick ban a IP address.</title>
		<link>http://real-world-security.com/wordpress/2007/11/30/quick-ban-a-ip-address/</link>
		<comments>http://real-world-security.com/wordpress/2007/11/30/quick-ban-a-ip-address/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 19:08:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/11/30/quick-ban-a-ip-address/</guid>
		<description><![CDATA[Simple quick IP ban using IP Tables, so I dont forget  
# cd /sbin
# ./iptables -I  INPUT -s  THEIPADDRESS -j DROP
]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/11/30/quick-ban-a-ip-address/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick n easy search and replace in mysql</title>
		<link>http://real-world-security.com/wordpress/2007/11/02/quick-n-easy-search-and-replace-in-mysql/</link>
		<comments>http://real-world-security.com/wordpress/2007/11/02/quick-n-easy-search-and-replace-in-mysql/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 05:43:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Stuff]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/11/02/quick-n-easy-search-and-replace-in-mysql/</guid>
		<description><![CDATA[I had to do a quick search and replace on a field that had some records with the &#8216;http&#8217; bit duplicated, so this did the trick.
update `pages` SET url=(replace (url, &#8216;http://http://&#8217;,'http://&#8217;))
]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/11/02/quick-n-easy-search-and-replace-in-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Virtual Terminals via SSH</title>
		<link>http://real-world-security.com/wordpress/2007/10/31/virtual-terminals-via-ssh/</link>
		<comments>http://real-world-security.com/wordpress/2007/10/31/virtual-terminals-via-ssh/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 19:32:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Stuff]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/10/31/virtual-terminals-via-ssh/</guid>
		<description><![CDATA[If you want more than one window when using SSH, instead of opening up multiple ssh sessions/putty windows you can type
screen -S 1
This will start the screen utility, and give you a new window.
To open a new window use CTRL-A C
Top swop windows use CTRL-A window number or just CTRL-A
Its handy if you want to [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/10/31/virtual-terminals-via-ssh/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Great little bit of software.</title>
		<link>http://real-world-security.com/wordpress/2007/10/13/great-little-bit-of-software/</link>
		<comments>http://real-world-security.com/wordpress/2007/10/13/great-little-bit-of-software/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 22:50:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Stuff]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/10/13/great-little-bit-of-software/</guid>
		<description><![CDATA[I have been on the lookout for a decent editor/ftp/putty type utility, and finally I came across winSCP from
http://winscp.net/eng/index.php
Only used it for a few minutes, and already I feel at home, its nice and intuitive, very fast, and if your after something like this, you should check it out.
Anyone know of any other similar (free) [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/10/13/great-little-bit-of-software/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dont kill your java.</title>
		<link>http://real-world-security.com/wordpress/2007/10/12/dont-kill-your-java/</link>
		<comments>http://real-world-security.com/wordpress/2007/10/12/dont-kill-your-java/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 02:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Quirks and Solutions]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/10/12/dont-kill-your-java/</guid>
		<description><![CDATA[If you have the simple control panel on your gd VPS, then dont kill the java process, as I mistakenly did after looking at it and thinking, hmmm thats taking rather a lot of memory for something I am not using.
If you kill the java process, you cant get back into your control panel, and [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/10/12/dont-kill-your-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Running Centos on a thinkpad&#8230;</title>
		<link>http://real-world-security.com/wordpress/2007/10/12/running-centos-on-a-thinkpad/</link>
		<comments>http://real-world-security.com/wordpress/2007/10/12/running-centos-on-a-thinkpad/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 20:54:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/10/12/running-centos-on-a-thinkpad/</guid>
		<description><![CDATA[As the VPS i use is running Centos, I wondered if it would be possible (without tearing my hair out) to run a copy of Centos on my IBM Thinkpad R32 laptop.
As a test, I downloaded the Centos 5 Live CD iso file (available from centos.org) and burned it to a cd.
With my fingers crossed, [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/10/12/running-centos-on-a-thinkpad/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problems running the tuning-primer script</title>
		<link>http://real-world-security.com/wordpress/2007/10/11/problems-running-the-tuning-primer-script/</link>
		<comments>http://real-world-security.com/wordpress/2007/10/11/problems-running-the-tuning-primer-script/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 20:01:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/10/11/problems-running-the-tuning-primer-script/</guid>
		<description><![CDATA[I found a tuning-primer script in the home directory, I must have installed it earlier, and forgot all about it, if you have the same one (for tuning mysql) and you run it only to find it only half works, and the other half is just errors then you need to install the
bc
package, with
yum install [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/10/11/problems-running-the-tuning-primer-script/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Restoring a mysql backup.</title>
		<link>http://real-world-security.com/wordpress/2007/10/11/restoring-a-mysql-backup/</link>
		<comments>http://real-world-security.com/wordpress/2007/10/11/restoring-a-mysql-backup/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 15:00:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Useful Stuff]]></category>

		<guid isPermaLink="false">http://real-world-security.com/wordpress/2007/10/11/restoring-a-mysql-backup/</guid>
		<description><![CDATA[Its easy enough to use phpmyadmin to restore backups, but its pretty limited when it comes to larger databases - so I tend to use the command line to restore those.
I usually export the file &#8216;zipped&#8217; (you can do gzip if prefered, and alter the unzip part later) then ftp it to my server, to [...]]]></description>
		<wfw:commentRss>http://real-world-security.com/wordpress/2007/10/11/restoring-a-mysql-backup/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
