<?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>Gaunt Face &#124; Matthew Gaunt &#187; Ubuntu</title>
	<atom:link href="http://www.gauntface.co.uk/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gauntface.co.uk/blog</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:21:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Freemium Ubuntu</title>
		<link>http://www.gauntface.co.uk/blog/2009/11/26/freemium-ubuntu/</link>
		<comments>http://www.gauntface.co.uk/blog/2009/11/26/freemium-ubuntu/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 21:54:52 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Freemium]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu One]]></category>

		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=349</guid>
		<description><![CDATA[I read an article over at Ubuntu Blogspot about the Lucid Lynx release and some of the plans One of the things that caught my eye was the above diagram showing off the Ubuntu One service. While it&#8217;s already included in Karmic Koala, this diagram indicates to me that they are going to push it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-350" title="Ubuntu One" src="http://www.gauntface.co.uk/blog/wp-content/uploads/2009/11/dfkkjjcj_110g3mmhbdv_b.png" alt="Ubuntu One" width="806" height="1013" /></p>
<p>I read an article over at Ubuntu Blogspot about the <a href="http://anotherubuntu.blogspot.com/2009/11/lucid-lynx-this-is-plan.html">Lucid Lynx release and some of the plans</a></p>
<p>One of the things that caught my eye was the above diagram showing off the Ubuntu One service. While it&#8217;s already included in Karmic Koala, this diagram indicates to me that they are going to push it a little further, leaving it in the background for now for users to play with and route out any bugs.</p>
<p><span id="more-349"></span></p>
<p>But this is a real step forward, Canonical has found a way to charge for users on Ubuntu, but for a service that will be useful &#8211; Microsoft (to my knowledge doesn&#8217;t push a similar service) and Apple has Mobile Me but I view that as more of a phone -&gt; computer link. The thing I love about this, is that I&#8217;m confident that&#8217;ll be a great, affordable service worth the money. Then this money will hopefully go part into the development of Ubuntu. Then to get Ubuntu to start matching some of the big boys in terms of simple things you might take for granted on other platforms, is the music store on rhythmbox.</p>
<p><img class="aligncenter size-full wp-image-351" title="musicshop" src="http://www.gauntface.co.uk/blog/wp-content/uploads/2009/11/musicshop.png" alt="musicshop" width="738" height="632" /></p>
<p>Another way for Canonical to make a little money through Ubuntu?</p>
<p>All in all &#8211; awesome news as monetising Ubuntu in a way that doesn&#8217;t force any user to pay for Ubuntu, but rather extras that certain users may want is just a fantastic idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gauntface.co.uk/blog/2009/11/26/freemium-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karmic Koala Web Development Set-Up Guide</title>
		<link>http://www.gauntface.co.uk/blog/2009/10/15/karmic-koala-web-development-set-up-guide/</link>
		<comments>http://www.gauntface.co.uk/blog/2009/10/15/karmic-koala-web-development-set-up-guide/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 20:18:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=332</guid>
		<description><![CDATA[I do a fair bit of web development for free lance work, project work and personal sites. Each time I upgrade my Ubuntu Distro I like to do a clean installation rather than upgrade which means settings up apache on my machine, but each time I forget about how I created my set-up. This is [...]]]></description>
			<content:encoded><![CDATA[<p>I do a fair bit of web development for free lance work, project work and personal sites. Each time I upgrade my Ubuntu Distro I like to do a clean installation rather than upgrade which means settings up apache on my machine, but each time I forget about how I created my set-up. This is where I&#8217;m going to dump my knowledge of doing things, mostly for me, but some of you lovely people might find it a bit useful <img src='http://www.gauntface.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span id="more-332"></span></p>
<h2>Installing LAMP</h2>
<p>Simple run this command:</p>
<p>sudo tasksel install lamp-server</p>
<p>It&#8217;ll ask for a MySQL password which you can enter and it&#8217;ll sort out the rest for you (Check http://localhost/ in your browser to confirm)</p>
<h2>Set-Up New Site</h2>
<p>sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/gauntface</p>
<p>Where you can replace gauntface with any site name you want</p>
<p>sudo gedit /etc/apache2/sites-available/gauntface</p>
<p>This will then open up the config file for your new site, delete what is in it and replace with the following:</p>
<p>&lt;VirtualHost *:80&gt;<br />
ServerAdmin webmaster@localhost</p>
<p>DocumentRoot /home/matt/Sites/GauntFace/Local/<br />
ServerName gauntface.localhost</p>
<p>&lt;Directory /home/matt/Sites/GauntFace/Local/&gt;<br />
Options Indexes FollowSymLinks MultiViews<br />
AllowOverride None<br />
Order allow,deny<br />
allow from all<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>But replace the file directory and site name with your appropriate file. Now is probably the best time to go add your files, but also right click on it, select properties and make sure the permissions are set so everyone can have read write access to the files.</p>
<h2>Set Up Sub Domain</h2>
<p>sudo gedit /etc/hosts</p>
<p>Then add in your new server name like:</p>
<p>127.0.0.1    gauntface.localhost</p>
<p>To make these changes take effect, just use the following command</p>
<div id="_mcePaste">sudo /etc/init.d/networking restart</div>
<h2>Enable the Site</h2>
<p>sudo a2ensite gauntface</p>
<p>sudo /etc/init.d/apache2</p>
<p>I tend to ignore any and all messages from the second command as the site tends to work anyway.</p>
<p>NOTE: To make these changes take effect try the command &#8216;sudo /etc/init.d/apache2 restart&#8217;</p>
<h2>MySQL Adding Databases</h2>
<p>Load MySQL using:</p>
<p>mysql -u root -p</p>
<p>Then enter your password in that you entered when you installed your LAMP setup.</p>
<p>Then create a database with:</p>
<p>mysql&gt; CREATE DATABASE dbName;</p>
<h2>MySQL Adding Users</h2>
<p>mysql&gt; CREATE USER &#8216;&lt;Username&gt;&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;&lt;Password&gt;&#8217;;</p>
<p>mysql&gt; GRANT ALL PRIVILEGES ON *.* TO &#8216;&lt;Username&gt;&#8217;@'localhost&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gauntface.co.uk/blog/2009/10/15/karmic-koala-web-development-set-up-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karmic Koala and Eclipse Galileo &#8211; Not BFF&#8217;s</title>
		<link>http://www.gauntface.co.uk/blog/2009/10/14/karmic-koala-and-eclipse-galileo-not-bffs/</link>
		<comments>http://www.gauntface.co.uk/blog/2009/10/14/karmic-koala-and-eclipse-galileo-not-bffs/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:02:42 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Galileo]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=330</guid>
		<description><![CDATA[I just installed the new Eclipse for the year ahead and found I couldn&#8217;t install the Android Eclipse Plug-In. I did some googling and found out the problem is to do with my mouse clicks not getting to the buttons I was pressing. So basically I was pressing the button and the UI changed colour [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-324  aligncenter" title="Necropotame Koala" src="http://www.gauntface.co.uk/blog/wp-content/uploads/2009/10/necropotame_koala.png" alt="Necropotame Koala" width="300" height="400" /></p>
<p>I just installed the new Eclipse for the year ahead and found I couldn&#8217;t install the Android Eclipse Plug-In. I did some googling and found out the problem is to do with my mouse clicks not getting to the buttons I was pressing.</p>
<p><span id="more-330"></span></p>
<p>So basically I was pressing the button and the UI changed colour to indicate it was pressed but nothing actually happened, however if you use hte &lt;Tab&gt; key to highlight the button and press enter, it registers the button click and works fine. Whether this is a ubuntu bug or eclipse, it&#8217;s pretty annoying either way.</p>
<p>Anyway just thought I&#8217;d let anyone trying to Add Site to Available Software in Eclipse Galileo and not getting any response from button clicks should try using the keyboard. Just strange how some buttons (i.e. the cancel button) works without problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gauntface.co.uk/blog/2009/10/14/karmic-koala-and-eclipse-galileo-not-bffs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Karmic Koala on MacBook 4.1</title>
		<link>http://www.gauntface.co.uk/blog/2009/10/13/karmic-koala-on-macbook-1-5/</link>
		<comments>http://www.gauntface.co.uk/blog/2009/10/13/karmic-koala-on-macbook-1-5/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 22:49:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=323</guid>
		<description><![CDATA[It&#8217;s that time of year again when the friendly people of Ubuntu release a new version of their OS and this one is just as awesome as it&#8217;s predecessors!!. The UI has been tweaked again and is getting there, the new icons on the gnome panel are fantastic, I was tempted to even try Evolution [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-245  aligncenter" title="MacBook Ubuntu" src="http://www.gauntface.co.uk/blog/wp-content/uploads/2009/08/macBookUbuntu.png" alt="MacBook Ubuntu" width="691" height="298" /></p>
<p style="text-align: left;">It&#8217;s that time of year again when the friendly people of Ubuntu release a new version of their OS and this one is just as awesome as it&#8217;s predecessors!!.</p>
<p style="text-align: left;">The UI has been tweaked again and is getting there, the new icons on the gnome panel are fantastic, I was tempted to even try Evolution Mail, in place of Thunderbird, just to keep the mail icon there. So here&#8217;s my installation experience for you all . . . .</p>
<p style="text-align: left;"><span id="more-323"></span></p>
<h3 style="text-align: left;">Installation</h3>
<p style="text-align: left;">I have ReFit installed on my machine to dual boot Mac OS X and Ubuntu, I formatted and installed over my old Jaunty install, (I chose Ext3, just to be on the safe side) and then at the final stage I clicked on Advanced and changed the boot loader to sda3/ where karmic was actually going to be installed.</p>
<h3 style="text-align: left;">Update, Update, Update</h3>
<p style="text-align: left;">Then once installed I had no problem opening it, now all you got to do is open up Synaptic package manager, click refresh, mark all upgrades and click apply. This will update a number of files including the restricted drivers. (p.s. you don&#8217;t need to enabled 3rd Party Repo&#8217;s they are enabled by default now)</p>
<h3 style="text-align: left;">Wireless</h3>
<p style="text-align: left;">Now to get wireless working go to System-&gt;Administration-&gt;Hardware Drivers and hopefully you&#8217;ll see the wireless card come up (If not just restart your machine), enable it and the wireless will work without even needing to restart.</p>
<h3 style="text-align: left;">Sound</h3>
<p style="text-align: left;">My sound seems to work without any problems, although I need to test how it reacts with headphones and use of the mute button, which caused problems on Jaunty. However to get your microphone working, right click on the volume control on the gnome panel and select &#8216;Sound Preferences&#8217;. Go to the &#8216;Input&#8217; tab and for the input volume turn it right up to the top and you should see the input level move as you talk.</p>
<h3 style="text-align: left;">Webcam</h3>
<p style="text-align: left;">Next webcam, go here and download the Apple iSight Driver &#8211; http://www.mediafire.com/?81xtkqyttjt, then move it to your Desktop. Open a terminal (Applications-&gt;Accessories-&gt;Terminal) and type:</p>
<p style="text-align: left;">cd Desktop/</p>
<p style="text-align: left;">sudo apt-get install isight-firmware-tools</p>
<p style="text-align: left;">Then on the dialog that opens inside the terminal select &#8216;Yes&#8217; you have access to the driver and in the next option, delete what is currently there and type:</p>
<p style="text-align: left;">/home/&lt;Your Username&gt;/Desktop/AppleUSBVideoSupport</p>
<p style="text-align: left;">Next we need to do a little tidying up on the Mac keyboard functions and 2 finger scroll + click <img src='http://www.gauntface.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3 style="text-align: left;">Mouse</h3>
<p style="text-align: left;">Mouse Scrolling and clicking &#8211; Oh god this is good, ready?</p>
<p style="text-align: left;">Go to System-&gt;Preferences-&gt;Mouse</p>
<p style="text-align: left;">Then under the Touchpad tab click on &#8220;Enable mouse clicks with touchpad&#8221; which does both single and double finger tap and also select &#8220;Two-finger scrolling&#8221;. Done.</p>
<h3 style="text-align: left;">Keyboard&#8217;s Extra Buttons</h3>
<p style="text-align: left;">Type in the following into your terminal:</p>
<p style="text-align: left;">sudo add-apt-repository ppa:mactel-support/ppa</p>
<p>sudo apt-get install applesmc-dkms hid-dkms</p>
<p>(Now at the time of writing this command gave an error message -</p>
<p>gpg: requesting key 2B97B7B8 from hkp server keyserver.ubuntu.com<br />
gpg: keyserver timed out<br />
gpg: keyserver receive failed: keyserver error</p>
<p>But this should be fixed soon)</p>
<p>Once fixed we should just need to type the following commands &#8211; Taken from (<a href="https://help.ubuntu.com/community/MacBook5-1/Karmic">https://help.ubuntu.com/community/MacBook5-1/Karmic)</a></p>
<p>sudo apt-get install applesmc-dkms hid-dkms</p>
<h3 style="text-align: left;">Dual Screens</h3>
<p>I have tried dual screens with a DVI Monitor and it didn&#8217;t like being plugged in while the computer is turned on but unplugging and then re-plugging seemed to fix it and I could set it all up in System-&gt;Preferences-&gt;Display. I&#8217;m fairly confident that it&#8217;ll be the same for VGA outputs.</p>
<p style="text-align: left;">Then this should be all you need to be up and running with the best Ubuntu yet!</p>
<p style="text-align: center;"><img class="size-full wp-image-324  aligncenter" title="Necropotame Koala" src="http://www.gauntface.co.uk/blog/wp-content/uploads/2009/10/necropotame_koala.png" alt="Necropotame Koala" width="300" height="400" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gauntface.co.uk/blog/2009/10/13/karmic-koala-on-macbook-1-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

