<?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; linux</title>
	<atom:link href="http://finster.co.uk/tag/linux/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>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>XBMC With VDPAU and iPlayer</title>
		<link>http://finster.co.uk/2009/07/04/xbmc-with-vdpau-and-iplayer/</link>
		<comments>http://finster.co.uk/2009/07/04/xbmc-with-vdpau-and-iplayer/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:22:04 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Home Entertainment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[revo]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=64</guid>
		<description><![CDATA[There&#8217;s an interesting article on the  How to do something differently&#8230;  blog about getting VDPAU working with iPlayer under Linux with the SVN build of XBMC. I&#8217;ll be sure to look into it some more when I install Ubuntu onto my Revo.
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s an interesting article on the <a href="http://doitdifferent.wordpress.com/2009/07/03/xbmc-with-vdpau-and-iplayer/"> How to do something differently&#8230; </a> blog about getting VDPAU working with iPlayer under Linux with the SVN build of XBMC. I&#8217;ll be sure to look into it some more when I install Ubuntu onto my Revo.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/07/04/xbmc-with-vdpau-and-iplayer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Media Centre Software for Windows and Linux</title>
		<link>http://finster.co.uk/2009/06/21/list-of-media-centre-software-for-windows-and-linux/</link>
		<comments>http://finster.co.uk/2009/06/21/list-of-media-centre-software-for-windows-and-linux/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 13:50:47 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[Home Entertainment]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[media centre]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=51</guid>
		<description><![CDATA[Here is a list of free Media Centre Software for Linux and Windows.
Windows Media Center Software

Windows Media Center &#8211; http://www.microsoft.com/windows/windows-vista/features/media-center.aspx (supports TV cards)
XBMC &#8211; http://xbmc.org
Moovida &#8211; http://www.moovida.com
MediaPortal &#8211; http://www.team-mediaportal.com (supports TV cards)
Freevo &#8211; http://freevo.sourceforge.net (supports TV cards)
GB-PVR &#8211; http://www.gbpvr.com (supports TV cards)
MeediOS &#8211; http://www.meedios.com (supports TV cards)

Linux Media Center Software

XBMC &#8211; http://xbmc.org 
Boxee &#8211; http://www.boxee.tv
Moovida [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of free Media Centre Software for Linux and Windows.</p>
<h3>Windows Media Center Software</h3>
<ul>
<li>Windows Media Center &#8211; <a href="http://www.microsoft.com/windows/windows-vista/features/media-center.aspx">http://www.microsoft.com/windows/windows-vista/features/media-center.aspx</a> (supports TV cards)</li>
<li>XBMC &#8211; <a href="http://xbmc.org">http://xbmc.org</a></li>
<li>Moovida &#8211; <a href="http://www.moovida.com">http://www.moovida.com</a></li>
<li>MediaPortal &#8211; <a href="http://www.team-mediaportal.com">http://www.team-mediaportal.com</a> (supports TV cards)</li>
<li>Freevo &#8211; <a href="http://freevo.sourceforge.net">http://freevo.sourceforge.net</a> (supports TV cards)</li>
<li>GB-PVR &#8211; <a href="http://www.gbpvr.com">http://www.gbpvr.com</a> (supports TV cards)</li>
<li>MeediOS &#8211; <a href="http://www.meedios.com">http://www.meedios.com</a> (supports TV cards)</li>
</ul>
<h3>Linux Media Center Software</h3>
<ul>
<li>XBMC &#8211; <a href="http://xbmc.org">http://xbmc.org</a> </li>
<li>Boxee &#8211; <a href="http://www.boxee.tv">http://www.boxee.tv</a></li>
<li>Moovida &#8211; <a href="http://www.moovida.com">http://www.moovida.com</a></li>
<li>My Media System &#8211; <a href="http://mymediasystem.org">http://mymediasystem.org</a></li>
<li>Entertainer &#8211; <a href="http://www.entertainer-project.com">http://www.entertainer-project.com</a></li>
<li>Freevo &#8211; <a href="http://freevo.sourceforge.net">http://freevo.sourceforge.net</a> (supports TV cards)</li>
<li>GeeXboX &#8211; <a href="http://www.geexbox.org">http://www.geexbox.org</a> (supports TV cards)</li>
<li>LinuxMCE &#8211; <a href="http://www.linuxmce.org">http://www.linuxmce.org</a> (supports TV cards)</li>
<li>MythTV &#8211; <a href="http://www.mythtv.org">http://www.mythtv.org</a> (supports TV cards)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/06/21/list-of-media-centre-software-for-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Wallpapers</title>
		<link>http://finster.co.uk/2009/06/13/ubuntu-wallpapers/</link>
		<comments>http://finster.co.uk/2009/06/13/ubuntu-wallpapers/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:41:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=28</guid>
		<description><![CDATA[To install some nice wallpapers on Ubuntu, run the following command: -
sudo apt-get install peace-wallpapers tropic-wallpapers ubuntustudio-wallpapers blubuntu-wallpapers
]]></description>
			<content:encoded><![CDATA[<p>To install some nice wallpapers on Ubuntu, run the following command: -</p>
<p><span style="font-family: courier new;font-size:85%;" >sudo apt-get install peace-wallpapers tropic-wallpapers ubuntustudio-wallpapers blubuntu-wallpapers</span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/06/13/ubuntu-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting a VM from the Command Line</title>
		<link>http://finster.co.uk/2009/03/25/starting-a-vm-from-the-command-line/</link>
		<comments>http://finster.co.uk/2009/03/25/starting-a-vm-from-the-command-line/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 11:20:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=25</guid>
		<description><![CDATA[Starting a VM from the Command Line (or via a shortcut on the desktop) is easy &#8211; just use the command: -
   VBoxManage startvm name_of_virtual_machine
for example : -
   VBoxManage startvm &#8220;Windows XP&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Starting a VM from the Command Line (or via a shortcut on the desktop) is easy &#8211; just use the command: -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">   VBoxManage startvm <span style="font-style: italic;">name_of_virtual_machine</span></span></span></p>
<p>for example : -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">   VBoxManage startvm &#8220;Windows XP&#8221;</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2009/03/25/starting-a-vm-from-the-command-line/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 command: -
VBoxManage list [...]]]></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>Mounting QNAP from Linux</title>
		<link>http://finster.co.uk/2008/12/21/mounting-qnap-from-linux/</link>
		<comments>http://finster.co.uk/2008/12/21/mounting-qnap-from-linux/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 21:24:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[qnap]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=22</guid>
		<description><![CDATA[Accessing the QNAP from Ubuntu is fairly easy.
First install &#8220;smbfs&#8221;: -
sudo apt-get install smbfsThen it&#8217;s just a matter of creating the relevant directories in /mnt
sudo mkdir /mnt/Qdownloadsudo mkdir /mnt/publicsudo mkdir /mnt/Qmultimediasudo mkdir /mnt/Qweb
&#8230;and then editing /etc/fstab
//192.168.0.2/Qdownload    /mnt/Qdownload    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw//192.168.0.2/Public    /mnt/public    [...]]]></description>
			<content:encoded><![CDATA[<p>Accessing the QNAP from Ubuntu is fairly easy.</p>
<p>First install &#8220;smbfs&#8221;: -</p>
<p><span style="font-size:85%;"><span style="font-family: courier new;">sudo apt-get install smbfs</span><br /></span><span style="font-size: 85%;"><span style="font-family: courier new;"><br /></span></span>Then it&#8217;s just a matter of creating the relevant directories in /mnt</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">sudo mkdir /mnt/Qdownload</span><br /><span style="font-family:courier new;">sudo mkdir /mnt/public</span><br /><span style="font-family:courier new;">sudo mkdir /mnt/Qmultimedia</span><br /><span style="font-family:courier new;">sudo mkdir /mnt/Qweb</span></span></p>
<p>&#8230;and then editing /etc/fstab</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">//192.168.0.2/Qdownload    /mnt/Qdownload    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span><br /><span style="font-family:courier new;">//192.168.0.2/Public    /mnt/public    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span><br /><span style="font-family:courier new;">//192.168.0.2/Qmultimedia    /mnt/Qmultimedia    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span><br /><span style="font-family:courier new;">//192.168.0.2/Qweb    /mnt/Qweb    cifs    credentials=/root/.credentials,directio,iocharset=utf8,noacl,noperm,nosetuids,rw</span></span></p>
<p>You then need to create a file with your username and password in it: -</p>
<p><span style="font-size:85%;"><span style="font-family:courier new;">sudo vi /root/.credentials</span></span></p>
<p>and put the following in it: -</p>
<p><span style=";font-family:courier new;font-size:85%;"  >username=user<br />password=pass</span></p>
<p>A simple <span style="font-family:courier new;">&#8220;sudo mount -a&#8221;</span> will mount these filesystems ready for use.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/12/21/mounting-qnap-from-linux/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>Fonts in Ubuntu 8.10</title>
		<link>http://finster.co.uk/2008/10/26/fonts-in-ubuntu-8-10/</link>
		<comments>http://finster.co.uk/2008/10/26/fonts-in-ubuntu-8-10/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 08:59:00 +0000</pubDate>
		<dc:creator>finster</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://finster.co.uk/?p=20</guid>
		<description><![CDATA[By default in Ubuntu 8.10 the fonts aren&#8217;t great. To fix this, first install the Microsoft Truetype fonts: -
sudo apt-get install msttcorefonts 
Then install the Segoe UI font
cd ~wget http://www.fileden.com/files/2008/2/9/1749988/segoe_ui.zipmkdir .fontscd .fontsunzip ../segoe_ui.zip 
For a great Monospace font, take a look at Inconsolata : -
cd ~/.fontswget http://www.levien.com/type/myfonts/Inconsolata.otf
In Gnome, the fonts are changed via &#8220;System->Preferences->Appearance&#8221; under [...]]]></description>
			<content:encoded><![CDATA[<p>By default in Ubuntu 8.10 the fonts aren&#8217;t great. To fix this, first install the Microsoft Truetype fonts: -</p>
<p><span style="color: rgb(51, 0, 153);font-family:courier new;" >sudo apt-get install msttcorefonts </span></p>
<p>Then install the <a href="http://en.wikipedia.org/wiki/Segoe">Segoe UI</a> font</p>
<p><span style="font-family:courier new;">cd ~</span><br /><span style="color: rgb(51, 0, 153);font-family:courier new;" >wget http://www.fileden.com/files/2008/2/9/1749988/segoe_ui.zip</span><br /><span style="color: rgb(51, 0, 153);font-family:courier new;" >mkdir .fonts</span><br /><span style="color: rgb(51, 0, 153);font-family:courier new;" >cd .fonts</span><br /><span style="color: rgb(51, 0, 153);font-family:courier new;" >unzip ../segoe_ui.zip </span></p>
<p>For a great Monospace font, take a look at <a href="http://www.levien.com/type/myfonts/inconsolata.html">Inconsolata</a> : -</p>
<p><span style="font-family: courier new; color: rgb(51, 0, 153);">cd ~/.fonts</span><br /><span style="font-family: courier new; color: rgb(51, 0, 153);">wget http://www.levien.com/type/myfonts/Inconsolata.otf</span></p>
<p>In Gnome, the fonts are changed via &#8220;System->Preferences->Appearance&#8221; under the Fonts tab &#8211; you can then change the default to &#8220;segoe_ui&#8221;, and the monospace to &#8220;Inconsolata&#8221;.</p>
<p>Finally, change the rendering to &#8220;Subpixel Smoothing&#8221;.</p>
<p>Everything should now look much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://finster.co.uk/2008/10/26/fonts-in-ubuntu-8-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
