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

<channel>
	<title>Linux Owners Group In Newcastle</title>
	<link>http://www.newcastlelug.org/</link>
	<language>en</language>
	<description>Linux Owners Group In Newcastle - http://www.newcastlelug.org/</description>

<item>
	<title>James McDonald: ESXi 4 VM Backup using unsupport SSH login and ftpput</title>
	<guid>http://jamesmcdonald.id.au/?p=4673</guid>
	<link>http://jamesmcdonald.id.au/it-tips/esxi-4-vm-backup-using-unsupport-ssh-login-and-ftpput</link>
	<description>I got the skeleton of this script from another post. DISCLAIMER: Use this at your own risk. I am not responsible for any data corruption or loss that may occur if you decide to use this without first making sure it works for you. After playing around with it for hours I have made some [...]</description>
	<pubDate>Fri, 03 Feb 2012 06:47:30 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Gnome 3 has option ninjas hiding in plain site</title>
	<guid>http://jamesmcdonald.id.au/?p=4669</guid>
	<link>http://jamesmcdonald.id.au/it-tips/gnome-3-has-option-ninjas-hiding-in-plain-site</link>
	<description>In Gnome 3 you have to press ALT while clicking the System Settings menu (the menu accessed by clicking your username on the top right of the screen) to get the Shutdown (Poweroff) option.</description>
	<pubDate>Wed, 01 Feb 2012 12:12:20 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Copy file from ESXi Server to your Windows Computer using PuTTY’s pscp</title>
	<guid>http://jamesmcdonald.id.au/?p=4663</guid>
	<link>http://jamesmcdonald.id.au/it-tips/copy-file-from-esxi-server-to-your-windows-computer-using-puttys-pscp</link>
	<description>You need to enable the unsupported SSH server on the ESXi box Then using the pscp utility that comes with PuTTY add -scp to the command line because the default sftp doesn&amp;#8217;t work. Here is an example of copying a file off the ESXi server from the command line of a Windows 7 box C:\Users\rupert&amp;#62;pscp [...]</description>
	<pubDate>Wed, 01 Feb 2012 02:38:31 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Before you throw away  your workstations shred your disks</title>
	<guid>http://jamesmcdonald.id.au/?p=4659</guid>
	<link>http://jamesmcdonald.id.au/it-tips/before-you-throw-away-your-workstations-shred-your-disks</link>
	<description>I did this with a Ubuntu 9.04 bootable Live CD. Boot from the CD Choose to try Ubuntu without installing Start a command prompt (Applications ==&gt; Terminal) # get root sudo su - &amp;#160; # find your harddisks root@ubuntu:~# fdisk -l &amp;#160; Disk /dev/sda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units [...]</description>
	<pubDate>Tue, 31 Jan 2012 02:53:42 +0000</pubDate>
</item>
<item>
	<title>David M. Williams: Does your sysadmin or desktop environment pass Van Halen’s M&amp;M test?</title>
	<guid>http://www.alivad.com/?p=528</guid>
	<link>http://www.alivad.com/?p=528</link>
	<description>&lt;p&gt;iTWire: &lt;a title=&quot;Does your sysadmin pass the Van Halen brown M&amp;amp;M test?&quot; href=&quot;http://www.itwire.com/opinion-and-analysis/the-wired-cio/52440-does-your-sysadmin-pass-the-van-halen-brown-candy-test&quot; target=&quot;_blank&quot;&gt;even rock star sysadmins need quality checking&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Mon, 30 Jan 2012 22:29:07 +0000</pubDate>
</item>
<item>
	<title>Gabriel Noronha: Getting ClearOS to work with Atheros Communications AR8151 v2.0 Gigabit Ethernet (rev c0)</title>
	<guid>http://noronha.id.au/?p=213</guid>
	<link>http://noronha.id.au/2012/01/getting-clearos-to-work-with-atheros-communications-ar8151-v2-0-gigabit-ethernet-rev-c0/</link>
	<description>&lt;p&gt;ClearOS formally Clarkconnect based of Centos&amp;#8230;&lt;/p&gt;
&lt;p&gt;Start by enabling the Tim S repo&lt;/p&gt;
&lt;p&gt;To install the repo first install the public key (yes all RPM&amp;#8217;s will now be signed) &lt;img src=&quot;http://www.clearfoundation.com/docs/lib/images/smileys/icon_smile.gif&quot; alt=&quot;:-)&quot; /&gt;&lt;br /&gt;
&lt;code&gt;rpm --import ftp://timburgess.net/RPM-GPG-KEY-TimB.txt&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then install the release RPM (by default the &amp;#8216;timb&amp;#8217; and &amp;#8216;timb-testing&amp;#8217; repo&amp;#8217;s will be disabled)&lt;/p&gt;
&lt;p&gt;&lt;code&gt;wget ftp://timburgess.net/repo/clearos/5.2/os/timb-release-1-0.noarch.rpm&lt;br /&gt;
rpm -Kv timb-release-1-0.noarch.rpm&lt;br /&gt;
rpm -Uvh timb-release-1-0.noarch.rpm&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;ref http://www.clearfoundation.com/docs/howtos/adding_tim_s_repo&lt;/p&gt;
&lt;p&gt;&lt;code&gt;yum --enablerepo=timb install kmod-atl1e&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;ref http://www.clearfoundation.com/component/option,com_kunena/Itemid,232/catid,28/func,view/id,24438/limit,10/limitstart,50/ &lt;/p&gt;
&lt;p&gt;last you need to edit the /etc/modprobe.conf&lt;br /&gt;
it need to contain an alias for &lt;strong&gt;every&lt;/strong&gt; network card in my case I have a TP-link installed as well so &lt;/p&gt;
&lt;p&gt;&lt;code&gt;alias eth0 r8169&lt;br /&gt;
alias eth1 atl1e &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;if you fail to get this to work ifconfig -a will have a odd tmp interface. &lt;/p&gt;</description>
	<pubDate>Mon, 30 Jan 2012 12:17:07 +0000</pubDate>
</item>
<item>
	<title>James McDonald: SOTD: Software of the Day</title>
	<guid>http://jamesmcdonald.id.au/?p=4653</guid>
	<link>http://jamesmcdonald.id.au/it-tips/sotd-software-of-the-day</link>
	<description>I&amp;#8217;ve just virtualized a windows XP workstation using VMWare Convertor and thought as a final pre wipe and rebuild excercise I would take a Ghost Image of the physical workstation. I have a Ghost.iso file with Windows PE and Ghost on it and I was trying to transfer it across to a 8GB USB Drive [...]</description>
	<pubDate>Mon, 30 Jan 2012 03:19:32 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Using nmap to scan a subnet for a specific open port</title>
	<guid>http://jamesmcdonald.id.au/?p=4650</guid>
	<link>http://jamesmcdonald.id.au/it-tips/using-nmap-to-scan-a-subnet-for-a-specific-open-port</link>
	<description>Today I booted up a box and it&amp;#8217;s DHCP assigend IP Address had moved so I had to find it again using this helpful Use nmap to scan for ssh servers blog post. After downloading the command line nmap for Windows from http://nmap.org/download.html. I ran: # locate ssh servers # for a range of hosts [...]</description>
	<pubDate>Fri, 27 Jan 2012 03:02:15 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Windows 7 – Setting Proxy Configuration from the command line</title>
	<guid>http://jamesmcdonald.id.au/?p=4626</guid>
	<link>http://jamesmcdonald.id.au/it-tips/windows-7-setting-proxy-configuration-from-the-command-line</link>
	<description>Was working from memory today and found that proxycfg.exe doesn&amp;#8217;t exist in Windows 7 and it&amp;#8217;s been replaced by netsh. You can do it all from the netsh command line but it&amp;#8217;s quite easy to first set it up under your Internet Options and then Import the settings as follows: Enter your proxy address and [...]</description>
	<pubDate>Fri, 27 Jan 2012 00:16:49 +0000</pubDate>
</item>
<item>
	<title>David M. Williams: Microsoft Windows Intune review</title>
	<guid>http://www.alivad.com/?p=524</guid>
	<link>http://www.alivad.com/?p=524</link>
	<description>&lt;p&gt;iTWire: &lt;a title=&quot;Microsoft Windows Intune review&quot; href=&quot;http://www.itwire.com/cloud-computing/51072-windows-intune-review&quot; target=&quot;_blank&quot;&gt;Microsoft&amp;#8217;s new enterprise grade security system learns a lot from Security Essentials&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 07:07:23 +0000</pubDate>
</item>
<item>
	<title>David M. Williams: What your IT department wish you knew about requesting support</title>
	<guid>http://www.alivad.com/?p=522</guid>
	<link>http://www.alivad.com/?p=522</link>
	<description>&lt;p&gt;iTWire: On the one hand, requesting help desk support should be a walk in the park. On the other hand, &lt;a title=&quot;What your IT dept wish you knew about requesting support&quot; href=&quot;http://www.itwire.com/opinion-and-analysis/the-wired-cio/50773-what-your-it-dept-wish-you-knew-about-requesting-support&quot; target=&quot;_blank&quot;&gt;so many users are so bad at it&lt;/a&gt; yet wonder why they aren&amp;#8217;t receiving support?&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 07:05:09 +0000</pubDate>
</item>
<item>
	<title>David M. Williams: Business finance for the IT professional</title>
	<guid>http://www.alivad.com/?p=520</guid>
	<link>http://www.alivad.com/?p=520</link>
	<description>&lt;p&gt;iTWire: You may be the technical guy but at the end of the day business is &lt;a title=&quot;Business finance for the IT professional&quot; href=&quot;http://www.itwire.com/opinion-and-analysis/the-wired-cio/49312-business-finance-for-the-it-professional&quot; target=&quot;_blank&quot;&gt;all about the bottom line&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 07:03:29 +0000</pubDate>
</item>
<item>
	<title>David M. Williams: All-in-one Linux computer and phone so near, so far</title>
	<guid>http://www.alivad.com/?p=518</guid>
	<link>http://www.alivad.com/?p=518</link>
	<description>&lt;p&gt;iTWire: I am so disappointed that &lt;a title=&quot;All in one Linux computer and phone so near, so far&quot; href=&quot;http://www.itwire.com/opinion-and-analysis/the-linux-distillery/48693-linux-all-in-one-phone-and-computer-so-near-so-far&quot; target=&quot;_blank&quot;&gt;the hype and expectation of the Motorola Atrix was not met with its reality&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 07:02:13 +0000</pubDate>
</item>
<item>
	<title>David M. Williams: Could Ubuntu Linux 12.04 turn Canonical into the new Apple?</title>
	<guid>http://www.alivad.com/?p=515</guid>
	<link>http://www.alivad.com/?p=515</link>
	<description>&lt;p&gt;iTWire: Mark Shuttleworth &lt;a title=&quot;Could Ubuntu Linux 12.04 turn Canonical into the new Apple?&quot; href=&quot;http://www.itwire.com/opinion-and-analysis/the-linux-distillery/52391-could-ubuntu-linux-1204-turn-canonical-into-the-new-apple&quot; target=&quot;_blank&quot;&gt;proposes a new imagining of the traditional WIMP user interface&lt;/a&gt;, focusing on user intent rather than a hierarchy of menu items.&lt;/p&gt;</description>
	<pubDate>Thu, 26 Jan 2012 06:59:33 +0000</pubDate>
</item>
<item>
	<title>James McDonald: rsnapshot Backup to External USB Drive Gotcha</title>
	<guid>http://jamesmcdonald.id.au/?p=4622</guid>
	<link>http://jamesmcdonald.id.au/it-tips/rsnapshot-backup-to-external-usb-drive-gotcha</link>
	<description>I am using rsnapshot to make hourly, daily and weekly snapshots of my home workstation data. This is on Fedora 16. In /etc/rsnapshot.conf there are two commands that specify the root directory you want to create your backups in and whether or not to create it if it doesn&amp;#8217;t exist already ########################### # SNAPSHOT ROOT [...]</description>
	<pubDate>Thu, 26 Jan 2012 01:26:38 +0000</pubDate>
</item>
<item>
	<title>James McDonald: DIY Websites</title>
	<guid>http://jamesmcdonald.id.au/?p=4620</guid>
	<link>http://jamesmcdonald.id.au/it-tips/diy-websites</link>
	<description>Keep getting asked &amp;#8220;Where can I build a site on the internet&amp;#8221; preferably for free or low cost OK so here are some links to templated DIY site building websites: Google Sites Wix Website Builder Squarespace So to get started on the Internets for eCommerce what do you need? Commitment to spend money to get [...]</description>
	<pubDate>Wed, 25 Jan 2012 06:15:44 +0000</pubDate>
</item>
<item>
	<title>LOGIN Wiki Changelog: makerspace:home - grammar, spelling and punctuation</title>
	<guid>http://www.newcastlelug.org/wiki/doku.php/makerspace:home?rev=1327469043&amp;do=diff</guid>
	<link>http://www.newcastlelug.org/wiki/doku.php/makerspace:home?rev=1327469043&amp;do=diff</link>
	<description>Please sign up the mailing list below if you're interested in becoming a member of the Newcastle hackerspace/makerspace.

University of Newcastle Makerspace


Location: 
Building: EE 
Room: EE102

Access is by request to the president of the makerspace, Luke Simmons. Once this is done you will be required to pass the EE general access quiz and the EE unsupervised access quiz, in Blackboard.</description>
	<pubDate>Wed, 25 Jan 2012 05:24:03 +0000</pubDate>
</item>
<item>
	<title>LOGIN Wiki Changelog: playground:playground</title>
	<guid>http://www.newcastlelug.org/wiki/doku.php/playground:playground?rev=1327462680&amp;do=diff</guid>
	<link>http://www.newcastlelug.org/wiki/doku.php/playground:playground?rev=1327462680&amp;do=diff</link>
	<description>Home</description>
	<pubDate>Wed, 25 Jan 2012 03:38:00 +0000</pubDate>
</item>
<item>
	<title>James McDonald: rdesktop Printer Redirection FTW</title>
	<guid>http://jamesmcdonald.id.au/?p=4616</guid>
	<link>http://jamesmcdonald.id.au/it-tips/rdesktop-printer-redirection-ftw</link>
	<description>This is really basic but well hey, spinning shiney things intrigue me. rdesktop -f -r printer:HP-Officejet-Pro-8500-a909n 192.168.22.5 Basically the above says connect to the remote desktop on 192.168.22.5 and go full screen, make the local &amp;#8220;HP-Officejet-Pro-8500-a909n&amp;#8221; printer available to the remote desktop session. I tried this and over a slow Wireless Broadband link, printing from [...]</description>
	<pubDate>Wed, 25 Jan 2012 00:21:19 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Installing NX Server (neatx-server) on Ubuntu 11.10 Oneiric</title>
	<guid>http://jamesmcdonald.id.au/?p=4610</guid>
	<link>http://jamesmcdonald.id.au/it-tips/installing-nx-server-neatx-server-on-ubuntu-11-10-oneiric</link>
	<description>Here is a well laid out explanation of how to do it: http://blog.philippklaus.de/2011/11/install-nx-server-neatx-on-ubuntu-11-10/ I am a bit disappointed with the result though. I don&amp;#8217;t seem to be able to connect and disconnect cleanly. The neatx server leaves sessions behind and then tries to re-attach to them causing an error.</description>
	<pubDate>Mon, 23 Jan 2012 22:41:32 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Using Linux Screen</title>
	<guid>http://jamesmcdonald.id.au/?p=4604</guid>
	<link>http://jamesmcdonald.id.au/it-tips/using-linux-screen</link>
	<description>Recently I have got caught out by leaving a terminal running while remotely connected to a Linux server and the connection has failed leaving the remote process unfinished &amp;#038; terminated. The Linux screen command allows you to run programs and disconnect. Rather than re-inventing the wheel I&amp;#8217;m simply going to link to an article that [...]</description>
	<pubDate>Mon, 23 Jan 2012 04:05:28 +0000</pubDate>
</item>
<item>
	<title>LOGIN Wiki Changelog: home</title>
	<guid>http://www.newcastlelug.org/wiki/doku.php/home?rev=1327228747&amp;do=diff</guid>
	<link>http://www.newcastlelug.org/wiki/doku.php/home?rev=1327228747&amp;do=diff</link>
	<description>Welcome to LOGIN, the Linux Owners Group in Newcastle.
We are a LUG for people in the Newcastle and Hunter region of NSW Australia. The main focus of the group is Linux and FOSS. 

Do you want to help promote our Linux club then please feel free to pass on the flyer or better still print a couple &amp;amp; place them on a noticeboard in your local area.</description>
	<pubDate>Sun, 22 Jan 2012 10:39:07 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Goodbye Dear Home Line I Paid for you Well</title>
	<guid>http://jamesmcdonald.id.au/?p=4601</guid>
	<link>http://jamesmcdonald.id.au/it-tips/goodbye-dear-home-line-i-paid-for-you-well</link>
	<description>Telstra provides a costly service. There isn&amp;#8217;t enough competition to get the prices down especially in a regional area. They do have the best coverage on the mobile network though and it would be unfair not to mention our low population and enormous cabling distances to provide some sort of counter-point to the first sentence. [...]</description>
	<pubDate>Thu, 19 Jan 2012 06:43:07 +0000</pubDate>
</item>
<item>
	<title>James McDonald: A Link to an Article on Creating Searchable PDF on Linux</title>
	<guid>http://jamesmcdonald.id.au/?p=4598</guid>
	<link>http://jamesmcdonald.id.au/it-tips/a-link-to-an-article-on-creating-searchable-pdf-on-linux</link>
	<description>http://tfischernet.wordpress.com/2008/11/26/searchable-pdfs-with-linux/ PDF Copy of blog post in case they stop blogging and leave the internet</description>
	<pubDate>Wed, 18 Jan 2012 01:03:51 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Windows 7, Office 2003 with Latest Office 20xx Compatibility Pack won’t open xlsx</title>
	<guid>http://jamesmcdonald.id.au/?p=4593</guid>
	<link>http://jamesmcdonald.id.au/it-tips/windows-7-office-2003-with-latest-office-20xx-compatibility-pack-wont-open-xlsx</link>
	<description>I&amp;#8217;m trying to open an xlsx document in Windows 7 Pro 32bit with Office 2003 SBE and the latest Office Compatibility Pack and it doesn&amp;#8217;t recognize the xlsx file. I have found the problem/s: The immediate problem: The version of Office 2003 didn&amp;#8217;t have Service Pack 3 installed. Once I installed it the xlsx opened [...]</description>
	<pubDate>Tue, 17 Jan 2012 22:20:55 +0000</pubDate>
</item>
<item>
	<title>James McDonald: VMWare Convertor – A file I/O error occurred while accessing</title>
	<guid>http://jamesmcdonald.id.au/?p=4587</guid>
	<link>http://jamesmcdonald.id.au/it-tips/vmware-convertor-a-file-io-error-occurred-while-accessing</link>
	<description>Just got this error when running vmware convertor on Windows 7 to transfer an XP image to ESXi 4. Looks like VMWare Convertor can&amp;#8217;t find the files. Opening the Virtual PC&amp;#8217;s settings and you find that it is referencing a `Parent Disk&amp;#8217;. Copy the this file to the same directory: You should now be able [...]</description>
	<pubDate>Mon, 16 Jan 2012 23:47:51 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Windows `AT’ Command Weekday Abbreviations</title>
	<guid>http://jamesmcdonald.id.au/?p=4580</guid>
	<link>http://jamesmcdonald.id.au/it-tips/windows-at-command-weekday-abbreviations</link>
	<description>I want to schedule a defrag for every day at 5:30PM. This is on an old Windows XP Pro laptop. I can never remember what the abbreviations used to denote the names of the weekdays are for the `at&amp;#8217; command so here is an example: at 18:30 /every:M,T,W,Th,F,S,Su c:\windows\system32\defrag.exe c: -v</description>
	<pubDate>Sun, 15 Jan 2012 23:21:40 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Stop Senseless Repitition Virtualize Your Admin Tools</title>
	<guid>http://jamesmcdonald.id.au/?p=4578</guid>
	<link>http://jamesmcdonald.id.au/it-tips/stop-senseless-repitition-virtualize-your-admin-tools</link>
	<description>At work I have a range of admin tools that I install on every new workstation that I get and after 10 and more years of clicking next and watching progress bars I think I would like to reduce the number of times I have to install stuff. It&amp;#8217;s counter productive to spend 2 days [...]</description>
	<pubDate>Sun, 15 Jan 2012 23:00:28 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Power Fail Fail</title>
	<guid>http://jamesmcdonald.id.au/?p=4572</guid>
	<link>http://jamesmcdonald.id.au/it-tips/power-fail-fail</link>
	<description>Saturday very early in the morning we had a electricity substation blow nearby. It caused a power outage not only at my home but 6kms away at work. The outage was for long enough that the UPS&amp;#8217;s didn&amp;#8217;t hold the servers up, and some of them didn&amp;#8217;t come up again cleanly. So I went in [...]</description>
	<pubDate>Sun, 15 Jan 2012 09:22:44 +0000</pubDate>
</item>
<item>
	<title>LOGIN Wiki Changelog: ideas</title>
	<guid>http://www.newcastlelug.org/wiki/doku.php/ideas?rev=1326424635&amp;do=diff</guid>
	<link>http://www.newcastlelug.org/wiki/doku.php/ideas?rev=1326424635&amp;do=diff</link>
	<description>Meeting Ideas Page

If there is something you want to know more about, or any other ideas for meetings will go on this page. 

Talks in Planning


You don't have to do a talk by yourself, joint talks are fine, 30 mins talks to supplement larger talks are good as well, please say if your talk is a main talk or a minor talk. (minor talks about 30 mins main talks 2 hours approx)</description>
	<pubDate>Fri, 13 Jan 2012 03:17:15 +0000</pubDate>
</item>
<item>
	<title>Craig Ross: Autono-mow – The DIY Autonomous Lawnmower – Day 2</title>
	<guid>http://cwraig.id.au/?p=470</guid>
	<link>http://cwraig.id.au/?p=470</link>
	<description>&lt;p&gt;Day 2 of robot lawnmower resulted in the second drive motor and wheel being added and &amp;#8220;Better&amp;#8221; electrical on/off system implemented.&lt;/p&gt;
&lt;p&gt;This new electrical system allowed Forward/Off control of each motor.&lt;/p&gt;
&lt;p&gt;The following video shows a test run without any extra weight.&lt;br /&gt;
&lt;!-- Begin - Secure HTML5 Video Player --&gt;
&lt;div class=&quot;video-js-box tube-css&quot;&gt;


&lt;!-- file not found: /home/cwraigid/public_html/videos/ --&gt;








&lt;p class=&quot;vjs-no-video&quot;&gt;&lt;strong&gt;Download Video:&lt;/strong&gt;
&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/Day2-UnloadedMP4.mp4&quot;&gt;MP4&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;!-- End - Secure HTML5 Video Player --&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/Day2-UnloadedMP4.mp4&quot;&gt;Download Day2-UnloadedMP4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The following video shows a similar test run with a calibrated weight added to represent the extra load that will be imposed on the mower with cutting drive, battery, etc.&lt;/p&gt;
&lt;!-- Begin - Secure HTML5 Video Player --&gt;
&lt;div class=&quot;video-js-box tube-css&quot;&gt;


&lt;!-- file not found: /home/cwraigid/public_html/videos/ --&gt;








&lt;p class=&quot;vjs-no-video&quot;&gt;&lt;strong&gt;Download Video:&lt;/strong&gt;
&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/Day2-LoadedMP4.mp4&quot;&gt;MP4&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;!-- End - Secure HTML5 Video Player --&gt;

&lt;p&gt;&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/Day2-LoadedMP4.mp4&quot;&gt;Download Day2-LoadedMP4&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 08 Jan 2012 07:40:27 +0000</pubDate>
</item>
<item>
	<title>Craig Ross: Autono-mow – The DIY Autonomous Lawnmower – Day 1</title>
	<guid>http://cwraig.id.au/?p=457</guid>
	<link>http://cwraig.id.au/?p=457</link>
	<description>&lt;p&gt;Work began today on my Autonomous robotic lawnmower.&lt;/p&gt;
&lt;p&gt;The intention is that this robot should be able to mow the lawn in my back yard without major human interaction.&lt;/p&gt;
&lt;p&gt;The mechanical works began today with an old Rover mower having the back wheels removed and new rear drive wheel added. Driven by EK Ford Falcon windscreen wiper motors.&lt;/p&gt;
&lt;div id=&quot;attachment_484&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/IMAG2491.jpg&quot;&gt;&lt;img class=&quot;size-medium wp-image-484&quot; title=&quot;IMAG2491&quot; src=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/IMAG2491-300x179.jpg&quot; alt=&quot;&quot; width=&quot;300&quot; height=&quot;179&quot; /&gt;&lt;/a&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;The Mower for Modification&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;The video below shows only one wheel added and being powered by a 12v sealed lead acid motorbike battery. As can be seen in the video the battery is connected directly to the motor terminals.&lt;br /&gt;
&lt;!-- Begin - Secure HTML5 Video Player --&gt;
&lt;div class=&quot;video-js-box tube-css&quot;&gt;


&lt;!-- file not found: /home/cwraigid/public_html/videos/ --&gt;








&lt;p class=&quot;vjs-no-video&quot;&gt;&lt;strong&gt;Download Video:&lt;/strong&gt;
&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/Day1-Bump-TestMP4.mp4&quot;&gt;MP4&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;!-- End - Secure HTML5 Video Player --&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cwraig.id.au/wp-content/uploads/2012/01/Day1-Bump-TestMP4.mp4&quot;&gt;Download Video &amp;#8211; Day1-Bump Test&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Sun, 08 Jan 2012 07:30:15 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Cross Platform 2D CAD Program</title>
	<guid>http://jamesmcdonald.id.au/?p=4559</guid>
	<link>http://jamesmcdonald.id.au/it-tips/cross-platform-2d-cad-program</link>
	<description>If you are after an easy to use 2D CAD program for Windows / Linux. Try QCAD from http://www.ribbonsoft.com. Currently at version 2.2.x but a newer version QCAD 3 is in release candidate phase. At under 100$ AUD for a license it&amp;#8217;s good value. And with modest CAD skills you can do useful stuff with [...]</description>
	<pubDate>Tue, 03 Jan 2012 10:33:00 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Fedora 16 Screen Flicker</title>
	<guid>http://jamesmcdonald.id.au/?p=4556</guid>
	<link>http://jamesmcdonald.id.au/it-tips/fedora-16-screen-flicker</link>
	<description>After the last updates on Fedora 16 (x64) I have been suffering from really bad screen flicker. My PC has these specs. Specifically a &amp;#8220;ASUS GeForce GTS 450 Direct CU Overclocked 1GB&amp;#8221; Graphics card driving a BenQ T2200HD. The symptoms are that when I alt+tabbed between windows the screen corrupted(Black artifacts) and flickered. I think [...]</description>
	<pubDate>Tue, 03 Jan 2012 09:13:58 +0000</pubDate>
</item>
<item>
	<title>James McDonald: How many bags of cement do I need to make 1 cubic metre of concrete?</title>
	<guid>http://jamesmcdonald.id.au/?p=4551</guid>
	<link>http://jamesmcdonald.id.au/house-and-garden/renovations/how-many-bags-of-cement-do-i-need-to-make-1-cubic-metre-of-concrete</link>
	<description>Currently doing fence posts and some small concrete pads around the house so I need to self mix the concrete I keep searching for this type of thing on the internet: Here is a good example of what is required from Boral&amp;#8217;s Site From my learnings: 1 Cement 2 Sand 3 Aggregate (gravel) is too [...]</description>
	<pubDate>Fri, 30 Dec 2011 04:29:30 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Cisco SSL VPN using openconnect demonstration video</title>
	<guid>http://jamesmcdonald.id.au/?p=4546</guid>
	<link>http://jamesmcdonald.id.au/it-tips/cisco-ssl-vpn-using-openconnect-demonstration-video</link>
	<description>The openconnect package summarizes itself as the &amp;#8220;Open client for Cisco AnyConnect VPN&amp;#8221;. Here is a youtube video showing an openconnect session being started from the command line: I tried creating a connection via the NetworkManager software but it exited without giving me good feedback. When running openconnect (as root) via the command line I [...]</description>
	<pubDate>Thu, 29 Dec 2011 20:54:54 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Generate Custom XML with Perl CGI.pm</title>
	<guid>http://jamesmcdonald.id.au/?p=4535</guid>
	<link>http://jamesmcdonald.id.au/it-tips/generate-custom-xml-with-perl-cgi-pm</link>
	<description>I want to output custom XML without any HTML or DTD tags using CGI.pm Here is my hack to get what I&amp;#8217;m after: #!/usr/bin/perl use strict; &amp;#160; use CGI qw&amp;#40;:standard -any&amp;#41;; # use the -any option to turn on custom tags # e.g. I can use $r-&amp;#62;item(&quot;Item Content&quot;) to create # &amp;#60;item&amp;#62;Item Content&amp;#60;/item&amp;#62; # or [...]</description>
	<pubDate>Tue, 27 Dec 2011 23:40:13 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Running around Headless with VirtualBox (Oracle Edition)</title>
	<guid>http://jamesmcdonald.id.au/?p=4442</guid>
	<link>http://jamesmcdonald.id.au/it-tips/running-around-headless-with-virtualbox-oracle-edition</link>
	<description>This is a script I use to start up a headless instance of virtualbox Run as root but it fires the vm up as the user you use virtualbox as. #!/bin/sh &amp;#160; # Output of &quot;vboxmanage list vms&quot; # #&quot;Windows XP Pro&quot; {5998c1ff-f354-4d7d-b36d-987090351cb6} #&quot;JMITS LSMB&quot; {ac08587f-b1d4-4767-a736-51adcb6f3f08} #&quot;Maps Dev - Debian 6.0.2.1&quot; {9bb244ea-486b-471f-ad14-9df47c8c0157} &amp;#160; VM=9bb244ea-486b-471f-ad14-9df47c8c0157 &amp;#160; [...]</description>
	<pubDate>Thu, 22 Dec 2011 10:37:21 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Cisco SSL VPN on Windows XP SP3 – Remove Microsoft JVM and Joyous Shouting Results</title>
	<guid>http://jamesmcdonald.id.au/?p=4527</guid>
	<link>http://jamesmcdonald.id.au/it-tips/cisco-ssl-vpn-on-windows-xp-sp3-remove-microsoft-jvm-and-joyous-shouting-results</link>
	<description>I have a Windows XP Pro SP3 Virtualbox VM that I have been using to test connectivity to a Cisco ASA 5510 SSL VPN. Problem: Using Internet Explorer 8 and trying to launch an RDP (Remote Desktop Protocol) session. It created a memory error and then Internet Explorer told me that DEP had stomped on [...]</description>
	<pubDate>Thu, 22 Dec 2011 10:32:05 +0000</pubDate>
</item>
<item>
	<title>James McDonald: Accessing Cisco Clientless SSL VPN from Linux</title>
	<guid>http://jamesmcdonald.id.au/?p=4515</guid>
	<link>http://jamesmcdonald.id.au/it-tips/accessing-cisco-clientless-ssl-vpn-from-linux</link>
	<description>At home I run Linux pretty much exclusively so anything I do at work tends to run the cross platform compatible path. When configuring a &amp;#8216;clientless&amp;#8217; VPN on the ASA you install Cisco provided java plugins for Remote Desktop, ICA (Citrix), VNC and SSH/Telnet access which allows a browser connecting to the ASA to access [...]</description>
	<pubDate>Thu, 22 Dec 2011 02:24:26 +0000</pubDate>
</item>

</channel>
</rss>

