<?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>Alex Sleat &#187; fedora</title>
	<atom:link href="http://alexsleat.co.uk/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:11:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Heat Management in Linux</title>
		<link>http://alexsleat.co.uk/2012/01/11/heat-management-in-linux/</link>
		<comments>http://alexsleat.co.uk/2012/01/11/heat-management-in-linux/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:40:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[heat]]></category>
		<category><![CDATA[hot]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[notebook]]></category>
		<category><![CDATA[over heating]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26366</guid>
		<description><![CDATA[<br/><p>When you first switch from Windows or OSX to Linux, one of the things you&#8217;ll probably first notice (especially if you&#8217;re using a laptop) is that it can run considerably hotter than the alternatives. There are a few things you can do to remedy this, however. The following software packages help you keep track [...]]]></description>
			<content:encoded><![CDATA[<br/><p>When you first switch from Windows or OSX to Linux, one of the things you&#8217;ll probably first notice (especially if you&#8217;re using a laptop) is that it can run considerably hotter than the alternatives. There are a few things you can do to remedy this, however. The following software packages help you keep track of and cool down your laptop/netbook, how much will depend per machine but my HP Pavilion dm1 goes from around 60-70degrees without these tools installed to around 50-60degrees and the same goes for my older Acer Travelmate which dropped from 70-80degrees to 60-70degrees. Hopefully this information will help you shave off 10degrees from your laptop, making it cooler, easier to use and hopefully extending its life a little too!</p>
<h5>lm-sensors</h5>
<p>First thing that you&#8217;re going to want to do is be able to see what the temperature readings of the components (that have temperature sensors) inside your computer/laptop. This can be done by installing lm-sensors:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> lm-sensors</div>
<p>Now you&#8217;ll want to run the script which probes all the possible sensors in your laptop:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> sensors-detect</div>
<p>You&#8217;ll be asked if you want to scan for sensors and what not, follow the on-screen instructions, mostly just pressing enter, if YES is written in capitals this is the default answer and it will scan. After several times it&#8217;ll ask you if you want to save the changes, make sure you do and then you&#8217;re done.</p>
<p>Now you can see the temperature the sensors are reading by using the following command:</p>
<div class="dean_ch" style="white-space: wrap;">sensors</div>
<h5>cpufreq</h5>
<p>cpufreq is a utility which scales the frequency of the CPU, either by monitoring the systems status (if it needs more, it&#8217;ll get more) or by user controlled settings. This essentially underclocks the CPU while it isn&#8217;t in use, reducing power usage and thus heat.</p>
<p>Installation:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> cpufreq</div>
<p>The best choice would be to set cpufreq to on-demand (default) or to power-saving. Alternatively, if you&#8217;re using a laptop or netbook let jupiter take care of it for you:</p>
<h5>jupiter</h5>
<blockquote><p><a href="http://www.jupiterapplet.org/">Jupiter</a> is a light weight power and hardware control applet for Linux.  It is designed to improve battery life of a portable Linux computer by integrating with the operating system and changing parameters of the computer based on battery or powered connection.</p>
<p>Additionally, Jupiter provides quick access to some of the commonly needed hardware controls like screen output and resolution, WIFI, and bluetooth.</p>
<p>If you use Linux on a portable computer, let Jupiter take the effort out of going mobile.</p></blockquote>
<p>By using this to intelligently control the CPU frequency when on battery and AC along with the tuning to the kernel and hardware, it can make a huge difference to the temperature expelled by your laptop.</p>
<p>Ubuntu 11:10 installation instructions: <a href="http://www.webupd8.org/2011/09/jupiter-applet-finally-available-for.html">here</a></p>
<h5>Graphics Card Drivers</h5>
<p>If you have a dedicated graphics card in your laptop, you&#8217;ll also be better off installing the proprietary graphics drivers provided by the hardware vendor. While the open source ones do an awesome job of getting the card to work, more often than not they don&#8217;t include any control over the frequency scaling and keep the card running at max, along with all those other little features the card has, they&#8217;ll probably all always be running.</p>
<p><strong>Nvidia</strong> : <a href="http://www.nvidia.com/object/unix.html">Link</a><br />
<strong>ATI/AMD</strong> : <a href="http://support.amd.com/us/gpudownload/Pages/index.aspx">Link </a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/11/heat-management-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux USB Errors with usb-creator-gtk &#8220;stdin: I/O error stdin: error 0 /init: line 1: can&#8217;t open /dev/sr0: No medium found&#8221;</title>
		<link>http://alexsleat.co.uk/2011/11/26/linux-usb-errors-with-usb-creator-gtk-stdin-io-error-stdin-error-0-init-line-1-cant-open-devsr0-no-medium-found/</link>
		<comments>http://alexsleat.co.uk/2011/11/26/linux-usb-errors-with-usb-creator-gtk-stdin-io-error-stdin-error-0-init-line-1-cant-open-devsr0-no-medium-found/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 14:29:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linuxmint]]></category>
		<category><![CDATA[live usb]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[pen drive]]></category>
		<category><![CDATA[persistence]]></category>
		<category><![CDATA[stdin I/O error]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unetbootin]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24181</guid>
		<description><![CDATA[<br/><p>After installing Ubuntu on a USB stick with the Ubuntu USB Startup Disk Creator (usb-creator-gtk) you might encounter an error such as the following:</p> stdin: I/O error stdin: error 0 /init: line 1: can&#8216;t open /dev/sr0: No medium found <p>This is actually a bug with the software and isn&#8217;t anything you&#8217;ve done wrong. It [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing Ubuntu on a USB stick with the Ubuntu USB Startup Disk Creator (usb-creator-gtk) you might encounter an error such as the following:</p>
<div class="dean_ch" style="white-space: wrap;">stdin: I/O error<br />
stdin: error <span class="nu0">0</span><br />
/init: line <span class="nu0">1</span>: can<span class="st0">&#8216;t open /dev/sr0: No medium found</span></div>
<p>This is actually a <a href="https://bugs.launchpad.net/ubuntu/+bug/500822">bug</a> with the software and isn&#8217;t anything you&#8217;ve done wrong. It seems to be a bug that&#8217;s effecting users running Karmic, Lucid, Maverick and Natty so it&#8217;s a pretty wide spread issue.</p>
<p>The best way I have found to get around this issue is to install and run <a href="http://unetbootin.sourceforge.net">unetbootin</a> to create live USBs. If you&#8217;re using linux it should be found in the usual place you can install things.</p>
<h6>Installation:</h6>
<p><strong>Ubuntu/LinuxMint/Debian:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> unetbootin</div>
<p><strong>Fedora/OpenSuse:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> unetbootin</div>
<h6>Create a live USB:</h6>
<p>To install a distro it&#8217;s pretty simple, either select it from the &#8220;Distribution&#8221; option and pick a distribution and version, UNetbootin will then actually download it and install it for you. Alternatively you can pick an Diskimage and browse for the ISO file you download (and would usually burn to a CD/DVD) and install from that. Select the USB Drive at the bottom and hit ok and it&#8217;ll install a bootloader, the system and you&#8217;ll be up and running in no time.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-UNetbootin.png"><img class="aligncenter size-full wp-image-24182" title="Screenshot-UNetbootin" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-UNetbootin.png" alt="" width="530" height="387" /></a></p>
<h6>Persistence File:</h6>
<p>If you wanted a persistence install which allows you to save files, settings and installed programs you&#8217;ll have to do a little manual work as it currently doesn&#8217;t support that option.</p>
<p>Go to <a href="http://unetbootin.sourceforge.net/diskimg/">http://unetbootin.sourceforge.net/diskimg/</a> and download one of the files (128mb.zip, 256mb.zip, or 512mb.zip) corresponding to the amount of persistent space you want (make sure the size of the persistent disk image is smaller than the free space you have on your USB drive).</p>
<p>You&#8217;ll then need to edit the syslinux.cfg file that was created by UNetbootin in the root of the directory (just open it with a text editor) you should see something similar to the following:</p>
<blockquote><p>label unetbootindefault<br />
menu label Default<br />
kernel /ubnkern<br />
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash &#8211;</p></blockquote>
<p>So on the line that starts &#8220;appen initrd=&#8221; you&#8217;ll want to add the option of &#8220;persistent&#8221;, it should then look like the following:</p>
<p>NOTE: WordPress changes my double dash at the end of the last line to a single long dash, this won&#8217;t work. It&#8217;s easiest just to add the final word before the double dash in the file, do not copy and paste this in to your file. If you do, you will get more errors.</p>
<blockquote><p>label unetbootindefault<br />
menu label Default<br />
kernel /ubnkern<br />
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash persistent &#8211;</p></blockquote>
<p>I added this line to all that used the &#8220;file=/cdrom/preseed/ubuntu.seed&#8221; option, since that&#8217;s the image that&#8217;s being opened and it should then change all options on the bootloader that will load the ubuntu install.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/11/26/linux-usb-errors-with-usb-creator-gtk-stdin-io-error-stdin-error-0-init-line-1-cant-open-devsr0-no-medium-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Media Players And Flash Not Stopping The Screensaver</title>
		<link>http://alexsleat.co.uk/2011/11/11/linux-media-players-and-flash-not-stopping-the-screensaver/</link>
		<comments>http://alexsleat.co.uk/2011/11/11/linux-media-players-and-flash-not-stopping-the-screensaver/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 21:23:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[caffeine]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora flash screensaver]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome media player]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[linux flash screensaver]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[power management]]></category>
		<category><![CDATA[red hat]]></category>
		<category><![CDATA[screen saver]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[turn off screensaver]]></category>
		<category><![CDATA[ubuntu flash screensaver]]></category>
		<category><![CDATA[ubuntu mplayer screensaver]]></category>
		<category><![CDATA[ubuntu vlc screensaver]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[xfce]]></category>
		<category><![CDATA[xubuntu]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=23468</guid>
		<description><![CDATA[<br/><p>It&#8217;s a pretty common problem, one which could be solved by pretty much the following sentence: &#8216;[Insert Linux Distro], [Insert Media Player] not stopping screen saver when playing videos.&#8217; And, yeah, it&#8217;s very annoying. Something that should have been fixed thousands of releases ago, just like most common Linux problems. Luckily though there is [...]]]></description>
			<content:encoded><![CDATA[<br/><p>It&#8217;s a pretty common problem, one which could be solved by pretty much the following sentence: &#8216;[Insert Linux Distro], [Insert Media Player] not stopping screen saver when playing videos.&#8217; And, yeah, it&#8217;s very annoying. Something that should have been fixed thousands of releases ago, just like most common Linux problems. Luckily though there is a fix, it&#8217;s easy and it&#8217;s awesome.</p>
<p>Introducing: Caffeine, &#8220;An application to temporarily prevent the activation of both the screen saver and the &#8220;sleep&#8221; powersaving mode.&#8221; &#8211; <a href="https://launchpad.net/caffeine">https://launchpad.net/caffeine</a></p>
<p>Essentially what this program does is look for processes running on your machine (you can do this too, just run &#8216;ps -A&#8217; in a terminal emulator to see a list of everything), so you set process names which the program should look out for, for example &#8216;vlc&#8217; and when there is a process with this name Caffeine disables the screensaver, when the process stops the screensaver is re-enabled. It even comes with a little tray icon which allows you to manual enable or disable the screensaver/power management with a single click.</p>
<h6>Installation (Ubuntu):</h6>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> add-apt-repository ppa:caffeine-developers/ppa<br />
<span class="kw2">sudo</span> apt-get update<br />
<span class="kw2">sudo</span> apt-get <span class="kw2">install</span> caffeine</div>
<h6>Usage:</h6>
<p>You&#8217;ll be able to see if caffeine is running by the tray icon the first time you use it (this can be disabled in the settings).</p>
<div id="attachment_23469" class="wp-caption aligncenter" style="width: 235px"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-210740.png"><img class="size-full wp-image-23469 " title="Screenshot - 111111 - 21:07:40" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-210740.png" alt="" width="225" height="137" /></a><p class="wp-caption-text">Caffeine Running (Screensaver / Power Management Enabled)</p></div>
<div id="attachment_23470" class="wp-caption aligncenter" style="width: 235px"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-210750.png"><img class="size-full wp-image-23470 " title="Screenshot - 111111 - 21:07:50" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-210750.png" alt="" width="225" height="137" /></a><p class="wp-caption-text">Caffeine Running (Right Click Settings)</p></div>
<div id="attachment_23471" class="wp-caption aligncenter" style="width: 235px"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-210806.png"><img class="size-full wp-image-23471 " title="Screenshot - 111111 - 21:08:06" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-210806.png" alt="" width="225" height="137" /></a><p class="wp-caption-text">Caffeine Running (Screensaver / Power Management Disabled)</p></div>
<h6>Adding Processes:</h6>
<p>To add a process which will disable the screensaver from being activated, for example VLC so we can watch a movie without constantly having to wiggle the mouse:</p>
<p>First, run VLC (or whatever other media player you wish and just replace VLC for that for the other few steps)</p>
<p>Next, right click on the Caffeine tray icon and select &#8220;Preference&#8221;.</p>
<p>Click the &#8220;Add&#8221; button.</p>
<div id="attachment_23473" class="wp-caption aligncenter" style="width: 413px"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-211455.png"><img class="size-full wp-image-23473" title="Screenshot - 111111 - 21:14:55" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-211455.png" alt="" width="403" height="518" /></a><p class="wp-caption-text">List of processes already disabling the screensaver, note Totem is added here.</p></div>
<p>You should be greeted by a list of the running processes, select the name of the media player (this case, vlc) if it isn&#8217;t there check under the &#8220;Recent Processes&#8221; tab or alternatively just write the command you would use to run this program from the command line.</p>
<div id="attachment_23474" class="wp-caption aligncenter" style="width: 412px"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-211525.png"><img class="size-full wp-image-23474" title="Screenshot - 111111 - 21:15:25" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot-111111-211525.png" alt="" width="402" height="521" /></a><p class="wp-caption-text">Adding VLC to processes to disable the screensaver.</p></div>
<p>Finally click the &#8220;Add&#8221; button and close the preferences window, that pesky screensaver should no longer be bothering you!</p>
<h6>Stopping Flash from enabling the screensaver:</h6>
<p>Okay, this is actually really easy, if you&#8217;re using Chromium or Google Chrome or Firefox, you&#8217;ll just want to add the processes <em>&#8216;npviewer.bin&#8217;</em> to list, you can use the above instructions to do so. </p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/11/11/linux-media-players-and-flash-not-stopping-the-screensaver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Downloading all your Facebook Photos for Google Plus &#8211; In Linux</title>
		<link>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 11:49:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[albums]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[grabber]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tagged]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webapp]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16916</guid>
		<description><![CDATA[<br/><p>Okay so, with Google Plus just being released to a select few (and invites) you might be wanting to export all your Facebook photos, tagged and albums you&#8217;ve uploaded to Google+. There are several ways of going about this, a few webapps, apps and through Facebook itself, the problem is that most of these [...]]]></description>
			<content:encoded><![CDATA[<br/><p>Okay so, with Google Plus just being released to a select few (and invites) you might be wanting to export all your Facebook photos, tagged and albums you&#8217;ve uploaded to Google+. There are several ways of going about this, a few webapps, apps and through Facebook itself, the problem is that most of these don&#8217;t work in Linux making it a little more tricky to do without switching to Windows or OSX or borrowing some ones laptop for a while.</p>
<h4>Through Facebook Route:</h4>
<p>This way is actually pretty easy, which came as a surprise to me since I would have though it be in Facebooks best interest to keep users there just because it&#8217;s too much hassle to change.</p>
<p>First head over to Facebook.com, login and make your way through the labrynth that is Facebook settings to<br />
&#8216;Account Settings&#8217; &gt; Next to &#8216;Download Your Information&#8217; click ‘Learn more’ &gt; click &#8216;Download&#8217;.</p>
<p>This way you&#8217;re going to have to wait for Facebook to process all your data, they&#8217;ll then send you an e-mail once it&#8217;s done to a download link. This is a compressed (ZIP) file which contains all your information from Facebook, in the Photos folder you&#8217;ll find all your pictures which can then be uploaded to Google Plus.</p>
<p>The problem with this way is that it can take a reasonable amount of time (a couple of days depending on how much information you have..) and I&#8217;ve had it fail on a couple of occasions.</p>
<p>Alternatively you can use the following:</p>
<h4>The PhotoGrabber Option:</h4>
<p>For this you&#8217;ll need a couple of dependencies installed, it&#8217;s a desktop app that downloads the files for you.</p>
<p>Install dependencies:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> python python-tk</div>
<p>Install PhotoGrabber:</p>
<div class="dean_ch" style="white-space: wrap;">svn checkout http://photograbber.googlecode.com/svn/trunk/ photograbber-read-only<br />
<span class="kw3">cd</span> photograbber-read-only/<br />
./pg.py</div>
<p>Once you&#8217;ve ran all that and the ./pg.py bit it should load up with the following:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-8.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-8.png" alt="" title="Screenshot-8" width="318" height="118" class="aligncenter size-full wp-image-16919" /></a></p>
<p>Click Login and then proceed to login and allow PhotoGrabber to do its thing, once you&#8217;ve done that you&#8217;ll get to a screen similar to below with a code:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-9.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-9.png" alt="" title="Screenshot-9" width="937" height="741" class="aligncenter size-full wp-image-16920" /></a></p>
<p>Copy and paste that into the PhotoGrabber window (you&#8217;ll need to use Ctrl+V no right click to paste) and then it&#8217;ll let you choose which photos to take. Once you&#8217;ve picked, hit Download and watch them download to the folder you specify. There&#8217;ll be a lot folders, one for each place you were tagged. Once it&#8217;s done you can upload them however you want to Google Plus otherwise just keep them.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-10.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/07/Screenshot-10.png" alt="" title="Screenshot-10" width="319" height="454" class="aligncenter size-full wp-image-16921" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/07/16/downloading-all-your-facebook-photos-for-google-plus-in-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fedora 15 Post Installation Guide</title>
		<link>http://alexsleat.co.uk/2011/05/31/fedora-15-post-installation-guide/</link>
		<comments>http://alexsleat.co.uk/2011/05/31/fedora-15-post-installation-guide/#comments</comments>
		<pubDate>Tue, 31 May 2011 09:49:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[32bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[post install]]></category>
		<category><![CDATA[set up]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16465</guid>
		<description><![CDATA[<br/>Install RPM Fusion su -c &#8216;yum localinstall &#8211;nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8217; <p>&#8211; http://rpmfusion.org/Configuration</p> Enable unsupported video and audio codecs <p>Get enhanced audio and video support in applications that rely on GStreamer:</p> sudo yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg <p>Get enhanced audio and video support in applications that rely on xine backend:</p> sudo yum install xine-lib-extras-freeworld <p>&#8211; [...]]]></description>
			<content:encoded><![CDATA[<br/><h3><strong>Install RPM Fusion</strong></h3>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;yum localinstall &#8211;nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8217;</span></div>
<p>&#8211; <a href="http://rpmfusion.org/Configuration">http://rpmfusion.org/Configuration</a></p>
<h3><strong>Enable unsupported video and audio codecs </strong></h3>
<p>Get enhanced audio and video support in applications that rely on GStreamer:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg</div>
<p>Get enhanced audio and video support in applications that rely on xine backend:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> xine-lib-extras-freeworld</div>
<p>&#8211; <a href="http://rpmfusion.org/FAQ#head-fa398739adc1f2783f645404f8c24bba9e636ccf">http://rpmfusion.org/FAQ</a></p>
<h3><strong>Install Chromium Browser</strong></h3>
<p>Make a file called &#8220;fedora-chromium-stable.repo&#8221; in /etc/yum.repos.d/ and open:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/yum.repos.d/fedora-chromium-stable.repo</div>
<p>Paste in the following, save and exit:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3"># Place this <span class="kw2">file</span> <span class="kw1">in</span> your /etc/yum.repos.d/ directory</span></p>
<p><span class="br0">&#91;</span>fedora-chromium-stable<span class="br0">&#93;</span><br />
<span class="re2">name=</span>Builds of the <span class="st0">&quot;stable&quot;</span> tag of the Chromium Web Browser<br />
<span class="re2">baseurl=</span>http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-<span class="re1">$releasever</span>/<span class="re1">$basearch</span>/<br />
<span class="re2">enabled=</span><span class="nu0">1</span><br />
<span class="re2">skip_if_unavailable=</span><span class="nu0">1</span><br />
<span class="re2">gpgcheck=</span><span class="nu0">0</span></p>
<p><span class="br0">&#91;</span>fedora-chromium-stable-<span class="kw3">source</span><span class="br0">&#93;</span><br />
<span class="re2">name=</span>Builds of the <span class="st0">&quot;stable&quot;</span> tag of the Chromium Web Browser &#8211; Source<br />
<span class="re2">baseurl=</span>http://repos.fedorapeople.org/repos/spot/chromium-stable/fedora-<span class="re1">$releasever</span>/SRPMS<br />
<span class="re2">enabled=</span><span class="nu0">0</span><br />
<span class="re2">skip_if_unavailable=</span><span class="nu0">1</span><br />
<span class="re2">gpgcheck=</span><span class="nu0">0</span></div>
<p>&#8211; <a href="http://fedoraproject.org/wiki/Chromium">http://fedoraproject.org/wiki/Chromium</a></p>
<h3><strong>Install Flash</strong></h3>
<p>Download the YUM for Linux version from the adobe site &#8211; http://get.adobe.com/flashplayer/</p>
<p>Run the following in the folder you downloaded the file to:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;rpm -ivh adobe-release-i386-1.0-1.noarch.rpm&#8217;</span></div>
<p>Import the GPG key:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;rpm &#8211;import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux&#8217;</span></div>
<p><strong>In 32bit run:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;yum install nspluginwrapper alsa-plugins-pulseaudio flash-plugin&#8217;</span></div>
<p><strong>on 64bit run:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">su</span> -c <span class="st0">&#8216;yum install nspluginwrapper.{x86_64,i686} alsa-plugins-pulseaudio.i686 &#8211;disablerepo=adobe-linux-i386&#8242;</span><br />
<span class="kw2">su</span> -c <span class="st0">&#8216;yum install flash-plugin&#8217;</span></div>
<p>If you&#8217;re using Firefox, that should be all done but if you&#8217;re using Chromium you&#8217;ll need to open Firefox and play a video then close it and run the following:</p>
<p><strong>32bit:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">ln</span> -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/chromium-browser/plugins/libflashplayer.so</div>
<p><strong>64bit:</strong></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">ln</span> -s /usr/lib64/mozilla/plugins-wrapped/nswrapper_32_64.libflashplayer.so /usr/lib64/chromium-browser/plugins/nswrapper_32_64.libflashplayer.so</div>
<p>Close and re-open Chromium and head to <a href="http://www.youtube.com/watch?v=1LZXxD1tcx0">YouTube</a> to check that it&#8217;s working.</p>
<p>&#8211; <a href="http://fedoraproject.org/wiki/Flash">http://fedoraproject.org/wiki/Flash</a></p>
<h3><strong>Install Dropbox</strong></h3>
<p>Download and install the correct rpm for 32 or 64 bit from the Dropbox website &#8211; <a href="http://www.dropbox.com/downloading">http://www.dropbox.com/downloading</a>.</p>
<p>Follow this guide to remove the YUM errors you may encounter once the package is installed &#8211; <a href="http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/">http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/</a> .</p>
<h3><strong>Install VLC</strong></h3>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> yum <span class="kw2">install</span> vlc</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/31/fedora-15-post-installation-guide/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To: Disable SELinux in Fedora</title>
		<link>http://alexsleat.co.uk/2011/05/24/how-to-disable-selinux-in-fedora/</link>
		<comments>http://alexsleat.co.uk/2011/05/24/how-to-disable-selinux-in-fedora/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:58:44 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[14]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[disable selinux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[permissive]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16286</guid>
		<description><![CDATA[<br/><p>WARNING: by continuing following this guide you are putting your machine at risk by disabling the secuity features within SELinux, I strongly advise if you do not know what you are doing, stop and read up on the implications this action will have before continuing. Some information is avaible in the Fedora Wiki here [...]]]></description>
			<content:encoded><![CDATA[<br/><blockquote><p><strong>WARNING:</strong> by continuing following this guide you are putting your machine at risk by disabling the secuity features within SELinux, I strongly advise if you do not know what you are doing, stop and read up on the implications this action will have before continuing. Some information is avaible in the Fedora Wiki <a href="http://fedoraproject.org/wiki/SELinux">here</a> .</p></blockquote>
<p>Open up this file:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/selinux/config</div>
<p>Change the line that looks like this:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re2">SELINUX=</span>enforcing</div>
<p>To this:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re2">SELINUX=</span>permissive</div>
<p>Save and reboot and it should be working, although again be warned this has disabled the security mechanism on your system. To re-enable this, simply do the same however change from permissive to enforcing and again reboot your machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/24/how-to-disable-selinux-in-fedora/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Fix: Error: Cannot retrieve repository metadata (repomd.xml) for repository: Dropbox. Please verify its path and try again</title>
		<link>http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/</link>
		<comments>http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/#comments</comments>
		<pubDate>Tue, 24 May 2011 16:56:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[13]]></category>
		<category><![CDATA[14]]></category>
		<category><![CDATA[15]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[errno 14]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[not found]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[repodata]]></category>
		<category><![CDATA[repomd]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16281</guid>
		<description><![CDATA[<br/><p>After installing dropbox from the RPM package availble on the site on a new Fedora 15 install, I was unable to use yum without coming across this error:</p> $ update Loaded plugins: langpacks, presto, refresh-packagekit http://linux.dropbox.com/fedora/15/repodata/repomd.xml: &#91;Errno 14&#93; HTTP Error 404 &#8211; Not Found : http://linux.dropbox.com/fedora/15/repodata/repomd.xml Trying other mirror. http://linux.dropbox.com/fedora/15/repodata/repomd.xml: &#91;Errno 14&#93; HTTP Error [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing dropbox from the RPM package availble on the site on a new Fedora 15 install, I was unable to use yum without coming across this error:</p>
<div class="dean_ch" style="white-space: wrap;">$ update<br />
Loaded plugins: langpacks, presto, refresh-packagekit<br />
http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml: <span class="br0">&#91;</span>Errno <span class="nu0">14</span><span class="br0">&#93;</span> HTTP Error <span class="nu0">404</span> &#8211; Not Found : http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml<br />
Trying other mirror.<br />
http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml: <span class="br0">&#91;</span>Errno <span class="nu0">14</span><span class="br0">&#93;</span> HTTP Error <span class="nu0">404</span> &#8211; Not Found : http://linux.dropbox.com/fedora/<span class="nu0">15</span>/repodata/repomd.xml<br />
Trying other mirror.<br />
Error: Cannot retrieve repository metadata <span class="br0">&#40;</span>repomd.xml<span class="br0">&#41;</span> <span class="kw1">for</span> repository: Dropbox. Please verify its path and try again</div>
<p>For some unknown reason dropbox repos dont seem to work past 13 so you&#8217;ll need to change the dropbox.repo file from detecting the current release to 13 like so:</p>
<p>Open the dropbox.repo file:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/yum.repos.d/dropbox.repo</div>
<p>Change the baseurl from $relesever to 13 like so:</p>
<p>Original:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="br0">&#91;</span>Dropbox<span class="br0">&#93;</span><br />
<span class="re2">name=</span>Dropbox Repository<br />
<span class="re2">baseurl=</span>http://linux.dropbox.com/fedora/<span class="re1">$releasever</span>/<br />
<span class="re2">gpgkey=</span>http://linux.dropbox.com/fedora/rpm-public-key.asc</div>
<p>New:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="br0">&#91;</span>Dropbox<span class="br0">&#93;</span><br />
<span class="re2">name=</span>Dropbox Repository<br />
<span class="re2">baseurl=</span>http://linux.dropbox.com/fedora/<span class="nu0">13</span>/<br />
<span class="re2">gpgkey=</span>http://linux.dropbox.com/fedora/rpm-public-key.asc</div>
<p>Save and close and everything should be working, try using sudo yum update to check and the error should have gone away. If not give a reboot a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/05/24/how-to-fix-error-cannot-retrieve-repository-metadata-repomd-xml-for-repository-dropbox-please-verify-its-path-and-try-again/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Linux Cheat Sheet</title>
		<link>http://alexsleat.co.uk/2010/12/30/linux-cheat-sheet/</link>
		<comments>http://alexsleat.co.uk/2010/12/30/linux-cheat-sheet/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 14:09:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[card]]></category>
		<category><![CDATA[cheat]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[kindle]]></category>
		<category><![CDATA[kindle 3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[sheet]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=10764</guid>
		<description><![CDATA[<br/><p>I wanted a cheat sheet which would display pretty nicely on my Kindle 3, I found a bunch of great ones but none were formatted well to fit on the Kindle so I went ahead and compiled my own from the most useful stuff I found on the others. I&#8217;ve put in commands for [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I wanted a cheat sheet which would display pretty nicely on my Kindle 3, I found a bunch of great ones but none were formatted well to fit on the Kindle so I went ahead and compiled my own from the most useful stuff I found on the others. I&#8217;ve put in commands for manipulating text files, searching, permissions, system info and a bunch of other stuff too so check it out if you&#8217;re in need of a reference page. I&#8217;ll update it on here as it gets updated too.</p>
<p><center><embed src="http://alexsleat.co.uk/wp-content/uploads/2010/12/cheatsheet2.0.pdf" width="600" height="375"></center></p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/12/cheatsheet2.0.pdf">Download Here</a></p>
<p>Sources:</p>
<ul>
<li>Treebeard&#8217;s Unix Cheat Sheet &#8211; <a href="http://www.rain.org/~mkummel/unix.html">http://www.rain.org/~mkummel/unix.html</a></li>
<li>The One Page Linux Manual - <a href="http://www.digilife.be/quickreferences/QRC/The%20One%20Page%20Linux%20Manual.pdf">http://www.digilife.be/quickreferences/QRC/The%20One%20Page%20Linux%20Manual.pdf</a></li>
<li>Unix/Linux Command Reference - <a href="http://files.fosswire.com/2007/08/fwunixref.pdf">http://files.fosswire.com/2007/08/fwunixref.pdf</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/12/30/linux-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Find Recently Used Commands in Linux</title>
		<link>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/</link>
		<comments>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:17:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=193</guid>
		<description><![CDATA[<br/><p>One of my most used commands in Linux is the history command, it lists all your recent commands. The problem with this is you might have to scroll through hundreds before you get to one of any interest, so adding grep to search through these and bring back only relative one&#8217;s is great.</p> <p>Give [...]]]></description>
			<content:encoded><![CDATA[<br/><p>One of my most used commands in Linux is the history command, it lists all your recent commands. The problem with this is you might have to scroll through hundreds before you get to one of any interest, so adding grep to search through these and bring back only relative one&#8217;s is great.</p>
<p>Give it a try (just change searchcriteria for what you want like apt-get or tar):</p>
<blockquote><p><code>history | grep searchcriteria</code></p></blockquote>
<p>Manual pages:</p>
<ul>
<li><a href="http://linux.die.net/man/3/history">history</a></li>
<li><a href="http://linux.die.net/man/1/grep">grep</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

