<?xml version="1.0"?>
<rss version="2.0">

<channel>
	<title>Planet HantsLUG</title>
	<link>http://www.hantslug.org.uk/planet/</link>
	<language>en</language>
	<description>Planet HantsLUG - http://www.hantslug.org.uk/planet/</description>

<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Forest of Daffodils - 03 February 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1719212</guid>
	<link>http://www.blipfoto.com/entry/1719212</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/7064340054f2c2b46765a04.63241014.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Sat, 04 Feb 2012 07:00:35 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Mingles Mess - 02 February 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1717290</guid>
	<link>http://www.blipfoto.com/entry/1717290</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/4702393054f2b073c978795.03691620.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Fri, 03 Feb 2012 07:00:29 +0000</pubDate>
</item>
<item>
	<title>David Ramsden: Virtual Hosting With mod_proxy</title>
	<guid permalink="False">http://0wned.it/?p=355</guid>
	<link>http://0wned.it/2012/02/02/virtual-hosting-with-mod_proxy/</link>
	<description>&lt;p&gt;The other day I had someone ask if there's a nice solution to the following problem:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Multiple web development virtual machines but only one external IP address.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The quick solution is to port forward on different ports to each virtual machine. For example 81 goes to VM1, 82 goes to VM2, 83 goes to VM3 etc. Which granted, would work, but isn't a &quot;neat&quot; solution.&lt;/p&gt;
&lt;p&gt;Using mod_proxy under Apache is a much better solution to this problem.&lt;/p&gt;
&lt;p&gt;Deploy a &quot;front-end&quot; server running Apache and mod_proxy. Create a virtual host for each virtual server and then using mod_proxy, reverse proxy to the virtual server. Port forward from the WAN to your front-end Apache server running mod_proxy.&lt;/p&gt;
&lt;p&gt;Here's what an example config would look like on the front-end Apache server:&lt;/p&gt;
&lt;pre class=&quot;crayon-plain-tag&quot;&gt;&lt;code&gt;&amp;lt;VirtualHost 213.131.192.201:80&amp;gt;
     ServerName cust1.dev.domain.com
     ServerAdmin webmaster@cust1.dev.domain.com
     ProxyRequests off
     ProxyPreserveHost on
     ProxyPass / http://192.168.0.100/
     ProxyPassReverse / http://192.168.0.100/
     &amp;lt;Proxy *&amp;gt;
          Order allow,deny
          Allow from all
     &amp;lt;/Proxy&amp;gt;
     ErrorLog /var/log/apache2/cust1.dev.domain.com.log
     CustomLog /var/log/apache2/cust1.dev.domain.com.err.log combined
&amp;lt;/VirtualHost&amp;gt;

&amp;lt;VirtualHost 213.131.192.201:80&amp;gt;
     ServerName cust2.dev.domain.com
     ServerAdmin webmaster@cust2.dev.domain.com
     ProxyRequests off
     ProxyPreserveHost on
     ProxyPass / http://192.168.0.101/
     ProxyPassReverse / http://192.168.0.101/
     &amp;lt;Proxy *&amp;gt;
          Order allow,deny
          Allow from all
     &amp;lt;/Proxy&amp;gt;
     ErrorLog /var/log/apache2/cust2.dev.domain.com.log
     CustomLog /var/log/apache2/cust2.dev.domain.com.err.log combined
&amp;lt;/VirtualHost&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Requests for cust1.dev.domain.com would be reverse proxied to 192.168.0.100 and requests for cust2.dev.domain.com would be reverse proxied to 192.168.0.101. All with one external IP address and one port forward rule.&lt;/p&gt;
&lt;p&gt;Just one of the many uses of mod_proxy. You can also use it for SSL bridging and SSL offloading. Neat!&lt;/p&gt;</description>
	<pubDate>Thu, 02 Feb 2012 22:20:08 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - 50 Pence - 01 February 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1714267</guid>
	<link>http://www.blipfoto.com/entry/1714267</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/20371508284f299fa254acc2.74134432.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Thu, 02 Feb 2012 07:00:31 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - 2  zloty - 31 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1711817</guid>
	<link>http://www.blipfoto.com/entry/1711817</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/18827126384f2858157da910.40958129.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Wed, 01 Feb 2012 07:00:25 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: Picasa Web: Macro</title>
	<guid permalink="False">https://picasaweb.google.com/101210341353704244977/Macro</guid>
	<link>https://picasaweb.google.com/101210341353704244977/Macro</link>
	<description>&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://picasaweb.google.com/101210341353704244977/Macro&quot;&gt;&lt;img alt=&quot;Macro&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;p&gt;&lt;font color=&quot;#333333&quot;&gt;Macro and close up shots&lt;/font&gt;&lt;/p&gt;
&lt;font color=&quot;#6B6B6B&quot;&gt;Location:&lt;/font&gt; &lt;font color=&quot;#333333&quot;&gt;N/A&lt;/font&gt;&lt;br /&gt;
&lt;font color=&quot;#6B6B6B&quot;&gt;Date:&lt;/font&gt; &lt;font color=&quot;#333333&quot;&gt;31 Jan 2012&lt;/font&gt;&lt;br /&gt;
&lt;font color=&quot;#6B6B6B&quot;&gt;Number of Photos in Album:&lt;/font&gt; &lt;font color=&quot;#333333&quot;&gt;19&lt;/font&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;https://picasaweb.google.com/101210341353704244977/Macro&quot;&gt;&lt;font color=&quot;\&quot;&gt;View Album&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</description>
	<pubDate>Tue, 31 Jan 2012 08:00:00 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - 20 Euro Cent - 30 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1709415</guid>
	<link>http://www.blipfoto.com/entry/1709415</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/18253715054f270f8a7706b2.46121356.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Tue, 31 Jan 2012 07:00:26 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: Picasa Web: 30 January 2012</title>
	<guid permalink="False">https://picasaweb.google.com/101210341353704244977/30January2012</guid>
	<link>https://picasaweb.google.com/101210341353704244977/30January2012</link>
	<description>&lt;table&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;https://picasaweb.google.com/101210341353704244977/30January2012&quot;&gt;&lt;img alt=&quot;30 January 2012&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;&lt;font color=&quot;#6B6B6B&quot;&gt;Date:&lt;/font&gt; &lt;font color=&quot;#333333&quot;&gt;30 Jan 2012&lt;/font&gt;&lt;br /&gt;
&lt;font color=&quot;#6B6B6B&quot;&gt;Number of Photos in Album:&lt;/font&gt; &lt;font color=&quot;#333333&quot;&gt;1&lt;/font&gt;&lt;br /&gt;
&lt;p&gt;&lt;a href=&quot;https://picasaweb.google.com/101210341353704244977/30January2012&quot;&gt;&lt;font color=&quot;\&quot;&gt;View Album&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</description>
	<pubDate>Mon, 30 Jan 2012 22:00:50 +0000</pubDate>
</item>
<item>
	<title>Chris Dennis: Xubuntu 11.10 on Novatech B940 NNB-888 laptop</title>
	<guid permalink="False">http://www.fbcs.co.uk/wp/?p=441</guid>
	<link>http://www.fbcs.co.uk/wp/archives/441</link>
	<description>&lt;p&gt;This was for a client who only needs the basics &amp;#8212; email, typing, web browsing &amp;#8212; and doesn't have time to adapt to a trendy new GUI.&lt;/p&gt;
&lt;p&gt;So I installed Xubuntu 11.10 (I like XFCE).&lt;/p&gt;
&lt;p&gt;And it all just worked out of the box &amp;#8212; wifi, webcam, sound etc.&lt;/p&gt;
&lt;p&gt;Except for sleep and hibernation.&amp;nbsp; I tried all sorts of fixes and troubleshooting, but nothing worked.&amp;nbsp; The screen goes blank, but it doesn't turn off.&amp;nbsp; After being forced off, it resumes as though sleep or hibernation had worked.&amp;nbsp; Couldn't solve it, so I just changed the settings to never try to sleep or hibernate.&lt;/p&gt;</description>
	<pubDate>Mon, 30 Jan 2012 14:45:25 +0000</pubDate>
</item>
<item>
	<title>Chris Dennis: Updating from Ubuntu 9.04 to Xubuntu 11.10</title>
	<guid permalink="False">http://www.fbcs.co.uk/wp/?p=419</guid>
	<link>http://www.fbcs.co.uk/wp/archives/419</link>
	<description>&lt;p&gt;I was working on a client's laptop, on which I'd installed Ubuntu 9.04 a few years ago and it hadn't been updated since then.&lt;/p&gt;
&lt;p&gt;I wanted to bring it up to date, and knew that the client wouldn't want the look-and-feel of it to change radically, so to avoid Unity and Gnome 3, I decided to install Xubuntu 11.10.&lt;/p&gt;
&lt;p&gt;I backed everything up, expecting to do a clean install of the new system.&amp;nbsp; But the Xubuntu installer offered to upgrade directly from 9.04, so I tried it, and it worked!&amp;nbsp; &lt;/p&gt;
&lt;p&gt;The only minor glitch was that Thunderbird didn't find the old profile.&amp;nbsp; I had to rename ~/.mozilla-thunderbird to ~/.thunderbird, and then that worked too.&lt;/p&gt;</description>
	<pubDate>Mon, 30 Jan 2012 14:17:38 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Stamps - 29 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1705426</guid>
	<link>http://www.blipfoto.com/entry/1705426</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/20821641604f257ef09d3335.25509985.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Mon, 30 Jan 2012 07:00:27 +0000</pubDate>
</item>
<item>
	<title>Chris Dennis: AppConfig and @ARGV</title>
	<guid permalink="False">http://www.fbcs.co.uk/wp/?p=408</guid>
	<link>http://www.fbcs.co.uk/wp/archives/408</link>
	<description>&lt;p&gt;I've been playing with the Perl AppConfig module (&lt;a href=&quot;http://search.cpan.org/~abw/AppConfig-1.66/lib/AppConfig.pm&quot;&gt;http://search.cpan.org/~abw/AppConfig-1.66/lib/AppConfig.pm&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;It seems that the getopt() method messes up the global @ARGV array even if I pass it a copy. &lt;/p&gt;
&lt;p&gt;	For example: &lt;br /&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;code&gt;#!/usr/bin/perl &lt;br /&gt;
	use strict; &lt;br /&gt;
	use warnings; &lt;br /&gt;
	use AppConfig; &lt;br /&gt;
	my $opts = AppConfig-&amp;gt;new( { CASE&amp;nbsp;&amp;nbsp; =&amp;gt; 0, } ); &lt;br /&gt;
	$opts-&amp;gt;define('config=s', {DEFAULT =&amp;gt; ''}); &lt;br /&gt;
	print &amp;quot;ARGV: @ARGV\n&amp;quot;; &lt;br /&gt;
	my $argvCopy = [@ARGV]; &lt;br /&gt;
	print &amp;quot;argvCopy: @$argvCopy\n&amp;quot;; &lt;br /&gt;
	$opts-&amp;gt;args($argvCopy); &lt;br /&gt;
	print &amp;quot;after args() ARGV: @ARGV\n&amp;quot;; &lt;br /&gt;
	$opts-&amp;gt;getopt(qw(auto_abbrev), $argvCopy); &lt;br /&gt;
	print &amp;quot;after getopt() ARGV: @ARGV\n&amp;quot;; &lt;/code&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;produces this output&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;code&gt;# appconfig-error.pl --config xyz 123 abc &lt;br /&gt;
	ARGV: --config xyz 123 abc &lt;br /&gt;
	argvCopy: --config xyz 123 abc &lt;br /&gt;
	after args() ARGV: --config xyz 123 abc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # @ARGV is still complete &lt;br /&gt;
	after getopt() ARGV: 123 abc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # @ARGV has bits missing &lt;br /&gt;
	&lt;/code&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;This is a problem because I need to call getopt() twice &amp;#8212; once to get at the &amp;#8211;config option, then I read the configuration file with the file() method, then I re-read the command line options so that they override the ones in the configuration file. &lt;/p&gt;
&lt;p&gt;	Using args() is OK &amp;#8212; @ARGV is preserved &amp;#8212; but I need the extra feature of getopt().&lt;/p&gt;
&lt;p&gt;I've emailed the author, so I'll wait to see what his reply is.&lt;/p&gt;</description>
	<pubDate>Sun, 29 Jan 2012 17:18:24 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Clouds - 28 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1702668</guid>
	<link>http://www.blipfoto.com/entry/1702668</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/17462103274f2434de71b585.47478198.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Sun, 29 Jan 2012 07:00:25 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: DA.org: Blip</title>
	<guid permalink="False">http://debian-administration.org/users/ajt/weblog/200</guid>
	<link>http://debian-administration.org/users/ajt/weblog/200</link>
	<description>&lt;p&gt;Last year I bought a Canon DSLR camera. As part of the deal, I agreed to use it and not let it gather dust in a corner. One of the things I've been doing is trying to take regular pictures and upload them to a daily photo blog.&lt;/p&gt;
&lt;p&gt;For most of last year I was managing to load one or two pictures per week at best. Since Christmas I've been able to maintain a daily stream - while only a third are actually DSLR images - I think it has been useful forcing me to think creatively and my DSLR has been used more than it would have been otherwise.&lt;/p&gt;
&lt;p&gt;If you take pictures and have them available digitally it's an interesting idea to have a photo blog. While it may seem a chore, it's not, like all things it does help to practice and you don't have to take a picture every day...&lt;/p&gt;
&lt;p&gt;Here is my photo blog in case you are interested &lt;a href=&quot;http://www.blipfoto.com/ajt&quot; rel=&quot;nofollow&quot;&gt;www.blipfoto.com/ajt&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href=&quot;http://www.debian-administration.org/tag/blogging&quot;&gt;blogging&lt;/a&gt;, &lt;a href=&quot;http://www.debian-administration.org/tag/photography&quot;&gt;photography&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 28 Jan 2012 18:04:00 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: DA.org: Not the best of luck again!</title>
	<guid permalink="False">http://debian-administration.org/users/ajt/weblog/199</guid>
	<link>http://debian-administration.org/users/ajt/weblog/199</link>
	<description>&lt;p&gt;Just when things are going well they start to not go well. Last weekend the power supply suddenly died in my seven year old desktop PC. Well actually at first I didn't know what had died but I borrowed a PSU from a friend and confirmed the rest of the PC was okay.&lt;/p&gt;
&lt;p&gt;I've ordered a replacement model from a local supplier, and even though I plan to replace the PC within the next 2 years anyway I've bought a silent high efficiency model to see if they make a real difference to the noise the PC makes.&lt;/p&gt;
&lt;p&gt;As things go it's not going to break the bank but I don't like it when things break.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Tags&lt;/b&gt;: &lt;a href=&quot;http://www.debian-administration.org/tag/hardware&quot;&gt;hardware&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 28 Jan 2012 17:37:00 +0000</pubDate>
</item>
<item>
	<title>Tony Whitmore: Amy and Andrew: Behind the scenes</title>
	<guid permalink="False">http://tonywhitmore.co.uk/blog/?p=1208</guid>
	<link>http://tonywhitmore.co.uk/blog/2012/01/28/amy-and-andrew-behind-the-scenes/</link>
	<description>&lt;p&gt;I met Emma from &lt;a href=&quot;http://www.emmalappinflowers.com/&quot;&gt;Emma Lappin Flowers&lt;/a&gt; last summer, when I was asked to photograph a wedding to help with the launch of their new blog, &lt;a href=&quot;http://www.pottingshedpostcards.com/&quot;&gt;Postcards from the Potting Shed&lt;/a&gt;. The good news is that the site is now well and truly up and running. Emma included lots of my photographs in her recent &lt;a href=&quot;http://www.pottingshedpostcards.com/on-the-first-day-of-christmas/&quot;&gt;twelve days of Christmas&lt;/a&gt; series of posts, which was amazing to see. I&amp;#8217;ve carried on working with Emma, producing behind the scenes photographs and video of two more weddings. Emma has been incredibly supportive, giving me these opportunities to photograph her and her team at work, and I&amp;#8217;m very grateful. This weekend Emma e-mailed me with some very exciting news that I can&amp;#8217;t wait to share.&lt;/p&gt;
&lt;p&gt;Anyway, back to last summer. I met up with Emma and Amy at &lt;a href=&quot;http://www.lainstonhouse.com&quot;&gt;Lainston House Hotel&lt;/a&gt; near Winchester, a superbly impressive venue and a beautiful English country hotel. I could have shot there all day, there were so many little gardens, lawns, walls and even a crumbling old chapel just perfect for beautiful wedding photos. The wedding itself was stunningly decorated and we even got to see the bridal party before they left for the church. You can read more about this wedding on my &lt;a href=&quot;http://tonywhitmore.co.uk/weddings/2011/amy-and-andrew-behind-the-scenes&quot;&gt;wedding photography&lt;/a&gt; site.&lt;br /&gt;
&lt;a href=&quot;http://tonywhitmore.co.uk/weddings/wp-content/uploads/2011/07/IMG_6109.jpg&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-77&quot; title=&quot;IMG_6109&quot; src=&quot;http://tonywhitmore.co.uk/weddings/wp-content/uploads/2011/07/IMG_6109.jpg&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://tonywhitmore.co.uk/weddings/wp-content/uploads/2011/07/IMG_6317.jpg&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-80&quot; title=&quot;IMG_6317&quot; src=&quot;http://tonywhitmore.co.uk/weddings/wp-content/uploads/2011/07/IMG_6317.jpg&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://tonywhitmore.co.uk/weddings/wp-content/uploads/2011/07/IMG_6340.jpg&quot;&gt;&lt;img class=&quot;aligncenter size-full wp-image-87&quot; title=&quot;IMG_6340&quot; src=&quot;http://tonywhitmore.co.uk/weddings/wp-content/uploads/2011/07/IMG_6340.jpg&quot; alt=&quot;&quot; width=&quot;600&quot; height=&quot;600&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 28 Jan 2012 15:45:20 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - CD Pens - 27 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1700832</guid>
	<link>http://www.blipfoto.com/entry/1700832</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/14593545144f231aca5afaf4.70473118.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Sat, 28 Jan 2012 07:00:29 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Subway - 26 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1698344</guid>
	<link>http://www.blipfoto.com/entry/1698344</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/6385718814f21c3e6862740.93419887.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Fri, 27 Jan 2012 07:00:25 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: Bog Roll: blipfoto</title>
	<guid permalink="False">http://www.iredale.net/b/blosxom.cgi/2012/01/26#blipfoto</guid>
	<link>http://www.iredale.net/b/blosxom.cgi/2012/01/26#blipfoto</link>
	<description>&lt;p&gt;Last year I bought a new &lt;abbr title=&quot;Digital Single Lens Reflex&quot;&gt;DSLR&lt;/abbr&gt; camera. As part of the deal, I agreed to use it and not let it gather dust in a corner. One of the things I've been doing is trying to take regular pictures and upload them to a daily photo blog.&lt;/p&gt;
&lt;p&gt;For most of last year I was managing to load one or two pictures or &quot;blips&quot; per week at best. Since Christmas I've been able to maintain a daily stream, and while only a third are actually DSLR images - I don't take it to work - I think it has been useful forcing me to think creatively and my DSLR has been used more than it would have been otherwise.&lt;/p&gt;
&lt;p&gt;If you have been following this blog you will have noticed a fall off of postings here over the past year. This is partially a result of more tweeting and Google+ use, but increasingly because of my blipfoto efforts. This blog isn't dead it's just resting a bit more of the time than it use to.&lt;/p&gt;
&lt;p&gt;You should find at the top right a link to my current blipfoto entry, which should contain a picture, which if you follow the link will reveal some trivial diary entry and a larger image.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.blipfoto.com/ajt&quot;&gt;www.blipfoto.com/ajt&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 22:18:00 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: Bog Roll: Another Dead Box...</title>
	<guid permalink="False">http://www.iredale.net/b/blosxom.cgi/2012/01/26#dead-box-4</guid>
	<link>http://www.iredale.net/b/blosxom.cgi/2012/01/26#dead-box-4</link>
	<description>&lt;p&gt;On Sunday night my 7 year old DNUK desktop would not turn off but was clearly not actually on. On Monday I took the &lt;abbr title=&quot;Power Supply Unit&quot;&gt;PSU&lt;/abbr&gt; out, on Wednesday a friend lent me a spare and the rest of the computer is okay.&lt;/p&gt;
&lt;p&gt;Today I've ordered a cheap silent PSU to replace the noisy and now dead one that was originally in there.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.blipfoto.com/entry/1690381&quot;&gt;view from the PSU&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.blipfoto.com/entry/1696168&quot;&gt;view of dead PSU&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
	<pubDate>Thu, 26 Jan 2012 22:08:00 +0000</pubDate>
</item>
<item>
	<title>Chris Dennis: Panasonic KX-MB2000E on Linux</title>
	<guid permalink="False">http://www.fbcs.co.uk/wp/?p=405</guid>
	<link>http://www.fbcs.co.uk/wp/archives/405</link>
	<description>&lt;p&gt;The printer has a web interface: the user name is '&lt;kbd&gt;root&lt;/kbd&gt;' and the default password is '&lt;kbd&gt;1234&lt;/kbd&gt;'.&lt;/p&gt;
&lt;p&gt;Installing it as a printer on Xubuntu 11.10 was straightforward, once I'd done a bit of research.&lt;/p&gt;
&lt;p&gt;Panasonic give instructions for Redhat here: &lt;a href=&quot;http://panasonic.cn/support/download/manual/files/Linux_Install_for_KX-MB2000_series.pdf&quot;&gt;http://panasonic.cn/support/download/manual/files/Linux_Install_for_KX-MB2000_series.pdf&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;This is what I did on a laptop running Xubuntu 11.10:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Download three &lt;kbd&gt;.rpm&lt;/kbd&gt; files from &lt;a href=&quot;http://www.panasonic.net/pcc/support/fax/common/table/linuxdriver.html&quot;&gt;http://www.panasonic.net/pcc/support/fax/common/table/linuxdriver.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Use alien to convert them to do &lt;kbd&gt;.deb&lt;/kbd&gt; files.&lt;/li&gt;
&lt;li&gt;Use &lt;kbd&gt;dpkg -i&lt;/kbd&gt; to install them.&lt;/li&gt;
&lt;li&gt;Connect the printer (I did it on the LAN).&lt;/li&gt;
&lt;li&gt;Use CUPS to set up the printer: when it asks for a PPD file, use the one in &lt;kbd&gt;/usr/share/cups/model/kxmb2000.ppd&lt;/kbd&gt;.&lt;/li&gt;
&lt;li&gt;Done.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The scanner was more tricky &amp;#8212; research suggested that it couldn't be done, and SANE had no reference to it.&amp;nbsp; But as the printer is capable of scanning to an FTP account or a Samba share, I set up a 'Scans' folder with write access via Samba, and entered the details on the printer (via the web interface or the buttons on the front).&amp;nbsp; And it works!&amp;nbsp; Pressing the Scan button and choosing SMB in the printer menu puts a PDF file in the Scans folder.&amp;nbsp; There's little or no control over scanning settings, but it's a start.&lt;/p&gt;
&lt;p&gt;I tried to add this information to &lt;a href=&quot;http://openprinting.org&quot;&gt;openprinting.org&lt;/a&gt;, but every time I try to log in there, I just get an empty page.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 19:22:48 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Dead PSU - 25 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1696168</guid>
	<link>http://www.blipfoto.com/entry/1696168</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/12638118984f2083ec83f0f1.19043119.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Thu, 26 Jan 2012 07:00:26 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Compact Fluorescent Lamps - 24 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1693608</guid>
	<link>http://www.blipfoto.com/entry/1693608</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/9701377514f1f3a0fc03348.45272253.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Wed, 25 Jan 2012 07:00:25 +0000</pubDate>
</item>
<item>
	<title>Adam Trickett: blipfoto: Adam's Images - Upclose to an AMD64 - 23 January 2012</title>
	<guid permalink="False">http://www.blipfoto.com/entry/1690381</guid>
	<link>http://www.blipfoto.com/entry/1690381</link>
	<description>&lt;img src=&quot;http://www.blipfoto.com/thumbs/59253/2012/big/color/3842294314f1dc93a147c54.68481046.jpeg&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;</description>
	<pubDate>Tue, 24 Jan 2012 07:00:25 +0000</pubDate>
</item>

</channel>
</rss>

