<?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>Web Surf Shack &#187; jimmy</title>
	<atom:link href="http://www.websurfshack.net/author/jimmy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websurfshack.net</link>
	<description>Waxing your internet surf board</description>
	<lastBuildDate>Wed, 21 Apr 2010 07:58:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to tether HTC Hero on debian linux</title>
		<link>http://www.websurfshack.net/2010/01/how-to-tether-htc-hero-on-debian-linux/</link>
		<comments>http://www.websurfshack.net/2010/01/how-to-tether-htc-hero-on-debian-linux/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 21:26:33 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[hero]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[tether]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=504</guid>
		<description><![CDATA[1) Connect a cable
2) Applications -> Settings -> Wireless controls -> Mobile network sharing
3) ifconfig -a and you will see the phone appear as a network connection with
4) sudo ifcofng usb0 up
5) sudo dhclient usb0
6) Surf away!
Ive seen idiots faffing around with openVPN rooting their phones and arsing about  with the android sdk to [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2010/01/how-to-tether-htc-hero-on-debian-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apache Directory Access Control</title>
		<link>http://www.websurfshack.net/2009/10/apache-directory-access-control/</link>
		<comments>http://www.websurfshack.net/2009/10/apache-directory-access-control/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:54:34 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/10/apache-directory-access-control/</guid>
		<description><![CDATA[Apache configuration has a Directory directive. It is used like a .htaccess file to control access to said directory.
An example:

	Order deny,allow
	Deny from all
	Allow from my.domain.com

The important bit here is the Order statement. Rules will be processed from right to left (in this case all of the deny rules then all of the allow rules. The [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/10/apache-directory-access-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIME Email attachments from command line.</title>
		<link>http://www.websurfshack.net/2009/08/mime-email-attachments-from-command-line/</link>
		<comments>http://www.websurfshack.net/2009/08/mime-email-attachments-from-command-line/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 16:30:35 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[sendmail]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=333</guid>
		<description><![CDATA[I searched for ages to find a half decient example to send mime attachments from the command line that allows you to specify the from and to address. I found some applications however some either didnt let you specify the from address and others didnt let you do multi-part mime messages and the rest suggested [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/08/mime-email-attachments-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sed tricks</title>
		<link>http://www.websurfshack.net/2009/08/sed-tricks/</link>
		<comments>http://www.websurfshack.net/2009/08/sed-tricks/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 13:34:57 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sed command line]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/08/sed-tricks/</guid>
		<description><![CDATA[If you know what Unix Sed is it is a way to use regular expressions to change the contents of a file and then save or display it. Generally sed commands are written like this&#8230;
cat filename &#124; sed 's/thsi/this/'
Every occurance of &#8216;thsi&#8217; will be replaced with this. You can also add on the redirect operator [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/08/sed-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen</title>
		<link>http://www.websurfshack.net/2009/07/screen/</link>
		<comments>http://www.websurfshack.net/2009/07/screen/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 09:11:27 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=321</guid>
		<description><![CDATA[There is a very useful application with plenty of features that can be downloaded easily.
One of the best features is the ability to start a screen session in ssh from one location, disconnect it then reconnect it at a later time from a different session.
Get it now: aptitude install screen
As it is to be used [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/07/screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File management</title>
		<link>http://www.websurfshack.net/2009/06/file-management/</link>
		<comments>http://www.websurfshack.net/2009/06/file-management/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 17:32:54 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=305</guid>
		<description><![CDATA[If your like me use linux without a desktop enviroment you&#8217;ll probably agree that occasionally when moving about large numbers of files it can get really friggin tedious typing lots of paths. So what about a console file manager great i hear you cry? how about it was based around vim key commands even better.
I [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/06/file-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to force source IP address on linux</title>
		<link>http://www.websurfshack.net/2009/05/how-to-force-source-ip-address-on-linux/</link>
		<comments>http://www.websurfshack.net/2009/05/how-to-force-source-ip-address-on-linux/#comments</comments>
		<pubDate>Thu, 21 May 2009 10:30:56 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nat]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[snat]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/05/how-to-force-source-ip-address-on-linux/</guid>
		<description><![CDATA[UPDATE: THIS INFORMATION IS INCORRECT AND CAN LEAD TO KERNEL PANICS
On linux servers where interfaces are multi homed on the same subnet there is a very common issue. You can not determine or set what IP address is used to source connections. This can make a security nightmare when trying to lock down services to [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/05/how-to-force-source-ip-address-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Panic Button</title>
		<link>http://www.websurfshack.net/2009/05/linux-panic-button/</link>
		<comments>http://www.websurfshack.net/2009/05/linux-panic-button/#comments</comments>
		<pubDate>Sat, 09 May 2009 23:17:56 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Useful tidbits]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/2009/05/linux-panic-button/</guid>
		<description><![CDATA[Have you ever been doing some administration and *poof* everything has frozen nothing works the only thing left to do is restart the system right?
wrong!
There is a lesser known panic button built in to the kernel that will gracefully restart everything by stopping daemons and dismounting drives.
To do this you must hold alt+SysReq (PrintScreen) and [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/05/linux-panic-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nice, Renice and niceness</title>
		<link>http://www.websurfshack.net/2009/04/nice-renice-and-niceness/</link>
		<comments>http://www.websurfshack.net/2009/04/nice-renice-and-niceness/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 16:16:14 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nice]]></category>
		<category><![CDATA[niceness]]></category>
		<category><![CDATA[priority]]></category>
		<category><![CDATA[processing]]></category>
		<category><![CDATA[renice]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=250</guid>
		<description><![CDATA[One of the major benifits of linux is the way memory and processes are organised in such a way that it can be considered one of the best multi threaded operatioing systems available. Regardless of how well something can be scheduled the OS still only have a finate amount of resources to work with. My [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/04/nice-renice-and-niceness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux terminal tty resolution</title>
		<link>http://www.websurfshack.net/2009/03/linux-terminal-tty-resolution/</link>
		<comments>http://www.websurfshack.net/2009/03/linux-terminal-tty-resolution/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 11:35:33 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[tty]]></category>

		<guid isPermaLink="false">http://www.websurfshack.net/?p=240</guid>
		<description><![CDATA[With a lot of linux distributions the default tty resolution will work with almost all old hardware. You may have noticed that this compatible (default) resolution is klunky and not particularly useful when trying to view large amounts of data. It is infact possible to change the resolution to anything as high as 1280&#215;1024. This [...]]]></description>
		<wfw:commentRss>http://www.websurfshack.net/2009/03/linux-terminal-tty-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
