<?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; HowTo</title>
	<atom:link href="http://alexsleat.co.uk/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Thu, 15 Jul 2010 09:50:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Spotify finally comes to Linux</title>
		<link>http://alexsleat.co.uk/2010/07/12/spotify-finally-comes-to-linux/</link>
		<comments>http://alexsleat.co.uk/2010/07/12/spotify-finally-comes-to-linux/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 11:47:27 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[spotify]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=257</guid>
		<description><![CDATA[<br/>Spotify the free music application for Windows and Mac has finally been officially ported to Linux, while this is only a preview build and currently unsupported it&#8217;s at least a step in the right direction and no more running the &#8230; <a href="http://alexsleat.co.uk/2010/07/12/spotify-finally-comes-to-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p><a href="https://www.spotify.com/wp-content/uploads/spotify_for_linux-300x187.png"><img class="alignleft" title="Spotify Linux" src="https://www.spotify.com/wp-content/uploads/spotify_for_linux-300x187.png" alt="" width="300" height="187" /></a>Spotify the free music application for Windows and Mac has finally been officially ported to Linux, while this is only a preview build and currently unsupported it&#8217;s at least a step in the right direction and no more running the Windows version through Wine and <a href="http://alexsleat.co.uk/2010/04/30/spotify-wine-and-the-jumping-sound-ubuntu-karmic/">all the trouble I had with that</a>.</p>
<p>The main differences in this version is the lack of local music and that it&#8217;s only available to Premium subscribers while they are looking in to ways of &#8220;reliably&#8221; displaying ads for Free and Open users of it&#8217;s services.</p>
<p>With simple installation instructions for Ubuntu 10.04 and Debian Squeeze other Linux distribution users may be out in the cold for a while but I&#8217;m sure hacks and development with come quickly. Below are the instrutions given on Spotifys secret labs page:</p>
<div class="dean_ch" style="white-space: wrap;"><span class="re3"># <span class="nu0">1</span>. Add this line to your list of repositories by editing your /etc/apt/sources.list</span><br />
deb http://repository.spotify.com stable non-<span class="kw2">free</span></p>
<p><span class="re3"># <span class="nu0">2</span>. Run apt-get update</span><br />
<span class="re3"># <span class="nu0">3</span>. <span class="br0">&#40;</span>optional<span class="br0">&#41;</span> If you want to verify the downloaded packages, you will need to add our public key</span></p>
<p>gpg &#8211;keyserver wwwkeys.de.pgp.net &#8211;recv-keys 4E9CFF4E<br />
gpg &#8211;<span class="kw3">export</span> 4E9CFF4E |sudo apt-key add -</p>
<p><span class="re3"># <span class="nu0">4</span>. Run apt-get <span class="kw2">install</span> spotify-client-qt spotify-client-gnome-support</span></div>
<p>More information can be found on their <a href="http://www.spotify.com/int/blog/archives/2010/07/12/linux/">blog</a> and <a href="http://www.spotify.com/uk/download/previews/">secret labs</a> pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/07/12/spotify-finally-comes-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix &#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</title>
		<link>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/</link>
		<comments>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:20:35 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=243</guid>
		<description><![CDATA[<br/>After installing an update to WordPress I received the error: &#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221; I was unsure if this was down to my hosts servers being temporarily down, going down during the update or &#8230; <a href="http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>After installing an update to WordPress I received the error:</p>
<blockquote><p>&#8220;Briefly unavailable for scheduled maintenance. Check back in a minute.&#8221;</p></blockquote>
<p>I was unsure if this was down to my hosts servers being temporarily down, going down during the update or if WordPress had simply failed to update whatever it was updating. Turns out it was the latter and it&#8217;s really easy to fix, first log on to your ftp, file manager or whatever for your hosting and browse to your wordpress install, in the root of this there should be a .maintenance file, just delete this and everything should be back to normal. Once back in the WordPress dashboard you may be asked to reinstall whatever failed however sometimes it will have completed the install and just not managed to delete this file.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/07/07/howto-fix-briefly-unavailable-for-scheduled-maintenance-check-back-in-a-minute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GIMP (2.6.8) Crashing On Some Toolbox Icons &#8211; Lucid</title>
		<link>http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/</link>
		<comments>http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 13:46:05 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[appmenu-gtk]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[DBusConnection]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fatal]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[GObject]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[LibGimpBase]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[script-fu]]></category>
		<category><![CDATA[synaptic]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=241</guid>
		<description><![CDATA[<br/>:~$ gimp gimp: fatal error: Failed to register GObject with DBusConnection (script-fu:3100): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error I fixed this error by removing opening Synaptic Package Manager and searching for appmenu-gtk, right click and mark for removal, once this has &#8230; <a href="http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p><code>:~$ gimp<br />
gimp: fatal error: Failed to register GObject with DBusConnection</p>
<p>(script-fu:3100): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): error</code></p>
<p>I fixed this error by removing opening Synaptic Package Manager and searching for <strong>appmenu-gtk</strong>, right click and mark for removal, once this has been done it should begin to work again.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/07/04/gimp-2-6-8-crashing-on-some-toolbox-icons-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install &amp; Use Resynthesizer for GIMP</title>
		<link>http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/</link>
		<comments>http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:28:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[GIMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[alternative]]></category>
		<category><![CDATA[content aware fill]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=220</guid>
		<description><![CDATA[<br/>Remember this Photoshop CS5 sneak peak showing off it&#8217;s latest and greatest feature Content-Aware Fill a couple months ago, well it turns out a reasonably old plug-in for GIMP (GNU Image Manipulation Program) named Resynthesizer seems to work just as great and because it is &#8230; <a href="http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/beforeafter.png"><img class="alignright size-medium wp-image-234" title="Before and After" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/beforeafter-225x300.png" alt="" width="225" height="300" /></a>Remember <a href="http://blogs.adobe.com/jnack/2010/03/caf_in_ps.html" target="_blank">this</a> Photoshop CS5 sneak peak showing off it&#8217;s latest and greatest feature Content-Aware Fill a couple months ago, well it turns out a reasonably old plug-in for GIMP (GNU Image Manipulation Program) named <a href="http://www.logarithmic.net/pfh/resynthesizer" target="_self">Resynthesizer</a> seems to work just as great and because it is what it is, it&#8217;s free and open-source.</p>
<p>Installing on Ubuntu 9.10/10.04 install:</p>
<div class="dean_ch" style="white-space: wrap;">sudo apt-get install gimp-resynthesizer</div>
<p>or for the Source/Windows/Fedora Core 4 versions see the <a href="http://www.logarithmic.net/pfh/resynthesizer">download</a> section.</p>
<p>Once you have it installed, it&#8217;s simple to use really just select something on your image that shouldn&#8217;t be there and right click on the selection Filters -&gt; Map -&gt; Resynthesize.. and up should pop an options box, these settings are pretty standard and will get rid of most things given that they aren&#8217;t too big. It&#8217;s best if you&#8217;re not getting the results you want to play around with the settings yourself to get to know them better.</p>
<p>Click after the break for an example with step by step guide.<span id="more-220"></span></p>
<p>Example:</p>
<p>Let&#8217;s see, we start out with this nice photo of a house but wait.. what are those smelly students doing there? Well, let&#8217;s sort that out..</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-1.png"><img class="aligncenter size-large wp-image-223" title="Screenshot-1" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-1-1024x640.png" alt="" width="640" height="400" /></a>First thing you&#8217;ll want to do is grab your best selection tool and cut around the edge of those waste of time students..</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-3.png"><img class="aligncenter size-large wp-image-225" title="Screenshot-3" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-3-1024x640.png" alt="" width="640" height="400" /></a>Now all you have to do is right click Filters -&gt; Map -&gt; Resynthesize..</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-4.png"><img class="aligncenter size-large wp-image-227" title="Screenshot-4" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-4-1024x640.png" alt="" width="640" height="400" /></a>Next here, you can just hit the Ok button and watch as they magically disappear (probably back to their germ infested student flat).</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-6.png"><img class="aligncenter size-large wp-image-228" title="Screenshot-6" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-6-1024x640.png" alt="" width="640" height="400" /></a>Now you can just do that for anything, however while doing the edges some strange things happen with the default settings:</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-9.png"><img class="aligncenter size-large wp-image-229" title="Screenshot-9" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-9-1024x640.png" alt="" width="640" height="400" /></a>To counteract this, I found unchecking &#8220;Make vertically tileable&#8221; seemed to fix this and I would assume (without trying) that if you are doing a vertical edge you might want to take off the horizontally tileable option.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-7.png"><img class="aligncenter size-large wp-image-230" title="Screenshot-7" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-7-1024x640.png" alt="" width="640" height="400" /></a>This brings the end result to a pretty reasonable (student free) image only after a couple of minutes, much better than could be expected from using the clone tool and whatever other means you would go through.</p>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-10.png"><img class="aligncenter size-large wp-image-231" title="Screenshot-10" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-10-1024x640.png" alt="" width="640" height="400" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/28/howto-install-use-resynthesizer-for-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Find Recently Used Commands in Linux</title>
		<link>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/</link>
		<comments>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:17:52 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=193</guid>
		<description><![CDATA[<br/>One of my most used commands in Linux is the history command, it lists all your recent commands. The problem with this is you might have to scroll through hundreds before you get to one of any interest, so adding &#8230; <a href="http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>One of my most used commands in Linux is the history command, it lists all your recent commands. The problem with this is you might have to scroll through hundreds before you get to one of any interest, so adding grep to search through these and bring back only relative one&#8217;s is great.</p>
<p>Give it a try (just change searchcriteria for what you want like apt-get or tar):</p>
<blockquote><p><code>history | grep searchcriteria</code></p></blockquote>
<p>Manual pages:</p>
<ul>
<li><a href="http://linux.die.net/man/3/history">history</a></li>
<li><a href="http://linux.die.net/man/1/grep">grep</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/22/howto-find-recently-used-commands-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Make WordPress 3.0 Default Theme (Twenty Ten) Single Column Full Width</title>
		<link>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/</link>
		<comments>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 00:02:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[one column]]></category>
		<category><![CDATA[single column]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[width]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=181</guid>
		<description><![CDATA[<br/>The new WordPress default theme, Twenty Ten, is awesome but one thing that annoys me about it was the fact it&#8217;s single column template isn&#8217;t full width but instead just removing the sidebar and centering the content. It&#8217;s really easy &#8230; <a href="http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>The new WordPress default theme, Twenty Ten, is awesome but one thing that annoys me about it was the fact it&#8217;s single column template isn&#8217;t full width but instead just removing the sidebar and centering the content. It&#8217;s really easy to change that though so here&#8217;s how I did it:</p>
<ol>
<li>Under Appearance click Editor to open the theme editor</li>
<li>If it isn&#8217;t already click on &#8220;<strong>Stylesheet</strong> (style.css)&#8221; on the right hand side (somewhere near the bottom)</li>
<li>Now look for the following section of code (Ctrl+F will come in helpful here to find it) and change the width here from 640px to 900px then hit the Update File button:</li>
</ol>
<div class="dean_ch" style="white-space: wrap;"><span class="coMULTI">/*<br />
LAYOUT: One column, no sidebar<br />
DESCRIPTION: One centered column with no sidebar<br />
*/</span></p>
<p><span class="re1">.one-column</span> <span class="re0">#content</span> <span class="br0">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">margin</span>: <span class="nu0">0</span> <span class="kw2">auto</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">width</span>: <span class="re3">640px</span>;<br />
<span class="br0">&#125;</span></div>
<p>Now when you view pages which use the one column template they should fill the same amount of space that both the content and sidebar usually do.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/20/howto-make-wordpress-3-0-default-theme-twenty-ten-single-column-full-width/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo: Fix Can&#8217;t Click on Flash in Ubuntu (64bit)</title>
		<link>http://alexsleat.co.uk/2010/06/18/howto-fix-cant-click-on-flash-in-ubuntu-64bit/</link>
		<comments>http://alexsleat.co.uk/2010/06/18/howto-fix-cant-click-on-flash-in-ubuntu-64bit/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 08:50:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=97</guid>
		<description><![CDATA[<br/>There is a pretty quick fix for not being able to click flash on websites such as YouTube, just simply add the line below into the following file and restart your web browser and all should be fine: sudo gedit &#8230; <a href="http://alexsleat.co.uk/2010/06/18/howto-fix-cant-click-on-flash-in-ubuntu-64bit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>There is a pretty quick fix for not being able to click flash on websites such as YouTube, just simply add the line below into the following file and restart your web browser and all should be fine:</p>
<blockquote><p><code>sudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer</code></p></blockquote>
<p>Add in the line (above the last line):</p>
<blockquote><p><code>export GDK_NATIVE_WINDOWS=1</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/18/howto-fix-cant-click-on-flash-in-ubuntu-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install BURG in Ubuntu Lucid (10.04)</title>
		<link>http://alexsleat.co.uk/2010/06/13/howto-install-burg-in-ubuntu-lucid-10-04/</link>
		<comments>http://alexsleat.co.uk/2010/06/13/howto-install-burg-in-ubuntu-lucid-10-04/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 10:02:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[burg]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=31</guid>
		<description><![CDATA[<br/>BURG if you didn’t notice is GRUB backwards and actually stands for “Brand-new Universal loadeR from GRUB” which was probably decided a while after picking the letters.. Basically though it’s a much nicer looking alternative to the very dated looking &#8230; <a href="http://alexsleat.co.uk/2010/06/13/howto-install-burg-in-ubuntu-lucid-10-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>BURG if you didn’t notice is GRUB backwards and actually stands for “Brand-new Universal loadeR from GRUB” which was probably decided a while after picking the letters.. Basically though it’s a much nicer looking alternative to the very dated looking GRUB bootloader.</p>
<p><strong>Installation</strong></p>
<p>Until only recently it’s seemed far too much hassle of installing something which only gets displayed for a couple of seconds at boot and isn’t seen again unless something goes wrong, but now that a PPA has been created for it (for Lucid anyway) it seems like its worth the very little bother.</p>
<p>First add the PPA:</p>
<blockquote><p><code>sudo add-apt-repository ppa:bean123ch/burg</code></p></blockquote>
<p>Now type the following to install the loader, emulator and some themes:</p>
<blockquote><p><code>sudo apt-get update &amp;amp;&amp;amp; sudo apt-get install burg-pc burg-themes burg-emu</code></p></blockquote>
<p>You’ll be prompted to do some configuration settings in order for it to install, for these I just hit enter for each with the default to options however make sure to double check!</p>
<p>Now that’s done try rebooting and you should now see a slightly different screen? If so you can get on to tweaking it to get it to look even nicer <img src='http://alexsleat.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>Tweaking</strong></p>
<p>Themes:</p>
<p>When on the new shiny bootloader hit the ‘T’ button to load a new popup menu which allows you to toggle between themes without the need to restart so pick a favourite (mine are Radiance and Sora Clean.)</p>
<p>Clean Up The Boot List:</p>
<p>If you’re like me and have a bunch of old kernels still cramming up your boot screen you might want to get rid of them, it’s easy enough just make sure to note down your current version and the older versions which you can see on the loader (the newest version will have the highest number). My versions were 2.6.32-22 and 2.6.32-21, so I wanted to remove the later and here’s how to do that:</p>
<p>Open Synaptic Package Manager (System-&gt; Administration-&gt;Synaptic Package Manager)</p>
<p>search for the version you want to remove (eg mine was 2.6.32-21) right click on the checked ones and “Mark for Complete Removal”, if you are at all unsure about which version to remove it’s probably best you just leave it or ask someone to check.</p>
<p>Now in order to update BURG to notify changes have been made, run:</p>
<blockquote><p><code>sudo update-burg</code></p></blockquote>
<p>Set the BURG Screen Resolution:</p>
<p>Very simple to do, note down your screen resolution (you should be able to find that under System-&gt;Preferences-&gt;Monitors under Resolution) now you want to edit the following file and change the default size to the one that matches your screens.</p>
<blockquote><p><code>sudo gedit /boot/burg/burg.cfg</code></p></blockquote>
<p>Find the following line and replace the 640×480 with your resolution (for example I had to change mine to 1440×900)</p>
<blockquote><p>set gfxmode=640×480</p></blockquote>
<p>Save and close this file and you should be done.</p>
<p>If you want to try customising BURG more or if you’re having some problems you should check out their very useful help page:</p>
<p><a href="https://help.ubuntu.com/community/Burg">https://help.ubuntu.com/community/Burg</a></p>
<blockquote><p>Update:<br />
Over at OMG! Ubuntu! they have found an even nice looking theme, so make sure to check that out: <a href="http://www.omgubuntu.co.uk/2010/06/dark-shine-burg-theme-adds-transpicuous.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+d0od+(Omg!+Ubuntu!)&amp;utm_content=FaceBook">link </a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/13/howto-install-burg-in-ubuntu-lucid-10-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Install BURG (The Beautiful GRUB Replacement)</title>
		<link>http://alexsleat.co.uk/2010/06/13/howto-install-burg-the-beautiful-grub-replacement/</link>
		<comments>http://alexsleat.co.uk/2010/06/13/howto-install-burg-the-beautiful-grub-replacement/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 09:59:04 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[burg]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=21</guid>
		<description><![CDATA[<br/>BURG if you didn’t notice is GRUB backwards and actually stands for “Brand-new Universal loadeR from GRUB” which was probably decided a while after picking the letters.. Basically though it’s a much nicer looking alternative to the very dated looking &#8230; <a href="http://alexsleat.co.uk/2010/06/13/howto-install-burg-the-beautiful-grub-replacement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>BURG if you didn’t notice is GRUB backwards and actually stands for “Brand-new Universal loadeR from GRUB” which was probably decided a while after picking the letters.. Basically though it’s a much nicer looking alternative to the very dated looking GRUB bootloader.<br />
Installation<br />
Until only recently it’s seemed far too much hassle of installing something which only gets displayed for a couple of seconds at boot and isn’t seen again unless something goes wrong, but now that a PPA has been created for it (for Lucid anyway) it seems like its worth the very little bother.<br />
First add the PPA:<br />
sudo add-apt-repository ppa:bean123ch/burg<br />
Now type the following to install the loader, emulator and some themes:<br />
sudo apt-get update &amp;&amp; sudo apt-get install burg-pc burg-themes burg-emu<br />
You’ll be prompted to do some configuration settings in order for it to install, for these I just hit enter for each with the default to options however make sure to double check!</p>
<p>Now that’s done try rebooting and you should now see a slightly different screen? If so you can get on to tweaking it to get it to look even nicer <img src='http://alexsleat.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Tweaking<br />
Themes:<br />
When on the new shiny bootloader hit the ‘T’ button to load a new popup menu which allows you to toggle between themes without the need to restart so pick a favourite (mine are Radiance and Sora Clean.)<br />
Clean Up The Boot List:<br />
If you’re like me and have a bunch of old kernels still cramming up your boot screen you might want to get rid of them, it’s easy enough just make sure to note down your current version and the older versions which you can see on the loader (the newest version will have the highest number). My versions were 2.6.32-22 and 2.6.32-21, so I wanted to remove the later and here’s how to do that:<br />
Open Synaptic Package Manager (System-&gt; Administration-&gt;Synaptic Package Manager)<br />
search for the version you want to remove (eg mine was 2.6.32-21) right click on the checked ones and “Mark for Complete Removal”, if you are at all unsure about which version to remove it’s probably best you just leave it or ask someone to check.<br />
Now in order to update BURG to notify changes have been made, run:<br />
sudo update-burg<br />
Set the BURG Screen Resolution:<br />
Very simple to do, note down your screen resolution (you should be able to find that under System-&gt;Preferences-&gt;Monitors under Resolution) now you want to edit the following file and change the default size to the one that matches your screens.<br />
sudo gedit /boot/burg/burg.cfg<br />
Find the following line and replace the 640×480 with your resolution (for example I had to change mine to 1440×900)<br />
set gfxmode=640×480<br />
Save and close this file and you should be done.<br />
If you want to try customising BURG more or if you’re having some problems you should check out their very useful help page:</p>
<p>https://help.ubuntu.com/community/Burg</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/13/howto-install-burg-the-beautiful-grub-replacement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo: Run .jar files in Ubuntu</title>
		<link>http://alexsleat.co.uk/2010/06/07/howto-run-jar-files-in-ubuntu/</link>
		<comments>http://alexsleat.co.uk/2010/06/07/howto-run-jar-files-in-ubuntu/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 09:55:17 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[double click]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[filetype]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[jar]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[lucid]]></category>

		<guid isPermaLink="false">http://alexsleat.co.uk/?p=13</guid>
		<description><![CDATA[<br/>To run a JAR file from the command line in ubuntu using the following command: java -jar filename.jar Otherwise it is also possible to enable double clicking to run jar files too by the following simple steps: Find the .jar &#8230; <a href="http://alexsleat.co.uk/2010/06/07/howto-run-jar-files-in-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<br/><p>To run a JAR file from the command line in ubuntu using the following command:</p>
<blockquote><p><code>java -jar filename.jar</code></p></blockquote>
<p>Otherwise it is also possible to enable double clicking to run jar files too by the following simple steps:</p>
<ol>
<li>Find the .jar file in the File Browser (a.k.a Nautilus)</li>
<li>Right click the .jar file &gt; Properties</li>
<li>Click on the &#8220;Open With&#8221; tab along the top</li>
<li>Change the bullet to be Sun Java 6 Runtime</li>
<li>Click Close and you&#8217;re done.</li>
</ol>
<p><a href="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-IOGraph.jar-Properties.png"><img class="aligncenter size-medium wp-image-191" title="Screenshot-IOGraph.jar Properties" src="http://alexsleat.co.uk/wp-content/uploads/2010/06/Screenshot-IOGraph.jar-Properties-300x284.png" alt="" width="300" height="284" /></a></p>
<p>Now you should be able to just double click the file and it will run just like most other files!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexsleat.co.uk/2010/06/07/howto-run-jar-files-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
