<?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"
	>

<channel>
	<title>Blackhat SEO - Esrun &#187; General</title>
	<atom:link href="http://www.esrun.co.uk/blog/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esrun.co.uk/blog</link>
	<description>Self-proclaimed web spammer</description>
	<pubDate>Wed, 10 Jun 2009 09:49:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Restart OS X Dock</title>
		<link>http://www.esrun.co.uk/blog/restart-os-x-dock/</link>
		<comments>http://www.esrun.co.uk/blog/restart-os-x-dock/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 09:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/?p=386</guid>
		<description><![CDATA[For the last 6 months or so, I&#8217;ve run into the same problem across a range of different mac computers. I go to change an application or open a finder window and it just wont work.
I have a second window changer installed which is called witch. I highly recommend using this if you don&#8217;t already [...]]]></description>
			<content:encoded><![CDATA[<p>For the last 6 months or so, I&#8217;ve run into the same problem across a range of different mac computers. I go to change an application or open a finder window and it just wont work.</p>
<p>I have a second window changer installed which is called <a href="http://www.manytricks.com/witch/">witch</a>. I highly recommend using this if you don&#8217;t already since it lets you change to a specific window rather than just an application.</p>
<p>I originally thought the issue was with Finder but after a bit of searching, it turns out to be a problem with the Dock. I looked around for apple scripts which could restart Dock but the only one I could find was a bit hit and miss in its success. So I put together my own very simple script.</p>
<p>Simply create a new apple script and put in this:</p>
<p><code>do shell script "kill -HUP `ps -aux | grep Dock | grep -v grep | awk '{print $2}'`"</code></p>
<p>Save it to your desktop and next time your system stops letting you change windows and such like, simply run this script and it will restart your dock.</p>
<p>I used to reboot every time this happened so I&#8217;m glad I finally got around to putting a proper solution together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/restart-os-x-dock/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu Gateway / Access Point Server</title>
		<link>http://www.esrun.co.uk/blog/ubuntu-gateway-access-point-server/</link>
		<comments>http://www.esrun.co.uk/blog/ubuntu-gateway-access-point-server/#comments</comments>
		<pubDate>Sat, 30 May 2009 16:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/?p=385</guid>
		<description><![CDATA[I&#8217;ve been wanting to play wifi king for a long time. Providing free wireless internet access to a reasonable sized area. Finally I got to have a play.
The basic idea is to have a server which shares the internet from a standard connection (e.g DSL) to anyone who connects wirelessly. &#8220;You mean a wireless access [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been wanting to play wifi king for a long time. Providing free wireless internet access to a reasonable sized area. Finally I got to have a play.</p>
<p>The basic idea is to have a server which shares the internet from a standard connection (e.g DSL) to anyone who connects wirelessly. <em>&#8220;You mean a wireless access point, why can&#8217;t I just buy a £30 wireless AP?&#8221;</em></p>
<p>Well..</p>
<p><strong>Benefits of running our server over buying a standard wireless access point (AP):</strong></p>
<p>Many run of the mill wireless APs fail under high traffic - With our server, we can use a better processor and increase RAM as required.</p>
<p>Caching - If you&#8217;re serving a lot of users then you can save on bandwidth and speed up users browsing experience by using a caching proxy like squid. Basically, when one user views a video on youtube (depending on your squid cache file size settings), squid makes a copy of it and then serves its copy to any future requests. This is quicker than downloading it from youtube and serving it to the client again. You can configure file sizes and cache file life time.</p>
<p>Filtering - For bandwidth saving or corporate reasons you can setup a filter with squid to block access to certain sites, certain types of site or content-type. For example you could block access to youtube or block all video files completley.</p>
<p>Advertising - You can incporporate your own advertising into sites that you&#8217;re serving. If you wanted to get into the nitty gritty then you could monitor traffic and serve ads based on user behavour (like phorm, I guess)</p>
<p><strong>What do I need?</strong></p>
<p>The great thing is, to do something like this, you don&#8217;t need any pricey hardware.</p>
<p>What you need:</p>
<ol>
<li>A computer and operating system (In my case, Ubuntu 9.04)</li>
<li>A network card that uses our connection from the ISP</li>
<li>A wireless card that supports &#8216;master mode&#8217; in linux.</li>
</ol>
<p><strong>1) </strong>The box I&#8217;m using in this example was originally used as my desktop system and is far more powerful than what you realistically need. I prefer using laptops (especially when going to and from work) so I&#8217;ve converted it for this project.</p>
<p>The specs are:</p>
<p>Processor - Intel Core 2 Quad Q6600 2.4ghz 8mb L2 cache<br />
Motherboard - Intel BLKDG35EC<br />
RAM - 8gb (4 x 2GB Kingston DDR2 PC800)<br />
HD - Western Digital 320GB 7200RPM SATA<br />
Graphics - Nvidia Inno3d 8600GT PCIE 512mb S-video/DVI/VGA<br />
Network - Onboard gigabit ethernet, TP-LINK TL-WN651g<br />
Case - Basic case<br />
Power - ACBEL INTELLIGENT POWER 610W ACTIVE PFC</p>
<p>I&#8217;m running Ubuntu 9.04. For this example, I&#8217;ll be assuming that everyone is running Ubuntu 9.04 but it shouldn&#8217;t vary that much between different linux distros.</p>
<p><strong>2)</strong> I&#8217;m using my onboard network card connected to a DSL modem. I actually want to replace this step with an internal PCI modem but I&#8217;m having trouble finding a suitable card right now.</p>
<p><strong>3)</strong> This one took me a long time! I originally hoped I could use USB wifi adapters since this would make it easier to use many to service a big wireless area. I have tested many usb wifi adapters and had no problem getting them to act as access points/&#8217;master mode&#8217; in Windows XP but not in Ubuntu! (For those interested, I had best success with adapters using the r8187 chipset).</p>
<p>It was a bit easier finding a PCI wifi card that would work in master mode. The easiest thing to do is find any card which uses an Atheros chipset and use madwifi drivers (explained later). I loaded a few local computer shop websites and then checked their stock against the <a href="http://madwifi-project.org/wiki/Compatibility">madwifi compatibility list</a>. I eventually ended up with a TP-LINK TL-WN651g.<br />
<strong>Configuring the server</strong></p>
<p>The first thing to do is install Ubuntu. Download the ISO, burn to DVD and install. I won&#8217;t go into detail on this because there&#8217;s nothing to do really.</p>
<p><strong>Configure the network card to take connection from our ISP</strong></p>
<p>Open a terminal and edit /etc/network/interfaces by adding the following:</p>
<p>#isp<br />
auto eth0<br />
iface eth0 inet dhcp</p>
<p>This assumes that you&#8217;re plugging this network card into a source that&#8217;s running a DHCP server such as a standard router/DSL modem. If you run &#8216;/etc/init.d/networking restart&#8217; you should now be online, great!</p>
<p><strong>Configure DNS</strong></p>
<p>Since we&#8217;re going to act as an access point, we need to enter the DNS servers we&#8217;re going to use. You can enter your ISPs DNS servers or free ones like those provided by <a href="http://www.opendns.com/">OpenDNS</a>. In this example, I&#8217;ll assume you&#8217;re going to use OpenDNS.</p>
<p>Open a terminal and edit /etc/resolv.conf so that it reads as the following:<br />
nameserver 208.67.222.222<br />
nameserver 208.67.220.220</p>
<p><strong>Configuring the wireless card with madwifi drivers<br />
</strong></p>
<p>To get the wireless card to act as an access point we need special drivers known as madwifi. To set this up I simply plugged my pci wireless card into the server and then (in gnome session) I clicked &#8217;system&gt;administration&gt;hardware drivers&#8217; where it automatically searched for drivers and offered me &#8216;Alternate Atheros &#8220;madwifi&#8221; driver. I simply selected and enabled this driver.</p>
<p>After this, I run the following command in a terminal:</p>
<p>apt-get install madwifi-tools</p>
<p>This installs a package of tools we need to configure the card as an access point.</p>
<p>To force the card to always go into AP mode, we&#8217;re going to edit file &#8216;<code>/etc/modprobe.d/madwifi' by adding the following to it:</code></p>
<blockquote><p><code>options ath_pci autocreate=ap</code></p></blockquote>
<p>After adding the above, we&#8217;ll run &#8216;<code>modprobe ath_pci'</code></p>
<p><strong>Configure wireless card to setup access point</strong></p>
<p>Again we&#8217;re going to open a terminal and edit our /etc/network/interfaces file by adding the following:</p>
<p>#wifi ap<br />
auto ath0<br />
iface ath0 inet static<br />
wireless-mode master<br />
wireless-essid linksys<br />
address 192.168.1.1<br />
network 192.168.1.0<br />
netmask 255.255.255.0<br />
broadcast 192.168.1.255</p>
<p>If you run &#8216;/etc/init.d/networking restart&#8217; and scan for wireless access points from another computer, you should now see an access point called &#8216;linksys&#8217;. We&#8217;re not done yet though! If you connect, nothing&#8217;s going to happen.</p>
<p><strong>Configure the server to route the traffic from the wirless through our ISP connection (eth0)</strong></p>
<p>In terminal run &#8216;echo boxer &gt; /etc/hostname&#8217;</p>
<p>Edit &#8216;/etc/hosts&#8217; to look the same as:</p>
<blockquote><p>127.0.0.1       boxer   localhost.localdomain   localhost<br />
192.168.0.100   boxer     server</p>
<p># The following lines are desirable for IPv6 capable hosts<br />
::1     ip6-localhost ip6-loopback<br />
fe00::0 ip6-localnet<br />
ff00::0 ip6-mcastprefix<br />
ff02::1 ip6-allnodes<br />
ff02::2 ip6-allrouters<br />
ff02::3 ip6-allhosts</p></blockquote>
<p>Make a new file &#8216;/etc/init.d/iptables&#8217; and copy the following into it:</p>
<blockquote><p>#! /bin/sh<br />
echo 1 &gt; /proc/sys/net/ipv4/ip_forward<br />
iptables -F<br />
iptables -X<br />
iptables -t nat -F<br />
iptables -t nat -X<br />
iptables -t mangle -F<br />
iptables -t mangle -X<br />
iptables -P INPUT ACCEPT<br />
iptables -P FORWARD ACCEPT<br />
iptables -P OUTPUT ACCEPT<br />
iptables -t nat -A POSTROUTING -o ath0 -j MASQUERADE</p></blockquote>
<p>To make our new file executable, run &#8216;chmod +x /etc/init.d/iptables&#8217; and then to make it run on startup run &#8216;update-rc.d iptables defaults &#8216;</p>
<p><strong>Install DHCP server</strong></p>
<p>We need to install a DHCP server so that when clients connect, they&#8217;re given an IP address. To do this, run</p>
<p>apt-get install dhcp3-server</p>
<p>After this is installed, edit &#8216;/etc/default/dhcp3-server&#8217; so that INTERFACES=&#8221;ath0&#8243;</p>
<p>Next, add the following to the bottom of file &#8216;/etc/dhcp3/dhcpd.conf&#8217;</p>
<blockquote><p>authoritative;<br />
subnet 192.168.1.0 netmask 255.255.255.0 {<br />
range                           192.168.1.100 192.168.1.200;<br />
option domain-name-servers      208.67.222.222,208.67.220.220;<br />
option routers                  192.168.1.1;<br />
default-lease-time              600;<br />
max-lease-time                  7200;<br />
}</p></blockquote>
<p><strong>Reboot</strong></p>
<p>Everything should now be installed and setup. Now we reboot, cross our fingers and hope everything worked.</p>
<p><strong>Conclusion</strong></p>
<p>I want to update this post with how to install and configure squid as a transparent caching proxy (no need to configure the clients). Right now this just feeds traffic straight through.</p>
<p>I also want to keep working on getting USB wifi adapters working in &#8216;master/AP&#8217; mode since this would greatly help servicing a large area. Imagine, you can use multiple cheap USB wifi adapters with a different range of antennas connected.</p>
<p>I&#8217;m not a linux guru and a lot of this information I&#8217;ve learnt/collated from different forums, sites and such like. I can&#8217;t see that I&#8217;ve missed anything out but let me know if you run into any problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/ubuntu-gateway-access-point-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another Euro Drive</title>
		<link>http://www.esrun.co.uk/blog/another-euro-drive/</link>
		<comments>http://www.esrun.co.uk/blog/another-euro-drive/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 10:31:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/?p=358</guid>
		<description><![CDATA[Woooo! Well It looks like I&#8217;ll be doing another drive across mainland Europe in January  
The first time I did a drive across Europe I didn&#8217;t even bother taking a camera but the second time I did a little post on it with some pics.
I actually found an old MP3 which I recorded the [...]]]></description>
			<content:encoded><![CDATA[<p>Woooo! Well It looks like I&#8217;ll be doing another drive across mainland Europe in January <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>The first time I did a drive across Europe I didn&#8217;t even bother taking a camera but the second time I did a <a href="http://www.esrun.co.uk/blog/back-in-the-uk/">little post</a> on it with some pics.</p>
<p>I actually found an old MP3 which I recorded the night before I went on the drive. At the time I was doing SEO for an insurance company and because I wanted a break and I&#8217;m impatient I booked the ferry for the next day! The night before I saw my friend and we had a few drinks and he <a href="http://www.esrun.co.uk/blog/wp-content/uploads/2007/09/recording11.mp3">sang this</a> on the fly.</p>
<p>The great thing about Europe is once you&#8217;re in, that&#8217;s basically it, no hassle! Just drive anywhere at anytime without any problems.</p>
<p>I&#8217;m torn between attempting a long drive to somewhere like Russia or visiting multiple countries. I like the idea of driving to Russia and back because its quite a challenge since its such a distance and you travel through a fair amount of countries but I wouldn&#8217;t really have time to do anything in the countries but have a quick nap before moving onto the next. </p>
<p>If however I decide to visit multiple countries then I&#8217;m thinking something..</p>
<p>Ferry from Dover(UK) to Dunkirk(France)</p>
<p>Dunkirk to Frankfurt(Germany)</p>
<p>Frankfurt to Zurich(Switzerland)</p>
<p>Zurich to Rome(Italy)</p>
<p>Rome to Geneva (France)</p>
<p>Geneva to Paris(France) or Dunkirk(France)&#8230; depending on timing</p>
<p>Not an easy drive to do in a short time (7 or 10 days) but that kinda makes it more challenging <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>If you have any suggestions on places to visit or changes to the route then feel free to comment! Nothings set in stone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/another-euro-drive/feed/</wfw:commentRss>
<enclosure url="http://www.esrun.co.uk/blog/wp-content/uploads/2007/09/recording11.mp3" length="2121984" type="audio/x-mpeg" />
		</item>
		<item>
		<title>Namecheap checkout referal</title>
		<link>http://www.esrun.co.uk/blog/namecheap-checkout-referal/</link>
		<comments>http://www.esrun.co.uk/blog/namecheap-checkout-referal/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 08:36:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/?p=352</guid>
		<description><![CDATA[I actually can&#8217;t beleive this! I had to renew some domains in Namecheap so I sign in and choose to use funds already in the account. Should be a 1 minute job I think..
I get an error saying my checkout request was invalid.. so I hit back and click proceed again.. same error. Then I [...]]]></description>
			<content:encoded><![CDATA[<p>I actually can&#8217;t beleive this! I had to renew some domains in Namecheap so I sign in and choose to use funds already in the account. Should be a 1 minute job I think..</p>
<p>I get an error saying my checkout request was invalid.. so I hit back and click proceed again.. same error. Then I decide I have no choice but to read the error. You must have referral data turned on! WHAT THE HELL!? I have my browser referal data disabled in firefox and I can&#8217;t believe there are people out there using referal data for checkout/basket systems.</p>
<p>Get with the times namecheap!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/namecheap-checkout-referal/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick post</title>
		<link>http://www.esrun.co.uk/blog/quick-post/</link>
		<comments>http://www.esrun.co.uk/blog/quick-post/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 17:50:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/quick-post/</guid>
		<description><![CDATA[This is just a quick post with no real seo focus.
To start with, I have a special promo for Boysstuff this week! 25% of anything in their catalog. Okay their prices are a little high to start with but with 25% off they&#8217;re pretty good! Just use the coupon code RTN25 before 31/03/2008.
The old saying [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a quick post with no real seo focus.</p>
<p>To start with, I have a special promo for Boysstuff this week! 25% of anything in their catalog. Okay their prices are a little high to start with but with 25% off they&#8217;re pretty good! Just use the coupon code RTN25 before 31/03/2008.</p>
<p>The old saying is that the way to a mans heart is threw his stomach.. the way to an SEOs contacts or knowledge also seems to be the same way as I recieved a box of kitkats today from <a href="http://www.seoidiot.com">SEOIdiot</a> as a bribe lol! He knows I would tell him anyway but he does like to have his little jokes. So thanks for that <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.esrun.co.uk/blog/wp-content/uploads/2008/03/dsc_00035.jpg">  			<img src="http://www.esrun.co.uk/blog/wp-content/uploads/2008/03/dsc_00035_thumbnail.jpg" width="128" /></a></p>
<p>I&#8217;m going to be doing a few posts on targeted offline spamming&lt;/strike&gt; I mean advertising soon. I&#8217;m sure everyone has thought about it before so keep an eye out for the future posts <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m also going to start offering online versions of some of my scripts so you can use them quickly online without having to download them and put them on your own hosting <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/quick-post/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ukskydiving.com moan</title>
		<link>http://www.esrun.co.uk/blog/ukskydivingcom-moan/</link>
		<comments>http://www.esrun.co.uk/blog/ukskydivingcom-moan/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 13:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/ukskydivingcom-moan/</guid>
		<description><![CDATA[Update: I have now made a few trips to the north london parachute centre without being able to jump. They stuff many people into each day then send a bunch home each time. AVOID THEM!
So 2 days ago I book a sky dive with ukskydiving.com who are &#8220;North london parachute Centre&#8221;.. North london my arse, [...]]]></description>
			<content:encoded><![CDATA[<p>Update: I have now made a few trips to the <strong>north london parachute centre</strong> without being able to jump. They stuff many people into each day then send a bunch home each time. AVOID THEM!</p>
<p>So 2 days ago I book a sky dive with ukskydiving.com who are &#8220;North london parachute Centre&#8221;.. North london my arse, it&#8217;s in March, Cambridge and cost me a ridiculous 4 hours travelling (1 hour into London then 3 onwards) and the ticket from London to March station was £77! What a joke, they want people to use public transport but its dog slow and costs a fortune. Fuck the environment, I can&#8217;t afford to care for the environment with prices like these.</p>
<p>The guys at the airfield said the weather has been terrible and unsuitable for days so I&#8217;m not sure why ukskydiving.com let me book it just 2 days ago knowing full well it was absolutely more than likely I&#8217;d be wasting my time and money. What a load of bollocks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/ukskydivingcom-moan/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Its my birthday and I&#8217;ll cry if I want to</title>
		<link>http://www.esrun.co.uk/blog/its-my-birthday-and-ill-cry-if-i-want-to/</link>
		<comments>http://www.esrun.co.uk/blog/its-my-birthday-and-ill-cry-if-i-want-to/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 03:33:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/its-my-birthday-and-ill-cry-if-i-want-to/</guid>
		<description><![CDATA[Well It was my birthday and I turned upto the office to find a tin of strongbow, carlsberg and blackcurrent to make a snakebite in the morning wahey!!!!

I went out with good old mates in the evening to nandos, keeping it real with good quality and well priced food. Although the alcohol is a little [...]]]></description>
			<content:encoded><![CDATA[<p>Well It was my birthday and I turned upto the office to find a tin of strongbow, carlsberg and blackcurrent to make a snakebite in the morning wahey!!!!</p>
<p><a href="http://www.esrun.co.uk/blog/wp-content/uploads/2007/11/dsc00659.JPG" title="dsc00659.JPG"><img src="http://www.esrun.co.uk/blog/wp-content/uploads/2007/11/dsc00659.thumbnail.JPG" alt="dsc00659.JPG" /></a></p>
<p>I went out with good old mates in the evening to nandos, keeping it real with good quality and well priced food. Although the alcohol is a little over priced. A mate bought me the new radio 1 live lounge CD so I tried to get them to play it while we ate the food but supposedly the CD is &#8220;incompatible&#8221; with their CD system&#8230; rightttttt&#8230;</p>
<p>After the food we went onto a quality bar in Southend and bought a couple bottles of  laurent pierre champagne. After buying a couple bottles of the champaigne and some shots they were happy to play  my CD and put on some tunes which other people in the bar obviously weren&#8217;t enjoying all that much.</p>
<p><a href="http://www.esrun.co.uk/blog/wp-content/uploads/2007/11/dsc00663.JPG" title="dsc00663.JPG"><img src="http://www.esrun.co.uk/blog/wp-content/uploads/2007/11/dsc00663.thumbnail.JPG" alt="dsc00663.JPG" /></a></p>
<p>I went to the bar again at about 11:20pm and they wouldn&#8217;t serve me because their licence only went upto  11PM but after offering the bar guy £20 ($40) her sold us another bottle of champaigne which was cool, even if he did get all pissy about one poxy broken glass.</p>
<p><a href="http://www.esrun.co.uk/blog/wp-content/uploads/2007/11/dsc00662.JPG" title="dsc00662.JPG"><img src="http://www.esrun.co.uk/blog/wp-content/uploads/2007/11/dsc00662.thumbnail.JPG" alt="dsc00662.JPG" /></a></p>
<p>After the bar we went down to the casino and I logged my friends in as guests and we continued to drink ciders, shots and lagers.</p>
<p>I pulled one of the bouncers to a side and asked about strip clubs.. there was two He recommended and one was in Southend. Unfortunately the Southend one had already closed at half midnight so we drove to the Basildon one but when we arrived there they wouldn&#8217;t let us in because only half hour was left at the club so I offered some money to get in but they wanted £40 ($80) per person to get in, even though some other people were allowed in without hassle. So I told them they were trying to mug me off, especially since there&#8217;s only 30 mins left and it got a little lary. After two big guys and a smaller guy told me I should just leave I was happy to just say &#8220;Okay you were trying to mug me off but I know when it&#8217;s time to leave&#8221; so that was the end of my night.</p>
<p>It was a good birthday keeping it real in Southend <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/its-my-birthday-and-ill-cry-if-i-want-to/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Random: Moro reflex</title>
		<link>http://www.esrun.co.uk/blog/random-moro-reflex/</link>
		<comments>http://www.esrun.co.uk/blog/random-moro-reflex/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 22:08:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/random-moro-reflex/</guid>
		<description><![CDATA[Well this post is a bit of a random slightly drunk post&#8230; but hey its my blog so I can do that!
I was browsing Digg earlier and came across a story about the Moro Reflex in babies. So most people I have tried to talk to about this think I&#8217;m just crazy but oh well! [...]]]></description>
			<content:encoded><![CDATA[<p>Well this post is a bit of a random slightly drunk post&#8230; but hey its my blog so I can do that!</p>
<p>I was browsing Digg earlier and came across a story about the Moro Reflex in babies. So most people I have tried to talk to about this think I&#8217;m just crazy but oh well! It seems to be that when babies are born, for a long time they have this reflex where if they&#8217;re dropped they put their arms out straight away, it&#8217;s presumed to try catch something to stop themselves falling. It&#8217;s quite interesting and quite funny at the same time.</p>
<p>Example video: <a href="http://video.google.com/videoplay?docid=-2508818082092298520">http://video.google.com/videoplay?docid=-2508818082092298520</a></p>
<p>Anyway, I was in the bathroom this evening and looking in the mirror, I stumbled back in a tired/sleepy way and straight away my arms went up. It really made me laugh.</p>
<p>So there you go, a sad and random post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/random-moro-reflex/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Macbook pro warranty</title>
		<link>http://www.esrun.co.uk/blog/macbook-pro-warranty/</link>
		<comments>http://www.esrun.co.uk/blog/macbook-pro-warranty/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 15:53:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.esrun.co.uk/blog/macbook-pro-warranty/</guid>
		<description><![CDATA[Well some readers will remember that about 10 months ago I purchased a macbook pro and have been using it pretty much constantly since and it has been a joy. Unfortunately along the way a few problems did start to appear.
Macbook pro pitting paint
After about 2-3 months  of using the laptop it started to [...]]]></description>
			<content:encoded><![CDATA[<p>Well some readers will remember that about 10 months ago I purchased a macbook pro and have been using it pretty much constantly since and it has been a joy. Unfortunately along the way a few problems did start to appear.</p>
<p><strong>Macbook pro pitting paint</strong></p>
<p>After about 2-3 months  of using the laptop it started to develop loads of little black dots where my palms rested, pretty much wrecking the appearance of the laptop. I called to report this to apple expecting them to offer to fix it but instead they told me it was a cosmetic issue which wasn&#8217;t covered by warranty. This got me pretty mad considering their warranty states defective materials and If you ask me it wasn&#8217;t upto the task of what it was built for and certaintly didn&#8217;t last a reasonable amount of time before becoming damaged which to me indicates it to be a defective material! The problem is discussed throughout the internet but apple refuse to accept it as a problem. Anyway I figured that it doesn&#8217;t really impact the use of the laptop other than the resale price and of course appearance if used in a meeting or such like so I decided to just ignore it and carry on. The image below shows the problem, although mine was much worse than this.</p>
<p><a href="http://www.esrun.co.uk/blog/wp-content/uploads/2007/08/macbook-pitting2.jpg" title="macbook pro pitting paint"><img src="http://www.esrun.co.uk/blog/wp-content/uploads/2007/08/macbook-pitting2.thumbnail.jpg" alt="macbook pro pitting paint" /></a></p>
<p><strong>Fading paint on strip under keyboard on macbook</strong></p>
<p>Soon after another issue appeared which is a strip just under the keyboard which also started to show paint issues. Again I ignored this since I knew what the responce from Apple would be.</p>
<p><strong>Red light coming on when unplugging headphones from macbook</strong></p>
<p>Sometimes I would unplug my headphones from the laptop and a red light would come on where you plug in the 3.5mm headphone jack and it would disable my speakers. I searched for this problem and found out it was a little switch in the hole which enabled/disabled digital output for fibre or something like that. To get around this you simply plug in and remove the headphones several times until it resolves itself.</p>
<p>After experiencing a few more issues I decided to take the laptop into an apple store before the 1 year warranty ran out. Handy tip for those thinking about buying a mac&#8230; buy from a John Lewis store and you will get an extended warranty of 2 years.</p>
<p>Right hinge worn out</p>
<p>Macbook latch doesn&#8217;t work causing it to not close properly</p>
<p>Optical drive wont eject disks (Resolved by blowing into the drive and then hitting eject, oddly enough!)</p>
<p>When I showed the &#8220;genius&#8221; my macbook he said it was the worst condition he&#8217;d ever seen a mac laptop in and that he&#8217;d been working there for many  years. I tried to explain that I used the laptop every day and wasn&#8217;t just your average user but he just said &#8220;Well most people use their laptops everyday&#8221;. Oh well, I couldn&#8217;t be bothered to explain the different between those who use their laptop and those who really <strong>use</strong> their laptops, if you get what I mean. He argued that the issues were cosmetic and unlikely to be covered by the warranty but to leave the laptop with them and they&#8217;d let me know. He asked me to sign a form which confirmed that I was leaving the laptop with them and that I had declined the £30 backup, I duly signed the form and left the shop with my laptop in their hands. I declined the backup because the harddrive has only just been replaced with stock HD so doesn&#8217;t contain any sensitive information, just the operating system.</p>
<p>Anyway, I left the store after about 30 minutes of talking to the <em>genius </em>and giving him all the information about me and my macbook. I got into my car and started to read through the form he got me to sign and it had some text about possible charges and T&amp;C in faint on the back. I was a little annoyed that he advised the form was simply to confirm I was leaving it with them and declined the backup when infact it discusses possible fees etc. Okay fair point you should read all documents in full before you sign them but when someone explains to me what the form is that I&#8217;m signing then I generally just accept what they say and sign the document, especially when its somethign so trivial like warranty issues. Annoyed about this and the fact that they were arguing issues which i consider to be covered within warranty I wrote to(well, emailed) Steve jobs on saturday and this morning I recieved a call from a rep on his behalf who spoke to the staff in the apple shop and sorted everything out for me.</p>
<p>Provided it has all indeed been sorted out then I think I&#8217;ll buy the new imac when I go to pick my macbook up. I&#8217;m a little annoyed that I have had so much hassle getting warranty issues resolved because I have had ipods replaced with pretty much no questions asked in the past so I expected a similar level of service. If there are continuing issues with this warranty claim then I&#8217;ll probably not buy the imac just out of principal. I can get dell systems for half the price and with next day business replacement for half the price of the mac systems. Okay I admit it will not look or feel as nice but I reckon I could get over that knowing that if/when something goes wrong they will be on it straight away. You can install mac os x on a standard pc now anyway so that&#8217;s not a problem! Get a bog standard dell system, install os X, plug in a mighty mouse and mac keyboard, job done <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/macbook-pro-warranty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back to Europe</title>
		<link>http://www.esrun.co.uk/blog/back-to-europe/</link>
		<comments>http://www.esrun.co.uk/blog/back-to-europe/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 13:42:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.onlinehoster.com/blog/back-to-europe/</guid>
		<description><![CDATA[Regular readers will remember that I went over to Europe and drove around a bit about a month and a half ago&#8230; well I have decided that I want another little break so I&#8217;m going back! I just booked an 8pm ferry tomorrow night to Dunkurque and a return ferry Midnight on tuesday.
If anyone has [...]]]></description>
			<content:encoded><![CDATA[<p>Regular readers will remember that I went over to Europe and <a href="http://www.onlinehoster.com/blog/back-in-the-uk/">drove around</a> a bit about a month and a half ago&#8230; well I have decided that I want another little break so I&#8217;m going back! I just booked an 8pm ferry tomorrow night to Dunkurque and a return ferry Midnight on tuesday.</p>
<p>If anyone has any suggestions on where I should go then let me know! I&#8217;ll be looking over <a href="http://www.flashearth.com">flash earth</a> tonight to see what my options are, I love driving through different countries so no matter where I go it should be good.</p>
<p>The funny thing is I have spent forever looking at new cars since I think it&#8217;s about time I bought a nice car. I currently drive a rather basic renault clio but only drive about 10 miles a day so there&#8217;s never been a good reason to get a decent car. Anyway I have spent so much time looking at new cars but no time at all on this trip lol oops.</p>
<p>Comment if you have any suggestions <img src='http://www.esrun.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Update: I decided to go see a friend tonight and have a few drinks(read: A LOT of drinks) since I&#8217;m going away and he plays guitar quite well and made a song up on the fly which I recorded on my cell phone so I thought i&#8217;d stick it up here &#8230;*file removed. back 14th july*<a href="http://www.onlinehoster.com/blog/Recording.amr"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esrun.co.uk/blog/back-to-europe/feed/</wfw:commentRss>
<enclosure url="http://www.onlinehoster.com/blog/Recording.amr" length="211718" type="audio/amr" />
		</item>
	</channel>
</rss>
