<?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; linux</title>
	<atom:link href="http://alexsleat.co.uk/tag/linux-2/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>Updating The Kernel in Ubuntu</title>
		<link>http://alexsleat.co.uk/2012/01/11/updating-the-kernel-in-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2012/01/11/updating-the-kernel-in-ubuntu/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 12:35:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[check kernel verison]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=26414</guid>
		<description><![CDATA[<br/>Download the latest from here: <p>http://kernel.ubuntu.com/~kernel-ppa/mainline/</p> <p>The folders correspond to kernel versions and should also include the ubuntu version, for example I chose to update 11.10 (oneiric) from &#8220;3.0.0-14-generic&#8221; to &#8220;3.1.4&#8243;, this was in a directory called &#8220;v3.1.4-oneiric/&#8220;.</p> You&#8217;ll need 3 files (replace * with the kernel version you&#8217;ve downloaded): <p>linux-headers-*_all.deb</p> For 64 bit [...]]]></description>
			<content:encoded><![CDATA[<br/><h6>Download the latest from here:</h6>
<p><a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/">http://kernel.ubuntu.com/~kernel-ppa/mainline/</a></p>
<p>The folders correspond to kernel versions and should also include the ubuntu version, for example I chose to update 11.10 (oneiric) from &#8220;3.0.0-14-generic&#8221; to &#8220;3.1.4&#8243;, this was in a directory called &#8220;<a href="http://kernel.ubuntu.com/~kernel-ppa/mainline/">v3.1.4-oneiric/</a>&#8220;.</p>
<h6>You&#8217;ll need 3 files <em>(replace * with the kernel version you&#8217;ve downloaded)</em>:</h6>
<p>linux-headers-*_all.deb</p>
<h6>For 64 bit systems <em>(replace * with the kernel version you&#8217;ve downloaded)</em>:</h6>
<p>linux-headers-*_amd64.deb<br />
linux-image-*_amd64.deb</p>
<h6>For 32 bit systems <em>(replace * with the kernel version you&#8217;ve downloaded)</em>:</h6>
<p>linux-headers-*_i386.deb<br />
linux-image-*_i386.deb</p>
<h6>Once you have the files, install them in the following order using these commands <em>(of course, replacing the version number for the ones you&#8217;ve downloaded)</em>:</h6>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> dpkg -U linux-headers<span class="nu0">-3.1</span><span class="nu0">.4</span>-030104_3<span class="nu0">.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>.201111281851_all.deb<br />
<span class="kw2">sudo</span> dpkg -U linux-headers<span class="nu0">-3.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>-generic_3<span class="nu0">.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>.201111281851_amd64.deb<br />
<span class="kw2">sudo</span> dpkg -U linux-image<span class="nu0">-3.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>-generic_3<span class="nu0">.1</span><span class="nu0">.4</span><span class="nu0">-030104</span>.201111281851_amd64.deb</div>
<p>Once that&#8217;s done, reboot. Once you&#8217;re back use the following command to check that the kernel you&#8217;re using is the one you&#8217;ve just downloaded and installed!</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">uname</span> -r</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2012/01/11/updating-the-kernel-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Surround Sound in Linux</title>
		<link>http://alexsleat.co.uk/2011/12/03/setting-up-surround-sound-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/12/03/setting-up-surround-sound-in-linux/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 13:21:41 +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[5.1]]></category>
		<category><![CDATA[7.1]]></category>
		<category><![CDATA[cm106]]></category>
		<category><![CDATA[easy]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[set up]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[speakers]]></category>
		<category><![CDATA[surround sound]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24714</guid>
		<description><![CDATA[<br/><p>It&#8217;s been a while since I bothered, the reason being it&#8217;s always seemed like an un-worthwhile struggle to get it working but either things changed or I was doing something to overcomplicate the process but it&#8217;s actually pretty simple to get surround sound up and running on your Linux machine. Now, I&#8217;m not going [...]]]></description>
			<content:encoded><![CDATA[<br/><p>It&#8217;s been a while since I bothered, the reason being it&#8217;s always seemed like an un-worthwhile struggle to get it working but either things changed or I was doing something to overcomplicate the process but it&#8217;s actually pretty simple to get surround sound up and running on your Linux machine. Now, I&#8217;m not going to go in to how to install the drivers for your specific sound card, because there are so many and I don&#8217;t have them all and most times on most popular distributions (Debian, Ubuntu, Mint, Fedora, OpenSuse etc) you&#8217;re going to notice that the sound card is actually already supported. What I will be doing is showing you how easy it was to get my 5.1&#8242;s set up (and the same will be said for 7.1&#8242;s).</p>
<h6>Step 1:</h6>
<p>First off you&#8217;re going to want to edit the pulseaudio configuration file to add the number of speakers you&#8217;re using, it&#8217;s default is set to 2.</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> gedit /etc/pulse/daemon.conf</div>
<p>Near the bottom of the file, there will be a line which looks like this:</p>
<blockquote><p>;default-sample-channels = 2</p></blockquote>
<p>The semi-colon is a comment, so this line isn&#8217;t actually doing anything unless you remove that. I would suggest leaving that line alone and adding a new line at the bottom:</p>
<blockquote><p>default-sample-channels = 6</p></blockquote>
<p>If you&#8217;re using 5.1&#8242;s the number of channels will be 6, 7.1&#8242;s will be 8 and I think you get where I&#8217;m going with this? So in this example, I&#8217;m using 5.1&#8242;s.</p>
<p>Now save and close that file. You&#8217;ll need to reboot your system now too, so that these changes will take effect.</p>
<h6>Step 2:</h6>
<p>So you&#8217;re back? Good..</p>
<p>Now you&#8217;re going to want to open up the Sound Preferences, usually you can do this by clicking on the little sound icon in your panel, or System > Preference > Sounds from the menu.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Sound-Preferences.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Sound-Preferences.png" alt="" title="Screenshot-Sound Preferences" width="678" height="594" class="aligncenter size-full wp-image-24716" /></a></p>
<p>From here, you&#8217;ll want to click on the Hardware tab. Near the bottom it&#8217;ll say Profile: with a drop down box next to it. Here you can select the type of set up you have, as you can see in the screenshot I have an &#8220;Analogue Surround 5.1 Output&#8221;, yours might be different and that&#8217;s cool and if you don&#8217;t know feel free to try a few out. Next to that drop down box is a button which says &#8220;Test Speakers&#8221;, this didn&#8217;t work for me so I have to use an <a href="http://www.youtube.com/watch?v=w0eaV8r-nXQ">online test</a> but give it a try as it might work!</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Speaker-Testing-for-CM106-Like-Sound-Device.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/12/Screenshot-Speaker-Testing-for-CM106-Like-Sound-Device.png" alt="" title="Screenshot-Speaker Testing for CM106 Like Sound Device" width="457" height="395" class="aligncenter size-full wp-image-24719" /></a></p>
<p>That&#8217;s it, you should be done!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/03/setting-up-surround-sound-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>Switching Between Two Resolutions in Linux</title>
		<link>http://alexsleat.co.uk/2011/10/24/switching-between-two-resolutions-in-linux/</link>
		<comments>http://alexsleat.co.uk/2011/10/24/switching-between-two-resolutions-in-linux/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 19:56:06 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[10.10]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[resolution]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[settings]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[xorg]]></category>
		<category><![CDATA[xrandr]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=22690</guid>
		<description><![CDATA[<br/><p>I have a TV and my monitor connected to my PC by a VGA switch box but what&#8217;s annoying is they aren&#8217;t the same resolution. This causes problems because I can&#8217;t see what I&#8217;m doing when I have switched to TV and usually have to leave the setting manager open so that when I [...]]]></description>
			<content:encoded><![CDATA[<br/><p>I have a TV and my monitor connected to my PC by a VGA switch box but what&#8217;s annoying is they aren&#8217;t the same resolution. This causes problems because I can&#8217;t see what I&#8217;m doing when I have switched to TV and usually have to leave the setting manager open so that when I change between them I just have to hit return and the resolution changes. That&#8217;s great and all but it&#8217;s far more effort than I want for something I do fairly often.</p>
<p>My plan was initially to create two xorg.conf files and switch between them using a script, I figured this would be the easiest way even though I haven&#8217;t messed around with xorg stuff for a few years ever since things just started working better in Linux. Turns out I couldn&#8217;t even find where they keep the xorg.conf file, it sure isn&#8217;t in /etc/X11 where it was the last time I looked..</p>
<p>On the search for this file though I came across another useful tool called xrandr, which essentially allows you to change the resolution from the command line.</p>
<blockquote>
<p style="text-align: left;">Xrandr is used to set the size, orientation and/or reflection of the outputs for a<br />
screen. It can also set the screen size.</p>
<p style="text-align: left;">If invoked without any option, it will dump the state of the outputs, showing the<br />
existing modes for each of them, with a &#8216;+&#8217; after the preferred mode and a &#8216;*&#8217;<br />
after the current mode.</p>
<p style="text-align: left;">There are a few global options. Other options modify the last output that is spec‐<br />
ified in earlier parameters in the command line. Multiple outputs may be modified<br />
at the same time by passing multiple &#8211;output options followed immediately by<br />
their corresponding modifying options.</p>
</blockquote>
<p style="text-align: right;">For more information on xrandr check out the <a href="http://linux.die.net/man/1/xrandr">manual page</a> (or type <em>man xrandr</em> in terminal).</p>
<p style="text-align: left;">It turns out it&#8217;s an extremely easy tool to use, with a command as simple as the following changing the resolution:</p>
<div class="dean_ch" style="white-space: wrap;">xrandr &#8211;output VGA1 &#8211;mode 1440&#215;900</div>
<p>So the next thing I did was create the following script which allows the resolution to switch between 1440&#215;900 and 1360&#215;768 (my monitor and my TV native resolutions).</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3">#!/bin/bash</span></p>
<p><span class="re2">TV=</span><span class="st0">&quot;1360 x 768&quot;</span><br />
<span class="re2">MONITOR=</span><span class="st0">&quot;1440 x 900&quot;</span></p>
<p><span class="re2">TEST=</span><span class="st0">&quot;$(xrandr | grep current | sed -e &#8216;s/.*current //;s/, maximum.*//&#8217;)&quot;</span></p>
<p><span class="re3">#echo <span class="re1">$TEST</span></span></p>
<p><span class="kw1">if</span> <span class="br0">&#91;</span> <span class="st0">&quot;$TEST&quot;</span> == <span class="st0">&quot;$MONITOR&quot;</span> <span class="br0">&#93;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xrandr &#8211;output VGA1 &#8211;mode 1360&#215;768</p>
<p><span class="kw1">elif</span> <span class="br0">&#91;</span> <span class="st0">&quot;$TEST&quot;</span> == <span class="st0">&quot;$TV&quot;</span> <span class="br0">&#93;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">then</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; xrandr &#8211;output VGA1 &#8211;mode 1440&#215;900</p>
<p><span class="kw1">else</span></p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">exit</span></p>
<p><span class="kw1">fi</span></div>
<p>This script simply checks what the current resolution is being used and then toggles between the two set resolutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/10/24/switching-between-two-resolutions-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</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>Steam in Wine, Repeated Windows</title>
		<link>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/</link>
		<comments>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 23:08:29 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[half life]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[how to install steam]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[repeated]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[team fortress]]></category>
		<category><![CDATA[valve]]></category>
		<category><![CDATA[video games]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16866</guid>
		<description><![CDATA[<br/><p>After installing Steam on my linux machine in wine I noticed a really annoy bug, the windows of steam are tiled across my screen as shown in the screenshot below.</p> Fix: <p>I managed to fix this by opening up the &#8216;Configure Wine&#8217; program that comes with wine and under the Applications tab switching from [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After installing Steam on my linux machine in wine I noticed a really annoy bug, the windows of steam are tiled across my screen as shown in the screenshot below.</p>
<h3>Fix:</h3>
<p>I managed to fix this by opening up the &#8216;Configure Wine&#8217; program that comes with wine and under the Applications tab switching from Windows XP mode to Windows 7, this fixed this bug and I now also have system borders on the steam windows.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-5.png"><img class="aligncenter size-large wp-image-16868" title="Steam linux wine error" src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-5-1024x640.png" alt="" width="640" height="400" /></a></p>
<h3>Installing Wine:</h3>
<p>If you&#8217;re interested in getting steam installed I used this guide - <a href="https://wiki.ubuntu.com/UbuntuMagazine/HowTo/InstallingSteam">https://wiki.ubuntu.com/UbuntuMagazine/HowTo/InstallingSteam</a> &#8211; It&#8217;s pretty simple and only takes a few minutes to do. Below is a quick, simple breakdown of what that guide says to do.</p>
<p>Download wine:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> wine</div>
<p>Download the steam installer from here:</p>
<p><a href="http://www.steampowered.com/v/index.php">http://www.steampowered.com/v/index.php</a></p>
<p>Copy over the tahoma.ttf font from a Windows install (or Download it here &#8211; <a href="http://source.winehq.org/source/fonts/tahoma.ttf">http://source.winehq.org/source/fonts/tahoma.ttf</a> ). Do this command from the folder you downloaded the font to.</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">cp</span> tahoma.ttf ~/.wine/drive_c/windows/fonts/</div>
<p>(If it doesn&#8217;t work and says the folder is missing or somthing like that do the following and then re-do the cp)</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">mkdir</span> ~/.wine/drive_c/windows/fonts/</div>
<p>Finally install Steam (Do this command in the directory you downloaded the Steam installer to):</p>
<div class="dean_ch" style="white-space: wrap;">msiexec /i SteamInstall.msi</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/07/01/steam-in-wine-repeated-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flashing Samsung Galaxy S (I9000) ROMs with Heimdall</title>
		<link>http://alexsleat.co.uk/2011/06/19/flashing-samsung-galaxy-s-i9000-roms-with-heimdall/</link>
		<comments>http://alexsleat.co.uk/2011/06/19/flashing-samsung-galaxy-s-i9000-roms-with-heimdall/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 12:28:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[custom rom]]></category>
		<category><![CDATA[darkys rom]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flashing]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[gingerbread]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[heimdall]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[libqtgui4]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[rom]]></category>
		<category><![CDATA[samsung galaxy s]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16753</guid>
		<description><![CDATA[<br/><p>This Tutorial is just a documentation of how I flashed my Samsung Galaxy S (I9000) using heimdall with Darky&#8217;s Rom v10.1, follow the steps at your own risk. I am in no way liable for any damage caused to your phone following these steps. I would advise reading up on flashing before proceeding along [...]]]></description>
			<content:encoded><![CDATA[<br/><blockquote><p>This Tutorial is just a documentation of how I flashed my Samsung Galaxy S (I9000) using heimdall with Darky&#8217;s Rom v10.1, follow the steps at your own risk. I am in no way liable for any damage caused to your phone following these steps. I would advise reading up on flashing before proceeding along with pre-reading the guide first.</p>
<p>If you don&#8217;t know what you&#8217;re doing, you should probably not do it.</p>
<p>For more information, help and most anything check out <a href="http://forum.xda-developers.com/index.php">xdadevelopers forum</a> and <a href="http://www.darkyrom.com/">DarkysRom.com</a></p></blockquote>
<p>This guide is using a fresh install of Ubuntu 11.04 on a memory stick, I was unable to get heimdall installed on Fedora 15 or Ubuntu 10.04.<br />
For this guide I will use Darkys Rom v10.1, however it should work for all ROMs that come with the correct files, as shown below.</p>
<h3>Installing Heimdall</h3>
<p>First install the Qt Gui libraries:</p>
<div class="dean_ch" style="white-space: wrap;"> <span class="kw2">sudo</span> apt-get <span class="kw2">install</span> libqtgui4</div>
<p>Once that&#8217;s installed head over to the heimdall website and download heimdall and the frontend for it, here I went for version 1.1.1 as the latest version (as of writing this guide 1.2.0 does not have a frontend).</p>
<p>Here simply download the .deb file and run it once it&#8217;s downloaded, you should be able to install them no problem.</p>
<p><em>(direct links for the version used in this guide)</em><br />
Heimdall &#8211; <a href="https://github.com/downloads/Benjamin-Dobell/Heimdall/heimdall_1.1.1-1_i386.deb">https://github.com/downloads/Benjamin-Dobell/Heimdall/heimdall_1.1.1-1_i386.deb</a><br />
Heimdall-frontend &#8211; <a href="https://github.com/downloads/Benjamin-Dobell/Heimdall/heimdall-frontend_1.1.1-1_i386.deb">https://github.com/downloads/Benjamin-Dobell/Heimdall/heimdall-frontend_1.1.1-1_i386.deb</a></p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot.png"><img class="aligncenter size-full wp-image-16795" title="Heimdall" src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot.png" alt="" width="904" height="553" /></a></p>
<h3>Getting The Files</h3>
<p>Download the ROM you wish to flash your phone with, for example download <a href="http://www.darkyrom.com/community/index.php?threads/odin-darkys-resurrection-edition-10-1-gt-i9000-only-for-now.3237/">Darky&#8217;s Ressurection v10.1</a>.</p>
<p>Extract Darky_Resurrection_10.1_i9000.zip<br />
Inside also extract Darky_Resurrection_10.1.tar</p>
<p>You should have the following files:</p>
<p>Darky_Resurrection_10.1_i9000<em> (folder)</em></p>
<ul>
<li>Darky_Resurrection_10.1 <em>(folder)</em>
<ul>
<li>boot.bin</li>
<li>cache.rfs</li>
<li>dbdata.rfs</li>
<li>factoryfs.rfs</li>
<li>modem.bin</li>
<li>param.lfs</li>
<li> Sbl.bin</li>
<li> zImage</li>
</ul>
</li>
<li>Odin3 v1.3,exe</li>
<li>Odin3 v1.7.exe</li>
<li>s1_odin_20100512.pit</li>
</ul>
<h3>Preparing Your Phone</h3>
<p><span style="text-decoration: underline; color: #ff0000;"><strong>Make sure you have full battery and disabled all lagfixes.</strong></span></p>
<h3>Flashing The Phone</h3>
<p>Press Alt+F2 and then type &#8220;heimdall-frontend&#8221; and hit enter.</p>
<p>Add the files to the correct heidmall options as so:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-1.png"><img class="aligncenter size-full wp-image-16797" title="Heimdall-frontend" src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-1.png" alt="" width="903" height="553" /></a></p>
<h6>Repartition</h6>
<p><strong>PIT :</strong> s1_odin_20100512.pit</p>
<h6>PDA/Code</h6>
<p><strong>FactoryFS :</strong> factoryfs.rfs<br />
<strong>Kernel(zImage) :</strong> zImage<br />
<strong>Param.lfs :</strong> param.lfs<br />
<strong>Primary BootLoader :</strong> boot.bin<br />
<strong>Secondary Bootloader :</strong> Sbl.bin</p>
<h6>CSC</h6>
<p><strong>Cache :</strong> cache.rfs<br />
<strong>Database Data : </strong>dbdata.rfs</p>
<h6>Other</h6>
<p><strong>Modem :</strong> modem.bin<br />
<strong>Recovery :</strong> &#8211;</p>
<p>Finally put your phone into download mode.</p>
<p>Once your phone is in downloadd mode, make sure it&#8217;s connected via USB and then press start on Heimdall.</p>
<p>After a few minutes your Heimdall will say Finished. Boom you&#8217;re done. Just wait for your phone to finish doing whatever it&#8217;s doing and you should end up back at the home screen soon enough.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-21.png"><img class="aligncenter size-full wp-image-16798" title="Darky's rom flashed in linux" src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-21.png" alt="" width="904" height="552" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/06/19/flashing-samsung-galaxy-s-i9000-roms-with-heimdall/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>GitHub: Agent admitted failure to sign using the key.</title>
		<link>http://alexsleat.co.uk/2011/06/16/github-agent-admitted-failure-to-sign-using-the-key/</link>
		<comments>http://alexsleat.co.uk/2011/06/16/github-agent-admitted-failure-to-sign-using-the-key/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 21:52:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rsa]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16675</guid>
		<description><![CDATA[<br/><p>Upon testing my GitHub setup on my home computer I got the following error after inputting this:</p> ssh git@github.com <p>Returned:</p> Agent admitted failure to sign using the key. Permission denied &#40;publickey&#41;. <p>You&#8217;ll need to run:</p> ssh-add ~/.ssh/id_rsa <p>Make sure to enter the passphrase for the ssh key you generated.</p> ]]></description>
			<content:encoded><![CDATA[<br/><p>Upon testing my GitHub setup on my home computer I got the following error after inputting this:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">ssh</span> git@github.com</div>
<p>Returned:</p>
<div class="dean_ch" style="white-space: wrap;">Agent admitted failure to sign using the key.<br />
Permission denied <span class="br0">&#40;</span>publickey<span class="br0">&#41;</span>.</div>
<p>You&#8217;ll need to run:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">ssh-add</span> ~/.<span class="kw2">ssh</span>/id_rsa</div>
<p>Make sure to enter the passphrase for the ssh key you generated.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/06/16/github-agent-admitted-failure-to-sign-using-the-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNOME 3 &#8211; Delete Key Not Deleting/Working in Nautilus</title>
		<link>http://alexsleat.co.uk/2011/06/11/gnome-3-delete-key-not-deletingworking-in-nautilus/</link>
		<comments>http://alexsleat.co.uk/2011/06/11/gnome-3-delete-key-not-deletingworking-in-nautilus/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 19:17:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ctrl]]></category>
		<category><![CDATA[ctrl+del]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[not deleting]]></category>
		<category><![CDATA[not working]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=16612</guid>
		<description><![CDATA[<br/><p>In GNOME 3 it seems that the keyboard shortcut to delete a file in Nautilus is actually Ctrl+Delete, this is fine I guess if it&#8217;s trying to stop people accidentally deleting files or something but it&#8217;s pretty annoying.</p> <p>To change the keyboard shortcut from Ctrl+Delete back to the usual Delete do the following:</p> <p>Open [...]]]></description>
			<content:encoded><![CDATA[<br/><p>In GNOME 3 it seems that the keyboard shortcut to delete a file in Nautilus is actually Ctrl+Delete, this is fine I guess if it&#8217;s trying to stop people accidentally deleting files or something but it&#8217;s pretty annoying.</p>
<p>To change the keyboard shortcut from Ctrl+Delete back to the usual Delete do the following:</p>
<p>Open a terminal and type:</p>
<div class="dean_ch" style="white-space: wrap;">dconf-editor</div>
<p>If you don&#8217;t have it, install it the usual way.</p>
<p>In the application that just opened, on the sidebar click:</p>
<div class="dean_ch" style="white-space: wrap;">org &gt; gnome &gt; desktop &gt; interface</div>
<p>And check the box entitled: <strong>can-change-accels</strong>.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-2.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-2.png" alt="" title="dconf-editor" width="802" height="634" class="aligncenter size-full wp-image-16613" /></a></p>
<p>Now, leave this window open and open up Nautilus.</p>
<p>Select a file that you want deleting and then click on Edit in the Nautilus menu, hover over the Move To Trash button and here press the button you wish to assign to the action, so for example Delete. You may have to press it twice (the first time it will remove the old key-binding and the second will assign it the new one.)</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-3.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-3.png" alt="" title="Ctrl+Del to Del" width="697" height="567" class="aligncenter size-full wp-image-16615" /></a></p>
<p>Go back to dconf-editor and uncheck the <strong>can-change-accels</strong> option to stop any other keyboard shortcuts being changed and you&#8217;re all done!</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-4.png"><img src="http://alexsleat.co.uk/wp-content/uploads/2011/06/Screenshot-4.png" alt="" title="Screenshot-4" width="336" height="49" class="aligncenter size-full wp-image-16616" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/06/11/gnome-3-delete-key-not-deletingworking-in-nautilus/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

