<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlogChampion.com</title>
	<atom:link href="http://blogchampion.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogchampion.com</link>
	<description>The Technology Blog of Richard Austin</description>
	<lastBuildDate>Sat, 18 May 2013 14:17:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blogchampion.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/35287dd83b391b980d3bb7769c97207a?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlogChampion.com</title>
		<link>http://blogchampion.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blogchampion.com/osd.xml" title="BlogChampion.com" />
	<atom:link rel='hub' href='http://blogchampion.com/?pushpress=hub'/>
		<item>
		<title>iOS 6.1.3 released</title>
		<link>http://blogchampion.com/2013/03/19/ios-6-1-3-released/</link>
		<comments>http://blogchampion.com/2013/03/19/ios-6-1-3-released/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 17:19:06 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod Touch]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=261</guid>
		<description><![CDATA[iOS 6.1.3 is available now directly from your device using Software Update, or you can obtain it using iTunes sync. The changes are: Fixes a bug that could allow someone to bypass the passcode and access the Phone app. Improvements to Maps in Japan. Not very exciting but the passcode bypass fix is a big [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=261&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>iOS 6.1.3 is available now directly from your device using Software Update, or you can obtain it using iTunes sync. The changes are:</p>
<ul>
<li><span style="line-height:14px;">Fixes a bug that could allow someone to bypass the passcode and access the Phone app.</span></li>
<li>Improvements to Maps in Japan.</li>
</ul>
<p>Not very exciting but the passcode bypass fix is a big one for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=261&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2013/03/19/ios-6-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How to grant a user account access to sudo on CentOS</title>
		<link>http://blogchampion.com/2013/03/19/how-to-grant-a-user-account-access-to-sudo-on-centos/</link>
		<comments>http://blogchampion.com/2013/03/19/how-to-grant-a-user-account-access-to-sudo-on-centos/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 13:24:06 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=257</guid>
		<description><![CDATA[By default, new user accounts do not have access to use sudo command on a CentOS system. You have to manually add the users or their user group to the &#8216;/etc/sudoers file&#8217;. I do this as follows: nano -w /etc/sudoers Scroll down to the section ## Allow root to run any commands anywhere Below the root entry [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=257&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>By default, new user accounts do not have access to use sudo command on a CentOS system. You have to manually add the users or their user group to the &#8216;/etc/sudoers file&#8217;. I do this as follows:</p>
<ol>
<li><span style="line-height:13px;">nano -w /etc/sudoers</span></li>
<li>Scroll down to the section ## Allow root to run any commands anywhere</li>
<li>Below the root entry line I enter: blogchampion ALL=(ALL) ALL</li>
<li>Save</li>
</ol>
<p>User &#8216;blogchampion&#8217; now has access to use the sudo command.</p>
<p>You can also add all users within a particular user group to have sudo permissions. I do this as follows:</p>
<ol>
<li><span style="line-height:13px;">nano -w /etc/sudoers</span></li>
<li><span style="line-height:13px;">Scroll down to the section ## Allows people in group wheel to run all commands<br />
</span></li>
<li>Below the %wheel entry line I enter: %bloguser ALL=(ALL) ALL</li>
</ol>
<p>Now all users belonging to the bloguser user group have access to use the sudo command.</p>
<p>You probably also want to force users to use the root password when using sudo. See the post <a href="http://blogchampion.com/2013/03/19/how-to-make-centos-ask-for-the-root-password-with-sudo/">How to make CentOS ask for the root password with sudo</a> for instructions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=257&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2013/03/19/how-to-grant-a-user-account-access-to-sudo-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make CentOS ask for the root password with sudo</title>
		<link>http://blogchampion.com/2013/03/19/how-to-make-centos-ask-for-the-root-password-with-sudo/</link>
		<comments>http://blogchampion.com/2013/03/19/how-to-make-centos-ask-for-the-root-password-with-sudo/#comments</comments>
		<pubDate>Tue, 19 Mar 2013 13:23:18 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=255</guid>
		<description><![CDATA[When you add a user to the &#8216;/etc/sudoers&#8217; file, by default that account will be prompted for their user account password when using sudo. But it is far better to force the use of the separate root password for these requests. You can accomplish quite simply by adding a rule to the /etc/sudoers file. nano &#8211; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=255&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When you add a user to the &#8216;/etc/sudoers&#8217; file, by default that account will be prompted for their user account password when using sudo. But it is far better to force the use of the separate root password for these requests. You can accomplish quite simply by adding a rule to the /etc/sudoers file.</p>
<ol>
<li>nano &#8211; w /etc/sudoers</li>
<li>Scroll down to the section &#8220;# Defaults specification&#8221; and below that line enter: Defaults    rootpw</li>
<li>Save the file.</li>
</ol>
<p>Now when a user account tries to use the sudo command, they will be prompted for the root password.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=255&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2013/03/19/how-to-make-centos-ask-for-the-root-password-with-sudo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>My links to Buenos Aires, Argentina</title>
		<link>http://blogchampion.com/2013/02/23/my-links-to-buenos-aires-argentina/</link>
		<comments>http://blogchampion.com/2013/02/23/my-links-to-buenos-aires-argentina/#comments</comments>
		<pubDate>Sat, 23 Feb 2013 07:05:16 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[Argentina]]></category>
		<category><![CDATA[Buenos Aires]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=250</guid>
		<description><![CDATA[Here is a link dump from my ancient old bookmarks file relating to restaurants, groups, services and people that I have encountered during my many business visits to Buenos Aires, Argentina. I have many more links to add, and I will try to update this post in the near future to be a lot more [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=250&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here is a link dump from my ancient old bookmarks file relating to restaurants, groups, services and people that I have encountered during my many business visits to Buenos Aires, Argentina. I have many more links to add, and I will try to update this post in the near future to be a lot more comprehensive. <span id="more-250"></span></p>
<ul>
<li><a href="http://baexpats.org" target="_blank">BAExpats &#8211; Buenos Aires expatriates group</a> (fantastic community for advice)</li>
<li><a href="http://www.bagelazo.com.ar/" target="_blank">Bagelazo &#8211; Delicious bagels and sandwiches in Buenos Aires</a></li>
<li><a href="http://www.bakano.net" target="_blank">Bakano &#8211; Pizza delivery</a></li>
<li><a href="http://www.bytargentina.com" target="_blank">ByT Argentina &#8211; Apartments in Buenos Aires</a></li>
<li><a href="http://www.bytargentina.com/re/propview.php?view=1402" target="_blank">Charcas y Armenia &#8211; Apartment to rent in Buenos Aires</a></li>
<li><a href="http://chowhound.chow.com/boards/88" target="_blank">Chowhound &#8211; Great tips and advice for those looking for fine dining experiences in Latin America</a></li>
<li><a href="http://www.elebaires.com" target="_blank">Ele Baires &#8211; A popular Spanish school for those in Buenos Aires on business</a></li>
<li><a href="http://www.openculture.com/freelanguagelessons" target="_blank">Free Language Classes &#8211; Links to some places where you can learn essential Spanish phrases for free</a></li>
<li><a href="http://www.guiaoleo.com.ar/" target="_blank">Guia Oleo &#8211; Buenos Aires restaurant guide with reviews from locals</a></li>
<li><a href="http://www.iberospanish.com" target="_blank">Ibero Spanish &#8211; My favourite Spanish school in Buenos Aires</a></li>
<li><a href="http://www.ibl.com.ar" target="_blank">IBL &#8211; Study Spanish in Buenos Aires</a></li>
<li><a href="http://www.lvstudioweb.com" target="_blank">LVStudio &#8211; A Spanish school with classes in the touristy Palermo neighborhood</a></li>
<li><a href="http://www.movistar.com.ar" target="_blank">Movistar Argentina &#8211; The mobile phone company I use in Argentina</a></li>
<li><a href="http://www.puratierra.com.ar/" target="_blank">Puratierra Restaurant &#8211; A good Buenos Aires restaurant</a></li>
<li><a href="http://www.romario.com.ar" target="_blank">Romario &#8211; Pizza and Empanadas restaurant chain and delivery</a></li>
<li><a href="http://www.saltshaker.net/" target="_blank">SaltShaker &#8211; An online diary with restaurant reviews and interesting posts for foodies</a></li>
<li><a href="http://silverstarcar.com" target="_blank">Silver Star Transport &#8211; Executive Taxi Service</a></li>
<li><a href="http://www.ticketek.com.ar" target="_blank">Tickettek Argentina &#8211; Get tickets to concerts, the theatre, sports events, etc.</a></li>
<li><a href="http://exposebuenosaires.com/top-argentine-wine-picks/" target="_blank">Top Argentine Wine Picks &#8211; A good list of wines to try</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=250&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2013/02/23/my-links-to-buenos-aires-argentina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>iTunes could not copy &#8220;track&#8221; to the iPod because the file could not be converted</title>
		<link>http://blogchampion.com/2013/01/24/itunes-could-not-copy-track-to-the-ipod-because-the-file-could-not-be-converted/</link>
		<comments>http://blogchampion.com/2013/01/24/itunes-could-not-copy-track-to-the-ipod-because-the-file-could-not-be-converted/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 21:45:24 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[iTunes in the Cloud]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=247</guid>
		<description><![CDATA[I have an iPod Nano I was trying to load up with some favourite tracks from artists I like. The Nano only has 16GB of storage, and I&#8217;m using about a third of that space already to manage podcasts. So I&#8217;m using the iTunes option to &#8220;Convert higher bit rate songs to 128 kbps&#8221; AAC [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=247&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have an iPod Nano I was trying to load up with some favourite tracks from artists I like. The Nano only has 16GB of storage, and I&#8217;m using about a third of that space already to manage podcasts. So I&#8217;m using the iTunes option to &#8220;Convert higher bit rate songs to 128 kbps&#8221; AAC to get as many songs on the device as possible.</p>
<p>This worked well for all but three of the tracks in my library where I was presented with the cryptic error message:</p>
<p><em>iTunes could not copy &#8220;Crazy Little Thing Called Love&#8221; to the iPod because the file could not be converted</em></p>
<p><em><span id="more-247"></span></em>I tried disabling the &#8220;convert higher bit rate songs to 128 kbps&#8221; option which duly wiped all the songs off my iPod again, and then attempted to sync them all at higher bit rate. Many more songs failed to sync this time too. So I chose to Restore iPod to factory defaults and then investigate further why those three tracks wouldn&#8217;t play. (yes &#8211; I know I should have tried to research the problem more first before attempting the re-sync!)</p>
<p>I&#8217;m managing my music library with iTunes in the Cloud so all of these songs were recently downloaded from iTunes servers. However, when I tried to manually create AAC versions of the three troublesome songs I was presented with a more useful error message:</p>
<p><em>&#8220;Crazy Little Thing Called Love&#8221; could not be converted because protected files cannot be converted to other formats.</em></p>
<p>iTunes in the Cloud songs are supposed to be delivered as unprotected. And nothing in the playback of the file suggested the songs were actually copy protected. But I deleted the local copies of the songs from iTunes application anyway and then tried to re-download all three of the songs again. After successfully re-downloading fresh copies, I then tried to sync my iPod Nano again and this time the process completed correctly without errors.</p>
<p>I should have guessed iTunes Cloud would be the problem. I&#8217;ve encountered numerous problems with corrupt downloads, failed downloads, and playback issues on portable devices when using the service. So this is just another item to add to my list of hassles as an occasionally frustrated iTunes user.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/247/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/247/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=247&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2013/01/24/itunes-could-not-copy-track-to-the-ipod-because-the-file-could-not-be-converted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I remove the EFI partition on a drive from a Windows 8 computer?</title>
		<link>http://blogchampion.com/2012/12/17/how-do-i-remove-the-efi-partition-on-a-drive-from-a-windows-8-computer/</link>
		<comments>http://blogchampion.com/2012/12/17/how-do-i-remove-the-efi-partition-on-a-drive-from-a-windows-8-computer/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 13:47:58 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[EFI]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[partitions]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=245</guid>
		<description><![CDATA[I originally formatted a Western Digital Passport drive on a Mac for a SuperDuper! clone backup. But later I needed to use the drive on a Windows system. More specifically I needed to use the drive as attached router storage. The router would refuse to play nicely with any drive containing an EFI partition. Formatting [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=245&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I originally formatted a Western Digital Passport drive on a Mac for a SuperDuper! clone backup. But later I needed to use the drive on a Windows system. More specifically I needed to use the drive as attached router storage. The router would refuse to play nicely with any drive containing an EFI partition. Formatting the drive in Windows 8 using Administrative Tools left the EFI pattition intact. I found the solution was to dig into the Command Prompt and use a disk utility &#8220;diskpart&#8221; that ships with Windows to &#8220;clean&#8221; the drive.</p>
<p>Diskpart can be used to wipe a drive clean of all partitions. It will wipe EVERYTHING and require you to format the drive in Windows afterwards to a valid filesystem such as NTFS or XFAT before you can use it.</p>
<p>Here are the steps I successfully followed:</p>
<p><span id="more-245"></span></p>
<p>1. Open the Command Prompt utility.</p>
<p>2. Enter: diskpart</p>
<p>3. I waited while diskpart scanned my system for active drives and partitions. It took about 20-30 seconds.</p>
<p>4. Enter: list disk</p>
<p>5. List disk returns a list of disks connected to my Windows system. Each disk is numbered: disk1, disk2, disk3, disk4, etc.</p>
<p>6. I found and noted the disk number of the drive I wanted to wipe clean of all partitions.</p>
<p>7. Enter: select disk## (replacing ## with the disk number I wanted to use)</p>
<p>8. The next command will wipe everything off the drive. So I checked, double-checked, triple-checked that I definitely, definitely, definitely had selected the correct diskX number before proceeding to step 9.</p>
<p><strong>Remember the next step will DELETE EVERYTHING off the selected drive.</strong></p>
<p>9. Enter: clean</p>
<p>10. Wait a few seconds&#8230;. the drive is now cleaned. Enter: exit</p>
<p>I then proceeded to Administrative Tools to format my drive to NTFS filesystem. I can see now the EFI partition has been successfully removed in Computer Management &gt; Disk Management. My router is now able to use the drive as NAS. Job done!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=245&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2012/12/17/how-do-i-remove-the-efi-partition-on-a-drive-from-a-windows-8-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How to disable CTRL+Mouse Wheel Zoom in Google Chrome</title>
		<link>http://blogchampion.com/2012/11/29/how-to-disable-ctrlmouse-wheel-zoom-in-google-chrome/</link>
		<comments>http://blogchampion.com/2012/11/29/how-to-disable-ctrlmouse-wheel-zoom-in-google-chrome/#comments</comments>
		<pubDate>Thu, 29 Nov 2012 18:51:52 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Autohotkey]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Mouse Wheel]]></category>
		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=225</guid>
		<description><![CDATA[Google Chrome includes an annoying behavior that triggers zooming in and out of a web page when you have the control key held (for keyboard shortcut purposes) and you&#8217;re simultaneously moving a track wheel on a mouse. Despite numerous complaints and requests for an option to disable the behavior in Chrome Preferences, there&#8217;s still no way to turn this off [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=225&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Google Chrome includes an annoying behavior that triggers zooming in and out of a web page when you have the control key held (for keyboard shortcut purposes) and you&#8217;re simultaneously moving a track wheel on a mouse.</p>
<p>Despite numerous complaints and requests for an option to disable the behavior in Chrome Preferences, there&#8217;s still no way to turn this off within the browser &#8211; or tweak a hidden browser config option. The only workable solution I have found is to install AutoHotkey software and add three lines of code to a simple .ahk script.</p>
<p><span id="more-225"></span>Here are the steps I followed:</p>
<ol>
<li>Download AutoHotkey software from the project website <a href="http://www.autohotkey.com/" target="_blank">here</a>.</li>
<li>Install AutoHotkey and allow it to create a sample script in &#8220;My Documents&#8221; folder.</li>
<li>Open that sample script (AutoHotkey.ahk) in a text editor and add these lines to the bottom of the file:
<p>^WheelDown::return<br />
^WheelUp::return<br />
#MaxHotkeysPerInterval 1000</li>
<li>Double click the updated AutoHotkey.ahk script in My Documents and allow it to replace the existing instance that is already running.</li>
</ol>
<p>Now try opening a new instance of Google Chrome browser and try zooming in and out of web pages using ctrl + mouse wheel. If the zoom ceases to function, you&#8217;ve successfully solved the problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/225/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/225/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=225&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2012/11/29/how-to-disable-ctrlmouse-wheel-zoom-in-google-chrome/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How to check the version of Ubuntu you are using</title>
		<link>http://blogchampion.com/2012/08/03/how-to-check-the-version-of-ubuntu-you-are-using/</link>
		<comments>http://blogchampion.com/2012/08/03/how-to-check-the-version-of-ubuntu-you-are-using/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 16:38:12 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Version]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=220</guid>
		<description><![CDATA[This one is quite complex and difficult. From the terminal, enter the following command: lsb_release -a Information returned to you: Distributor ID: Ubuntu Description: Ubuntu 12.04 LTS Release: 12.04 Codename: precise Now breathe again.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=220&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This one is quite complex and difficult. From the terminal, enter the following command:</p>
<blockquote><p>lsb_release -a</p></blockquote>
<p>Information returned to you:</p>
<p><em>Distributor ID: Ubuntu</em><br />
<em>Description: Ubuntu 12.04 LTS</em><br />
<em>Release: 12.04</em><br />
<em>Codename: precise</em></p>
<p>Now breathe again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/220/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/220/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=220&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2012/08/03/how-to-check-the-version-of-ubuntu-you-are-using/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How to upgrade Ubuntu Linux via the command line</title>
		<link>http://blogchampion.com/2012/08/03/how-to-upgrade-ubuntu-linux-via-the-command-line/</link>
		<comments>http://blogchampion.com/2012/08/03/how-to-upgrade-ubuntu-linux-via-the-command-line/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 16:34:52 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Upgrades]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=218</guid>
		<description><![CDATA[Like almost everything in Linux, there&#8217;s a nice easy way to upgrade an existing Ubuntu installation to the latest version of the Operating System from a command line interface. And it can all be done in just a few simple steps. The most important of all, remembering to backup all that important data before even thinking [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=218&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Like almost everything in Linux, there&#8217;s a nice easy way to upgrade an existing Ubuntu installation to the latest version of the Operating System from a command line interface. And it can all be done in just a few simple steps. The most important of all, remembering to backup all that important data before even thinking of getting started with any upgrade &#8211; of course.<span id="more-218"></span></p>
<p>The next step, after backing up, is checking that &#8216;update-manager-core&#8217; is installed on the target machine:</p>
<blockquote><p>sudo apt-get install update-manager-core</p></blockquote>
<p>Now edit your &#8216;release-upgrades&#8217; file to tell the update-manager that you want to receive all major operating system upgrades.</p>
<blockquote><p>sudo nano -w /etc/update-manager/release-upgrades</p></blockquote>
<p>You will need to change prompt=lts to prompt=normal if it is not already set this way. Save and exit nano.</p>
<p>Next you need to make sure your system has all the current updates for the version of Ubuntu you are running right now:</p>
<blockquote><p>sudo apt-get update &amp;&amp; sudo apt-get upgrade</p></blockquote>
<p>If apt confirms your system is up-to-date, we&#8217;re good to go. (we did make current backups of all our data right?)</p>
<p>To start the Ubuntu upgrade process, issue the following command:</p>
<blockquote><p>sudo do-release-upgrade</p></blockquote>
<p>If you&#8217;re connected remotely using a terminal connection, Ubuntu will inform you this is risky and that a separate SSH server instance has been opened on port 1022. This, in theory, should allow you to connect to your machine in the event something goes wrong &#8211; and your default SSH server has died.</p>
<p>If all goes well, your machine should be upgraded to the current version of Ubuntu within about 30 minutes &#8211; depending on the speed of your internet connection.</p>
<p>These instructions were written for Ubuntu upgrades from 10.04 LTS to 12.04 LTS. These may no longer work for newer versions of Ubuntu, and may need updating in the future.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/218/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/218/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=218&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2012/08/03/how-to-upgrade-ubuntu-linux-via-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
		<item>
		<title>How to change the hostname in Ubuntu</title>
		<link>http://blogchampion.com/2012/08/03/how-to-change-the-hostname-in-ubuntu/</link>
		<comments>http://blogchampion.com/2012/08/03/how-to-change-the-hostname-in-ubuntu/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 16:16:41 +0000</pubDate>
		<dc:creator>aurichie</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Hostname]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blogchampion.com/?p=214</guid>
		<description><![CDATA[I have often built a new desktop or server without giving much thought to the hostname I should use. I then become too lazy to ever change it later, leaving it set to something unhelpful or inappropriate for the purposes of deployment. Thankfully it&#8217;s very easy to change your server hostname in Ubuntu, and across [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=214&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have often built a new desktop or server without giving much thought to the hostname I should use. I then become too lazy to ever change it later, leaving it set to something unhelpful or inappropriate for the purposes of deployment.</p>
<p>Thankfully it&#8217;s very easy to change your server hostname in Ubuntu, and across all other Linux distributions in general. It&#8217;s as simple as issuing a couple of commands via a command line interface, editing two files, and then a quick reboot to puts the changes into action. So there&#8217;s no real excuse not to right your previous wrong.</p>
<p>Let&#8217;s get started.<span id="more-214"></span></p>
<p>First up, let&#8217;s edit the &#8216;hostname&#8217; file replacing the existing entry with our new hostname:</p>
<blockquote><p>nano -w /etc/hostname</p></blockquote>
<p>Next up, edit the &#8216;hosts&#8217; file replacing the old hostname with the new:</p>
<blockquote><p>nano -w /etc/hosts</p></blockquote>
<p>You can reboot your machine immediately for the new hostname to take effect. Or alternatively, just issue the following command line to implement the hostname changes without a restart:</p>
<blockquote><p>sudo /etc/init.d/hostname.sh start</p></blockquote>
<p>Others may prefer to substitute &#8220;nano -w&#8221; with their preferred command line text editing tool. I&#8217;ve been using Pico/Nano since Cobalt RaQ server days, and I&#8217;ve never grown out of the habit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blogchampiondotcom.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blogchampiondotcom.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blogchampion.com&#038;blog=30934825&#038;post=214&#038;subd=blogchampiondotcom&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blogchampion.com/2012/08/03/how-to-change-the-hostname-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b10ff0b77908e7d2c7273b5619dc5c36?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">aurichie</media:title>
		</media:content>
	</item>
	</channel>
</rss>
