<?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 &#187; software</title>
	<atom:link href="http://finster.co.uk/tag/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://finster.co.uk</link>
	<description>Technical Notes</description>
	<lastBuildDate>Sun, 10 Jul 2011 15:04:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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[Programming]]></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; text box, enter [...]]]></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>Useful Plugins for Gimp</title>
		<link>http://finster.co.uk/2009/04/03/useful-plugins-for-gimp/</link>
		<comments>http://finster.co.uk/2009/04/03/useful-plugins-for-gimp/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 20:29:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=27</guid>
		<description><![CDATA[Gimp is the image editing tool for Linux. To install additional plugins such as drop shadow etc, the easiest way is to install gimp-plugin-registry. This can be done using the Ubuntu packages: - sudo apt-get install gimp-plugin-registry]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.gimp.org/">Gimp</a> is the image editing tool for Linux. To install additional plugins such as drop shadow etc, the easiest way is to install <a href="http://packages.ubuntu.com/intrepid/gimp-plugin-registry">gimp-plugin-registry</a>.</p>
<p>This can be done using the Ubuntu packages: -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">     sudo apt-get install gimp-plugin-registry</span><br /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/04/03/useful-plugins-for-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>USB in VirtualBox</title>
		<link>http://finster.co.uk/2009/03/22/usb-in-virtualbox/</link>
		<comments>http://finster.co.uk/2009/03/22/usb-in-virtualbox/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 09:36:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=24</guid>
		<description><![CDATA[Here are the steps required to get USB working on a Linux host (tested with VirtualBox 2.1.4) 1. Create a group usbusers and put yourself in it. sudo addgroup usbusersusermod -a -G usbusers andy 2. Note down the vendor and id numbers for the USB devices that you want to enable after running the following [...]]]></description>
			<content:encoded><![CDATA[<p>Here are the steps required to get USB working on a Linux host (tested with VirtualBox 2.1.4)</p>
<p>1. Create a group usbusers and put yourself in it.</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">sudo addgroup usbusers</span><br /><span style="font-family:courier new;">usermod -a -G usbusers andy</span></span></p>
<p>2. Note down the vendor and id numbers for the USB devices that you want to enable after running the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">VBoxManage list usbhost</span></span></p>
<p>3. In VirtuaBox&#8217;s USB section add both of these devices, making sure you have the vendor and id numbers correct.</p>
<p>4. Add the following lines in /etc/fstab (you can get the ID of the usbusers group by looking in /etc/group) : -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;"># usbusers is the USB group (id 1001)</span><br /><span style="font-family:courier new;">none /proc/bus/usb usbfs devgid=1001,devmode=664 0 0</p>
<p></span></span>5. A reboot is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/03/22/usb-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Combining PDF Files</title>
		<link>http://finster.co.uk/2009/01/02/combining-pdf-files/</link>
		<comments>http://finster.co.uk/2009/01/02/combining-pdf-files/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:34:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=23</guid>
		<description><![CDATA[Combining PDF files in Linux is ridiculously easy &#8211; its just a matter of installing the PDF Toolkit package (pdftk) and then running the following command: - pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf]]></description>
			<content:encoded><![CDATA[<p>Combining PDF files in Linux is ridiculously easy &#8211; its just a matter of installing the PDF Toolkit package (pdftk) and then running the following command: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">pdftk file1.pdf file2.pdf file3.pdf cat output newfile.pdf</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/01/02/combining-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Backspace Button</title>
		<link>http://finster.co.uk/2008/12/21/firefox-backspace-button/</link>
		<comments>http://finster.co.uk/2008/12/21/firefox-backspace-button/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 21:06:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=21</guid>
		<description><![CDATA[For some reason, by default in Ubuntu, pressing the &#8220;backspace&#8221; key in Firefox doesn&#8217;t go back. Fortunately this is easy to fix: - Open your firefox browser and type the following code into the address bar: about:config After that in the filter type: browser.backspace_action and change it&#8217;s value to &#8220;0&#8243;.]]></description>
			<content:encoded><![CDATA[<p>For some reason, by default in Ubuntu, pressing the &#8220;backspace&#8221; key in Firefox doesn&#8217;t go back. Fortunately this is easy to fix: -</p>
<p>Open your firefox browser and type the following code into the address bar:</p>
<p><span style="font-family:courier new;">    about:config</span></p>
<p>After that in the filter type:</p>
<p><span style="font-family:courier new;">    browser.backspace_action</span></p>
<p>and change it&#8217;s value to &#8220;0&#8243;.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/12/21/firefox-backspace-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Media Centres</title>
		<link>http://finster.co.uk/2008/08/24/linux-media-centres/</link>
		<comments>http://finster.co.uk/2008/08/24/linux-media-centres/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 00:14:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[media centre]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=17</guid>
		<description><![CDATA[I&#8217;m toying with the idea of creating a Media Centre PC running Linux. Here are the main contendors for Linux Media Centres that I can find. Boxee MythTV Freevo Elisa Geexbox Linuxmce]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m toying with the idea of creating a Media Centre PC running Linux. Here are the main contendors for Linux Media Centres that I can find.
<ul>
<li> <a href="http://boxee.tv/">Boxee</a></li>
<li> <a href="http://www.mythtv.org/">MythTV</a></li>
<li> <a href="http://freevo.sourceforge.net/">Freevo</a></li>
<li> <a href="http://elisa.fluendo.com/">Elisa</a></li>
<li> <a href="http://geexbox.org/en/index.html">Geexbox</a></li>
<li> <a href="http://www.linuxmce.org/">Linuxmce</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/24/linux-media-centres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DeltaCopy &#8211; rsync for Windows</title>
		<link>http://finster.co.uk/2008/08/24/deltacopy-rsync-for-windows/</link>
		<comments>http://finster.co.uk/2008/08/24/deltacopy-rsync-for-windows/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 00:02:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=15</guid>
		<description><![CDATA[DeltaCopy is a free piece of software for Windows that allows you to interface with other computers running rsync. Basically, it is a &#8220;Windows Friiendly&#8221; wrapper around rsync. It is fairly easy to use, and also allows you to run rsync from the command line without having to install CygWin.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp">DeltaCopy</a> is a free piece of software for Windows that allows you to interface with other computers running <a href="http://samba.anu.edu.au/rsync/">rsync</a>. Basically, it is a &#8220;Windows Friiendly&#8221; wrapper around rsync. It is fairly easy to use, and also allows you to run rsync from the command line without having to install <a href="http://www.cygwin.com/">CygWin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/24/deltacopy-rsync-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-Platform Applications</title>
		<link>http://finster.co.uk/2008/08/24/multi-platform-applications/</link>
		<comments>http://finster.co.uk/2008/08/24/multi-platform-applications/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 23:43:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=12</guid>
		<description><![CDATA[CrossPlatformApplications.org is a great little website that gives a summary of software that runs on a combination of Windows, Mac OS X and Linux. Great for if you have different PC&#8217;s running different OS&#8217;s and want to use the same software.]]></description>
			<content:encoded><![CDATA[<p><a href="http://crossplatformapplications.org/">CrossPlatformApplications.org</a> is a great little website that gives a summary of software that runs on a combination of Windows, Mac OS X and Linux. Great for if you have different PC&#8217;s running different OS&#8217;s and want to use the same software.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/24/multi-platform-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Totally Free Burner</title>
		<link>http://finster.co.uk/2008/08/24/totally-free-burner/</link>
		<comments>http://finster.co.uk/2008/08/24/totally-free-burner/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 23:22:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=7</guid>
		<description><![CDATA[I&#8217;ve just found a great small new free piece of software : Totally Free Burner. This software burns audio, video, data, and ISO CDs and DVDs in just a few clicks. Great if you don&#8217;t need the bloat of Nero or Roxio etc.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just found a great small new free piece of software : <a href="http://www.dandans.com/TotallyFreeBurner.htm">Totally Free Burner</a>. This software burns audio, video, data, and ISO CDs and DVDs in just a few clicks. Great if you don&#8217;t need the bloat of Nero or Roxio etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/08/24/totally-free-burner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

