<?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>NinelocksII</title>
	<atom:link href="http://www.ninelocks.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.ninelocks.com/blog</link>
	<description>Just another blog about stuff,music and some tech notes and fixes</description>
	<lastBuildDate>Sat, 28 May 2011 09:14:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Better to use simple tools expertly</title>
		<link>http://www.ninelocks.com/blog/?p=192</link>
		<comments>http://www.ninelocks.com/blog/?p=192#comments</comments>
		<pubDate>Thu, 02 Sep 2010 15:29:41 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=192</guid>
		<description><![CDATA[&#160; &#8220;Manifestly it is better to use simple tools expertly than to possess a bewildering assortment of complicated gadgets and either neglect or use them incompetently&#8221;. (1947 Tom Rolt) If you dont know who Tom Rolt was, you probably should&#8230;checkout this link Tom Rolt]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><strong>&#8220;Manifestly it is better to use simple tools expertly than to possess a<br />
bewildering assortment of complicated gadgets and either neglect or<br />
use them incompetently&#8221;. (1947 Tom Rolt)</strong></p>
<p>If you dont know who <a href="http://en.wikipedia.org/wiki/L._T._C._Rolt">Tom Rolt</a> was, you probably should&#8230;checkout this link <a href="http://en.wikipedia.org/wiki/L._T._C._Rolt">Tom Rolt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=192</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3 ZTE Broadband Dongle and Ubuntu</title>
		<link>http://www.ninelocks.com/blog/?p=165</link>
		<comments>http://www.ninelocks.com/blog/?p=165#comments</comments>
		<pubDate>Sun, 26 Apr 2009 20:03:37 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[eeePC]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=165</guid>
		<description><![CDATA[I was using one of the Huawei adapters on Ubuntu 8.10 with an eeePC. Installation could not have been easier. But we recently acquired a new dongle which turned out to be the ZTE is not natively unsupported. Thanks to some handy notes here my task was made much easier. The steps I took were [...]]]></description>
			<content:encoded><![CDATA[<p>I was using one of the Huawei adapters on Ubuntu 8.10 with an eeePC. Installation could not have been easier. But we recently acquired a new dongle which turned out to be the ZTE is not natively unsupported.</p>
<p>Thanks to some handy notes <a href="http://ubuntuforums.org/showthread.php?t=1017630">here</a> my task was made much easier. The steps I took were</p>
<p>A copy of the files and the script to install them are here <a href="http://www.ninelocks.com/blog/wp-content/nineuploads/2009/04/jtztedongle.tar">jtztedongle</a> but if you do download them you use them at your own risk.</p>
<p>The steps based on the information available <a href="http://ubuntuforums.org/showthread.php?t=1017630">here</a> are shown below in the script I used.</p>
<p>#!/bin/bash<br />
#see notes at http://ubuntuforums.org/showthread.php?t=1017630<br />
#should install required stuff to allow ZTE MF627 Broadband dongle as sold by<br />
#3 in the UK to work on Ubuntu<br />
#for later in the script I want todays date and time<br />
the_date=`date +%y%m%d_%H%M%S`<br />
#I downloaded usb mode switch<br />
#from http://www.draisberghof.de/usb_modeswitch/usb-modeswitch_0.9.5_i386.deb<br />
#1)install usb mode switch<br />
dpkg -i usb-modeswitch_0.9.5_i386.deb<br />
#2)<br />
#first we&#8217;ll back up existing one<br />
mv /etc/usb_modeswitch.conf /etc/usb_modeswitch.conf.jon.$the_date<br />
cp usb_modeswitch.conf /etc/usb_modeswitch.conf<br />
#3)Create udev ruls<br />
cp 999-zte.rules /etc/udev/rules.d/999-zte.rules<br />
#4)<br />
cp 20-zte-mf628+.fdi /usr/share/hal/fdi/information/20thirdparty/20-zte-mf628+.fdi</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote Ubuntu Admin</title>
		<link>http://www.ninelocks.com/blog/?p=162</link>
		<comments>http://www.ninelocks.com/blog/?p=162#comments</comments>
		<pubDate>Fri, 20 Feb 2009 07:06:15 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[policy kit]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=162</guid>
		<description><![CDATA[For anyone using the rather useful NoMachine NX service to enable remote gui access to a machine theres been an  little problem with Ubuntu Hardy. To do jobs like add users there is an unlock button on the dialog box and when accessed via an NX session this is grayed out. Its down to the [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone using the rather useful NoMachine NX service to enable remote gui access to a machine theres been an  little problem with Ubuntu Hardy. To do jobs like add users there is an unlock button on the dialog box and when accessed via an NX session this is grayed out. Its down to the &#8220;policy kit&#8221;.</p>
<p>To work round the policy kit weirdness there are some notes <a href="http://www.linux-archive.org/ubuntu-user/234247-how-run-gui-admin-tools-remotely.html">here</a> which is where I finally got my solution</p>
<p>in short, login to a terminal</p>
<p>sudo -s</p>
<p>ck-launch-session users-admin</p>
<p>or if you want o admin services</p>
<p>ck-launch-session  services-admin</p>
<p>and volia the unlock button is no longer greyed out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lets Celebrate Failure</title>
		<link>http://www.ninelocks.com/blog/?p=91</link>
		<comments>http://www.ninelocks.com/blog/?p=91#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:30:53 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Mobile and eLearning]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=91</guid>
		<description><![CDATA[A shift in the mobile community Ive noticed this year at both mLearn08 and HandheldLearning08 has been more willingness to talk about the things that havent worked. OK I know why we all rely on funding, funding is the river that defines the edges of our field of research and funders dont want to hear [...]]]></description>
			<content:encoded><![CDATA[<p>A shift in the mobile community Ive noticed this year at both mLearn08 and HandheldLearning08 has been more willingness to talk about the things that havent worked.</p>
<p>OK I know why we all rely on funding, funding is the river that defines the edges of our field of research and funders dont want to hear about failure.</p>
<p>We have a problem with failure, to finance project we need cash! and those that provide the money only seem to value projects that are successful.</p>
<p>Even projects that are successful have parts of the project that don&#8217;t work out and these are often swept under the carpet.</p>
<p>This is missing the point, in many cases we make greater advances by finding out what does not work. As to how we can convince the funders that failure is not bad is difficult and no I dont know what the solution is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=91</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Innovation Prevention Departments</title>
		<link>http://www.ninelocks.com/blog/?p=63</link>
		<comments>http://www.ninelocks.com/blog/?p=63#comments</comments>
		<pubDate>Fri, 17 Oct 2008 07:47:49 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[Cool Misuse of Technology]]></category>
		<category><![CDATA[ipd]]></category>
		<category><![CDATA[handheld learning]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=63</guid>
		<description><![CDATA[OK before I start this is a bit of a rant but what I am saying here is being thought by a lot of people who are trying to be innovative in their research and teaching methods. The subject is &#8220;Innovation Prevention Departments&#8221; (aka IPDs) In education especially we all seem to have one. They [...]]]></description>
			<content:encoded><![CDATA[<p>OK before I start this is a bit of a rant but what I am saying here is being thought by a lot of people who are trying to be innovative in their research and teaching methods.</p>
<p>The subject is &#8220;Innovation Prevention Departments&#8221; (aka IPDs) In education especially we all seem to have one. They often work under assumed names that imply they provide a service, eg Information Services, Computing Services, Human Resources, Purchasing Dept etc. But the perception we, the end users have is that &#8220;they are run by ignorant and blinkered people&#8221;.</p>
<p>So what do IPDs do? Lets take some recent examples. A college that teaches photography and also bans access to flickr,ï¿½ others who decide that second life access should be blocked. In short they decide without any consultation to block access to network based resources that they deem to be &#8220;bad&#8221;. We all know people who have had lectures, demonstrations or labs hampered or cancelled by an IPD dept.</p>
<p>No doubt you have your own examples and maybe its time we started to expose their stupidity and find ways of fighting back.</p>
<p>Remember the department that provides the Innovation Prevention function in your organisation is probably supposed to provide a SERVICE to their end users not make their end users work in a way that is convenient to the IPD.</p>
<p>Their arbitrary blocking of access to sites and resources is effectively censorship. When google did this for China there was widespread condemnation. You are being prevented from doing your research or utilising innovative tools for teaching progress by &lt;insert your own description here <img src='http://www.ninelocks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &gt;.</p>
<p>Not very far into the future it probably wont matter, manyï¿½ students will have their own links to the internet via mobile broadband etc others may not so your IPD will be setting up a further digital divide.</p>
<p>Sadly this blinkered ignorance is not just within IT departments but also <a href="http://tech.blorge.com/Structure:%20/2008/05/07/congress-wants-to-ban-second-life-in-us-schools-and-libraries/">governments</a>.The decision to block access to sites seems to be taken by people whose knowledge or imagination about the use of computers stopped at least 10 years ago.</p>
<p>Sadly many IPDs have staff that _can_ see the point, purpose and usefulness of the sites that their managers block access to.</p>
<p>Another insidious effect of the IPD is their insistence that everyone should use a standard setup or platform because that will be better..Errrr better WHY? and WHO FOR!!!!. On the one hand the world is talking about individual learning solutions and choice and on the other we have these morons insisting we should all use Windows/Exchange/Standard Desktops/Office/Have no rights to change, add, configure, install things.</p>
<p>Arghhhhhhhhhhhhhhhh</p>
<p>As network infrastructure technology improves it becomes easier to restrict how the network is used so things are going to get worse. I suspect however students will vote with their feet. If your institution has an IT dept run by managementï¿½ determined to ban access to innovative services that the students want to use, then the students will go to an alternative institution.</p>
<p>rant over, I&#8217;ll get me coat&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=63</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mobile Broadband</title>
		<link>http://www.ninelocks.com/blog/?p=60</link>
		<comments>http://www.ninelocks.com/blog/?p=60#comments</comments>
		<pubDate>Sun, 12 Oct 2008 08:18:46 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[eeePC]]></category>
		<category><![CDATA[mobile broadband]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=60</guid>
		<description><![CDATA[Currently trying to persuade a 3 Huawei E160G USB Modem to play ball with Ubuntu on an eeePC. Theres been some useful notes to help along the way at Danis Blog and the Ubuntu Forums. The easy solution however was with the aid of this little application and a reboot all is well. to get [...]]]></description>
			<content:encoded><![CDATA[<p>Currently trying to persuade a 3 Huawei E160G USB Modem to play ball with Ubuntu on an eeePC.</p>
<p>Theres been some useful notes to help along the way at <a href="http://dani.tac-ops.net/blog/Getting+the+Huawei+E160+to+work+/">Danis Blog</a> and the <a href="http://ubuntuforums.org/showthread.php?p=5601261">Ubuntu Forums</a>.</p>
<p>The easy solution however was with the aid of this <a href="https://forge.betavine.net/projects/vodafonemobilec/">little application</a> and a reboot all is well. to get to the betavine page you may have to fiddle about with certificates. Its the Vodaphone mobile connect <a href="https://forge.betavine.net/frs/?group_id=12&amp;release_id=116">driver </a>I used the 1.99.17 version with Ubuntu Hardy running on a eeePC701<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=60</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eeePC Wont Boot</title>
		<link>http://www.ninelocks.com/blog/?p=54</link>
		<comments>http://www.ninelocks.com/blog/?p=54#comments</comments>
		<pubDate>Sun, 04 May 2008 09:42:57 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eeePC]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=54</guid>
		<description><![CDATA[Another useful thing to have on hand is System Rescue CD on a usb stick. If you should fill up your eeePC and it wont boot you can startup from this and fix your machine. (Reminder)To get a boot menu, hit Escape as the eeePC is starting up. Something I have now done a few [...]]]></description>
			<content:encoded><![CDATA[<p>Another useful thing to have on hand is <a href="http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick">System Rescue CD</a> on a usb stick. If you should fill up your eeePC and it wont boot you can startup from this and fix your machine. (Reminder)To get a boot menu, hit Escape as the eeePC is starting up.</p>
<p>Something I have now done a few times when copying to a removeable device is to miss out a folder name  and copy to the /media/device_name folder  ie missed out the folder that is the actual devices partition&#8230;..result on two occasions has been no space left.</p>
<p>A full eeePC does not boot <img src='http://www.ninelocks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>btw</p>
<p>The notes for System Rescue CD have a couple of typos. Assuming you are building your stick from windows, the command  syslinux -ma E: is what you need. In one section -ma has been missed out <img src='http://www.ninelocks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<pre></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=54</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eeePC Backup</title>
		<link>http://www.ninelocks.com/blog/?p=53</link>
		<comments>http://www.ninelocks.com/blog/?p=53#comments</comments>
		<pubDate>Sun, 04 May 2008 09:37:10 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eeePC]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=53</guid>
		<description><![CDATA[There are various ways of backing up your eeePC. Current favorite is  this script from the eeePC Forums.]]></description>
			<content:encoded><![CDATA[<p>There are various ways of backing up your eeePC. Current favorite is  this <a href="http://wiki.eeeuser.com/backup_procedure_for_eee_with_xandros">script</a> from the eeePC Forums.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python based service monitor</title>
		<link>http://www.ninelocks.com/blog/?p=50</link>
		<comments>http://www.ninelocks.com/blog/?p=50#comments</comments>
		<pubDate>Sun, 02 Mar 2008 08:19:09 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[For Developers]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=50</guid>
		<description><![CDATA[Thanks to James Off for this handy service monitor based o Python. (can anyone guess what Ive been doing while Ive not been posting) anyway here it is http://jamesoff.net/site/code/simplemonitor/ great for keeping an eye on whether your website is still alive]]></description>
			<content:encoded><![CDATA[<p>Thanks to James Off for this handy service monitor based o Python. (can anyone guess what Ive been doing while Ive not been posting) anyway here it is <a href="http://">http://jamesoff.net/site/code/simplemonitor/</a> great for keeping an eye on whether your website is still alive <img src='http://www.ninelocks.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=50</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Email with GMail and Python</title>
		<link>http://www.ninelocks.com/blog/?p=49</link>
		<comments>http://www.ninelocks.com/blog/?p=49#comments</comments>
		<pubDate>Sun, 02 Mar 2008 08:15:15 +0000</pubDate>
		<dc:creator>jont</dc:creator>
				<category><![CDATA[For Developers]]></category>

		<guid isPermaLink="false">http://www.ninelocks.com/blog/?p=49</guid>
		<description><![CDATA[One of those days two useful bits of code&#8230; this was one of them http://kutuma.blogspot.com/2007/08/sending-emails-via-gmail-with-python.html]]></description>
			<content:encoded><![CDATA[<p>One of those days two useful bits of code&#8230; this was one of them <a href="http://">http://kutuma.blogspot.com/2007/08/sending-emails-via-gmail-with-python.html </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ninelocks.com/blog/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

