<?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>Blog of Finster</title>
	<atom:link href="http://finster.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 14 Feb 2010 20:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Creating EFI String for Asus 8400GS Silent</title>
		<link>http://finster.co.uk/2010/02/14/creating-efi-string-for-asus-8400gs-silent/</link>
		<comments>http://finster.co.uk/2010/02/14/creating-efi-string-for-asus-8400gs-silent/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 20:58:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hackintosh]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=162</guid>
		<description><![CDATA[There are a number of ways of getting your graphics card working within OS X (in order of difficulty) : -

Adding &#8220;GraphicsEnabler=Yes&#8221; to Chameleon /Extra/com.apple.Boot.plist
Adding EFI string to Chameleon /Extra/com.apple.Boot.plist
Using an injector such as NVInject or NVEnabler
Patching your DSDT file

The first one didn&#8217;t work for my Asus Silent EN8400GS, so here&#8217;s how I generated and [...]]]></description>
			<content:encoded><![CDATA[<p>There are a number of ways of getting your graphics card working within OS X (in order of difficulty) : -</p>
<ul>
<li>Adding &#8220;GraphicsEnabler=Yes&#8221; to Chameleon /Extra/com.apple.Boot.plist</li>
<li>Adding EFI string to Chameleon /Extra/com.apple.Boot.plist</li>
<li>Using an injector such as NVInject or NVEnabler</li>
<li>Patching your DSDT file</li>
</ul>
<p>The first one didn&#8217;t work for my Asus Silent EN8400GS, so here&#8217;s how I generated and added an EFI string.</p>
<p>First, install &#8220;<a href="http://forum.netkas.org/index.php/topic,64.0.html">gfxutil</a>&#8221;</p>
<p>Next, get the location of your graphics card by entering the following: -<br />
gfxutil -f display</p>
<p>You should get something back like this: -</p>
<p>DevicePath = PciRoot(0&#215;1)/Pci(0&#215;1,0&#215;0)/Pci(0&#215;0,0&#215;0)</p>
<p>Next, create a file called &#8220;graphics.plist&#8221; which is the following (but put your settings in): -</p>
<p><span style="color: #ff0000;">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;</span></p>
<p><span style="color: #ff0000;">&lt;!DOCTYPE plist PUBLIC &#8220;-//Apple//DTD PLIST 1.0//EN&#8221; &#8220;http://www.apple.com/DTDs/PropertyList-1.0.dtd&#8221;&gt;</span></p>
<p><span style="color: #ff0000;">&lt;plist version=&#8221;1.0&#8243;&gt;</span></p>
<p><span style="color: #ff0000;">&lt;dict&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;PciRoot(0&#215;1)/Pci(0&#215;1,0&#215;0)/Pci(0&#215;0,0&#215;0)&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;dict&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;@0,compatible&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;NVDA,NVMac&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;@0,device_type&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;display&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;@0,name&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;NVDA,Display-A&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;@1,compatible&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;NVDA,NVMac&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;@1,device_type&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;display&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;@1,name&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;NVDA,Display-B&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;NVCAP&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;data&gt;BAAAAAAAAwAEAAAAAAAABwAAAAA=&lt;/data&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;NVPM&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;data&gt;AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==&lt;/data&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;VRAM,totalsize&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;0&#215;20000000&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;device_type&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;NVDA,Parent&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;model&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;nVidia Geforce 8400GS&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;name&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;display&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;key&gt;rom-revision&lt;/key&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;string&gt;nVidia Geforce 8400GS OpenGL Engine&lt;/string&gt;</span></p>
<p><span style="color: #ff0000;"> &lt;/dict&gt;</span></p>
<p><span style="color: #ff0000;">&lt;/dict&gt;</span></p>
<p><span style="color: #ff0000;">&lt;/plist&gt;</span></p>
<p>Next you need to generate a hex string to be inserted &#8211; run the following command: -</p>
<p>gfxutil -i xml -o hex graphics.plist graphics.hex</p>
<p>This will create a &#8220;graphics.hex&#8221; file in the current directory.</p>
<p>Lastly, copy and paste this string into your /Extra/com.apple.Boot.plist file in the following format: -</p>
<p>&lt;key&gt;device-properties&lt;/key&gt;<br />
&lt;string&gt;640200000100000001000000580200000d00000002010c00d041030a010000000101060000010101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e000000270000006e5669646961204765666f72636520383430304753204f70656e474c20456e67696e6522000000400030002c006400650076006900630065005f00740079007000650000000b000000646973706c6179100000004e00560043004100500000001800000004000000000003000400000000000007000000000e0000006e0061006d00650000000b000000646973706c617914000000400030002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f00640065006c000000190000006e5669646961204765666f726365203834303047530e0000004e00560050004d000000200000000100000000000000000000000000000000000000000000000000000014000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d4220000000400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d6163220000005600520041004d002c0074006f00740061006c00730069007a0065000000080000000000002020000000400030002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564d616322000000400031002c006400650076006900630065005f00740079007000650000000b000000646973706c61791c0000006400650076006900630065005f00740079007000650000000f0000004e5644412c506172656e74&lt;/string&gt;</p>
<p>Reboot and voila! You should have Quartz Extreme (QI) and Core Image (CI) enabled &#8211; open up Front Row, if it works then you&#8217;re done!</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2010/02/14/creating-efi-string-for-asus-8400gs-silent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sub-£200 Hackintosh</title>
		<link>http://finster.co.uk/2010/01/23/sub-200-hackintosh/</link>
		<comments>http://finster.co.uk/2010/01/23/sub-200-hackintosh/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 14:56:41 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=145</guid>
		<description><![CDATA[Here are the specs of my soon-to-be-built hackintosh&#8230;
Gigabyte GA-G31M-ES2L iG31 Socket 775 mATX Motherboard
Manuf Code: GA-G31M-ES2L
£ 32.35
Intel Celeron Dual Core CPU &#8211; E1500 2.2 GHz (800 MHz) Socket 775 512kb Cache
Manuf Code: BX80557E1500
 £ 34.63
Asus 8400GS Silent 512MB DDR2 DVI VGA Out PCI-E Graphics Card
Manuf Code: 8400GSILENTP512MA
£24.86
Crucial 2GB DDR2 800MHz/PC2-6400 RAM
Manuf Code: CT25664AA800
 £ 34.00
Shiny [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the specs of my soon-to-be-built hackintosh&#8230;</p>
<p style="padding-left: 30px;"><span style="color: #800080;">Gigabyte GA-G31M-ES2L iG31 Socket 775 mATX Motherboard<br />
Manuf Code: GA-G31M-ES2L<br />
<a href="http://www.ebuyer.com/product/152225">£ 32.35</a></span></p>
<p style="padding-left: 30px;"><span style="color: #800080;">Intel Celeron Dual Core CPU &#8211; E1500 2.2 GHz (800 MHz) Socket 775 512kb Cache<br />
Manuf Code: BX80557E1500<br />
<a href="http://www.ebuyer.com/product/165381"> £ 34.63</a></span></p>
<p style="padding-left: 30px;"><span style="color: #800080;">Asus 8400GS Silent 512MB DDR2 DVI VGA Out PCI-E Graphics Card<br />
Manuf Code: 8400GSILENTP512MA<br />
<a href="http://www.ebuyer.com/product/174131">£24.86</a></span></p>
<p style="padding-left: 30px;"><span style="color: #800080;">Crucial 2GB DDR2 800MHz/PC2-6400 RAM<br />
Manuf Code: CT25664AA800<br />
<a href="http://www.ebuyer.com/product/142399"> £ 34.00</a></span></p>
<p style="padding-left: 30px;"><span style="color: #800080;">Shiny Piano Black/Silver Slim MicroATX Mini Tower Case With 400W PSU<br />
Manuf Code: 908BL<br />
<a href="http://www.ebuyer.com/product/134832"> £ 31.05</a></span></p>
<p style="padding-left: 30px;"><span style="color: #800080;">Netgear GA311 PCI Network Card<br />
Manuf Code: GA311-100PES<br />
<a href="http://www.ebuyer.com/product/60013"> £ 16.49</a></span></p>
<p style="padding-left: 30px;"><span style="color: #800080;">Sony AD-5240S 24x Dual Layer SATA DVD±RW<br />
Manuf Code: AD-5240S-0B<br />
<a href="http://www.ebuyer.com/product/170014"> £ 15.30</a></span></p>
<p style="padding-left: 30px;"><strong><span style="color: #800080;">TOTAL : £ 188.68</span></strong></p>
<p>Ok, I&#8217;ve cheated a little bit &#8211; I already had an old 80GB SATA Hard Drive which I will use for this PC, but they can be picked up for around a tenner on ebay&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2010/01/23/sub-200-hackintosh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Torrentflux on the Viglen MPC-L</title>
		<link>http://finster.co.uk/2010/01/10/installing-torrentflux-on-the-viglen-mpc-l/</link>
		<comments>http://finster.co.uk/2010/01/10/installing-torrentflux-on-the-viglen-mpc-l/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 11:49:04 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=142</guid>
		<description><![CDATA[This is a quick guide to installing Torrentflux on my Viglen MPC-L.
First, make sure that python, mysql-server and mysql-client are installed.
Then simply install the software with apt-get: -
    sudo apt-get install torrentflux
Once it is installed, point your web browser at the following location (where a.b.c.d is the IP address of your Viglen).: [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to installing Torrentflux on my Viglen MPC-L.</p>
<p>First, make sure that python, mysql-server and mysql-client are installed.</p>
<p>Then simply install the software with apt-get: -</p>
<pre>    sudo apt-get install torrentflux</pre>
<p>Once it is installed, point your web browser at the following location (where a.b.c.d is the IP address of your Viglen).: -</p>
<p>http://a.b.c.d/torrentflux</p>
<p>&#8230;and then start uploading .torrent files to it.</p>
<p>By default, files are saved in the following location: -</p>
<pre>    /var/cache/torrentflux/</pre>
<p>By default, the ports used are 49160- 49300, so remember to open these on your firewall/router.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2010/01/10/installing-torrentflux-on-the-viglen-mpc-l/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pictures of Hard Drive Swap in Revo</title>
		<link>http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/</link>
		<comments>http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 18:04:47 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=133</guid>
		<description><![CDATA[Here are some pictures of swapping the hard drive in my Acer Aspire Revo.
]]></description>
			<content:encoded><![CDATA[<p>Here are some pictures of swapping the hard drive in my Acer Aspire Revo.</p>

<a href='http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/revo_hd_swap_1/' title='revo_hd_swap_1'><img width="150" height="150" src="http://finster.co.uk/wp-content/uploads/revo_hd_swap_1-150x150.jpg" class="attachment-thumbnail" alt="Remove this circuit board" title="revo_hd_swap_1" /></a>
<a href='http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/revo_hd_swap_2/' title='revo_hd_swap_2'><img width="150" height="150" src="http://finster.co.uk/wp-content/uploads/revo_hd_swap_2-150x150.jpg" class="attachment-thumbnail" alt="Remove the fan" title="revo_hd_swap_2" /></a>
<a href='http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/revo_hd_swap_3/' title='revo_hd_swap_3'><img width="150" height="150" src="http://finster.co.uk/wp-content/uploads/revo_hd_swap_3-150x150.jpg" class="attachment-thumbnail" alt="Remove the heatsink" title="revo_hd_swap_3" /></a>
<a href='http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/revo_hd_swap_4/' title='revo_hd_swap_4'><img width="150" height="150" src="http://finster.co.uk/wp-content/uploads/revo_hd_swap_4-150x150.jpg" class="attachment-thumbnail" alt="Unclip these cables" title="revo_hd_swap_4" /></a>
<a href='http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/revo_hd_swap_5/' title='revo_hd_swap_5'><img width="150" height="150" src="http://finster.co.uk/wp-content/uploads/revo_hd_swap_5-150x150.jpg" class="attachment-thumbnail" alt="Unscrew these to release the hard drive" title="revo_hd_swap_5" /></a>

]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2010/01/06/pictures-of-hard-drive-swap-in-revo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 and Samba Shares</title>
		<link>http://finster.co.uk/2010/01/02/windows-7-and-samba-shares/</link>
		<comments>http://finster.co.uk/2010/01/02/windows-7-and-samba-shares/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:49:21 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[viglen mpc-l]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=129</guid>
		<description><![CDATA[This is a quick guide to setting up Samba file sharing on my Viglen MPC-L server which is running Ubuntu 8.04.3 LTS. The client is a Windows 7 machine – no changes to the registry or local security policy were needed. The following applies to the version of samba from the repositories &#8211;   smbd version [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to setting up Samba file sharing on my Viglen MPC-L server which is running Ubuntu 8.04.3 LTS. The client is a Windows 7 machine – no changes to the registry or local security policy were needed. The following applies to the version of samba from the repositories &#8211;   smbd version 3.0.28a.</p>
<h2><strong>1. </strong><strong>Install Samba</strong></h2>
<pre>sudo apt-get install samba smbfs</pre>
<h2><strong>2. </strong><strong>Edit Samba Configuration File</strong></h2>
<p>Find the line which is commented out &#8211; “;   security=user” and change it to: -</p>
<pre>security = user</pre>
<pre>username map = /etc/samba/smbusers</pre>
<p>Find the line “encrypt passwords = no” and change it to “encrypt passwords = true”</p>
<p>Add a section for each share that you want to be available: -</p>
<pre>[data]</pre>
<pre>browseable = yes</pre>
<pre>comment = Data</pre>
<pre>path = /data</pre>
<pre>force user = viglen</pre>
<pre>force group = users</pre>
<pre>read only = No</pre>
<pre>guest ok = Yes</pre>
<p><strong> </strong></p>
<h2><strong>3. </strong><strong>Add “smbusers” file</strong></h2>
<p>A new file is now needed to map smb users onto local linux users. Create the file: -</p>
<pre>sudo vi /etc/samba/smbusers</pre>
<p>and add the following to it: -</p>
<pre>viglen = "viglen"</pre>
<h2><strong>4. </strong><strong>Change  SMB Password for user</strong></h2>
<p>Set a password for the viglen smb user by running the following command: -</p>
<pre>sudo smbpasswd viglen</pre>
<h2><strong>5. </strong><strong>Restart Samba</strong></h2>
<pre>sudo /etc/init.d/samba restart</pre>
<h2><strong>6. </strong><strong>Test Connection from Windows</strong></h2>
<p>Open a windows command prompt (Start -&gt; cmd) and enter the following command (with the correct IP address and password)</p>
<pre>net use q: \\aaa.bbb.ccc.ddd\data password /user:viglen</pre>
<p>You should get a message “The command completed successfully.”, and Q: should be accessible through Windows Explorer etc.</p>
<p>To remove the share, enter the following command: -</p>
<pre>net use /d q:</pre>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2010/01/02/windows-7-and-samba-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netgear DGN2000 with o2 LLU Broadband</title>
		<link>http://finster.co.uk/2009/11/12/netgear-dgn2000-with-o2-llu-broadband/</link>
		<comments>http://finster.co.uk/2009/11/12/netgear-dgn2000-with-o2-llu-broadband/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 00:03:46 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adsl]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=126</guid>
		<description><![CDATA[Here are the settings for if you want to replace the standard o2 Thomson modem/router with the Netgear DGN2000. These should be entered into the web interface.
Setup / Basic Settings
Does Your Internet Connection Require A Login? No
Account Name:  Blank
Domain Name:   Blank
Internet IP Address: Get Dynamically From ISP (If you have a static [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the settings for if you want to replace the standard o2 Thomson modem/router with the Netgear DGN2000. These should be entered into the web interface.</p>
<h3>Setup / Basic Settings</h3>
<p>Does Your Internet Connection Require A Login? No<br />
Account Name:  Blank<br />
Domain Name:   Blank<br />
Internet IP Address: Get Dynamically From ISP (If you have a static IP address, enter it here).<br />
Domain Name Server (DNS) Address:  Get Automatically From ISP (I&#8217;m actually using the OpenDNS servers, so I have entered 208.67.222.222 and 208.67.220.220)<br />
NAT (Network Address Translation): Enable<br />
Router MAC Address: Use Default Address</p>
<h3>Setup / ADSL Settings</h3>
<p>Multiplexing Method: LLC-based<br />
VPI: 0<br />
VCI: 101</p>
<h1>Routing Issues</h1>
<p>Unfortunately, I suffered intermittent routing issues &#8211; other users have reported similar issues in <a href="http://forum.o2.co.uk/viewtopic.php?t=22311">this thread</a>.</p>
<p>Thanks to wilderbeastie, there is a workaround detailed <a href="http://forum.o2.co.uk/viewtopic.php?p=140379#140379">here</a>:</p>
<h2>Option One</h2>
<p>1. Enable telnet access in the router.</p>
<p>http://192.168.0.1/setup.cgi?todo=debug</p>
<p>2. Login via telnet to 192.168.0.1 (via putty or the command line)</p>
<p>3. Run the following command: -</p>
<p>&#8220;echo 0 &gt; /proc/sys/net/ipv4/neigh/nas0/ucast_solicit&#8221;</p>
<p>This setting doesn&#8217;t survive a reboot so needs re-applying every time.</p>
<p>If you suffer loss of routing, this procedure also seems to restore it (i.e. you shouldn&#8217;t need to reboot first).</p>
<h2>Option Two</h2>
<p>This is exactly the same fix as detailed in option one but the command is inside the following link &#8211; all you need to do is copy &amp; paste (all one line) into your browser and enter the username and password: -</p>
<p>http://192.168.0.1/setup.cgi?todo=ping_test&amp;c4_IPAddr=%26/bin/echo%200%20%3E/proc/sys/net/ipv4/neigh/nas0/ucast_solicit</p>
<p>Again, this fix doesn&#8217;t survive a reboot.</p>
<h2>Option Three</h2>
<p>James from ADSL24 has patched the standard firmware to run the relevant commands on startup of the router.</p>
<p>The downloads are <a href="http://adsl24.co.uk/forum/showthread.php?t=7628">here</a>.</p>
<p>This method will survive a reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/11/12/netgear-dgn2000-with-o2-llu-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessing ADSL Line Stats from o2 Wireless Box III</title>
		<link>http://finster.co.uk/2009/11/01/accessing-adsl-line-stats-from-o2-wireless-box-iii/</link>
		<comments>http://finster.co.uk/2009/11/01/accessing-adsl-line-stats-from-o2-wireless-box-iii/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 11:26:04 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=123</guid>
		<description><![CDATA[I can&#8217;t find any easy way to access ADSL line stats through the o2-supplied &#8220;Wireless Box III&#8221; (a Thomson TG585n).
The only way that I could access them is by using this link.
Once you&#8217;ve got them, you can copy them into a stats checker such as  this one.
This should all work with the standard &#8220;Administrator&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t find any easy way to access ADSL line stats through the o2-supplied &#8220;Wireless Box III&#8221; (a Thomson TG585n).</p>
<p>The only way that I could access them is by using <a href="http://192.168.1.254/cgi/b/dsl/dt/?ce=1&#038;be=0&#038;l0=1&#038;l1=0">this link</a>.</p>
<p>Once you&#8217;ve got them, you can copy them into a stats checker such as <a href="http://adsl.tin2tin.net/"> this one</a>.</p>
<p>This should all work with the standard &#8220;Administrator&#8221; user (no password), other functionality is available with the SuperUser user &#8211; password default is &#8220;O2Br0ad64nd&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/11/01/accessing-adsl-line-stats-from-o2-wireless-box-iii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Python with PSPad</title>
		<link>http://finster.co.uk/2009/07/13/writing-python-with-pspad/</link>
		<comments>http://finster.co.uk/2009/07/13/writing-python-with-pspad/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 22:06:12 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=120</guid>
		<description><![CDATA[
 PSPad  is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directly. Here&#8217;s how: -


 Go to Settings -> Highlighters Settings 
 Select &#8220;Python&#8221; in the left hand pane (if its not selected already)
 Select the &#8220;Compiler&#8221; tab
 In the &#8220;compiler&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://www.pspad.com/"> PSPad </a> is a great editor for programmers. Instead of using a dedicated Python IDE, PSPad can be tweaked to compile and run scripts directly. Here&#8217;s how: -
</p>
<ul>
<li> Go to Settings -> Highlighters Settings </li>
<li> Select &#8220;Python&#8221; in the left hand pane (if its not selected already)</li>
<li> Select the &#8220;Compiler&#8221; tab</li>
<li> In the &#8220;compiler&#8221; text box, enter or browse to the location of the Python compiler (e.g. C:\Program Files\Python26\python.exe)</li>
<li> In the &#8220;parameters&#8221; text box, enter &#8220;%File%&#8221; (note the double quotes)</li>
<li> Put a tick box in the &#8220;Capture Program Output Window&#8221; option</li>
<li> In the &#8220;LOG parser&#8221; text box, enter *file %F *line %L*</li>
</ul>
<p><img src="http://finster.co.uk/images/pspad_python.gif" alt="PSPad Python Settings" /></p>
<p> Once this is set up correctly, you will be able to run .py files directly from PSPad by going to File -> Compile or using the shortcut (Ctrl+F9). </p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/07/13/writing-python-with-pspad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating twitter from python</title>
		<link>http://finster.co.uk/2009/07/08/updating-twitter-from-python/</link>
		<comments>http://finster.co.uk/2009/07/08/updating-twitter-from-python/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:20:18 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=118</guid>
		<description><![CDATA[Just looking into posting twitter updates from python. I&#8217;ve found three methods so far: -

  Python Twitter Tools 
  python-twitter 
  Command-line via Curl  (can possible do with urllib) 

Hmmm, more investigation required&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Just looking into posting twitter updates from python. I&#8217;ve found three methods so far: -</p>
<ul>
<li> <a href="http://mike.verdone.ca/twitter/"> Python Twitter Tools </a></li>
<li> <a href="http://code.google.com/p/python-twitter/"> python-twitter </a></li>
<li> <a href="http://www.commandlinefu.com/commands/view/176/update-twitter-via-curl"> Command-line via Curl </a> (can possible do with urllib) </li>
</ul>
<p>Hmmm, more investigation required&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/07/08/updating-twitter-from-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pimp my Revo!</title>
		<link>http://finster.co.uk/2009/07/07/pimp-my-revo/</link>
		<comments>http://finster.co.uk/2009/07/07/pimp-my-revo/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:52:17 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[revo]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=105</guid>
		<description><![CDATA[ I&#8217;ve added some extra RAM and a new larger hard drive to my Acer Aspire Revo so here are the final specs: &#8211; 

1.6GHz Intel Atom 230 CPU 
2GB DDR2 RAM 
500GB hard disk 
Nvidia GeForce 9400M graphics 
HDMI, D-SUB out 
eSATA 
6 x USB 
4-in-1 card reader 
Gigabit Ethernet 
802.11bg WLAN 
Size: 30mm [...]]]></description>
			<content:encoded><![CDATA[<p> I&#8217;ve added some extra RAM and a new larger hard drive to my Acer Aspire Revo so here are the final specs: &#8211; </p>
<ul>
<li>1.6GHz Intel Atom 230 CPU </li>
<li>2GB DDR2 RAM </li>
<li>500GB hard disk </li>
<li>Nvidia GeForce 9400M graphics </li>
<li>HDMI, D-SUB out </li>
<li>eSATA </li>
<li>6 x USB </li>
<li>4-in-1 card reader </li>
<li>Gigabit Ethernet </li>
<li>802.11bg WLAN </li>
<li>Size: 30mm x 180mm x 180mm </li>
</ul>
<p> The Windows Experience comes out at a weedy 2.2 due to the Atom CPU but the rest of the ratings look pretty decent for such a low-powered PC (it got up to a maximum of around 34 watts during the tests &#8211; normally it hovers at around 23 watts when idling).</p>
<p><img src="http://finster.co.uk/images/Revo_experience.png" alt="Acer Aspire Revo Windows Experience Rating" /></p>
<p> Next up &#8211; install Linux! </p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/07/07/pimp-my-revo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
