<?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; guide</title>
	<atom:link href="http://alexsleat.co.uk/tag/guide/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>OpenNI &#8211; error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217;</title>
		<link>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/</link>
		<comments>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:41:37 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[ddl missing]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[kinect]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24552</guid>
		<description><![CDATA[<br/><p>During installing the OpenNi kinect drivers, found here: https://github.com/OpenNI/OpenNI, I came across this error:</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217; gmcs -out:../../../Bin/Release/SimpleViewer.net.exe -target:winexe -unsafe -o+ -r:OpenNI.net.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -lib:../../../Bin/Release ../../../../../Samples/SimpleViewer.net/*.cs ../../Res/AssemblyInfo-OpenNI.cs error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217; Compilation failed: 1 error(s), 0 warnings make[1]: *** [../../../Bin/Release/SimpleViewer.net.exe] Error 1 make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217; make: *** [Samples/SimpleViewer.net] [...]]]></description>
			<content:encoded><![CDATA[<br/><p>During installing the OpenNi kinect drivers, found here: <a href="https://github.com/OpenNI/OpenNI">https://github.com/OpenNI/OpenNI</a>, I came across this error:</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217;<br />
gmcs -out:../../../Bin/Release/SimpleViewer.net.exe -target:winexe -unsafe -o+ -r:OpenNI.net.dll -r:System.Windows.Forms.dll -r:System.Drawing.dll -lib:../../../Bin/Release ../../../../../Samples/SimpleViewer.net/*.cs ../../Res/AssemblyInfo-OpenNI.cs<br />
error CS0006: cannot find metadata file `System.Windows.Forms.dll&#8217;<br />
Compilation failed: 1 error(s), 0 warnings<br />
make[1]: *** [../../../Bin/Release/SimpleViewer.net.exe] Error 1<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Samples/SimpleViewer.net&#8217;<br />
make: *** [Samples/SimpleViewer.net] Error 2</p></blockquote>
<p>To fix it, simply install the following package:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> mono-<span class="kw3">complete</span></div>
<p>Once finished, re-make and make install and everything should be dandy!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/01/openni-error-cs0006-cannot-find-metadata-file-system-windows-forms-dll/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java &#8211; .jar Error 127 /bin/sh: javac: not found.</title>
		<link>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/</link>
		<comments>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 13:33:42 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[error 127]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javac not found]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[sun-java6]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24549</guid>
		<description><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p> <p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217; javac -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java /bin/sh: javac: not found make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error [...]]]></description>
			<content:encoded><![CDATA[<br/><p>If you&#8217;re getting a similar error to this while trying to compile java files (.jar) then you&#8217;re probably missing the jdk, in ubuntu it&#8217;s called &#8220;sun-java6-jdk&#8221; so just go ahead and install that and all should be good!</p>
<blockquote><p>make[1]: Entering directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
javac  -d Release ../../../../../Wrappers/OpenNI.java/src/org/OpenNI/*.java<br />
/bin/sh: javac: not found<br />
make[1]: *** [../../../Bin/Release/org.OpenNI.jar] Error 127<br />
make[1]: Leaving directory `/home/alex/kinect/OpenNI/Platform/Linux-x86/Build/Wrappers/OpenNI.java&#8217;<br />
make: *** [Wrappers/OpenNI.java] Error 2</p></blockquote>
<p>FIX:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> sun-java6-jdk</div>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/12/01/java-jar-error-127-binsh-javac-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 4.0 (Ice Cream Sandwich) First Look / Impressions</title>
		<link>http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/</link>
		<comments>http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 21:02:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android 4.0]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[galaxy s]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[hot to]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[samsung galaxy s]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24238</guid>
		<description><![CDATA[<br/><p>It&#8217;s only been a couple of weeks since the first batch of Ice Cream Sandwich (ICS) loaded phones were released, the Samsung Galaxy Nexus, but already custom ROMs are being updated to allow users of other phones to use ICS.</p> <p>Luckily for me, a Samsung Galaxy S (I9000) owner, development for this widely popular [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-43-04.png"><img class="alignleft size-medium wp-image-24317" title="ICS Android 4.0 Home Screen" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-43-04-180x300.png" alt="" width="180" height="300" /></a>It&#8217;s only been a couple of weeks since the first batch of Ice Cream Sandwich (ICS) loaded phones were released, the Samsung Galaxy Nexus, but already custom ROMs are being updated to allow users of other phones to use ICS.</p>
<p>Luckily for me, a Samsung Galaxy S (I9000) owner, development for this widely popular phone has been going strong for a while. Custom ROMs from Darkys ROM to CyanogenMod allow for quicker Android updates with much better features and a lack of Samsung&#8217;s bloat-ware.</p>
<p>So it seems the next version of CyanogenMod (CM9) will be ICS based and keeping up with the SGS development &#8220;Teamhacksung&#8221; have started porting over the new version which will soon become the latest version CM9. It&#8217;s still in its early stages and there are a few known bugs which need to be sorted but they&#8217;ve released a ROM for public testing.</p>
<p>After a day or so of testing, everything feels smooth and finished, it seems to be much more user friendly in comparison to previous iterations of Android. It&#8217;s kind of like they&#8217;ve realised it&#8217;s not just linux geeks using Android any more and it actually has a pretty large market share and they had to re-design it to be for everyone.</p>
<h5>New Features:</h5>
<h6>Home Screen:</h6>
<p>The home screen hasn&#8217;t changed dramatically and still follows the 4&#215;5 grid of icons and widgets.</p>
<p>The biggest and in my opinion most needed change here though is the relocation of the search bar, no longer is the search bar a widget but it now sits directly under the notification bar and remains constant on all home screens. This clears up an extra row for other icons and widgets but doesn&#8217;t over crowd the place.</p>
<p>When editing the home screen icons and widgets (long pressing on one of them), the Remove section replaces the static search bar at the top of the screen. Additionally while editing some widgets, such as the Calendar, allow for resizing, by framing the widget with a blue border with dots in the centre of each which can be dragged to change the length or width of the object. It&#8217;d be good to see this as a standard across all widgets even if setting limits was also done.</p>
<p>Folders are still here and they are a bit more awesome, to make a folder you simply drag one icon on to another and they bunch up. Clicking on the bunch opens up a pop up with all the icons in.</p>
<h6>App Drawer:</h6>
<p>The app drawer is now 4&#215;5 screens which can be switched left and right between, still organised alpabetically. Now however going past the last page of apps brings you to a list of widgets which can be held down on to drag to a home screen. The app drawer also has a quick link in the top left to the market place.</p>
<p>It&#8217;d be great to see more customisation here, allow for constant flow of apps from left to right rather than in pages or alternatively up and down scrolling.</p>
<h6>Multi-tasking:</h6>
<p>Multi-tasking is made much simpler in this iteration of Android, holding down the home button brings up a vertical list of running applications. Clicking on one will take you back to the app at its last used screen and also gives you a preview of the screen you&#8217;ll be heading back to. Sliding the appliaction left or right however will close it. This is a much simpler way for non-power users to understand what&#8217;s going on and might help them control over the occasional lag which can come about when you have too many applications open. It also really makes switching between two applications a breeze.</p>
<p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-19.png"><img class="aligncenter size-full wp-image-24305" title="ICS Multi-tasking (Android 4.0)" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-19.png" alt="" width="230" height="384" /></a></p>
<h6>Settings:</h6>
<p>The settings menu have been cleaned up dramatically and now provide a lot of the useful settings at a much easier level. Things are grouped rather than a huge list of things and are generally much easier to understand.</p>
<p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-43-21.png"><img class="aligncenter size-full wp-image-24316" title="ICS Settings (Android 4.0) Screenshot" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-43-21.png" alt="" width="230" height="384" /></a></p>
<h6>Face Unlock:</h6>
<p>One of the biggest new features to this version is the addition of Face-recognition to unlock your phone. unfortunately because the current ROM used to review this doesn&#8217;t have a very stable front facing camera driver it wasn&#8217;t really working in my tests.</p>
<p>Essentially you hold the camera in front of your face for a few seconds while it calibrates to your data and then when you unlock your screen the camera will start up and it should only take a second to detect your face and unlock, if it fails it has a fail safe which allows you to also enter a pin or pattern to unlock.</p>
<p>Two main issues arise, firstly as pointed out by the setup, the fact that people with similar faces will be able to unlock your screen, so don&#8217;t expect that your siblings can&#8217;t frape you. Also a picture of your face would also work, since it&#8217;s not 3D detection a photograph will also work for unlocking your phone.</p>
<h6>Screenshots:</h6>
<p>Screenshots are built in to this verison of android (it really made this review easier ;)) Just hold down the Volume Down button and Power button at the same time, a second or so and the screen will flash and it&#8217;ll save a screenshot in a folder on your phone.</p>
<h6>Browser:</h6>
<p>The browser has had a few tweaks including the way tabs are handled.</p>
<p style="text-align: center;"><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-05.png"><img class="aligncenter size-full wp-image-24306" title="ICS Browser (Android 4.0) Screenshot" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-05.png" alt="" width="230" height="384" /></a></p>
<p>Overall it&#8217;s a nice clean update, I can&#8217;t say the difference between honeycomb since I don&#8217;t own a tablet but I&#8217;m sure this will be a welcome change to both phone and tablet users.</p>
<p>Gallery after the jump..<br />
<span id="more-24238"></span></p>
<h5>Gallery</h5>

<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-28-10-17-24/' title='Screenshot_2011-11-28-10-17-24'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-28-10-17-24-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-28-10-17-24" title="Screenshot_2011-11-28-10-17-24" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-23-43-13/' title='Screenshot_2011-11-27-23-43-13'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-23-43-13-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-23-43-13" title="Screenshot_2011-11-27-23-43-13" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-23-43-09/' title='Screenshot_2011-11-27-23-43-09'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-23-43-09-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-23-43-09" title="Screenshot_2011-11-27-23-43-09" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-23-34-09/' title='Screenshot_2011-11-27-23-34-09'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-23-34-09-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-23-34-09" title="Screenshot_2011-11-27-23-34-09" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-21-17-33/' title='Screenshot_2011-11-27-21-17-33'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-21-17-33-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-21-17-33" title="Screenshot_2011-11-27-21-17-33" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-21-15-39/' title='Screenshot_2011-11-27-21-15-39'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-21-15-39-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-21-15-39" title="Screenshot_2011-11-27-21-15-39" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-57-49/' title='Screenshot_2011-11-27-20-57-49'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-57-49-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-57-49" title="Screenshot_2011-11-27-20-57-49" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-56-07/' title='Screenshot_2011-11-27-20-56-07'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-56-07-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-56-07" title="Screenshot_2011-11-27-20-56-07" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-44-28/' title='Screenshot_2011-11-27-20-44-28'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-44-28-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-44-28" title="Screenshot_2011-11-27-20-44-28" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-43-24/' title='Screenshot_2011-11-27-20-43-24'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-24-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-43-24" title="Screenshot_2011-11-27-20-43-24" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-43-19/' title='ICS Multi-tasking (Android 4.0)'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-19-150x150.png" class="attachment-thumbnail" alt="ICS Multi-tasking (Android 4.0)" title="ICS Multi-tasking (Android 4.0)" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-43-05/' title='ICS Browser (Android 4.0) Screenshot'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-43-05-150x150.png" class="attachment-thumbnail" alt="ICS Browser (Android 4.0) Screenshot" title="ICS Browser (Android 4.0) Screenshot" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-42-56/' title='Screenshot_2011-11-27-20-42-56'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-42-56-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-42-56" title="Screenshot_2011-11-27-20-42-56" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-42-37/' title='Screenshot_2011-11-27-20-42-37'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-42-37-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-42-37" title="Screenshot_2011-11-27-20-42-37" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-41-53/' title='Screenshot_2011-11-27-20-41-53'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-41-53-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-41-53" title="Screenshot_2011-11-27-20-41-53" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-41-24/' title='Screenshot_2011-11-27-20-41-24'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-41-24-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-41-24" title="Screenshot_2011-11-27-20-41-24" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-20-41-14/' title='Screenshot_2011-11-27-20-41-14'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-20-41-14-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-20-41-14" title="Screenshot_2011-11-27-20-41-14" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-19-44-37/' title='Screenshot_2011-11-27-19-44-37'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-44-37-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-19-44-37" title="Screenshot_2011-11-27-19-44-37" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-19-44-28/' title='Screenshot_2011-11-27-19-44-28'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-44-28-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-19-44-28" title="Screenshot_2011-11-27-19-44-28" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-19-44-25/' title='Screenshot_2011-11-27-19-44-25'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-44-25-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-19-44-25" title="Screenshot_2011-11-27-19-44-25" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-19-44-20/' title='Screenshot_2011-11-27-19-44-20'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-44-20-150x150.png" class="attachment-thumbnail" alt="Screenshot_2011-11-27-19-44-20" title="Screenshot_2011-11-27-19-44-20" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-19-43-21/' title='ICS Settings (Android 4.0) Screenshot'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-43-21-150x150.png" class="attachment-thumbnail" alt="ICS Settings (Android 4.0) Screenshot" title="ICS Settings (Android 4.0) Screenshot" /></a>
<a href='http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/screenshot_2011-11-27-19-43-04/' title='ICS Android 4.0 Home Screen'><img width="150" height="150" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-19-43-04-150x150.png" class="attachment-thumbnail" alt="ICS Android 4.0 Home Screen" title="ICS Android 4.0 Home Screen" /></a>

]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Take Screenshots in Ice Cream Sandwich (Android 4.0.x)</title>
		<link>http://alexsleat.co.uk/2011/11/28/how-to-take-screenshots-in-ice-cream-sandwich-android-4-0-x/</link>
		<comments>http://alexsleat.co.uk/2011/11/28/how-to-take-screenshots-in-ice-cream-sandwich-android-4-0-x/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 13:23:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[blog1]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ice cream sandwich]]></category>
		<category><![CDATA[ics]]></category>
		<category><![CDATA[screen grab]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=24329</guid>
		<description><![CDATA[<br/><p>Android 4.0 or Ice Cream Sandwich (ICS) finally brings screenshots natively to the mobile platform, to a lot of users of custom ROMs such as CyanogenMod or Darkys ROM it may seem like this has been a feature for a while but that isn&#8217;t the case.</p> To take a screenshot: Simply hold down the [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-23-43-13.png"><img class="alignright size-full wp-image-24296" title="Android 4.0 ICS Ice cream sandwich screenshot" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-27-23-43-13.png" alt="" width="288" height="480" /></a>Android 4.0 or Ice Cream Sandwich (ICS) finally brings screenshots natively to the mobile platform, to a lot of users of custom ROMs such as CyanogenMod or Darkys ROM it may seem like this has been a feature for a while but that isn&#8217;t the case.</p>
<h6>To take a screenshot:</h6>
<ul>
<li>Simply <strong>hold down</strong> the <strong>Volume Down</strong> button and <strong>Power</strong> button <strong>for about a second</strong>.</li>
</ul>
<p>&nbsp;</p>
<p>You&#8217;ll see a flash and the screen will be framed which shows the screenshot was taken (I&#8217;ve tried grabbing a screenshot of this screen, but it&#8217;s pretty tricky and no luck yet!). The screenshot will be saved in a folder /Pictures/Screenshots on your phones internal SD card.</p>
<p>You&#8217;ll also get a new notification in the notification bar saying &#8220;Saving Screenshot&#8230;&#8221; and once it&#8217;s done there&#8217;ll be a &#8220;Screenshot captured.&#8221; notification in the pull down menu which will take you directly the screenshot in the Gallery.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-28-13-18-31.png"><img class="size-full wp-image-24341 alignnone" title="Android 4.0 ICS Ice cream sandwich screenshot captured" src="http://alexsleat.co.uk/wp-content/uploads/2011/11/Screenshot_2011-11-28-13-18-31.png" alt="" width="384" height="173" /></a></p>
<h5></h5>
<blockquote>
<h5 style="text-align: center;">For more screenshots, check out my first look and impressions post about ICS!<br />
<a href="http://alexsleat.co.uk/2011/11/30/android-4-0-ice-cream-sandwich-first-look-impressions/"> HERE</a></h5>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/11/28/how-to-take-screenshots-in-ice-cream-sandwich-android-4-0-x/feed/</wfw:commentRss>
		<slash:comments>8</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>How to Install the &#8216;gnome-shell-extensions-mediaplayer&#8217; Extension</title>
		<link>http://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/</link>
		<comments>http://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 19:38:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[from source]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnome-shell]]></category>
		<category><![CDATA[gnome-tweak-tool]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[isadora]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[katya]]></category>
		<category><![CDATA[linux mint]]></category>
		<category><![CDATA[lisa]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[make install]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=22391</guid>
		<description><![CDATA[<br/><p>The mediaplayer widget found on github, created by eonpatapon &#8211; (https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer).</p> <p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p> [...]]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png"><img class="size-full wp-image-22404 alignright" title="Screenshot at 2011-10-19 20:25:14" src="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-202514.png" alt="" width="434" height="348" /></a>The mediaplayer widget found on github, created by eonpatapon &#8211; (<a href="https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer">https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer</a>).</p>
<p>I&#8217;ve been searching for a while for a good, solid widget style thing that&#8217;ll sit in the top of the gnome-shell panel which can control the music that&#8217;s playing in banshee, rhythmbox or whatever else you want to use to play your tunes.</p>
<p>&nbsp;</p>
<h4>Installation:</h4>
<h5>1. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">First you&#8217;ll need to grab some dependencies:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> apt-get <span class="kw2">install</span> git gnome-common gnome-tweak-tool</div>
<h5>2. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Next download the files from the git repository as below (this will download the folder to whatever directory you&#8217;re currently in, in terminal):</span></h5>
<div class="dean_ch" style="white-space: wrap;">git clone https://github.com/eonpatapon/gnome-shell-extensions-mediaplayer.git</div>
<h5>3. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">Once it&#8217;s finished download (it shouldn&#8217;t take too long it&#8217;s only about 2.30MB as of writing this guide), you&#8217;ll want to install using the following commands:</span></h5>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">cd</span> gnome-shell-extensions-mediaplayer<br />
./autogen.<span class="kw2">sh</span> &#8211;<span class="re2">prefix=</span>/usr<br />
<span class="kw2">make</span><br />
<span class="kw2">sudo</span> <span class="kw2">make</span> <span class="kw2">install</span></div>
<h5>4. <span class="Apple-style-span" style="font-size: 13px; font-weight: normal;">That&#8217;s it, it&#8217;s installed. Next you&#8217;re going to want to enable it, run gnome-tweak-tool and under extensions slide the newly installed extension to ON and it should appear next to the &#8220;Universal Access Settings&#8221; in the top right.</span></h5>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png"><img class="aligncenter size-full wp-image-22410" title="Screenshot at 2011-10-19 20:35:44" src="http://alexsleat.co.uk/wp-content/uploads/2011/10/Screenshot-at-2011-10-19-203544.png" alt="" width="662" height="529" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2011/10/19/how-to-install-gnome-shell-extensions/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

