<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ubuntu 12.10 on paapereira.xyz</title><link>https://paapereira.xyz/tags/ubuntu-12.10/</link><description>Recent content in Ubuntu 12.10 on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>2008-2026 :: &lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>CC BY-NC&lt;/a> :: &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Sat, 13 Apr 2013 17:13:00 +0100</lastBuildDate><atom:link href="https://paapereira.xyz/tags/ubuntu-12.10/index.xml" rel="self" type="application/rss+xml"/><item><title>Google Play Music</title><link>https://paapereira.xyz/google-music/</link><pubDate>Sat, 13 Apr 2013 17:13:00 +0100</pubDate><guid>https://paapereira.xyz/google-music/</guid><description>&lt;p>&lt;a href="https://play.google.com/music">Google Play Music&lt;/a> is finally available in Portugal!&lt;/p>
&lt;p>I will show how to set up upload your music in Ubuntu using the Google Music Manager.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-04-13-google-music/google-music.png" alt="Google Play Music">&lt;/p>
&lt;h2 id="installing-google-play-music-manager-in-ubuntu">Installing Google Play Music Manager in Ubuntu&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | &lt;span style="color:#ae81ff">\
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2&lt;/span>&lt;span>&lt;span style="color:#ae81ff">&lt;/span>	sudo apt-key add -
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">3&lt;/span>&lt;span>sudo sh -c &lt;span style="color:#e6db74">&amp;#39;echo &amp;#34;deb http://dl.google.com/linux/musicmanager/deb/ stable \
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">4&lt;/span>&lt;span>&lt;span style="color:#e6db74">	main&amp;#34; &amp;gt;&amp;gt; /etc/apt/sources.list.d/google.list&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">5&lt;/span>&lt;span>sudo apt-get update
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">6&lt;/span>&lt;span>sudo apt-get install google-musicmanager-beta
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>I had trouble with the version installed via ppa, it was always crashing after opening up. I found a working version &lt;a href="http://ubuntuforums.org/showthread.php?t=2130680">here&lt;/a>.&lt;/p></description></item><item><title>Moving your /home partition to a new disk</title><link>https://paapereira.xyz/moving-your-home-partition-to-new-disk/</link><pubDate>Tue, 02 Apr 2013 23:47:00 +0100</pubDate><guid>https://paapereira.xyz/moving-your-home-partition-to-new-disk/</guid><description>&lt;p>A couple of weeks ago my hard drive started to fail. The boot time started degrading and a scan to the /home partition would run in every boot. Also sometimes it would return i/o errors.&lt;/p>
&lt;p>A look at the disk&amp;rsquo;s SMART data confirmed a number of bad sectors.&lt;/p>
&lt;p>So I bought a new disk and migrated my /home partition.&lt;/p>
&lt;h2 id="the-setup">The setup&lt;/h2>
&lt;p>I have a SSD drive with my root (/) partition and a HDD drive with my /home partition.
I bought a new HDD drive to replace the old one and connected both at the same time for the migration process.&lt;/p></description></item><item><title>Upgrading to Ubuntu 12.10</title><link>https://paapereira.xyz/upgrading-to-ubuntu-1210/</link><pubDate>Sat, 16 Feb 2013 21:41:00 +0000</pubDate><guid>https://paapereira.xyz/upgrading-to-ubuntu-1210/</guid><description>&lt;p>The current Ubuntu version, &lt;a href="http://www.ubuntu.com/download/desktop">12.10&lt;/a> Quantal Quetzal, was released passed October, and I&amp;rsquo;ve been running it since that time.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-16-upgrading-to-ubuntu-1210/ubuntu.png" alt="Ubuntu 12.10">&lt;/p>
&lt;p>I hadn&amp;rsquo;t made a direct upgrade at quite some time. Normally I use the alternate iso (see my 11.10 upgrade &lt;a href="https://paapereira.xyz/posts/upgrading-to-ubuntu-1110/">post&lt;/a>, but this time I chose to upgrade directly through Updater Manager from my &lt;a href="https://paapereira.xyz/posts/installing-ubuntu-1204-lts/">12.04 installation&lt;/a>.&lt;/p>
&lt;h2 id="backup">Backup&lt;/h2>
&lt;p>Your first step should always be backing up your files.&lt;/p>
&lt;p>You can use an external drive, CDs or DVD, offline locations (like &lt;a href="http://rsync.net/">rsync.net&lt;/a>), Dropbox&amp;hellip; Take your pick, but do it. Really, you should.&lt;/p></description></item><item><title>Install Spotify in Ubuntu</title><link>https://paapereira.xyz/install-spotify-in-ubuntu/</link><pubDate>Tue, 12 Feb 2013 16:49:00 +0000</pubDate><guid>https://paapereira.xyz/install-spotify-in-ubuntu/</guid><description>&lt;p>&lt;a href="http://www.spotify.com/pt/">Spotify&lt;/a> is finally available in Portugal!&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-12-install-spotify-in-ubuntu/spotify.jpg" alt="Spotify">&lt;/p>
&lt;p>Here&amp;rsquo;s how you install the preview build of Spotify for Linux in Ubuntu.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;ul>
&lt;li>Add the following into your Software Sources:&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>deb http://repository.spotify.com stable non-free
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-12-install-spotify-in-ubuntu/software-sources.png" alt="Software Sources">&lt;/p>
&lt;ul>
&lt;li>Add Spotify public key into your trusted software provider keys;&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 94558F59
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Update apt-get&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt-get update
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install Spotify&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt-get install spotify-client
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-12-install-spotify-in-ubuntu/client.png" alt="spotify-client">&lt;/p></description></item><item><title>Install a specific package version</title><link>https://paapereira.xyz/install-specific-package-version/</link><pubDate>Tue, 29 Jan 2013 21:11:00 +0000</pubDate><guid>https://paapereira.xyz/install-specific-package-version/</guid><description>&lt;p>Yesterday, after a partial upgrade in my Ubuntu 12.10 installation, &lt;a href="http://git-scm.com/">git&lt;/a> was uninstalled.&lt;/p>
&lt;p>After the upgrade I tried to re-install it and got the following error:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1&lt;/span>&lt;span>sudo apt-get install git
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 1&lt;/span>&lt;span>Reading package lists... Done
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 2&lt;/span>&lt;span>Building dependency tree 
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 3&lt;/span>&lt;span>Reading state information... Done
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 4&lt;/span>&lt;span>Some packages could not be installed. This may mean that you have
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 5&lt;/span>&lt;span>requested an impossible situation or if you are using the unstable
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 6&lt;/span>&lt;span>distribution that some required packages have not yet been created
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 7&lt;/span>&lt;span>or been moved out of Incoming.
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 8&lt;/span>&lt;span>The following information may help to resolve the situation:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"> 9&lt;/span>&lt;span>The following packages have unmet dependencies:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">10&lt;/span>&lt;span>**git : Depends: git-man (&amp;lt; 1:1.8.0.3-.) but 1:1.8.1.1-1~ppa0~quantal2 is to be installed**
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">11&lt;/span>&lt;span>E: Unable to correct problems, you have held broken packages.
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Basically git depended on git-man version 1.8.0.3, but the APT package handling utility was trying to install the newer version 1.8.1.1.&lt;/p></description></item></channel></rss>