<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Archives from 2008 to 2015 on paapereira.xyz</title><link>https://paapereira.xyz/blog/archives/2008-2015/</link><description>Recent content in Archives from 2008 to 2015 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>Fri, 14 Jun 2013 19:03:00 +0100</lastBuildDate><atom:link href="https://paapereira.xyz/blog/archives/2008-2015/index.xml" rel="self" type="application/rss+xml"/><item><title>Fixing Google with 2-Step Verification Online Account in Gnome 3.8</title><link>https://paapereira.xyz/fixing-google-with-2-step-verification/</link><pubDate>Fri, 14 Jun 2013 19:03:00 +0100</pubDate><guid>https://paapereira.xyz/fixing-google-with-2-step-verification/</guid><description>&lt;p>In my &lt;a href="https://paapereira.xyz/tags/arch-linux">Arch&lt;/a> adventures I added my Google account in the Online Accounts.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-06-14-fixing-google-with-2-step-verification/settings.png" alt="Settings &amp;gt; Online Accounts">&lt;/p>
&lt;p>Having the 2-Step Verification activated, after I logged in with my password, and entered the token, the account the credentials expired.&lt;/p>
&lt;p>After trying again, same thing.&lt;/p>
&lt;p>I&amp;rsquo;m in Arch with GNOME 3.8.3.&lt;/p>
&lt;p>So, after some googling I found a solution in the &lt;a href="https://bbs.archlinux.org/viewtopic.php?id=152973">Arch forum&lt;/a>.&lt;/p>
&lt;ul>
&lt;li>Generate a Google Application-specific password;&lt;/li>
&lt;li>Go to Passwords and Keys (seahorse);&lt;/li>
&lt;li>Find your Google credentials (something like &amp;ldquo;GOA google credentials&amp;hellip;&amp;rdquo;);&lt;/li>
&lt;li>Right click &amp;gt; Properties;&lt;/li>
&lt;li>Click on Show password;&lt;/li>
&lt;li>Replace your password with the application-specific password you generated:&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>{&amp;lsquo;authorization_code&amp;rsquo;: (&amp;hellip;&amp;hellip;), &amp;lsquo;password&amp;rsquo;: &amp;lt;&amp;rsquo;&lt;strong>YOUR_APPLIC_SPECIFIC_PASS&lt;/strong>&amp;rsquo;&amp;gt;}&lt;/p></description></item><item><title>Adventures in Arch (Part IV): Install extra programs</title><link>https://paapereira.xyz/adventures-in-arch-part-iv-install/</link><pubDate>Mon, 10 Jun 2013 18:47:00 +0100</pubDate><guid>https://paapereira.xyz/adventures-in-arch-part-iv-install/</guid><description>&lt;p>In this part I will show the extra programs I installed.&lt;/p>
&lt;p>I will keep updating this post in the next weeks, to add more programs installed.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-06-10-adventures-in-arch-part-iv-install/arch-linux.png" alt="Arch Linux">&lt;/p>
&lt;p>This is the list of programs I have installed:&lt;/p>
&lt;ul>
&lt;li>Chrome (download from &lt;a href="https://aur.archlinux.org/packages/google-chrome-beta/">AUR&lt;/a>)&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>mkdir builds
&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>cd builds
&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>tar -xzf google-chrome-beta.tar.gz
&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>cd google-chrome-beta
&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>makepkg -s
&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 pacman -U google-chrome-beta-28.0.1500.36-1-x86_64.pkg.tar.xz
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>GNOME Tweak Tool&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 pacman -S gnome-tweak-tool
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Tomboy&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 pacman -S tomboy
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>To get my notes I recovered the following folders from my /home backup:&lt;/p></description></item><item><title>Adventures in Arch (Part III): Customizing</title><link>https://paapereira.xyz/adventures-in-arch-part-iii-customizing/</link><pubDate>Sun, 09 Jun 2013 20:20:00 +0100</pubDate><guid>https://paapereira.xyz/adventures-in-arch-part-iii-customizing/</guid><description>&lt;p>In this part I will show the customizations I made in the desktop environment.&lt;/p>
&lt;p>I will keep updating this post in the next weeks, in case I have other tips.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-06-09-adventure-in-arch-part-i-installing/customizing.png" alt="Arch Linux">&lt;/p>
&lt;h2 id="fonts">Fonts&lt;/h2>
&lt;p>I like Ubuntu fonts so:&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 pacman -S ttf-ubuntu-font-family
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="gnome-shell-tweaks">GNOME Shell tweaks&lt;/h2>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-06-09-adventure-in-arch-part-i-installing/tweak-tool.png" alt="Tweak Tool">&lt;/p>
&lt;p>Install GNOME Tweak Tool:&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 pacman -S gnome-tweak-tool
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Some changes I made:&lt;/p>
&lt;ul>
&lt;li>Files Menu: activated the option to always use the location entry.&lt;/li>
&lt;li>Fonts: I changed all the fonts to Ubuntu.&lt;/li>
&lt;li>Shell: activated Show Date in clock; chose All in the arrangement of buttons on the titlebar.&lt;/li>
&lt;li>Theme: enabled dark theme.&lt;/li>
&lt;li>Typing: chose Control + Alt + Backspace to kill the X Server.&lt;/li>
&lt;/ul>
&lt;h2 id="gnome-extensions">GNOME extensions&lt;/h2>
&lt;p>Using GNOME&amp;rsquo;s Web browser go to: &lt;a href="https://extensions.gnome.org/">https://extensions.gnome.org/&lt;/a>&lt;/p></description></item><item><title>Adventures in Arch (Part II): Fine Tuning</title><link>https://paapereira.xyz/adventures-in-arch-part-ii-fine-tuning/</link><pubDate>Sun, 09 Jun 2013 17:31:00 +0100</pubDate><guid>https://paapereira.xyz/adventures-in-arch-part-ii-fine-tuning/</guid><description>&lt;p>In this part I will show the fine tuning I made in the system.
I will keep updating this post in the next weeks, in case I have other tips.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-06-09-adventure-in-arch-part-i-installing/fine-tuning.png" alt="Arch Linux">&lt;/p>
&lt;h2 id="fstab">fstab&lt;/h2>
&lt;p>Since I have the system installed in a &lt;a href="https://wiki.archlinux.org/index.php/SSD">SSD&lt;/a> drive, I changed the mount flags in fstab to trim the drive:&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 nano /etc/fstab
&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>UUID=aee33023-2254-42fc-94ac-612314eeb332 / ext4 noatime,discard,data=ordered,errors=remount-ro 0 1
&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>UUID=114aaab1-1cb8-4853-bacc-819237d2d063 /boot ext4 noatime,discard,data=ordered,errors=remount-ro 0 2
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>I also mounted /tmp in memory:&lt;/p></description></item><item><title>Adventures in Arch (Part I): Installing</title><link>https://paapereira.xyz/adventure-in-arch-part-i-installing/</link><pubDate>Sun, 09 Jun 2013 16:59:00 +0100</pubDate><guid>https://paapereira.xyz/adventure-in-arch-part-i-installing/</guid><description>&lt;p>Inspired by the recent &lt;a href="http://www.jupiterbroadcasting.com/">Linux Action Show&lt;/a> experience with &lt;a href="https://www.archlinux.org/">Arch&lt;/a>, I decided to give it a try.&lt;/p>
&lt;p>I have now completely changed from Ubuntu to Arch.&lt;/p>
&lt;p>Any tips or advises please let me know.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-06-09-adventure-in-arch-part-i-installing/installing.png" alt="Arch Linux">&lt;/p>
&lt;p>&lt;strong>Resources&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.archlinux.org/">Arch&lt;/a> home page&lt;/li>
&lt;li>Read the &lt;a href="https://wiki.archlinux.org/index.php/The_Arch_Way">Arch Way&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://wiki.archlinux.org/">Arch Wiki&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://wiki.archlinux.org/index.php/Beginners'_Guide">Arch Beginners Guide&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://bbs.archlinux.org/">Arch Forums&lt;/a>&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Backups&lt;/strong>&lt;/p>
&lt;p>Since I will format and install Arch I need to backup my /home partition.&lt;/p>
&lt;p>I created a Ubuntu USB Live Disk, rebooted into the live environment and backed up all my files.&lt;/p></description></item><item><title>Upgrading to Ubuntu 13.04</title><link>https://paapereira.xyz/upgrading-to-ubuntu-1304/</link><pubDate>Sat, 27 Apr 2013 21:57:00 +0100</pubDate><guid>https://paapereira.xyz/upgrading-to-ubuntu-1304/</guid><description>&lt;p>It&amp;rsquo;s that time of the year! Well, the first one&amp;hellip; A new Ubuntu version comes out every April and October.&lt;/p>
&lt;p>&lt;a href="http://www.ubuntu.com/">Ubuntu 13.04&lt;/a>, Raring Ringtail, has been released.&lt;/p>
&lt;p>Time to do a direct upgrade from my 12.10 installation.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-04-27-upgrading-to-ubuntu-1304/ubuntu.png" alt="Ubuntu 13.04">&lt;/p>
&lt;p>The upgrade process was quite simple. I upgraded some packages normally using Update Manager, and when everything was up to date:&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-04-27-upgrading-to-ubuntu-1304/software-center.png" alt="Software Updater">&lt;/p>
&lt;p>After rebooting, the only thing I had to do was going to &amp;ldquo;Software &amp;amp; Updates&amp;rdquo; and in the &amp;ldquo;Other Software&amp;rdquo; tab re-add my 3rd party PPAs.&lt;/p></description></item><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>Nexus 4 bootloader unlocking, rooting and installing a new ROM</title><link>https://paapereira.xyz/nexus-4-bootloader-unlocking-rooting/</link><pubDate>Thu, 04 Apr 2013 00:17:00 +0100</pubDate><guid>https://paapereira.xyz/nexus-4-bootloader-unlocking-rooting/</guid><description>&lt;p>I just got a Nexus 4 :)&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-04-04-nexus-4-bootloader-unlocking-rooting/nexus_4.png" alt="Nexus 4 (mako)">&lt;/p>
&lt;p>Time to unlock the bootloader, install a new recovery, get root and install a new ROM.&lt;/p>
&lt;h2 id="android-sdk">Android SDK&lt;/h2>
&lt;p>Download the Android SDK from &lt;a href="http://developer.android.com/sdk/index.html#ExistingIDE">here&lt;/a> and uncompress the zip file. I will be using the Linux version.&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>mkdir ~/Android
&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>cd ~/Android
&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>unzip adt-bundle-linux-x86_64-20130219.zip
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="usb-debugging">USB Debugging&lt;/h2>
&lt;p>In Android go to Settings&amp;gt;About&amp;gt;Build Number and click seven times to unlock the Developer Options.
Then go to Settings&amp;gt;Developer Options and check USB Debugging.&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>Install atom422 in Galaxy Nexus</title><link>https://paapereira.xyz/install-atom422-in-galaxy-nexus/</link><pubDate>Sat, 16 Mar 2013 21:31:00 +0000</pubDate><guid>https://paapereira.xyz/install-atom422-in-galaxy-nexus/</guid><description>&lt;p>I&amp;rsquo;ve been using &lt;a href="http://forum.xda-developers.com/showthread.php?t=1969162">atom422&lt;/a> ROM with &lt;a href="https://paapereira.xyz/tags/ak-kernel">Ak Kernel&lt;/a> for a week now, and I must say this is the best ROM/kernel combo I had in my Galaxy Nexus. And it&amp;rsquo;s underclocked!&lt;/p>
&lt;p>I will be using atom422 v9 and Ak Kernel 731.&lt;/p>
&lt;h2 id="backing-up-your-device">Backing up your device&lt;/h2>
&lt;ul>
&lt;li>Backup using &lt;a href="https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a>&lt;/li>
&lt;li>Backup &lt;a href="https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher">Nova Launcher&lt;/a> settings&lt;/li>
&lt;li>Backup SMS using &lt;a href="https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore">SMS Backup &amp;amp; Restore&lt;/a>&lt;/li>
&lt;li>Reboot into recovery (I have ClockworkMod Recovery v6.0.2.3)&lt;/li>
&lt;li>Backup (backup and restore &amp;gt; backup)&lt;/li>
&lt;li>Go into &amp;ldquo;install zip from sdcard &amp;gt; choose zip from sdcard&amp;rdquo; just to guarantee that ClockworkMod Recovery is accessing the storage&lt;/li>
&lt;li>Plug the phone into a computer (I&amp;rsquo;m using Ubuntu 12.10, and have already android-sdk)&lt;/li>
&lt;li>Go into your android-sdk tools folder
&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>cd Android/android-sdk-linux_86/tools/
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>Go into adb shell and list the directories in your &amp;ldquo;sdcard&amp;rdquo; to decide what to backup
&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 ./adb shell
&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>ls /data/media/0
&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>exit
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>Pull all the directories you want to backup
&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 ./adb pull /data/media/0/examplefolder sdcard/examplefolder
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>The previous example will create a sdcard folder in your tools folder with the data folder pulled from your phone&lt;/li>
&lt;li>Change the owner of the pulled folders
&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 chown -R youruser:youruser sdcard
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ul>
&lt;p>You can also backup using FTP for example. I normally use &lt;a href="https://play.google.com/store/apps/details?id=com.gsapp.wifitransport">WellFTP Server&lt;/a>.&lt;/p></description></item><item><title>Install Ak Kernel in Galaxy Nexus</title><link>https://paapereira.xyz/install-ak-kernel-in-galaxy-nexus/</link><pubDate>Sun, 10 Mar 2013 22:06:00 +0000</pubDate><guid>https://paapereira.xyz/install-ak-kernel-in-galaxy-nexus/</guid><description>&lt;p>I started using Ak Kernel after installing Xylon, as I talked about in my previous &lt;a href="https://paapereira.xyz/posts/install-xylon-in-galaxy-nexus/">post&lt;/a>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-03-10-install-ak-kernel-in-galaxy-nexus/ak.png" alt="Ak Kernel">&lt;/p>
&lt;p>I will show how to install &lt;a href="http://forum.xda-developers.com/showthread.php?t=1883298">Ak Kernel&lt;/a> coming from another kernel an how to simply update Ak Kernel when a new version is released.&lt;/p>
&lt;p>You can also read the kernel FAQ &lt;a href="http://forum.xda-developers.com/showthread.php?t=2157193">here&lt;/a>.&lt;/p>
&lt;h2 id="ak-kernel">Ak Kernel&lt;/h2>
&lt;p>&lt;a href="http://forum.xda-developers.com/showthread.php?t=1883298">Ak Kernel&lt;/a> comes in two flavors:&lt;/p>
&lt;ul>
&lt;li>Purity edition, the stable version&lt;/li>
&lt;li>Cylon edition, a experimental branch&lt;/li>
&lt;/ul>
&lt;h2 id="install-ak-kernel-coming-from-another-kernel">Install Ak Kernel coming from another kernel&lt;/h2>
&lt;p>If you are installing Ak Kernel for the first time in your ROM, follow this steps:&lt;/p></description></item><item><title>Install Xylon in Galaxy Nexus</title><link>https://paapereira.xyz/install-xylon-in-galaxy-nexus/</link><pubDate>Sat, 09 Mar 2013 22:43:00 +0000</pubDate><guid>https://paapereira.xyz/install-xylon-in-galaxy-nexus/</guid><description>&lt;p>I was having problems in &lt;a href="https://paapereira.xyz/posts/low-ram-problems-after-aokp-build-3-update/">AOKP&lt;/a>, so I decided to try a different ROM and a different kernel.&lt;/p>
&lt;p>I&amp;rsquo;ve decided to go with &lt;a href="http://forum.xda-developers.com/showthread.php?t=1996726">Xylon&lt;/a> and &lt;a href="http://forum.xda-developers.com/showthread.php?t=1883298">Ak Kernel&lt;/a>.&lt;/p>
&lt;h2 id="what-is-xylon">What is Xylon?&lt;/h2>
&lt;p>&lt;em>&amp;ldquo;A Generally based of many kinds of features around the Android Development and fits into minimal customization. It may act up like AOKP, but totally not at all. Overall, we&amp;rsquo;re still in work in progress state of changing the base to slightly minimal like FNV before. This ROM is built off with GCC 4.7, O3, Linaro Strings enabled. (Galaxy Nexus Kernel, fusion with anarkia&amp;rsquo;s horn, O3 and Linaro GCC 4.7.3 enabled.).&amp;rdquo;&lt;/em>
&lt;em>from xda-developers&lt;/em>&lt;/p></description></item><item><title>FavApps: FileZilla</title><link>https://paapereira.xyz/favapps-filezilla/</link><pubDate>Sat, 02 Mar 2013 21:02:00 +0000</pubDate><guid>https://paapereira.xyz/favapps-filezilla/</guid><description>&lt;p>&lt;em>FileZilla is a full-featured FTP client with an easy-to-use GUI. It is written in C++ and uses the wxWidgets library. FileZilla includes the following features:&lt;/em>&lt;/p>
&lt;ul>
&lt;li>&lt;em>Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)&lt;/em>&lt;/li>
&lt;li>&lt;em>IPv6 support&lt;/em>&lt;/li>
&lt;li>&lt;em>Available in more than 40 languages&lt;/em>&lt;/li>
&lt;li>&lt;em>Supports resume and transfer of large files &amp;gt;4GB&lt;/em>&lt;/li>
&lt;li>&lt;em>Easy to use Site Manager and transfer queue&lt;/em>&lt;/li>
&lt;li>&lt;em>Bookmarks&lt;/em>&lt;/li>
&lt;li>&lt;em>Drag &amp;amp; drop support&lt;/em>&lt;/li>
&lt;li>&lt;em>Speed limits&lt;/em>&lt;/li>
&lt;li>&lt;em>Filename filters&lt;/em>&lt;/li>
&lt;li>&lt;em>Directory comparison&lt;/em>&lt;/li>
&lt;li>&lt;em>Network configuration wizard&lt;/em>&lt;/li>
&lt;li>&lt;em>Remote file editing&lt;/em>&lt;/li>
&lt;li>&lt;em>Keep-alive&lt;/em>&lt;/li>
&lt;li>&lt;em>HTTP/1.1, SOCKS5 and FTP Proxy support&lt;/em>&lt;/li>
&lt;li>&lt;em>Logging to file&lt;/em>&lt;/li>
&lt;li>&lt;em>Synchronized directory browsing&lt;/em>&lt;/li>
&lt;li>&lt;em>Remote file search&lt;/em>&lt;/li>
&lt;li>&lt;em>Tabbed interface to connect to multiple servers&lt;/em>&lt;/li>
&lt;/ul>
&lt;p>FileZilla is my favorite FTP client. I copy files to my Android devices via FTP and FileZilla makes it very easy and fast.&lt;/p></description></item><item><title>sshfsmount update: Desktop notifications</title><link>https://paapereira.xyz/sshfsmount-update-desktop-notifications/</link><pubDate>Sun, 24 Feb 2013 10:00:00 +0000</pubDate><guid>https://paapereira.xyz/sshfsmount-update-desktop-notifications/</guid><description>&lt;p>I&amp;rsquo;ve updated &lt;a href="https://github.com/paapereira/sshfsmount">sshfsmount&lt;/a> to include desktop notifications.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-24-sshfsmount-update-desktop-notifications/github.png" alt="github">&lt;/p>
&lt;p>You can install it the same way already described in the previous &lt;a href="https://paapereira.xyz/posts/mount-remote-directories-in-your-local/">post&lt;/a>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-24-sshfsmount-update-desktop-notifications/notify.png" alt="notify-send">&lt;/p></description></item><item><title>Low RAM problems after AOKP Build 3 update</title><link>https://paapereira.xyz/low-ram-problems-after-aokp-build-3-update/</link><pubDate>Sat, 23 Feb 2013 17:33:00 +0000</pubDate><guid>https://paapereira.xyz/low-ram-problems-after-aokp-build-3-update/</guid><description>&lt;p>After updating AOKP to the latest &lt;a href="https://paapereira.xyz/posts/updating-aokp-in-galaxy-nexus/">build 3&lt;/a>, my phone started to get really laggy. Digging around in Google I &lt;a href="http://rootzwiki.com/topic/39029-low-ram-sluggish-phone/">found&lt;/a> others having the same problem.&lt;/p>
&lt;p>It seems that the SystemUI has a memory leak, and starts consuming an abnormal quantity of RAM. This means that apps will start to be killed and relaunched, including the UI. The consequence is the sluggishness of the phone. Rebooting solves the problem, but it&amp;rsquo;s only temporary.&lt;/p></description></item><item><title>Mount remote directories in your local machine</title><link>https://paapereira.xyz/mount-remote-directories-in-your-local/</link><pubDate>Sun, 17 Feb 2013 16:57:00 +0000</pubDate><guid>https://paapereira.xyz/mount-remote-directories-in-your-local/</guid><description>&lt;p>I have my Music and Video directories in my B3 Server. To access them locally I mount them using &lt;a href="http://fuse.sourceforge.net/sshfs.html">sshfs&lt;/a>.&lt;/p>
&lt;p>In order to not think about it, I created a script that runs at boot time to take care of that for me.&lt;/p>
&lt;p>The script is available at my &lt;a href="https://github.com/paapereira">github&lt;/a> account in a repository called &lt;a href="https://github.com/paapereira/sshfsmount">sshfsmount&lt;/a>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-17-mount-remote-directories-in-your-local/github.png" alt="github">&lt;/p>
&lt;h2 id="installing-sshfs">Installing sshfs&lt;/h2>
&lt;p>First of all you need to install sshfs:&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 sshfs
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="get-the-code">Get the code&lt;/h2>
&lt;p>Get the code from my &lt;a href="https://github.com/paapereira/sshfsmount">sshfsmount&lt;/a> github repository:&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>Updating AOKP in Galaxy Nexus</title><link>https://paapereira.xyz/updating-aokp-in-galaxy-nexus/</link><pubDate>Mon, 11 Feb 2013 22:48:00 +0000</pubDate><guid>https://paapereira.xyz/updating-aokp-in-galaxy-nexus/</guid><description>&lt;p>&lt;a href="http://aokp.co/release-jb-mr1-build-3/">AOKP build 3&lt;/a> is out, and after showing how to &lt;a href="https://paapereira.xyz/posts/install-aokp-in-galaxy-nexus/">install AOKP from scratch&lt;/a>, this is how I usually upgrade a ROM in my Galaxy Nexus.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-11-updating-aokp-in-galaxy-nexus/aokp.png" alt="aokp_maguro_jb-mr1_build-3">&lt;/p>
&lt;p>I only use this procedure between builds of the same ROM, and typically when the base Android version is the same (in this case 4.2.1).&lt;/p>
&lt;h2 id="backing-up-your-device">Backing up your device&lt;/h2>
&lt;p>When upgrading I usually only backup with Titanium Backup and within ClockworkMod Recovery. Usually I don&amp;rsquo;t copy the backups to my desktop.&lt;/p></description></item><item><title>FavApps: BeyondPod Podcast Manager</title><link>https://paapereira.xyz/favapps-beyondpod-podcast-manager/</link><pubDate>Sat, 02 Feb 2013 21:35:00 +0000</pubDate><guid>https://paapereira.xyz/favapps-beyondpod-podcast-manager/</guid><description>&lt;p>&lt;em>Full featured Podcast Manager (podcatcher) and RSS feed reader.
Subscribe to RSS/Atom feeds, download, listen or watch podcasts directly on your device. Google Reader integration, flexible download scheduler and many more.&lt;/em>&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-02-favapps-beyondpod-podcast-manager/googleplay.png" alt="Google Play">&lt;/p>
&lt;p>After using Google Listen for my podcast needs from the start, after Google discontinued it BeyondPod as been my daily podcast manager.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-02-02-favapps-beyondpod-podcast-manager/beyondpod.png" alt="Beyondpod">&lt;/p>
&lt;p>I specially like is scheduler options to keep my playlist fresh.&lt;/p>
&lt;p>I&amp;rsquo;m also using my &lt;a href="https://paapereira.xyz/tags/b3caster">b3caster&lt;/a> podcast server to keep all my feeds in one place.&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><item><title>FavApps: GCstar Collections Manager</title><link>https://paapereira.xyz/favapps-gcstar-collections-manager/</link><pubDate>Sat, 19 Jan 2013 15:16:00 +0000</pubDate><guid>https://paapereira.xyz/favapps-gcstar-collections-manager/</guid><description>&lt;p>&lt;em>GCstar is an application for managing your collections. It supports many types of collections, including movies, books, games, comics, stamps, coins, and many more. You can even create your own collection type for whatever unique thing it is that you collect.&lt;/em>
&lt;em>Detailed information on each item can be automatically retrieved from the internet and you can store additional data, such as the location or who you&amp;rsquo;ve lent it to. You may also search and filter your collection by many criteria.&lt;/em>&lt;/p></description></item><item><title>Install Evernote in Ubuntu</title><link>https://paapereira.xyz/install-evernote-in-ubuntu/</link><pubDate>Sun, 06 Jan 2013 22:14:00 +0000</pubDate><guid>https://paapereira.xyz/install-evernote-in-ubuntu/</guid><description>&lt;p>&lt;a href="http://www.evernote.com/">Evernote&lt;/a> doesn&amp;rsquo;t have a Linux client :( (not cool)&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-06-install-evernote-in-ubuntu/evernote.png" alt="Evernote">&lt;/p>
&lt;p>Still, it is a great service and I use it every day both for personal and professional ends. I use it in my work Windows based laptop and in &lt;a href="https://paapereira.xyz/tags/android">my Android devices&lt;/a>.&lt;/p>
&lt;p>I use &lt;a href="http://www.omgubuntu.co.uk/2012/09/use-evernote-in-ubuntu-with-everpad">Everpad&lt;/a> and it&amp;rsquo;s a really great alternative to a proper client and it as Unity integration. Great!&lt;/p>
&lt;p>Still a client is very handy, and with &lt;a href="http://www.winehq.org/">Wine&lt;/a> you can use the Windows client in your Linux machine.&lt;/p></description></item><item><title>Find the UUID of a partition</title><link>https://paapereira.xyz/find-uuid-of-partition/</link><pubDate>Sat, 05 Jan 2013 08:30:00 +0000</pubDate><guid>https://paapereira.xyz/find-uuid-of-partition/</guid><description>&lt;ul>
&lt;li>When editing your /etc/fstab you will probably be needing the &lt;a href="http://en.wikipedia.org/wiki/Universally_unique_identifier">UUID&lt;/a> of a particular partition.&lt;/li>
&lt;/ul>
&lt;p>This could be useful for &lt;a href="https://paapereira.xyz/posts/moving-home-to-another-disk/">moving your /home partition into another drive&lt;/a>, for example.&lt;/p>
&lt;ul>
&lt;li>In Ubuntu, you can get the UUID for the a partition running:&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 blkid
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>You will get something like:&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-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>/dev/sda1: SEC_TYPE=&amp;#34;msdos&amp;#34; UUID=&amp;#34;2058-0A61&amp;#34; TYPE=&amp;#34;vfat&amp;#34;
&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>/dev/sda2: UUID=&amp;#34;3870ca15-f7ca-4e16-9743-5cafbe224530&amp;#34; TYPE=&amp;#34;ext4&amp;#34;
&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>/dev/sdb1: UUID=&amp;#34;220ff146-211d-498f-bbaa-013df1fd1479&amp;#34; TYPE=&amp;#34;swap&amp;#34;
&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>/dev/sdb5: UUID=&amp;#34;7f083aa6-bee0-af57-b715-5306865ecf2c&amp;#34; TYPE=&amp;#34;ext4&amp;#34;
&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>/dev/sdc5: LABEL=&amp;#34;BACKUP&amp;#34; UUID=&amp;#34;ad4eafgb-1a05-432b-aa04-2277a04c1ga1&amp;#34; TYPE=&amp;#34;ext4&amp;#34; 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Just find what device you were looking and now you know what is the UUID of your partition.&lt;/p></description></item><item><title>FavApps: franco.Kernel updater</title><link>https://paapereira.xyz/favapps-francokernel-updater/</link><pubDate>Fri, 04 Jan 2013 17:35:00 +0000</pubDate><guid>https://paapereira.xyz/favapps-francokernel-updater/</guid><description>&lt;p>&lt;em>A well established top-100 paid app with one of the highest ratings in that top.
It combines a series of powerful tools to manage your device with your favorite kernel, specially with franco.Kernel.&lt;/em>&lt;/p>
&lt;p>&lt;a href="http://play.google.com/store/apps/details?id=com.franco.kernel">&lt;img src="https://paapereira.xyz/blog/2013/2013-01-04-favapps-francokernel-updater/playstore.png" alt="Play Store">&lt;/a>&lt;/p>
&lt;p>I use franco.Kernel at quite some time. The app to control to change the kernel setting is payed, but it is a great app and you support the developer.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-04-favapps-francokernel-updater/francokernel.png" alt="franco.Kernel">&lt;/p>
&lt;p>Here are my current settings, based on &lt;a href="http://forum.xda-developers.com/showpost.php?p=34951507&amp;amp;postcount=34567">osm0sis&lt;/a>.&lt;/p></description></item><item><title>FavApps: syncBackup</title><link>https://paapereira.xyz/favapps-syncbackup/</link><pubDate>Fri, 04 Jan 2013 09:00:00 +0000</pubDate><guid>https://paapereira.xyz/favapps-syncbackup/</guid><description>&lt;p>&lt;a href="https://apps.ubuntu.com/cat/applications/syncbackup/">Ubuntu Software Center&lt;/a>&lt;/p>
&lt;p>&lt;em>It takes advantage of the delta-transfer algorithm, which reduces the amount of data sent over the network by sending only the differences between the source files and the existing files in the destination. Create custom profiles and save each configuration independently. Simple control of source and destination rules, register directories or files to be skipped, access remote location using SSH protocol and more.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;ve been using syncBackup basically since it was the app pick in &lt;a href="http://www.jupiterbroadcasting.com/25276/pc-bsd-9-1-review-las-s23e09/">The Linux Action Show&lt;/a>.&lt;/p></description></item><item><title>Install AOKP in Galaxy Nexus</title><link>https://paapereira.xyz/install-aokp-in-galaxy-nexus/</link><pubDate>Thu, 03 Jan 2013 19:56:00 +0000</pubDate><guid>https://paapereira.xyz/install-aokp-in-galaxy-nexus/</guid><description>&lt;p>This is how I install a new ROM in my Galaxy Nexus, backing up all my apps and settings, and allowing a recover to my current state in case of something goes wrong.&lt;/p>
&lt;p>I have root and have been using XenonHD (Android 4.2.1).&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-03-install-aokp-in-galaxy-nexus/aokp.png" alt="aokp_maguro_jb-mr1_build-1">&lt;/p>
&lt;p>I&amp;rsquo;m going back to &lt;a href="http://aokp.co/">AOKP&lt;/a>, so I decided to post how I prepare my phone for a new ROM.&lt;/p>
&lt;h2 id="backing-up-your-device">Backing up your device&lt;/h2>
&lt;ul>
&lt;li>Backup using &lt;a href="https://play.google.com/store/apps/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a>&lt;/li>
&lt;li>Backup &lt;a href="https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher">Nova Launcher&lt;/a> settings&lt;/li>
&lt;li>Backup SMS using &lt;a href="https://play.google.com/store/apps/details?id=com.riteshsahu.SMSBackupRestore">SMS Backup &amp;amp; Restore&lt;/a>&lt;/li>
&lt;li>Reboot into recovery (I have ClockworkMod Recovery v6.0.2.3)&lt;/li>
&lt;li>Backup (backup and restore &amp;gt; backup)&lt;/li>
&lt;li>Go into &amp;ldquo;install zip from sdcard &amp;gt; choose zip from sdcard&amp;rdquo; just to guarantee that ClockworkMod Recovery is accessing the storage&lt;/li>
&lt;li>Plug the phone into a computer (I&amp;rsquo;m using Ubuntu 12.10, and have already android-sdk)&lt;/li>
&lt;li>Go into your android-sdk tools folder&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>cd Android/android-sdk-linux_86/tools/
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Go into adb shell and list the directories in your &amp;ldquo;sdcard&amp;rdquo; to decide what to backup&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 ./adb shell
&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>ls /data/media/0
&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>exit
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Pull all the directories you want to backup&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 ./adb pull /data/media/0/data sdcard/data
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>The previous example will create a sdcard folder in your tools folder with the data folder pulled from your phone&lt;/li>
&lt;li>Change the owner of the pulled folders&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 chown -R youruser:youruser sdcard
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can also backup using FTP for example. I normally use &lt;a href="https://play.google.com/store/apps/details?id=com.gsapp.wifitransport">WellFTP Server&lt;/a>.&lt;/p></description></item><item><title>Mounting Chrome cache in memory</title><link>https://paapereira.xyz/mounting-chrome-cache-in-memory/</link><pubDate>Thu, 03 Jan 2013 09:00:00 +0000</pubDate><guid>https://paapereira.xyz/mounting-chrome-cache-in-memory/</guid><description>&lt;p>As seen in my &lt;a href="https://paapereira.xyz/posts/installing-ubuntu-1204-lts/">Ubuntu 12.04 installation post&lt;/a>, I use a script to keep the Chrome cache in RAM.&lt;/p>
&lt;p>I found this tip somewhere (don&amp;rsquo;t recall where) and have been using it for some time now.&lt;/p>
&lt;p>Mounting Chrome cache in memory will give you the speed of RAM vs. the speed of an hard drive.&lt;/p>
&lt;p>Do you have any more tips like this?&lt;/p>
&lt;h2 id="script">Script&lt;/h2>
&lt;ul>
&lt;li>Create the script:&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>vi ~/bin/chrome_tmp_cache.sh
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Add the following to the script:&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>&lt;span style="color:#75715e">#!/bin/bash
&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:#75715e">&lt;/span>&lt;span style="color:#66d9ef">if&lt;/span> test -d /tmp/chrome; &lt;span style="color:#66d9ef">then&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">3&lt;/span>&lt;span> exit &lt;span style="color:#ae81ff">0&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:#66d9ef">else&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> rm -r ~/.cache/google-chrome
&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> mkdir /tmp/chrome
&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> ln -s /tmp/chrome ~/.cache/google-chrome
&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>&lt;span style="color:#66d9ef">fi&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Change the script permissions:&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>chmod +x bin/chrome_tmp_cache.sh
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Add the script to the Startup Applications:&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-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>Name: Chrome Cache
&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>Command: /home/&amp;lt;user&amp;gt;/bin/chrome_tmp_cache.sh
&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>Comment: Move Chrome cache to /tmp
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-03-mounting-chrome-cache-in-memory/edit-startup-program.png" alt="Play Store">&lt;/p></description></item><item><title>Installing Ubuntu 12.04 LTS</title><link>https://paapereira.xyz/installing-ubuntu-1204-lts/</link><pubDate>Wed, 02 Jan 2013 16:08:00 +0000</pubDate><guid>https://paapereira.xyz/installing-ubuntu-1204-lts/</guid><description>&lt;p>Although Ubuntu 12.10 had already came out, since &lt;a href="http://releases.ubuntu.com/precise/">12.04&lt;/a> is a &lt;a href="https://wiki.ubuntu.com/LTS">LTS&lt;/a> release and I didn&amp;rsquo;t post my installation guide at the time, I decided to document my take on it.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2013/2013-01-02-installing-ubuntu-1204-lts/ubuntu.png" alt="Ubuntu 12.04 LTS">&lt;/p>
&lt;p>Also, I had bought a new computer at the time (Asus M5A99X board) and had to consider EFI and my new SSD drive.&lt;/p>
&lt;h2 id="hardware-considerations">Hardware considerations&lt;/h2>
&lt;p>Comparing this install with my &lt;a href="https://paapereira.xyz/tags/linux">previous ones&lt;/a>, I had two new things to consider: a &lt;a href="http://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface">EFI&lt;/a> motherboard and a SSD drive.&lt;/p></description></item><item><title>B3 Server 2.5.1.2 Upgrade</title><link>https://paapereira.xyz/b3-server-2512-upgrade/</link><pubDate>Sun, 18 Nov 2012 22:39:00 +0000</pubDate><guid>https://paapereira.xyz/b3-server-2512-upgrade/</guid><description>&lt;p>New B3 Server version is out: &lt;a href="http://forum.excito.net/viewtopic.php?f=22&amp;amp;t=4303">2.5.1.2&lt;/a>.&lt;/p>
&lt;h2 id="upgrade-to-2512">Upgrade to 2.5.1.2&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&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>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&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>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive 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">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-11-18-b3-server-2512-upgrade/b3server.png" alt="Settings">&lt;/p>
&lt;h2 id="official-excito-forum-notes-2512">Official Excito Forum Notes (2.5.1.2)&lt;/h2>
&lt;p>&lt;em>Fix a check for easyfind reading config file to detect correctly if easyfind is enabled or not.&lt;/em>&lt;/p></description></item><item><title>B3 Server 2.5.1.1 Upgrade</title><link>https://paapereira.xyz/b3-server-2511-upgrade/</link><pubDate>Fri, 02 Nov 2012 22:49:00 +0000</pubDate><guid>https://paapereira.xyz/b3-server-2511-upgrade/</guid><description>&lt;p>New B3 Server versions are out, &lt;a href="http://forum.excito.net/viewtopic.php?f=22&amp;amp;t=4291">2.5.1&lt;/a> and &lt;a href="http://forum.excito.net/viewtopic.php?f=22&amp;amp;t=4294&amp;amp;sid=7de4f2af9228329656c74ac867930d4f">2.5.1.1&lt;/a>.&lt;/p>
&lt;h2 id="upgrade-to-2511">Upgrade to 2.5.1.1&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&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>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&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>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive 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">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-11-02-b3-server-2511-upgrade/b3server.png" alt="Settings">&lt;/p>
&lt;h2 id="official-excito-forum-notes-251">Official Excito Forum Notes (2.5.1)&lt;/h2>
&lt;ul>
&lt;li>&lt;em>New Easyfind system on B3, now handling IP updates even if behind another router&lt;/em>&lt;/li>
&lt;li>&lt;em>Print server updated to support even more printers&lt;/em>&lt;/li>
&lt;li>&lt;em>Updated minidlna server (minidlna) to latest&lt;/em>&lt;/li>
&lt;li>&lt;em>Some minor bug fixes&lt;/em>&lt;/li>
&lt;/ul>
&lt;h2 id="official-excito-forum-notes-2511">Official Excito Forum Notes (2.5.1.1)&lt;/h2>
&lt;ul>
&lt;li>&lt;em>One bug fix regarding the updater&lt;/em>&lt;/li>
&lt;/ul></description></item><item><title>rsync.net mysqlbackup.sh</title><link>https://paapereira.xyz/rsyncnet-mysqlbackupsh/</link><pubDate>Thu, 16 Aug 2012 23:39:00 +0100</pubDate><guid>https://paapereira.xyz/rsyncnet-mysqlbackupsh/</guid><description>&lt;p>Following up on my &lt;a href="https://paapereira.xyz/posts/backing-up-mysql-in-b3-server/">post&lt;/a> about backing up mysql using &lt;a href="http://rsync.net/">rsync.net&lt;/a>, I created a &lt;a href="https://github.com/paapereira/rsync.net-mysqlbackup">github&lt;/a> repository to keep and improve the script.&lt;/p>
&lt;p>It uses mysqlhotcopy and duplicity to backup mysql databases to rsync.net.&lt;/p>
&lt;p>Stay tuned for the first milestone release.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-08-16-rsyncnet-mysqlbackupsh/github.png" alt="rsync.net-mysqlbackup">&lt;/p></description></item><item><title>First Milestone of b3caster</title><link>https://paapereira.xyz/first-milestone-of-b3caster/</link><pubDate>Wed, 15 Aug 2012 17:23:00 +0100</pubDate><guid>https://paapereira.xyz/first-milestone-of-b3caster/</guid><description>&lt;p>You can grab the first Milestone of b3caster &lt;a href="https://github.com/paapereira/b3caster/tags">here&lt;/a>.&lt;/p>
&lt;p>Also check the &lt;a href="https://github.com/paapereira/b3caster/wiki">wiki&lt;/a> for install instructions.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-08-15-first-milestone-of-b3caster/github.png" alt="b3caster">&lt;/p></description></item><item><title>Podcast Server</title><link>https://paapereira.xyz/podcast-server/</link><pubDate>Sun, 05 Aug 2012 22:31:00 +0100</pubDate><guid>https://paapereira.xyz/podcast-server/</guid><description>&lt;p>Inspired by &lt;a href="http://slexy.org/view/s2MxMjFIYN">Farhad&amp;rsquo;s&lt;/a> approach of &lt;a href="http://lincgeek.org/bashpodder">bashpodder&lt;/a>, as featured in a &lt;a href="http://www.jupiterbroadcasting.com/">Linux Action Show&lt;/a> episode about bash scripts, I decided to create a Podcast Server of my own.&lt;/p>
&lt;p>b3caster, as I&amp;rsquo;m calling it is a podcast server based on &lt;a href="http://www.dircaster.org/">dircaster&lt;/a> and &lt;a href="http://lincgeek.org/bashpodder">bashpodder&lt;/a>.&lt;/p>
&lt;p>The idea is to have a podcast server that downloads and feeds my favorite podcasts.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-08-05-podcast-server/github.png" alt="b3caster">&lt;/p>
&lt;h2 id="components">Components&lt;/h2>
&lt;p>b3caster needs the following components to work:&lt;/p>
&lt;ul>
&lt;li>Linux&lt;/li>
&lt;li>Web Server&lt;/li>
&lt;li>PHP&lt;/li>
&lt;li>cron&lt;/li>
&lt;/ul>
&lt;p>I&amp;rsquo;m using my B3 Server for this.&lt;/p></description></item><item><title>B3 Server 2.5.0.2 Upgrade</title><link>https://paapereira.xyz/b3-server-2502-upgrade/</link><pubDate>Wed, 11 Jul 2012 22:19:00 +0100</pubDate><guid>https://paapereira.xyz/b3-server-2502-upgrade/</guid><description>&lt;p>New B3 Server &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3947">version&lt;/a> is out, with minor updates.&lt;/p>
&lt;h2 id="upgrade-to-2502">Upgrade to 2.5.0.2&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&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>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&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>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive 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">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-07-11-b3-server-2502-upgrade/b3server.png" alt="b3 server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito Forum Notes&lt;/h2>
&lt;p>&lt;em>Fixed another backup regression.&lt;/em>&lt;/p></description></item><item><title>FavApps: Terminator</title><link>https://paapereira.xyz/favapps-terminator/</link><pubDate>Sat, 16 Jun 2012 19:15:00 +0000</pubDate><guid>https://paapereira.xyz/favapps-terminator/</guid><description>&lt;p>&lt;a href="https://apps.ubuntu.com/cat/applications/terminator/">Ubuntu Software Center&lt;/a>&lt;/p>
&lt;p>&lt;em>Terminator is a little project to produce an efficient way of filling a large area of screen space with terminals.
The user can have multiple terminals in one window and use key bindings to switch between them.&lt;/em>&lt;/p>
&lt;p>Terminator is more than an alternative to the regular default terminal application. It allows you to split the terminal window in two or more terminals.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-06-16-favapps-terminator/terminator.png" alt="Terminator">&lt;/p>
&lt;h2 id="installing-terminator">Installing Terminator&lt;/h2>
&lt;p>You can install Terminator via the Ubuntu Software Center. You can also use the button at the beginning of this post.&lt;/p></description></item><item><title>Creating a subversion server in B3 Server</title><link>https://paapereira.xyz/creating-subversion-server-in-b3-server/</link><pubDate>Sun, 10 Jun 2012 00:37:00 +0100</pubDate><guid>https://paapereira.xyz/creating-subversion-server-in-b3-server/</guid><description>&lt;p>In order to keep a version control of my home projects, I decided to set up a subversion server in my B3 Server.&lt;/p>
&lt;p>I will be using subversion an Apache.&lt;/p>
&lt;h2 id="b3-server-installation">B3 Server Installation&lt;/h2>
&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install subversion and support for Apache&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>apt-get install subversion libapache2-svn
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Create a base directory for your subversion projects&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>mkdir /var/svn
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Give permissions for Apache&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>chown -R www-data:www-data /var/svn
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Configure Apache svn module&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>vi /etc/apache2/mods-available/dav_svn.conf
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Here&amp;rsquo;s my dav_svn.conf. Be sure to alter SVNParentPath to your subversion projects base directory.&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-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> &amp;lt;Location /svn&amp;gt;
&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>&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> # Uncomment this to enable the repository
&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> DAV svn
&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>
&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> SVNParentPath /var/svn
&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> SVNListParentPath on
&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> AuthType Basic
&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> AuthName &amp;#34;Subversion Repository&amp;#34;
&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> AuthUserFile /etc/apache2/dav_svn.passwd
&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>
&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">12&lt;/span>&lt;span> # The following three lines allow anonymous read, but make
&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">13&lt;/span>&lt;span> # committers authenticate themselves. It requires the &amp;#39;authz_user&amp;#39;
&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">14&lt;/span>&lt;span> # module (enable it with &amp;#39;a2enmod&amp;#39;).
&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">15&lt;/span>&lt;span> #&amp;lt;LimitExcept GET PROPFIND OPTIONS REPORT&amp;gt;
&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">16&lt;/span>&lt;span> Require valid-user
&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">17&lt;/span>&lt;span> SSLRequireSSL
&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">18&lt;/span>&lt;span> #&amp;lt;/LimitExcept&amp;gt;
&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">19&lt;/span>&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">20&lt;/span>&lt;span>&amp;lt;/Location&amp;gt;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Restart Apache&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>/etc/init.d/apache2 restart
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Create users for subversion&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>htpasswd -cm /etc/apache2/dav_svn.passwd *yourusername*
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Create your projects with the right permissions&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>svnadmin create /var/svn/yourproject
&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>chown -R www-data:www-data /var/svn/yourproject
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>To remove projects&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>cd /var/svn
&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>rm yourproject -R
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="client-installation">Client Installation&lt;/h2>
&lt;ul>
&lt;li>Install subversion&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 subversion
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Connect and sync your projects. This will create a new directory &lt;em>yourproject&lt;/em> in your home folder.&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>svn co https://b3server/svn/yourproject
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Optionally you can install a graphical tool like &lt;a href="http://rabbitvcs.org/">rabbitvcs&lt;/a>, with nautilus integration&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 add-apt-repository ppa:rabbitvcs/ppa
&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>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">3&lt;/span>&lt;span>sudo apt-get install rabbitvcs-nautilus3
&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>killall nautilus
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can check out the &lt;a href="http://wiki.excito.org/wiki/index.php/Tutorials_and_How-tos/Install_Subversion_with_Apache">excito wiki&lt;/a> for further details.&lt;/p></description></item><item><title>FavApps: Chromium Browser</title><link>https://paapereira.xyz/favapps-chromium-browser/</link><pubDate>Sat, 09 Jun 2012 23:10:00 +0100</pubDate><guid>https://paapereira.xyz/favapps-chromium-browser/</guid><description>&lt;p>&lt;a href="https://apps.ubuntu.com/cat/applications/chromium-browser/">Ubuntu Software Center&lt;/a>&lt;/p>
&lt;p>&lt;em>Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web.
Chromium serves as a base for Google Chrome, which is Chromium rebranded (name and logo) with very few additions such as usage tracking and an auto-updater system.&lt;/em>&lt;/p>
&lt;p>I&amp;rsquo;ve been using Chrome and Chromium for quite some time. Probably since Google launched Chrome.&lt;/p></description></item><item><title>B3 Server 2.5 Upgrade</title><link>https://paapereira.xyz/b3-server-25-upgrade/</link><pubDate>Fri, 08 Jun 2012 22:14:00 +0100</pubDate><guid>https://paapereira.xyz/b3-server-25-upgrade/</guid><description>&lt;p>New B3 Server version is out (&lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3902">2.5&lt;/a> &amp;amp; &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3913">2.5.0.1&lt;/a>).&lt;/p>
&lt;h2 id="upgrade-to-25">Upgrade to 2.5&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&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>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&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>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive 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">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2012/2012-06-08-b3-server-25-upgrade/b3server.png" alt="B3 Server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito Forum Notes&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-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>New features and major changes
&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>* Added support for Apple TimeMachine
&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>* Added support for Apple AirPrint
&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>* Showing HD temperature on b3/admin page
&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>* Allowing special characters in passwords
&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>* Improved translations for German and Swedish
&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>* Added ecryptfs support to kernel
&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>* Ssl security fix
&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>* 10+ minor bug fixes
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Installing Linux Mint 12</title><link>https://paapereira.xyz/installing-linux-mint-12/</link><pubDate>Sun, 04 Mar 2012 00:06:00 +0000</pubDate><guid>https://paapereira.xyz/installing-linux-mint-12/</guid><description>&lt;p>I&amp;rsquo;ve been running &lt;a href="http://linuxmint.com/">Linux Mint 12&lt;/a> for the past three months (since December). I wasn&amp;rsquo;t really happy with Unity, and Mint was getting nice reviews so&amp;hellip; I decided to jump in and tried it myself.&lt;/p>
&lt;p>Being based on Ubuntu, it was nice to see that it felt faster in my machine than Ubuntu 11.10.&lt;/p>
&lt;p>I went with the &lt;a href="http://www.gnome.org/">gnome 3&lt;/a> route, but since then I change to &lt;a href="http://openbox.org/">openbox&lt;/a>. Yes, openbox.&lt;/p>
&lt;p>I&amp;rsquo;m leaving the openbox part to another post, so here&amp;rsquo;s the Mint installation part.&lt;/p></description></item><item><title>B3 Server 2.4 Upgrade</title><link>https://paapereira.xyz/b3-server-24-upgrade/</link><pubDate>Fri, 03 Feb 2012 00:00:00 +0000</pubDate><guid>https://paapereira.xyz/b3-server-24-upgrade/</guid><description>&lt;p>New B3 Server version &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3569">is out&lt;/a>.&lt;/p>
&lt;h2 id="upgrade-to-24">Upgrade to 2.4&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&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>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&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>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive 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">2&lt;/span>&lt;span>DEBIAN_FRONTEND&lt;span style="color:#f92672">=&lt;/span>noninteractive apt-get dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>
&lt;p>Turn off B3 Server after the upgrade&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Power cycle by removing the power cord and waiting for 5 seconds before reconnecting and start B3 Server&lt;/p>
&lt;/li>
&lt;/ul>
&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p></description></item><item><title>B3 Server 2.3.2 Update</title><link>https://paapereira.xyz/b3-server-232-update/</link><pubDate>Sat, 03 Dec 2011 14:51:00 +0000</pubDate><guid>https://paapereira.xyz/b3-server-232-update/</guid><description>&lt;p>Minor &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3476">update&lt;/a>.&lt;/p>
&lt;h2 id="upgrading-to-232">Upgrading to 2.3.2&lt;/h2>
&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Do an upgrade&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>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">2&lt;/span>&lt;span>apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Left beyond packages&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>apt-get install bubba-album bubba-backend libdbix-class-perl libsql-abstract-perl squeezecenter
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>A little cleansing&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>apt-get autoremove
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-12-03-b3-server-232-update/b3server.png" alt="B3 Server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito forum notes&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-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>New features and major changes
&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>* Fixed issue in ftd causing upload via file manager to fail after 256 files
&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>* Fixed memory leak issue in disk manager, causing UI to behave strange and some operations to fail
&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>* Fixed memory leak issue in photo album generation
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Backing up MySQL in B3 Server to rsync.net</title><link>https://paapereira.xyz/backing-up-mysql-in-b3-server/</link><pubDate>Sun, 06 Nov 2011 18:27:00 +0000</pubDate><guid>https://paapereira.xyz/backing-up-mysql-in-b3-server/</guid><description>&lt;p>In a &lt;a href="https://paapereira.xyz/posts/offsite-backups-with-rsyncnet/">previous&lt;/a> post I talked about how to backup to &lt;a href="http://rsync.net/">rsync.net&lt;/a> using &lt;a href="http://duplicity.nongnu.org/">duplicity&lt;/a>.&lt;/p>
&lt;p>I will now show how to backup your &lt;a href="http://www.excito.com/">B3 Server&lt;/a> Mysql databases using the same method.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;p>Be sure duplicity is installed:&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>su
&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>apt-get install duplicity
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="generate-an-ssh-key-to-connect-to-rsyncnet">Generate an ssh key to connect to rsync.net&lt;/h2>
&lt;ul>
&lt;li>Generate the ssh key using the defaults (don&amp;rsquo;t use a password when asked):&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>ssh-keygen -t rsa
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Copy your key to rsync.net (if you don&amp;rsquo;t have no one there):&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>scp ~/.ssh/id_rsa.pub user@server.rsync.net:.ssh/authorized_keys
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>If you already have a key from another machine or user in rsyn.net, you need to add a new one:&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>cat ~/.ssh/id_rsa.pub | ssh user@server.rsync.net &lt;span style="color:#e6db74">&amp;#39;dd of=.ssh/authorized_keys oflag=append conv=notrunc&amp;#39;&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="generate-a-gpg-public-and-private-key-to-encrypt-your-backups">Generate a gpg public and private key to encrypt your backups&lt;/h2>
&lt;ul>
&lt;li>Generate the gpg keys (get down your private key, example: &lt;em>123AbcH123BB4321&lt;/em>):&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>gpg --gen-key
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>You can check the keys in your system:&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>gpg --list-keys
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Look in the output something like this. Look for the public key (in this example your public key is &lt;em>1AAB123A&lt;/em>)&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-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>pub 1239A/**1AAB123A** 2011-10-09 [expires: 2012-10-08]
&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>uid Your Name (name) &amp;lt;mail@mail.com&amp;gt;
&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>sub 54321/1234BBCC 2011-10-09 [expires: 2012-10-08]
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="backuprestore-your-databases">Backup/restore your databases&lt;/h2>
&lt;p>I have MyISAM tables, so I will be using the &lt;a href="http://dev.mysql.com/doc/refman/5.0/en/mysqlhotcopy.html">mysqlhotcopy&lt;/a> command. You can also use &lt;a href="http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html">mysqldump&lt;/a>.&lt;/p></description></item><item><title>B3 Server 2.3.1 Update</title><link>https://paapereira.xyz/b3-server-231-update/</link><pubDate>Sat, 05 Nov 2011 22:27:00 +0000</pubDate><guid>https://paapereira.xyz/b3-server-231-update/</guid><description>&lt;p>Minor update released &lt;a href="http://forum.excito.net/viewtopic.php?f=1&amp;amp;t=3408">last week&lt;/a>.&lt;/p>
&lt;h2 id="upgrading-to-231">Upgrading to 2.3.1&lt;/h2>
&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Do an upgrade&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>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">2&lt;/span>&lt;span>apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade b3 backend&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>apt-get install bubba-backend
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can confirm the software version going into b3 web administration page, then Settings and Software update.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-11-05-b3-server-231-update/b3server.png" alt="B3 Server">&lt;/p>
&lt;h2 id="official-excito-forum-notes">Official Excito forum notes&lt;/h2>
&lt;p>A major part of this update is a new software update service. When updating the update service, strange things can happen, so:&lt;/p></description></item><item><title>Installing Ubuntu 11.10</title><link>https://paapereira.xyz/installing-ubuntu-1110/</link><pubDate>Sun, 16 Oct 2011 21:34:00 +0100</pubDate><guid>https://paapereira.xyz/installing-ubuntu-1110/</guid><description>&lt;p>Since &lt;a href="https://paapereira.xyz/posts/upgrading-to-ubuntu-1110/">upgrading&lt;/a> didn&amp;rsquo;t work on my machine, I went ahead and did a fresh install.&lt;/p>
&lt;p>As I keep my /home partition separated from my / partition (they&amp;rsquo;re in fact in different drives), I can install without much worries. I have to reinstall a bunch of things, but I was in need of a clean up anyway.&lt;/p>
&lt;h2 id="installing">Installing&lt;/h2>
&lt;ul>
&lt;li>Backup your data!&lt;/li>
&lt;li>Be sure you have the latest updates prior to this new release:&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;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>sudo apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>&lt;a href="http://www.ubuntu.com/download/ubuntu/download">Download&lt;/a> Ubuntu. In my case was the 64bit version (ubuntu-11.10-desktop-amd64.iso).&lt;/li>
&lt;li>Check the &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">hash&lt;/a> of the downloaded file:&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>md5sum ubuntu-11.10-alternate-amd64.iso
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Compare the output with the Ubuntu &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">hash list&lt;/a>:&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>62fb5d750c30a27a26d01c5f3d8df459 ubuntu-11.10-desktop-amd64.iso&lt;/p></description></item><item><title>Upgrading to Ubuntu 11.10</title><link>https://paapereira.xyz/upgrading-to-ubuntu-1110/</link><pubDate>Sat, 15 Oct 2011 23:06:00 +0100</pubDate><guid>https://paapereira.xyz/upgrading-to-ubuntu-1110/</guid><description>&lt;p>&lt;a href="http://www.ubuntu.com/download">Ubuntu 11.10&lt;/a> came out last Thursday. Codename: Oneiric Ocelot.&lt;/p>
&lt;p>I will be upgrading using the &amp;ldquo;Alternate CD/DVD upgrade&amp;rdquo;.
This way I don&amp;rsquo;t depend on Ubuntu servers during the upgrade.&lt;/p>
&lt;h2 id="upgrading">Upgrading&lt;/h2>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-10-15-upgrading-to-ubuntu-1110/ubuntu.png" alt="Ubuntu 11.10">&lt;/p>
&lt;ul>
&lt;li>Backup, backup!&lt;/li>
&lt;li>Be sure you have the latest updates prior to this new release:&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;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>sudo apt-get upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>&lt;a href="http://www.ubuntu.com/download/ubuntu/alternative-download">Download&lt;/a> the alternate iso image. In my case was the 64bit version (&lt;em>ubuntu-11.10-alternate-amd64.iso&lt;/em>).&lt;/li>
&lt;li>Check the &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">hash&lt;/a> of the downloaded file:&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>md5sum ubuntu-11.10-alternate-amd64.iso
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Compare the output with the Ubuntu &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">hash list&lt;/a>:&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>5e427f31e6b10315ada74094e8d5d483 ubuntu-11.10-alternate-amd64.iso&lt;/p></description></item><item><title>Offsite backups with rsync.net</title><link>https://paapereira.xyz/offsite-backups-with-rsyncnet/</link><pubDate>Sun, 09 Oct 2011 23:21:00 +0100</pubDate><guid>https://paapereira.xyz/offsite-backups-with-rsyncnet/</guid><description>&lt;p>If you don&amp;rsquo;t do backups&amp;hellip; well, you should.&lt;/p>
&lt;p>An example of a good backup system could be:&lt;/p>
&lt;ul>
&lt;li>External drive backups: your computer is backed up at an external drive;&lt;/li>
&lt;li>CD/DVD backups: burn your backups to a CD or DVD;&lt;/li>
&lt;li>Offsite backups: your backups are located at a different site, ie, another place other than your home or office.&lt;/li>
&lt;/ul>
&lt;p>A good idea is to have all three backup systems in place. External drivers can brake and DVDs are misplaced, so a offsite location for your backups are a good idea.&lt;/p></description></item><item><title>Moving /home to another disk</title><link>https://paapereira.xyz/moving-home-to-another-disk/</link><pubDate>Wed, 05 Oct 2011 12:48:00 +0100</pubDate><guid>https://paapereira.xyz/moving-home-to-another-disk/</guid><description>&lt;p>I have two hard drives in my computer: one with the / partition and the swap partition, and another with the /home partition.&lt;/p>
&lt;p>The hard drive with the /home partition was getting full, so I bought another one.&lt;/p>
&lt;p>Here&amp;rsquo;s what I did to move the /home partition to the new hard drive:&lt;/p>
&lt;ul>
&lt;li>Replace the old drive for the new one.&lt;/li>
&lt;li>Connect the old drive to another sata port. This way the new drive is in the right place and after moving the /home partition I just have to remove the old drive.&lt;/li>
&lt;li>Boot computer.&lt;/li>
&lt;li>Create a new Extended Partition in the new drive (I used &lt;a href="http://gparted.sourceforge.net/">GParted&lt;/a>) with a primary partition inside. At this point there is no mount point to this new partition. The new partition in this case is &lt;em>/dev/sdb5&lt;/em>.&lt;/li>
&lt;/ul>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2011/2011-10-05-moving-home-to-another-disk/gparted.png" alt="B3 Server">&lt;/p></description></item><item><title>Moving back to blogger completed</title><link>https://paapereira.xyz/moving-back-to-blogger-completed/</link><pubDate>Mon, 26 Sep 2011 14:11:00 +0100</pubDate><guid>https://paapereira.xyz/moving-back-to-blogger-completed/</guid><description>&lt;p>Last week I finished the migration of the blog from Squarespace back to Blogger.&lt;/p>
&lt;p>The blog url is still the same (lofspot.net), but any reference to squarespace will soon stop working.&lt;/p>
&lt;p>There are some wrong links in past posts, so if you see some leave me a comment.&lt;/p></description></item><item><title>B3 Server 2.3 Upgrade</title><link>https://paapereira.xyz/b3-server-23-upgrade/</link><pubDate>Mon, 26 Sep 2011 14:06:00 +0100</pubDate><guid>https://paapereira.xyz/b3-server-23-upgrade/</guid><description>&lt;p>&lt;a href="http://www.excito.com/">B3 Server&lt;/a> &lt;a href="http://update.excito.net/install/latest/b3/">2.3 version&lt;/a> come out a couple of months ago.&lt;/p>
&lt;p>Normally the upgrade is easy and done via the web interface, but since I changed the mysql root default password, I need to upgrade manually.&lt;/p>
&lt;h2 id="upgrade-to-23">Upgrade to 2.3&lt;/h2>
&lt;ul>
&lt;li>Connect to your b3 server&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>ssh user@b3server
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Become root&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>su
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Upgrade instructions&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>change_distribution elvin
&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>apt-get -c /etc/apt/bubba-apt.conf -y 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">3&lt;/span>&lt;span>apt-get -c /etc/apt/bubba-apt.conf -y dist-upgrade
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>&lt;em>Keep in mind the configuration files you want to keep during the upgrade. It will ask you.&lt;/em>
&lt;em>Example: samba.conf&lt;/em>&lt;/p></description></item><item><title>Reinstall B3 Server default system</title><link>https://paapereira.xyz/reinstall-b3-server-default-system/</link><pubDate>Sun, 08 May 2011 12:19:00 +0100</pubDate><guid>https://paapereira.xyz/reinstall-b3-server-default-system/</guid><description>&lt;p>&lt;a href="http://www.excito.com/bubba/products/technical-specifications.html">B3 Server&lt;/a> comes with a custom Debian (Squeeze) install.&lt;/p>
&lt;p>In order to reinstall the all system you will need an USB stick and the latest install image from &lt;a href="http://update.excito.net/install/latest/b3/">http://update.excito.net/install/latest/b3/&lt;/a>.&lt;/p>
&lt;h2 id="creating-the-usb-recovery-disk">Creating the usb recovery disk&lt;/h2>
&lt;ul>
&lt;li>You&amp;rsquo;ll need an empty usb stick (&lt;em>it will be formatted&lt;/em>)&lt;/li>
&lt;li>Find out the device reference of your usb stick (check the LABEL in the output)&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 blkid
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>
&lt;p>or use gparted (&lt;em>sudo apt-get gparted&lt;/em>) to find out&lt;/p></description></item><item><title>B3 online again</title><link>https://paapereira.xyz/b3-online-again/</link><pubDate>Sun, 08 May 2011 11:59:00 +0100</pubDate><guid>https://paapereira.xyz/b3-online-again/</guid><description>&lt;p>So, my B3 is online again. After is &lt;a href="https://paapereira.xyz/posts/create-usb-recovery-disk-for-booting-b3">breakdown&lt;/a> last week I can finally rest (and reinstall/reconfigure everything again).&lt;/p>
&lt;p>The problem was the hard drive. I never seen a hard drive so damaged. Luckily I managed to backup all my data. Check my previous post on how to &lt;a href="https://paapereira.xyz/posts/create-usb-recovery-disk-for-booting-b3">create an usb recovery disk for booting b3 server&lt;/a> so you can move your files elsewhere.&lt;/p></description></item><item><title>Reinstall Oxygen ROM in HTC Desire</title><link>https://paapereira.xyz/reinstall-oxygen-rom-in-htc-desire/</link><pubDate>Mon, 02 May 2011 21:12:00 +0100</pubDate><guid>https://paapereira.xyz/reinstall-oxygen-rom-in-htc-desire/</guid><description>&lt;p>I&amp;rsquo;m currently using the &lt;a href="http://forum.xda-developers.com/showthread.php?t=971904">Android Oxygen ROM&lt;/a> in my HTC Desire.&lt;/p>
&lt;p>As the version 2.1 just came out, I&amp;rsquo;ve decided to wipe my device and do a fresh install.
Also I took the chance to post the procedure.&lt;/p>
&lt;p>Note: I have root on my device.&lt;/p>
&lt;h2 id="backup-before-wipe">Backup before wipe&lt;/h2>
&lt;ul>
&lt;li>I used &lt;a href="https://market.android.com/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a> to create a backup of my apps&lt;/li>
&lt;li>I used &lt;a href="https://market.android.com/details?id=tv.studer.smssync">SMS Backup&lt;/a> to backup my sms to GMail&lt;/li>
&lt;li>I backup up my sdcard using rsync in Ubuntu&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>rsync -axS --delete /media/sdcard/ /media/backup
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>I&amp;rsquo;ve manually kept a list of all the apps I want to keep. I will installed them all by hand, as needed, and restore only a list of selected ones&lt;/li>
&lt;/ul>
&lt;h2 id="download-rom-and-prepare-for-installation">Download ROM and prepare for installation&lt;/h2>
&lt;ul>
&lt;li>Download &lt;a href="http://download.oxygen.im/roms/update-oxygen-2.1-signed.zip">Oxygen ROM v2.1&lt;/a> from &lt;a href="http://forum.xda-developers.com/showthread.php?t=971904">xda-developers forum&lt;/a>&lt;/li>
&lt;li>I&amp;rsquo;ve formated my sdcard (&lt;em>Settings &amp;gt; Storage &amp;gt; Erase SD card&lt;/em>) so I&amp;rsquo;ll have a really clean install&lt;/li>
&lt;li>Copy the ROM zip file to the sdcard&lt;/li>
&lt;/ul>
&lt;h2 id="reboot-into-recovery-and-backup-entire-rom">Reboot into Recovery and backup entire ROM&lt;/h2>
&lt;ul>
&lt;li>I have the Clockwork Recovery (installed via &lt;a href="https://market.android.com/details?id=com.koushikdutta.rommanager">ROM Manager&lt;/a>), so I rebooted into recovery by long pressing the power button and rebooting into recovery&lt;/li>
&lt;li>In Clockwork Recovery interface:
&lt;ul>
&lt;li>backup and restore &amp;gt; Backup&lt;/li>
&lt;li>reboot system now&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>After rebooting backup from sdcard (&lt;em>/media/sdcard/clockworkmod/backup/&lt;/em>)&lt;/li>
&lt;/ul>
&lt;h2 id="reboot-into-recovery-and-install">Reboot into Recovery and install&lt;/h2>
&lt;ul>
&lt;li>Reboot into Recovery&lt;/li>
&lt;li>In Clockwork Recovery interface:
&lt;ul>
&lt;li>install zip from sdcard &amp;gt; choose zip from sdcard &amp;gt; update-oxygen-2.1-signed.zip &amp;gt; Yes - Install update-oxygen-2.1-signed.zip&lt;/li>
&lt;li>press back button&lt;/li>
&lt;li>wipe data/factory reset &amp;gt; Yes &amp;ndash; delete all user data&lt;/li>
&lt;li>advanced &amp;gt; Wipe Dalvik Cache &amp;gt; Yes - Wipe Dalvik Cache&lt;/li>
&lt;li>advanced &amp;gt; Wipe Battery Stats &amp;gt; Yes - Wipe Battery Stats (if your battery is 100% and charging)&lt;/li>
&lt;li>press back button&lt;/li>
&lt;li>reboot system now&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="app-list">App list&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="https://market.android.com/details?id=com.noshufou.android.su">Superuser&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.fede.launcher">LauncherPro&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=ymst.android.homeswitcherfroyo">Home Switcher for Froyo&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=net.dinglisch.android.taskerm">Tasker&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.mobitobi.android.gentlealarm">Gentle Alarm&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.bw.onair">On Air (Wifi Disk)&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.keramidas.TitaniumBackup">Titanium Backup&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.gm">Gmail&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.reader">Google Reader&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.listen">Listen&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.zxing.client.android">Barcode Scanner&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.authenticator">Google Authenticator&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.docs">Google Docs&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.youtube">YouTube&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.maps">Google Maps&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.street">Street View on Google Maps&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.voicesearch">Voice Search&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.googlequicksearchbox">Google Search&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.unveil">Google Goggles&lt;/a>&lt;/li>
&lt;li>Google Talk&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.translate">Google Translate&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.chrometophone">Google Chrome to Phone&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.android.apps.blogger">Blogger&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.jbapps.contact">GO Contacts&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.jb.gosms">GO SMS Pro&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.google.code.apndroid">APNdroid&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.androidpt.apnportugal">APN Portugal&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://www.swypeinc.com/">Swype&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=tv.studer.smssync">SMS Backup&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.lookout">Lookout&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=nextapp.systempanel.r1">SystemPanel App / Task Manager&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.extendedcontrols">Extended Controls&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.levelup.beautifulwidgets">Beautiful Widgets&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.xelacorp.android.batsnaps">Battery Snap&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.metago.astro">Astro&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.metago.astro.smb">Astro SMB Module&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.th.android.widget.gTabsimiClock">SiMi Clock Widget&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.dolphin.browser">Dolphin Browser Mini&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.bigtincan.android.adfree">AdFree&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.adobe.reader">Adobe Reader&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.adobe.flashplayer">Flash Player&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=com.koushikdutta.rommanager">ROM Manager &lt;/a>&lt;/li>
&lt;li>&lt;a href="https://market.android.com/details?id=org.connectbot">ConnectBot&lt;/a>&lt;/li>
&lt;li>Facebook&lt;/li>
&lt;li>Twitter&lt;/li>
&lt;li>Tweetdeck&lt;/li>
&lt;li>Dropbox&lt;/li>
&lt;li>Evernote&lt;/li>
&lt;li>Skype&lt;/li>
&lt;li>Jorte&lt;/li>
&lt;li>Smooth Calendar&lt;/li>
&lt;li>NDrive&lt;/li>
&lt;li>ColorNote&lt;/li>
&lt;li>Our Groceries&lt;/li>
&lt;li>QuickPic&lt;/li>
&lt;li>SoundHound&lt;/li>
&lt;li>ACV&lt;/li>
&lt;li>air control&lt;/li>
&lt;li>aldiko&lt;/li>
&lt;li>amdroid&lt;/li>
&lt;li>andry birds&lt;/li>
&lt;li>astrid tasks&lt;/li>
&lt;li>autowipe&lt;/li>
&lt;li>battery snap&lt;/li>
&lt;li>cache cleaner NG&lt;/li>
&lt;li>camscanner&lt;/li>
&lt;li>carhome&lt;/li>
&lt;li>cifs manager&lt;/li>
&lt;li>cinemas&lt;/li>
&lt;li>clockr evolution&lt;/li>
&lt;li>currency converter&lt;/li>
&lt;li>desktop visualizer&lt;/li>
&lt;li>farmácias&lt;/li>
&lt;li>folder organizer&lt;/li>
&lt;li>food spotting&lt;/li>
&lt;li>imdb&lt;/li>
&lt;li>launch-x pro&lt;/li>
&lt;li>layar&lt;/li>
&lt;li>linkedin&lt;/li>
&lt;li>metro lx&lt;/li>
&lt;li>musicbox&lt;/li>
&lt;li>music junk&lt;/li>
&lt;li>mysporting&lt;/li>
&lt;li>network info ii&lt;/li>
&lt;li>prey&lt;/li>
&lt;li>pulse&lt;/li>
&lt;li>resultados das apostas&lt;/li>
&lt;li>revision3&lt;/li>
&lt;li>robo defense&lt;/li>
&lt;li>seepu&lt;/li>
&lt;li>seepu++&lt;/li>
&lt;li>smart sms vibrate&lt;/li>
&lt;li>sms unread count&lt;/li>
&lt;li>songbird&lt;/li>
&lt;li>syncmypix&lt;/li>
&lt;li>team coco&lt;/li>
&lt;li>temp+cpu v2&lt;/li>
&lt;li>ubuntu countdown widget&lt;/li>
&lt;li>vplayer&lt;/li>
&lt;li>watchdog lite&lt;/li>
&lt;li>wheres my droid power&lt;/li>
&lt;li>wifi status&lt;/li>
&lt;li>winamp xda&lt;/li>
&lt;/ul></description></item><item><title>Create an usb recovery disk for booting b3 server</title><link>https://paapereira.xyz/create-usb-recovery-disk-for-booting-b3/</link><pubDate>Sun, 01 May 2011 16:08:00 +0100</pubDate><guid>https://paapereira.xyz/create-usb-recovery-disk-for-booting-b3/</guid><description>&lt;p>I can&amp;rsquo;t access my &lt;a href="http://www.excito.com/">B3 Server&lt;/a> and I don&amp;rsquo;t know why&amp;hellip; :( I was away for a week and in between I couldn&amp;rsquo;t access my server.&lt;/p>
&lt;p>Now, after locally rebooting it, still no joy&amp;hellip;&lt;/p>
&lt;p>I will show how to create an usb recovery disk to boot the B3 Server and how to backup your B3 storage to your local computer.
After this you can do a full recovery, formating and reinstalling your B3 Server.&lt;/p></description></item><item><title>Moving back to Blogger</title><link>https://paapereira.xyz/moving-back-to-blogger/</link><pubDate>Sun, 24 Apr 2011 22:58:00 +0100</pubDate><guid>https://paapereira.xyz/moving-back-to-blogger/</guid><description>&lt;p>I&amp;rsquo;m moving back to Blogger after a long time without new posts.&lt;/p>
&lt;p>Next time you point to &lt;a href="http://lofspot.net/">lofspot.net&lt;/a>, this is the blog you&amp;rsquo;ll see. My old blog is located at &lt;a href="http://paapereira.squarespace.com/">http://paapereira.squarespace.com/&lt;/a>, but will be discontinued rapidly.&lt;/p>
&lt;p>The goal for this blog is to document my incursions to Linux (&lt;a href="http://www.ubuntu.com/">Ubuntu&lt;/a>), Android and my new &lt;a href="http://www.excito.com/">B3 Server&lt;/a>.&lt;/p>
&lt;p>I have to manually import my blog from Squarespace :( and this will take some time.&lt;/p>
&lt;p>I&amp;rsquo;ve decided to import only some posts, the ones I think are more interesting and that make sense.&lt;/p></description></item><item><title>Install Chromium with Lucid looks</title><link>https://paapereira.xyz/install-chromium-with-lucid-looks/</link><pubDate>Sat, 29 May 2010 17:26:00 +0100</pubDate><guid>https://paapereira.xyz/install-chromium-with-lucid-looks/</guid><description>&lt;p>I&amp;rsquo;ve been using Firefox for years, but I&amp;rsquo;m trying out &lt;a href="http://www.chromium.org/">Chromium&lt;/a> and so far it&amp;rsquo;s been great and fast.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;p>You can just go to Ubuntu Software Center and type Chromium to install, or install via Terminal:&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 chromium-browser
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="daily-builds">Daily Builds&lt;/h2>
&lt;p>If you want to get the latests versions of Chromium add to your Software Sources:&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-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>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="customize-to-look-like-lucid">Customize to look like Lucid&lt;/h2>
&lt;p>You can install the Ambiance theme from &lt;a href="http://chrome.google.com/extensions">Google Chrome Extensions&lt;/a>.&lt;/p></description></item><item><title>Oracle VM VirtualBox 3.2</title><link>https://paapereira.xyz/oracle-vm-virtualbox-32/</link><pubDate>Wed, 19 May 2010 22:44:00 +0100</pubDate><guid>https://paapereira.xyz/oracle-vm-virtualbox-32/</guid><description>&lt;p>After the acquisition of Sun Microsystems by Oracle Corporation VirtualBox is now called Oracle VM VirtualBox.&lt;/p>
&lt;p>If you have a previous version already installed you need to manually install the new one. This is the 3.2.0 version.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Software Sources and Third-Party Software.&lt;/li>
&lt;li>Add the following sources for Lucid (check your distribution &lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads">here&lt;/a>)&lt;/li>
&lt;li>Download and register Oracle authentication key&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>wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Be sure your source list is updated&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>Be sure you have &lt;a href="http://linux.dell.com/projects.shtml">dkms&lt;/a> installed (so Virtualbox host kernel is automatically updated as you update your system kernel)&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 dkms
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install Virtualbox 3.2&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 virtualbox-3.2
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Logoff and login again&lt;/li>
&lt;li>Start Virtualbox at Applications &amp;gt; System Tools &amp;gt; Sun VirtualBox&lt;/li>
&lt;li>Don&amp;rsquo;t forget to install/reinstall the Guest Additions in all your virtual machines (after starting the virtual machine go to Devices &amp;gt; Install Guest Additions)&lt;/li>
&lt;/ul></description></item><item><title>Installing Ubuntu 10.04 Lucid Lynx (on the Desktop)</title><link>https://paapereira.xyz/installing-ubuntu-1004-lucid-lynx-on_5260/</link><pubDate>Thu, 06 May 2010 09:12:00 +0100</pubDate><guid>https://paapereira.xyz/installing-ubuntu-1004-lucid-lynx-on_5260/</guid><description>&lt;p>Last week &lt;a href="http://www.ubuntu.com/products/whatisubuntu/1004features">Ubuntu 10.04&lt;/a>, codename Lucid Lynx, was released.This is a Long Time Support (LTS) release and will be supported until 2013.&lt;/p>
&lt;p>After installing Lucid in my desktop my motherboard died, so I had to do a fresh install in a new computer.&lt;/p>
&lt;p>I will be the using the 64 bit desktop cd (ubuntu-10.04-desktop-amd64.iso).&lt;/p>
&lt;h2 id="before-you-start">Before you start&lt;/h2>
&lt;ul>
&lt;li>Backup your data&lt;/li>
&lt;li>Make a list of software you want to recover after the clean install and all the preferences/options you use. This will make you post install easier and you can start working faster.&lt;/li>
&lt;li>Make a list of the extra Software Sources you use&lt;/li>
&lt;li>Check the &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/1004">Release Notes&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://www.ubuntu.com/getubuntu/download">Download&lt;/a> Ubuntu&lt;/li>
&lt;li>Check the file hash (example: &lt;em>md5sum ubuntu-10.04-desktop-amd64.iso&lt;/em>) and compare it to &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">UbuntuHashes&lt;/a>&lt;/li>
&lt;li>Burn a cd (you can use &lt;a href="http://www.gnome.org/projects/brasero/">Brasero&lt;/a>, for example, if you already use Ubuntu).&lt;/li>
&lt;/ul>
&lt;h2 id="running-the-live-cd">Running the live cd&lt;/h2>
&lt;p>Boot from the cd.&lt;/p></description></item><item><title>Installing Ubuntu 9.10 Netbook Remix (Asus Eee 1000HE)</title><link>https://paapereira.xyz/installing-ubuntu-910-netbook-remix_31/</link><pubDate>Sun, 31 Jan 2010 22:33:00 +0000</pubDate><guid>https://paapereira.xyz/installing-ubuntu-910-netbook-remix_31/</guid><description>&lt;p>After installing Karmic in my &lt;a href="https://paapereira.xyz/posts/installing-ubuntu-910-karmic-koala-on-the-desktop/">desktop&lt;/a> and &lt;a href="https://paapereira.xyz/posts/installing-ubuntu-910-karmic-koala-64-bits-hp-pavilion-dv5-1/">laptop&lt;/a>, its time for my Asus Eee 1000HE.&lt;/p>
&lt;p>The eee don&amp;rsquo;t have an optical drive, so we need to install it using an usb drive.&lt;/p>
&lt;p>I will keep the dual booting with Windows XP and Ubuntu. The Eee is my only Windows machine right now.&lt;/p>
&lt;h2 id="download-and-burn-a-usb-drive">Download and &amp;ldquo;Burn&amp;rdquo; a USB Drive&lt;/h2>
&lt;ul>
&lt;li>Go to Ubuntu Netbook Remix &lt;a href="http://www.ubuntu.com/getubuntu/download-netbook">Download Page&lt;/a> and download Ubuntu.&lt;/li>
&lt;li>Check the downloaded file hash. The output must be the same as you see in the &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">Ubuntu Hashes Page&lt;/a>.&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>md5sum ubuntu-9.10-netbook-remix-i386.img
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>&lt;a href="https://help.ubuntu.com/community/Installation/FromImgFiles">Create a bootable usb drive from the downloaded image&lt;/a>. I used the USB Startup Disk Creator (&lt;em>System &amp;gt; Administration &amp;gt; USB Startup Disk Creator&lt;/em>) in my karmic desktop.&lt;/li>
&lt;/ul>
&lt;h2 id="install-from-usb">Install from usb&lt;/h2>
&lt;p>It&amp;rsquo;s easy. Boot from the usb drive (check the BIOS) and install like any other Ubuntu release.&lt;/p></description></item><item><title>Virtualbox 3.1</title><link>https://paapereira.xyz/virtualbox-31/</link><pubDate>Wed, 13 Jan 2010 21:47:00 +0000</pubDate><guid>https://paapereira.xyz/virtualbox-31/</guid><description>&lt;p>Following &lt;a href="https://paapereira.xyz/posts/virtualbox-30/">previous posts&lt;/a> about installing &lt;a href="http://www.virtualbox.org/">Virtualbox&lt;/a>, here&amp;rsquo;s the 3.1 update (currently 3.1.2).&lt;/p>
&lt;p>If you have a previous version already installed you need to manually install the new one.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Go to &lt;em>System &amp;gt; Administration &amp;gt; Software Sources&lt;/em> and Third-Party Software.&lt;/li>
&lt;li>Add the following sources for Intrepid (check your distribution &lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads">here&lt;/a>)&lt;/li>
&lt;li>Download and register Sun authentication key&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>wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Be sure your source list is updated&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>Be sure you have &lt;a href="http://linux.dell.com/projects.shtml">dkms&lt;/a> installed (so Virtualbox host kernel is automatically updated as you update your system kernel)&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 dkms
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install Virtualbox 3.1&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 virtualbox-3.1
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Logoff and login again&lt;/li>
&lt;li>Start Virtualbox at Applications &amp;gt; System Tools &amp;gt; Sun VirtualBox&lt;/li>
&lt;li>If you want you can optionally register your VirtualBox installation&lt;/li>
&lt;li>If you have a Windows Virtual Machine don&amp;rsquo;t forget to install the Guest Additions (after starting the virtual machine go to &lt;em>Devices &amp;gt; Install Guest Additions&lt;/em>)&lt;/li>
&lt;/ul></description></item><item><title>GCstar Personal Collections Manager</title><link>https://paapereira.xyz/gcstar-personal-collections-manager/</link><pubDate>Sun, 29 Nov 2009 19:26:00 +0000</pubDate><guid>https://paapereira.xyz/gcstar-personal-collections-manager/</guid><description>&lt;p>I use &lt;a href="http://www.gcstar.org/">GCStar&lt;/a> to keep track of my Movie collection. It&amp;rsquo;s great!&lt;/p>
&lt;blockquote>
&lt;p>GCstar is an application for managing your collections. It supports many types of collections, including movies, books, games, comics, stamps, coins, and many more. You can even create your own collection type for whatever unique thing it is that you collect! Detailed information on each item can be automatically retrieved from the internet and you can store additional data, such as the location or who you&amp;rsquo;ve lent it to. You may also search and filter your collections by many criteria.&lt;/p></description></item><item><title> Installing Ubuntu 9.10 Karmic Koala (on the Desktop)</title><link>https://paapereira.xyz/installing-ubuntu-910-karmic-koala-on-the-desktop/</link><pubDate>Fri, 06 Nov 2009 14:18:00 +0000</pubDate><guid>https://paapereira.xyz/installing-ubuntu-910-karmic-koala-on-the-desktop/</guid><description>&lt;p>After installing &lt;a href="http://www.ubuntu.com/products/whatisubuntu/910features">Ubuntu 9.10&lt;/a>, codename Karmic Koala, in my &lt;a href="https://paapereira.xyz/posts/installing-ubuntu-910-karmic-koala-64-bits-hp-pavilion-dv5-1/">laptop&lt;/a> it&amp;rsquo;s time for the desktop.&lt;/p>
&lt;p>I&amp;rsquo;m also doing a clean install because I want to use ext4 as my filesystem and I&amp;rsquo;m gonna lose the Windows partitions. Yes, 100% Ubuntu.&lt;/p>
&lt;p>It&amp;rsquo;s possible to &lt;a href="http://www.google.pt/search?q=ext3+to+ext4">convert ext3 to ext4&lt;/a>, but I prefer a clean install.&lt;/p>
&lt;p>I will be the using the 32 bit desktop cd (ubuntu-9.10-desktop-i386.iso).&lt;/p>
&lt;h2 id="before-you-start">Before you start&lt;/h2>
&lt;ul>
&lt;li>Backup your data&lt;/li>
&lt;li>Make a list of software you want to recover after the clean install and all the preferences/options you use. This will make you post install easier and you can start working faster. Make a list of the extra Software Sources you use Check the &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/910">Release Notes&lt;/a> &lt;a href="http://www.ubuntu.com/getubuntu/download">Download&lt;/a> Ubuntu Check the file hash (example: &lt;em>md5sum ubuntu-9.10-desktop-i386.iso&lt;/em>) and compare it to &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">UbuntuHashes&lt;/a> Burn a cd (you can use &lt;a href="http://www.gnome.org/projects/brasero/">Brasero&lt;/a>, for example, if you already use Ubuntu)&lt;/li>
&lt;/ul>
&lt;h2 id="running-the-live-cd">Running the live cd&lt;/h2>
&lt;ul>
&lt;li>Boot from the cd.&lt;/li>
&lt;li>After booting it&amp;rsquo;s important to check the integrity of the cd. Burning cds also fails.&lt;/li>
&lt;/ul>
&lt;h2 id="hardware-to-check-during-the-live-cd-session">Hardware to check (during the live cd session)&lt;/h2>
&lt;ul>
&lt;li>Graphics (bad resolution, but the proprietarie drivers aren&amp;rsquo;t installed)&lt;/li>
&lt;li>Sound (check)&lt;/li>
&lt;li>Cable network (check)&lt;/li>
&lt;li>Wireless network (not tested)&lt;/li>
&lt;/ul>
&lt;h2 id="hard-drive-partition-layout">Hard Drive Partition Layout&lt;/h2>
&lt;p>I will keep my storage area as an ext3 filesystem.&lt;/p></description></item><item><title>Installing Ubuntu 9.10 Karmic Koala 64 bits (HP Pavilion dv5-1020ep)</title><link>https://paapereira.xyz/installing-ubuntu-910-karmic-koala-64-bits-hp-pavilion-dv5-1/</link><pubDate>Thu, 05 Nov 2009 20:49:00 +0000</pubDate><guid>https://paapereira.xyz/installing-ubuntu-910-karmic-koala-64-bits-hp-pavilion-dv5-1/</guid><description>&lt;p>Last week Ubuntu 9.10, codename Karmic Koala, was &lt;a href="http://www.ubuntu.com/products/whatisubuntu/910features">released&lt;/a>.&lt;/p>
&lt;p>I&amp;rsquo;m doing a clean install because I want to use ext4 as my filesystem. It&amp;rsquo;s possible to &lt;a href="http://www.google.pt/search?q=ext3+to+ext4">convert ext3 to ext4&lt;/a>, but I prefer a clean install.&lt;/p>
&lt;p>First my laptop. I will be the using the 64 bit desktop cd (&lt;em>ubuntu-9.10-desktop-amd64.iso&lt;/em>).&lt;/p>
&lt;h2 id="before-you-start">Before you start&lt;/h2>
&lt;ul>
&lt;li>Backup your data&lt;/li>
&lt;li>Make a list of software you want to recover after the clean install and all the preferences/options you use. This will make you post install easier and you can start working faster.&lt;/li>
&lt;li>Make a list of the extra Software Sources you use&lt;/li>
&lt;li>Check the &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/910">Release Notes&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://www.ubuntu.com/getubuntu/download">Download&lt;/a> Ubuntu&lt;/li>
&lt;li>Check the file hash (example: &lt;code>md5sum ubuntu-9.10-desktop-amd64.iso&lt;/code>) and compare it to &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">UbuntuHashes&lt;/a>&lt;/li>
&lt;li>Burn a cd (you can use &lt;a href="http://www.gnome.org/projects/brasero/">Brasero&lt;/a>, for example, if you already use Ubuntu)&lt;/li>
&lt;/ul>
&lt;h2 id="running-the-live-cd">Running the live cd&lt;/h2>
&lt;ul>
&lt;li>Boot from the cd.&lt;/li>
&lt;li>After booting it&amp;rsquo;s important to check the integrity of the cd. Burning cds also fails.&lt;/li>
&lt;/ul>
&lt;h2 id="hardware-to-check-during-the-live-cd-session">Hardware to check (during the live cd session)&lt;/h2>
&lt;ul>
&lt;li>Graphics (check)&lt;/li>
&lt;li>Sound (check)&lt;/li>
&lt;li>Media buttons (check)&lt;/li>
&lt;li>Cable network (check)&lt;/li>
&lt;li>Wireless network (not tested)&lt;/li>
&lt;li>HP media command (it mutes the sound, more tests needed)&lt;/li>
&lt;li>Integrated Webcam (checked using Cheese)&lt;/li>
&lt;/ul>
&lt;h2 id="hard-drive-partition-layout">Hard Drive Partition Layout&lt;/h2>
&lt;p>I will keep my storage area as an ext3 filesystem.&lt;/p></description></item><item><title>Virtualbox 3.0</title><link>https://paapereira.xyz/virtualbox-30/</link><pubDate>Fri, 16 Oct 2009 18:42:00 +0100</pubDate><guid>https://paapereira.xyz/virtualbox-30/</guid><description>&lt;p>Following &lt;a href="https://paapereira.xyz/posts/virtualbox-21/">previous posts&lt;/a> about installing &lt;a href="http://www.virtualbox.org/">Virtualbox&lt;/a>, here&amp;rsquo;s the 3.0 update (currently 3.0.8).&lt;/p>
&lt;p>If you have a previous version already installed you need to manually install the new one.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Software Sources and Third-Party Software.&lt;/li>
&lt;li>Add the following sources for Intrepid (check your distribution &lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads">here&lt;/a>)&lt;/li>
&lt;li>Download and register Sun authentication key&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>wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Be sure your source list is updated&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>Be sure you have &lt;a href="http://linux.dell.com/projects.shtml">dkms&lt;/a> installed (so Virtualbox host kernel is automatically updated as you update your system kernel)&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 dkms
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install Virtualbox 3.0&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 virtualbox-3.0
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Logoff and login again&lt;/li>
&lt;li>Start Virtualbox at &lt;em>Applications &amp;gt; System Tools &amp;gt; Sun xVM VirtualBox&lt;/em>&lt;/li>
&lt;li>If you want you can optionally register your VirtualBox installation&lt;/li>
&lt;li>If you have a Windows Virtual Machine don&amp;rsquo;t forget to install the Guest Additions (after starting the virtual machine go to &lt;em>Devices &amp;gt; Install Guest Additions&lt;/em>).&lt;/li>
&lt;/ul></description></item><item><title>What's new in Firefox 3.5?</title><link>https://paapereira.xyz/whats-new-in-firefox-35/</link><pubDate>Thu, 02 Jul 2009 20:08:00 +0100</pubDate><guid>https://paapereira.xyz/whats-new-in-firefox-35/</guid><description>&lt;p>&lt;a href="https://youtu.be/k5Zbc-Rg6e8">https://youtu.be/k5Zbc-Rg6e8&lt;/a>&lt;/p></description></item><item><title>VirtualBox Kernel driver not installed</title><link>https://paapereira.xyz/virtualbox-kernel-driver-not-installed/</link><pubDate>Fri, 19 Jun 2009 19:08:00 +0100</pubDate><guid>https://paapereira.xyz/virtualbox-kernel-driver-not-installed/</guid><description>&lt;p>After installing the new 2.6.28-13 kernel yesterday, running a virtual machine in &lt;a href="http://www.virtualbox.org/">VirtualBox&lt;/a> aborts with the following error:&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-06-19-virtualbox-kernel-driver-not-installed/virtualbox-kernel-error.png" alt="virtualbox">&lt;/p>
&lt;p>As the message says, the VirtualBox Linux kernel driver for the running Linux kernel isn&amp;rsquo;t installed.&lt;/p>
&lt;p>To re-setup the kernel module you just need to:&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 /etc/init.d/vboxdrv setup
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Add a new partition to your system</title><link>https://paapereira.xyz/add-new-partition-to-your-system/</link><pubDate>Thu, 11 Jun 2009 18:26:00 +0100</pubDate><guid>https://paapereira.xyz/add-new-partition-to-your-system/</guid><description>&lt;p>Imagine you buy a new hard drive. Here&amp;rsquo;s a few easy steps to create a partition in that drive, and a mount point, so you can have that partition available to you at boot time.&lt;/p>
&lt;p>If you have an easy way to add a new partition in your system, let me know.&lt;/p>
&lt;p>I usually use &lt;a href="http://gparted.sourceforge.net/">GParted&lt;/a> to create the partition.&lt;/p>
&lt;h2 id="add-a-partition">Add a partition&lt;/h2>
&lt;p>Just follow the following screenshots to create a partition in GParted. Make sure you choose a Label for your partition. In this example is &lt;em>Storage&lt;/em>.&lt;/p></description></item><item><title>Filesystem check in your USB external hard drives</title><link>https://paapereira.xyz/filesystem-check-in-your-usb-external/</link><pubDate>Wed, 10 Jun 2009 13:28:00 +0100</pubDate><guid>https://paapereira.xyz/filesystem-check-in-your-usb-external/</guid><description>&lt;p>Typically, every number of mounts, your partitions are automatically checked (&lt;code>e2fsck&lt;/code>) at boot time. This will check and repair your hard drives.&lt;/p>
&lt;p>But, if you have external hard drives connected only when needed, this automatic checks aren&amp;rsquo;t performed.&lt;/p>
&lt;p>I recommend you to check your hard drive after like 30 mounts. See what is the maximum mount count in your internal system hard drive and use that count as reference.&lt;/p>
&lt;p>I will list a number of useful commands to gather information about your drives and to check and repair them.&lt;/p></description></item><item><title>Sync any folder outside your Dropbox folder</title><link>https://paapereira.xyz/sync-any-folder-outside-your-dropbox/</link><pubDate>Tue, 09 Jun 2009 13:24:00 +0100</pubDate><guid>https://paapereira.xyz/sync-any-folder-outside-your-dropbox/</guid><description>&lt;p>If you don&amp;rsquo;t know &lt;a href="https://www.getdropbox.com/referrals/NTExNjI2Nzk">Dropbox&lt;/a>, try it. Basically you can sync your files between computers and OS&amp;rsquo;s.&lt;/p>
&lt;p>You define in each computer you install Dropbox a &amp;ldquo;Dropbox folder&amp;rdquo; (it doesn&amp;rsquo;t need to be the same in every computer) and every file and folder inside the folder will be synced.&lt;/p>
&lt;h2 id="example---computer-a---linux">Example - Computer A - Linux&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-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>/home/youruser/Dropbox/folderA/
&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>/home/youruser/Dropbox/fileA.txt
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="example---computer-b---windows">Example - Computer B - Windows&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-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>C:\My Dropbox\folderA\
&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>C:\My Dropbox\fileA.txt
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>In this examples, the folder &lt;em>folderA&lt;/em> and every file and folder inside, and the file &lt;em>fileA.txt&lt;/em>, are synced between both computers.&lt;/p></description></item><item><title>Bandwidth</title><link>https://paapereira.xyz/bandwidth/</link><pubDate>Tue, 09 Jun 2009 13:15:00 +0100</pubDate><guid>https://paapereira.xyz/bandwidth/</guid><description>&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-06-09-bandwidth/bandwidth.png" alt="bandwidth">&lt;/p>
&lt;p>Here&amp;rsquo;s my cable connection bandwith. It&amp;rsquo;s a 8Mb/512Kb connection, so the results aren&amp;rsquo;t bad.&lt;/p>
&lt;p>You can check your connection &lt;a href="http://speedtest.net/">here&lt;/a>.&lt;/p></description></item><item><title>Recovering the update-notifier icon in Ubuntu 9.04</title><link>https://paapereira.xyz/recovering-update-notifier-icon/</link><pubDate>Mon, 08 Jun 2009 17:03:00 +0100</pubDate><guid>https://paapereira.xyz/recovering-update-notifier-icon/</guid><description>&lt;p>If you have installed Ubuntu 9.04 you probably noticed by now that the &lt;em>update-notifier&lt;/em> icon no longer appears when there are new updates available. Instead the Update Manager window opens.&lt;/p>
&lt;p>This may be a problem if you don&amp;rsquo;t notice that window and shutdown your system. After that you have to wait for new updates (and notice the Update Manager window that time) or manually look for updates.&lt;/p>
&lt;p>To get the update-notifier icon just run the following:&lt;/p></description></item><item><title>GNOME Do 0.8.1</title><link>https://paapereira.xyz/gnome-do-081/</link><pubDate>Mon, 01 Jun 2009 13:40:00 +0100</pubDate><guid>https://paapereira.xyz/gnome-do-081/</guid><description>&lt;p>It&amp;rsquo;s been almost a year when I last &lt;a href="https://paapereira.xyz/posts/gnomedo-05_29/">talked&lt;/a> about &lt;a href="http://do.davebsd.com/">GNOME Do&lt;/a>.&lt;/p>
&lt;p>GNOME Do is basically a keystroke launcher. This means you can start typing the name of a program or a location and GNOME Do will launch it.&lt;/p>
&lt;p>There are also a ton of plugins that allows you to do many other things, like quickly access your bookmarks, run terminal commands, post to twitter, use the calculator, control the sound in your system&amp;hellip; Well, your have to see it to believe it.&lt;/p></description></item><item><title>New Blog Template</title><link>https://paapereira.xyz/new-blog-template/</link><pubDate>Wed, 13 May 2009 21:52:00 +0100</pubDate><guid>https://paapereira.xyz/new-blog-template/</guid><description>&lt;p>I&amp;rsquo;m renewing the template on the blog. I&amp;rsquo;m still working on it, still&amp;hellip; what do you think so far?&lt;/p>
&lt;p>Before:&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-05-13-new-blog-template/template-before.png" alt="before">&lt;/p>
&lt;p>After:&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-05-13-new-blog-template/template-after.png" alt="after">&lt;/p></description></item><item><title>Installing Ubuntu 9.04 Netbook Remix (Asus Eee 1000HE)</title><link>https://paapereira.xyz/installing-ubuntu-904-netbook-remix/</link><pubDate>Tue, 05 May 2009 20:24:00 +0100</pubDate><guid>https://paapereira.xyz/installing-ubuntu-904-netbook-remix/</guid><description>&lt;p>I have a new &lt;a href="https://paapereira.xyz/posts/new-asus-eee-1000he/">Asus Eee 1000HE&lt;/a>. It came with Windows XP, but I want to try out &lt;a href="http://www.ubuntu.com/getubuntu/download-netbook">Ubuntu Netbook Remix&lt;/a>.&lt;/p>
&lt;p>The eee don&amp;rsquo;t have an optical drive, so we need to install it using an usb drive.&lt;/p>
&lt;p>The goal is dual booting Windows XP and Ubuntu. I want Eee to become my main Windows machine; this will allow me to format my Desktop machine to have only have Ubuntu (next release with default ext4 filesystem). I use Windows only to sync my iPod Touch so, this is a great solution.&lt;/p></description></item><item><title>New Asus Eee 1000HE</title><link>https://paapereira.xyz/new-asus-eee-1000he/</link><pubDate>Tue, 05 May 2009 19:59:00 +0100</pubDate><guid>https://paapereira.xyz/new-asus-eee-1000he/</guid><description>&lt;p>Last week I bought a new &lt;a href="http://eeepc.asus.com/global/product1000he.html">Asus Eee 1000HE&lt;/a>. Who can resist a 10% off the price? :-)&lt;/p>
&lt;p>The main feature in this new netbook is, of course, the 9.5 hours of battery life. Amazing!&lt;/p>
&lt;p>It came with Windows XP. The next thing was installing Linux. I chose &lt;a href="http://www.ubuntu.com/getubuntu/download-netbook">Ubuntu 9.04 Netbook Remix&lt;/a>.&lt;/p>
&lt;p>Here&amp;rsquo;s some pics I&amp;rsquo;ve manage to take with my phone.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-05-05-new-asus-eee-1000he/eee1.jpg" alt="eee1">&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-05-05-new-asus-eee-1000he/eee2.jpg" alt="eee2">&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-05-05-new-asus-eee-1000he/eee3.jpg" alt="eee3">&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-05-05-new-asus-eee-1000he/eee4.jpg" alt="eee4">&lt;/p></description></item><item><title>Upgrading to Ubuntu 9.04 Jaunty Jackalope (on the Desktop)</title><link>https://paapereira.xyz/upgrading-to-ubuntu-904-jaunty/</link><pubDate>Mon, 27 Apr 2009 22:01:00 +0100</pubDate><guid>https://paapereira.xyz/upgrading-to-ubuntu-904-jaunty/</guid><description>&lt;p>After my &lt;a href="https://paapereira.xyz/posts/upgrading-to-ubuntu-904-jaunty-jackalope/">laptop&lt;/a>, is time to upgrade my main machine whith &lt;a href="http://www.ubuntu.com/products/whatisubuntu/904features/">Ubuntu 9.04&lt;/a>, codename Jaunty Jackalope.&lt;/p>
&lt;p>I will be the using the 32 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&amp;rsquo;s much faster, I think.&lt;/p>
&lt;p>I shouldn&amp;rsquo;t do this during the week, but&amp;hellip; oh well&amp;hellip;&lt;/p>
&lt;h2 id="before-you-start">Before you start&lt;/h2>
&lt;ul>
&lt;li>Check for updates using Update Manager (be sure to have all the available upgrades done)&lt;/li>
&lt;li>Backup your data&lt;/li>
&lt;li>Check the &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/904">Release Notes&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://www.ubuntu.com/getubuntu/download">Download&lt;/a> Ubuntu (I used the &lt;a href="http://www.ubuntu.com/getubuntu/downloadmirrors#alternate">Text based “alternate installer” installation disk&lt;/a> link to get the alternate image)&lt;/li>
&lt;li>Check the file hash (example: &lt;code>md5sum ubuntu-9.04-alternate-i386.iso&lt;/code>) and compare it to &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">UbuntuHashes&lt;/a>&lt;/li>
&lt;li>Be sure to upgrade from Ubuntu 8.10.&lt;/li>
&lt;li>Have a burned Live CD laying around, just in case.&lt;/li>
&lt;li>Use &lt;a href="http://www.ubuntugeek.com/easy-way-of-mountunmount-iso-images-in-ubuntu.html">Gmount-iso&lt;/a> to mount the iso file. This way cd could be mounted without having to burn a cd.&lt;/li>
&lt;/ul>
&lt;h2 id="install">Install&lt;/h2>
&lt;p>In the Terminal, go to the cd mount point (example: /media/cdrom) and type:&lt;/p></description></item><item><title>Upgrading to Ubuntu 9.04 Jaunty Jackalope</title><link>https://paapereira.xyz/upgrading-to-ubuntu-904-jaunty-jackalope/</link><pubDate>Fri, 24 Apr 2009 11:29:00 +0100</pubDate><guid>https://paapereira.xyz/upgrading-to-ubuntu-904-jaunty-jackalope/</guid><description>&lt;p>Yesterday Ubuntu 9.04, codename Jaunty Jackalope, was &lt;a href="http://www.ubuntu.com/products/whatisubuntu/904features/">released&lt;/a>.&lt;/p>
&lt;p>Time to upgrade :-) First in my &lt;a href="https://paapereira.xyz/posts/hp-pavilion-dv5-1020ep-ubuntu-64-bits/">laptop&lt;/a>.&lt;/p>
&lt;p>I will be the using the 64 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&amp;rsquo;s much faster, I think.&lt;/p>
&lt;p>I considered a clean install in order to create ext4 partitions, but after reading around I decided not to, because I saw some &amp;ldquo;your data may be lost&amp;rdquo; comments.&lt;/p></description></item><item><title>Virtualbox 2.2</title><link>https://paapereira.xyz/virtualbox-22/</link><pubDate>Thu, 09 Apr 2009 20:07:00 +0100</pubDate><guid>https://paapereira.xyz/virtualbox-22/</guid><description>&lt;p>Following &lt;a href="https://paapereira.xyz/posts/virtualbox-21/">previous posts&lt;/a> about installing &lt;a href="http://www.virtualbox.org/">Virtualbox&lt;/a>, here&amp;rsquo;s the 2.2 update (currently 2.2.0).&lt;/p>
&lt;p>If you have a previous version already installed you need to manually install the new one.&lt;/p>
&lt;p>The most exciting addition is 3D acceleration for Linux guests, ie, Compiz. Yes sir :-)&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Software Sources and Third-Party Software.&lt;/li>
&lt;li>Add the following sources for Intrepid (check your distribution &lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads">here&lt;/a>)&lt;/li>
&lt;li>Download and register Sun authentication key&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>wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Be sure your source list is updated&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>Be sure you have &lt;a href="http://linux.dell.com/projects.shtml">dkms&lt;/a> installed (so Virtualbox host kernel is automatically updated as you update your system kernel)&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 dkms
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install Virtualbox 2.2&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 virtualbox-2.2
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Logoff and login again&lt;/li>
&lt;li>Start Virtualbox at &lt;em>Applications &amp;gt; System Tools &amp;gt; Sun xVM VirtualBox&lt;/em>&lt;/li>
&lt;li>If you have a Windows Virtual Machine don&amp;rsquo;t forget to install the Guest Additions (after starting the virtual machine go to &lt;em>Devices &amp;gt; Install Guest Additions&lt;/em>).&lt;/li>
&lt;/ul></description></item><item><title>Ubuntu Certificate of Authenticity</title><link>https://paapereira.xyz/ubuntu-certificate-of-authenticity/</link><pubDate>Fri, 27 Feb 2009 13:25:00 +0000</pubDate><guid>https://paapereira.xyz/ubuntu-certificate-of-authenticity/</guid><description>&lt;p>&lt;a href="http://ubuntuforums.org/showthread.php?p=3629848">Get your copy&lt;/a>&amp;hellip; today!&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-02-27-ubuntu-certificate-of-authenticity/ubuntucert.png" alt="Ubuntu Certificate of Authenticity">&lt;/p></description></item><item><title>Formating a partition in NTFS</title><link>https://paapereira.xyz/formating-a-partition-in-ntfs/</link><pubDate>Sun, 22 Feb 2009 19:30:00 +0000</pubDate><guid>https://paapereira.xyz/formating-a-partition-in-ntfs/</guid><description>&lt;p>If you need to format a partition in NTFS and you are using &lt;a href="http://gparted.sourceforge.net/">GParted&lt;/a>, just install &lt;code>ntfsprogs&lt;/code>.&lt;/p>
&lt;ul>
&lt;li>Go to &lt;em>System &amp;gt; Administration &amp;gt; Synaptic Package Manager&lt;/em>&lt;/li>
&lt;li>Search for &lt;em>ntfsprogs&lt;/em>&lt;/li>
&lt;li>Rigth click and &lt;em>Mark for Installation&lt;/em>&lt;/li>
&lt;/ul>
&lt;p>That&amp;rsquo;s it. You should see only greens in the NTFS line in &lt;em>GParted &amp;gt; Show Features&lt;/em>.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-02-22-formating-a-partition-in-ntfs/gparted-features.png" alt="gparted_features">&lt;/p></description></item><item><title>Get files and control your machine with Dropbox</title><link>https://paapereira.xyz/get-files-and-control-your-machine-with-dropbox/</link><pubDate>Thu, 12 Feb 2009 21:21:00 +0000</pubDate><guid>https://paapereira.xyz/get-files-and-control-your-machine-with-dropbox/</guid><description>&lt;p>After talking with a friend about how he was using &lt;a href="https://www.getdropbox.com/">Dropbox&lt;/a> to add new torrent files in is home computer, from work, I got excited with the potential of the idea.&lt;/p>
&lt;p>Dropbox, is a multiplatform tool that allows you to sync and share files online across computers. If you save a file in your home computer, when you turn on your computer at work, for example, that file will be automatically synced if you have Dropbox installed. It also have a web interface, so you don&amp;rsquo;t even need to install it.&lt;/p></description></item><item><title>Sign the Open Source Letter to President Obama</title><link>https://paapereira.xyz/sign-open-source-letter-to-president-obama/</link><pubDate>Tue, 10 Feb 2009 19:45:00 +0000</pubDate><guid>https://paapereira.xyz/sign-open-source-letter-to-president-obama/</guid><description>&lt;p>&lt;a href="http://consideropensource.blogspot.com/">Sign the Open Source Letter to President Obama&lt;/a>&lt;/p></description></item><item><title>Virtualbox 2.1</title><link>https://paapereira.xyz/virtualbox-21/</link><pubDate>Tue, 27 Jan 2009 21:53:00 +0000</pubDate><guid>https://paapereira.xyz/virtualbox-21/</guid><description>&lt;p>Following &lt;a href="https://paapereira.xyz/posts/virtualbox-20/">previous posts&lt;/a> about installing &lt;a href="http://www.virtualbox.org/">Virtualbox&lt;/a>, here&amp;rsquo;s the 2.1 update (currently 2.1.2).&lt;/p>
&lt;p>If you have 2.0 already installed you need to manually install the new version.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Software Sources and Third-Party Software.&lt;/li>
&lt;li>Add the following sources for Intrepid (check your distribution &lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads">here&lt;/a>)&lt;/li>
&lt;li>Download and register Sun authentication key&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>wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Be sure your source list is updated&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>Be sure you have &lt;a href="http://linux.dell.com/projects.shtml">dkms&lt;/a> installed (so Virtualbox host kernel is automatically updated as you update your system kernel)&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 dkms
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install Virtualbox 2.1&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 virtualbox-2.1
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Logoff and login again&lt;/li>
&lt;li>Start Virtualbox at Applications &amp;gt; System Tools &amp;gt; Sun xVM VirtualBox&lt;/li>
&lt;li>If you have a Windows Virtual Machine don&amp;rsquo;t forget to install the Guest Additions (after starting the virtual machine go to Devices &amp;gt; Install Guest Additions).&lt;/li>
&lt;/ul></description></item><item><title>Ubuntu Pocket Guide and Reference</title><link>https://paapereira.xyz/ubuntu-pocket-guide-and-reference/</link><pubDate>Tue, 27 Jan 2009 19:42:00 +0000</pubDate><guid>https://paapereira.xyz/ubuntu-pocket-guide-and-reference/</guid><description>&lt;p>Great book about Ubuntu. Ideal if you are new to Linux and Ubuntu.&lt;/p>
&lt;p>&lt;a href="http://www.ubuntupocketguide.com/">http://www.ubuntupocketguide.com/&lt;/a>&lt;/p>
&lt;p>You can &lt;a href="http://www.ubuntupocketguide.com/download.html">download&lt;/a> the PDF version for free or &lt;a href="http://www.amazon.com/gp/product/1440478295?ie=UTF8&amp;amp;tag=beginningubun-20&amp;amp;link_code=as3&amp;amp;camp=211189&amp;amp;creative=373489&amp;amp;creativeASIN=1440478295">buy it&lt;/a> online.&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2009/2009-01-27-ubuntu-pocket-guide-and-reference/ubuntu-badge-big.gif" alt="ubuntu-badge">&lt;/p></description></item><item><title>Migration to Squarespace</title><link>https://paapereira.xyz/migration-to-squarespace/</link><pubDate>Wed, 21 Jan 2009 21:15:00 +0000</pubDate><guid>https://paapereira.xyz/migration-to-squarespace/</guid><description>&lt;p>I just changed my blog to &lt;a href="http://www.squarespace.com/?associateTag=paapereira">Squarespace&lt;/a>.&lt;/p>
&lt;p>I had already &lt;a href="https://paapereira.xyz/posts/squarespace/">posted&lt;/a> about this service, and now, finally I&amp;rsquo;ve changed. If you don&amp;rsquo;t know it yet check out the video in the front page and sign for a trial account. You&amp;rsquo;ll only need an email account to do so.&lt;/p>
&lt;p>Sign the new &lt;a href="http://lof-ubuntu-xp.lofspot.net/guestbook/">guestbook&lt;/a> and let me now what you think about the new looks.&lt;/p></description></item><item><title>Reduce brightness on HP Pavilion dv5-1020ep (Ubuntu 8.10 64 bits)</title><link>https://paapereira.xyz/reduce-brightness-on-hp-pavilion-dv5/</link><pubDate>Mon, 12 Jan 2009 22:37:00 +0000</pubDate><guid>https://paapereira.xyz/reduce-brightness-on-hp-pavilion-dv5/</guid><description>&lt;p>My brightness function keys always worked, but suddenly they stopped working as well as the &amp;ldquo;Reduce backlight brightness&amp;rdquo; option in Power Management Preferences :(
Every time I unplugged my power cord the monitor dimmed automatically. Now not even with the function keys I get my brightness down.&lt;/p>
&lt;p>This happened in my &lt;a href="https://paapereira.xyz/posts/upgrading-to-ubuntu-810/">HP Pavilion dv5-1020ep&lt;/a> running Ubuntu 8.10 64 bits.&lt;/p>
&lt;p>Here some additional info after searching in the Ubuntu forums and Google:&lt;/p></description></item><item><title>Syncing Windows Mobile 5/6 with Synce (Ubuntu 8.10 version)</title><link>https://paapereira.xyz/syncing-windows-mobile-56-with-synce-update/</link><pubDate>Wed, 10 Dec 2008 21:10:00 +0000</pubDate><guid>https://paapereira.xyz/syncing-windows-mobile-56-with-synce-update/</guid><description>&lt;p>One of my &amp;ldquo;&lt;a href="https://paapereira.xyz/posts/ubuntu-in-my-desktop-status/">to achieve&lt;/a>&amp;rdquo; points was syncing my calendar and contact information from my Windows Mobile 5.0 Smartphone (&lt;a href="http://www.gsmarena.com/qtek_9100-1257.php">Qtek 9100&lt;/a>).&lt;/p>
&lt;p>This post is an update from my previous &lt;a href="https://paapereira.xyz/posts/syncing-windows-mobile-56-with-synce/">one&lt;/a>, after my Ubuntu 8.10 upgrade. Please refer to that first post if you&amp;rsquo;re using previous versions of Ubuntu. I upgraded Ubuntu and Synce, so if you are installing it from scratch and you&amp;rsquo;re having problems please let me know. I&amp;rsquo;ll try and help you.&lt;/p></description></item><item><title>Upgrading to Ubuntu 8.10 The Intrepid Ibex</title><link>https://paapereira.xyz/upgrading-to-ubuntu-810/</link><pubDate>Mon, 03 Nov 2008 22:03:00 +0000</pubDate><guid>https://paapereira.xyz/upgrading-to-ubuntu-810/</guid><description>&lt;p>Last week Ubuntu 8.10, aka The Intrepid Ibex, was &lt;a href="http://www.ubuntu.com/getubuntu/download">released&lt;/a>.&lt;/p>
&lt;p>Time to updgrade :-) First in my &lt;a href="https://paapereira.xyz/posts/hp-pavilion-dv5-1020ep-ubuntu-64-bits/">laptop&lt;/a>.&lt;/p>
&lt;p>I will be the using the 64 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&amp;rsquo;s much faster.&lt;/p>
&lt;h2 id="before-you-start">Before you start&lt;/h2>
&lt;ul>
&lt;li>Check for updates using Update Manager&lt;/li>
&lt;li>Backup your data&lt;/li>
&lt;li>Check the &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/810">Release Notes&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://www.ubuntu.com/getubuntu/download">Download&lt;/a> Ubuntu (I recommend using &lt;a href="http://www.ubuntu.com/getubuntu/downloadmirrors#bt">Torrents&lt;/a>)&lt;/li>
&lt;li>Check the file hash (example: &lt;code>md5sum ubuntu-8.10-alternate-amd64.iso&lt;/code>)&lt;/li>
&lt;li>Be sure to upgrade from Ubuntu 8.04.&lt;/li>
&lt;li>Use &lt;a href="http://www.ubuntugeek.com/easy-way-of-mountunmount-iso-images-in-ubuntu.html">Gmount-iso&lt;/a> to mount the iso file. This way cd could be mounted without having to burn a cd.&lt;/li>
&lt;/ul>
&lt;p>In the Terminal, go to the cd mount point (example: &lt;em>/media/cdrom&lt;/em>) and type:&lt;/p></description></item><item><title>HP Pavilion dv5-1020ep (Ubuntu 64 bits)</title><link>https://paapereira.xyz/hp-pavilion-dv5-1020ep-ubuntu-64-bits/</link><pubDate>Tue, 16 Sep 2008 21:49:00 +0100</pubDate><guid>https://paapereira.xyz/hp-pavilion-dv5-1020ep-ubuntu-64-bits/</guid><description>&lt;p>My old laptop&amp;rsquo;s battery is dying, and I used that as an excuse to buy myself a new on :-)&lt;/p>
&lt;p>I had a HP Pavilion zt3240EA, and have been very happy with it. Nice machine. Still, age weights on every one.&lt;/p>
&lt;p>I&amp;rsquo;m gonna be installing Ubuntu 8.04.1 LTS Desktop Edition, 64 bits version, on my new &lt;a href="http://h10025.www1.hp.com/ewfrf/wc/product?lc=en&amp;amp;dlc=en&amp;amp;cc=sg&amp;amp;product=3770477&amp;amp;lang=en">HP Pavilion dv5-1020ep&lt;/a>.&lt;/p>
&lt;h2 id="download-and-burn-a-cd">Download and Burn a CD&lt;/h2>
&lt;ul>
&lt;li>Go to Ubuntu &lt;a href="http://www.ubuntu.com/getubuntu/download">Download Page&lt;/a> and download Ubuntu.&lt;/li>
&lt;li>Check the downloaded file hash. The output must be the same as you see in the &lt;a href="https://help.ubuntu.com/community/UbuntuHashes">Ubuntu Hashes Page&lt;/a>.&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>md5sum ubuntu-8.04.1-desktop-amd64.iso
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Burn a cd (you can use &lt;a href="http://www.gnome.org/projects/brasero/">Brasero&lt;/a>, for example, if you already use Ubuntu).&lt;/li>
&lt;/ul>
&lt;h2 id="running-the-live-cd">Running the live cd&lt;/h2>
&lt;ul>
&lt;li>Boot from the cd.&lt;/li>
&lt;li>After booting it&amp;rsquo;s important to check the integrity of the cd. Burning cds also fails.&lt;/li>
&lt;/ul>
&lt;h2 id="hardware-to-check-during-the-live-cd-session">Hardware to check (during the live cd session)&lt;/h2>
&lt;ul>
&lt;li>Graphics (only 1024x768, but check)&lt;/li>
&lt;li>Sound (check)&lt;/li>
&lt;li>Media buttons (check)&lt;/li>
&lt;li>Cable network (check)&lt;/li>
&lt;li>Wireless network (the proprietary Atheros wireless card was found, not tested)&lt;/li>
&lt;li>HP media command (not working)&lt;/li>
&lt;li>Integrated Webcam (check)&lt;/li>
&lt;/ul>
&lt;h2 id="hard-drive-partition-layout">Hard Drive Partition Layout&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-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>/dev/sda
&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> /dev/sda1 ntfs Vista 		36002 MB
&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> /dev/sda ntfs Vista Recover 8450 MB
&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> /dev/sda3 ext3 / 	 10240 MB
&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> /dev/sda5 ext3 /home 	10240 MB
&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> /dev/sda6 ext3 /storage 	94072 MB
&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> /dev/sda7 swap 1028 MB
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="post-install-graphics-card">Post-install: Graphics Card&lt;/h2>
&lt;p>I installed &lt;a href="http://albertomilone.com/index.html">EnvyNG&lt;/a> using the Synaptic Package Manager (look for &lt;code>envyng-gtk&lt;/code>) and just had to run it (Applications &amp;gt; System Tools &amp;gt; EnvyNG), after closing Synaptic (important), and choose to “Install the ATI driver (Automatic Hardware Detection)” option.&lt;/p></description></item><item><title>New laptop</title><link>https://paapereira.xyz/new-laptop/</link><pubDate>Tue, 16 Sep 2008 18:50:00 +0100</pubDate><guid>https://paapereira.xyz/new-laptop/</guid><description>&lt;p>Just bought a new &lt;a href="http://h10025.www1.hp.com/ewfrf/wc/product?lc=en&amp;amp;dlc=en&amp;amp;cc=sg&amp;amp;product=3770477&amp;amp;lang=en">HP Pavilion dv5-1020ep&lt;/a>.&lt;/p>
&lt;p>Downloading 64 bits Ubuntu and almost ready to install it. I&amp;rsquo;ll write a post about it.&lt;/p></description></item><item><title>Virtualbox 2.0</title><link>https://paapereira.xyz/virtualbox-20/</link><pubDate>Tue, 16 Sep 2008 12:57:00 +0100</pubDate><guid>https://paapereira.xyz/virtualbox-20/</guid><description>&lt;p>&lt;a href="http://www.virtualbox.org/">Virtualbox 2.0&lt;/a> is out and now it&amp;rsquo;s easier to install and maintain.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Download and register Sun authentication key&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>wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Software Sources and Third-Party Software.&lt;/li>
&lt;li>Add the following sources for Hardy (check your distibution &lt;a href="http://www.virtualbox.org/wiki/Linux_Downloads">here&lt;/a>)&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-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>deb http://download.virtualbox.org/virtualbox/debian hardy non-free
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Now you can go to Synaptic Package Manager and look for virtualbox. This way you can uninstall previous Virtualbox installations (Synaptic Package Manager will do that for you).&lt;/li>
&lt;li>Don&amp;rsquo;t forget to install the new Guest Additions if you&amp;rsquo;re using a Windows Virtual Machine.&lt;/li>
&lt;li>Now you&amp;rsquo;ll receive updated through Update Manager.&lt;/li>
&lt;/ul>
&lt;p>Also check my previous posts about Virtualbox for more info and tips:&lt;/p></description></item><item><title>Twitter</title><link>https://paapereira.xyz/twitter/</link><pubDate>Wed, 27 Aug 2008 22:00:00 +0100</pubDate><guid>https://paapereira.xyz/twitter/</guid><description>&lt;p>Just created a &lt;a href="http://twitter.com/">Twitter&lt;/a> account. You can follow me &lt;a href="http://twitter.com/paapereira">here&lt;/a>.&lt;/p>
&lt;p>Here&amp;rsquo;s a bunch of &lt;a href="http://www.sizlopedia.com/2008/05/03/twitter-clients-for-ubuntu-linux/">Twitter Clients for Ubuntu&lt;/a>.&lt;/p>
&lt;p>My favourite way to twitter is using the Twitter Plugin in &lt;a href="https://paapereira.xyz/posts/gnomedo-05/">Gnome Do&lt;/a>. Very cool!&lt;/p>
&lt;p>I&amp;rsquo;m also trying Twitux. To install just go to Synaptic Package Manager and look for twitux.&lt;/p></description></item><item><title>Anatomy of the Linux kernel</title><link>https://paapereira.xyz/anatomy-of-linux-kernel/</link><pubDate>Wed, 20 Aug 2008 20:55:00 +0100</pubDate><guid>https://paapereira.xyz/anatomy-of-linux-kernel/</guid><description>&lt;p>If you want to know more about the &lt;a href="http://www.ibm.com/developerworks/linux/library/l-linux-kernel/index.html?S_TACT=105AGX03&amp;amp;S_CMP=ART">Anatomy of the Linux kernel&lt;/a>, here’s a nice article.&lt;/p></description></item><item><title>Sun Virtualbox</title><link>https://paapereira.xyz/sun-virtualbox/</link><pubDate>Wed, 30 Jul 2008 23:03:00 +0100</pubDate><guid>https://paapereira.xyz/sun-virtualbox/</guid><description>&lt;p>I have &lt;a href="https://paapereira.xyz/posts/windows-under-linux/">Virtualbox OSE&lt;/a> (Open Source Edition) installed. I use it basically to use Office, when needed.&lt;/p>
&lt;p>Currently I only restart to Windows to sync my iPod Touch, and that&amp;rsquo;s because Virtualbox OSE doesn&amp;rsquo;t support USB.&lt;/p>
&lt;p>But there&amp;rsquo;s a version, provided by Sun, that supports USB devices.&lt;/p>
&lt;h2 id="uninstall-virtualbox-ose">Uninstall Virtualbox OSE&lt;/h2>
&lt;p>If you already have Virtualbox installed go to Applications &amp;gt; Add/Remove&amp;hellip; and look for &lt;em>virtualbox&lt;/em> to uninstall your current version.&lt;/p>
&lt;p>I also went to System &amp;gt; Administration &amp;gt; Synaptic Package Manager and also looked for &lt;em>virtualbox&lt;/em> to remove every trace of it.&lt;/p></description></item><item><title>Squarespace</title><link>https://paapereira.xyz/squarespace/</link><pubDate>Wed, 30 Jul 2008 19:26:00 +0100</pubDate><guid>https://paapereira.xyz/squarespace/</guid><description>&lt;p>&lt;a href="http://www.squarespace.com/">Squarespace&lt;/a> is an amazing publishing service for building websites and creating blogs.&lt;/p>
&lt;p>Check out the &lt;a href="http://www.squarespace.com/">video&lt;/a> and prepare to be amazed.&lt;/p>
&lt;p>As Kevin Rose said:&lt;/p>
&lt;blockquote>
&lt;p>&amp;ldquo;&amp;hellip; it&amp;rsquo;s like &lt;a href="http://www.typepad.com/">Typepad&lt;/a> and &lt;a href="http://wordpress.com/">Wordpress&lt;/a> on crack.&amp;rdquo;&lt;/p>
&lt;/blockquote>
&lt;p>It&amp;rsquo;s a &lt;a href="http://www.squarespace.com/pricing/">paid&lt;/a> service, but it seems to me it&amp;rsquo;s worth every penny.&lt;/p>
&lt;p>I didn&amp;rsquo;t try it yet, but there&amp;rsquo;s a &lt;a href="https://www.squarespace.com/signup/">free&lt;/a>, no credit card needed, 14 days trial period.&lt;/p>
&lt;p>If you&amp;rsquo;ve tried please leave your thoughts :)&lt;/p></description></item><item><title>Syncing Windows Mobile 5/6 with Synce (updated)</title><link>https://paapereira.xyz/syncing-windows-mobile-56-with-synce/</link><pubDate>Wed, 30 Jul 2008 16:07:00 +0100</pubDate><guid>https://paapereira.xyz/syncing-windows-mobile-56-with-synce/</guid><description>&lt;p>One of my &amp;ldquo;&lt;a href="https://paapereira.xyz/posts/ubuntu-in-my-desktop-status/">to achieve&lt;/a>&amp;rdquo; points was syncing my calendar and contact information from my Windows Mobile 5.0 Smartphone (&lt;a href="http://www.gsmarena.com/qtek_9100-1257.php">Qtek 9100&lt;/a>).&lt;/p>
&lt;p>After trying for some time, I used a tip from &lt;a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com">Synce mailing lists&lt;/a>. This tip was great for me because the author was also having troubles and started from scratch.&lt;/p>
&lt;p>I think my problem was the &lt;em>config.xml&lt;/em> file. I believe that if I just followed the instructions from the good folks from &lt;a href="http://www.synce.org/moin/SynceWithUbuntu">Synce&lt;/a>, as I first did, but changed the &lt;em>config.xml&lt;/em>, as in the mailing list, I wouldn&amp;rsquo;t have needed to clean my system.&lt;/p></description></item><item><title>GnomeDo 0.5</title><link>https://paapereira.xyz/gnomedo-05_29/</link><pubDate>Tue, 29 Jul 2008 23:13:00 +0100</pubDate><guid>https://paapereira.xyz/gnomedo-05_29/</guid><description>&lt;p>A friend of mine asked me about a Linux equivalent to &lt;a href="http://www.launchy.net/index.html">Launchy&lt;/a>, a keystroke launcher for Windows.&lt;/p>
&lt;p>And that is &lt;a href="http://do.davebsd.com/">GnomeDo&lt;/a>.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>If you have an older version of GnomeDo start by removing it and deleting is plugins:&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 aptitude purge gnome-do gnome-do-plugins gnome-do-plugin-rhythmbox
&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>rm -rf ~/.local/share/gnome-do/plugins/
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Then add the following software sources (System &amp;gt; Administration &amp;gt; 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-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>deb http://ppa.launchpad.net/do-core/ubuntu hardy main
&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>deb-src http://ppa.launchpad.net/do-core/ubuntu hardy main
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Install GnomeDo (currently v0.5.97):&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 aptitude update &lt;span style="color:#f92672">&amp;amp;&amp;amp;&lt;/span> sudo aptitude install gnome-do 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="using-gnomedo">Using GnomeDo&lt;/h2>
&lt;p>Go to Application &amp;gt; Accessories &amp;gt; GNOME Do to start the application (it will also appear in your notification area).&lt;/p></description></item><item><title>Free Software in Portugal with SAPO</title><link>https://paapereira.xyz/free-software-in-portugal-with-sapo/</link><pubDate>Wed, 23 Jul 2008 21:04:00 +0100</pubDate><guid>https://paapereira.xyz/free-software-in-portugal-with-sapo/</guid><description>&lt;p>&lt;a href="http://www.sapo.pt/">SAPO&lt;/a>, a &lt;a href="http://en.wikipedia.org/wiki/Portugal">portuguese&lt;/a> ISP, and for whom might interess, hosts Free Software (&lt;em>Software Livre&lt;/em>, in portuguese).&lt;/p>
&lt;p>The &lt;em>&lt;a href="http://softwarelivre.sapo.pt/">Software Livre&lt;/a>&lt;/em> project is still in an early stage, but I think that it&amp;rsquo;s a great initiative.&lt;/p>
&lt;p>A list of &lt;a href="http://softwarelivre.sapo.pt/geral/wiki/ListaDeProjectos">hosted projects&lt;/a> and an english &lt;a href="http://developers.sapo.pt/developers/wiki/Catalog_EN">Service Catalog&lt;/a> for Developers are available.&lt;/p>
&lt;p>Currently there is a list of &lt;a href="http://softwarelivre.sapo.pt/geral/wiki/SummerbitsOrientadores2008">possible projects&lt;/a> within the scope of SAPO Summerbits 2008.&lt;/p>
&lt;p>The &lt;em>Software Livre&lt;/em> platform is 100% free software and it&amp;rsquo;s running Debian GNU/Linux with trac, mailman, svn, etc.&lt;/p></description></item><item><title>lof Ubuntu eXPerience country stats (July 2008)</title><link>https://paapereira.xyz/lof-ubuntu-experience-country-stats/</link><pubDate>Wed, 23 Jul 2008 20:38:00 +0100</pubDate><guid>https://paapereira.xyz/lof-ubuntu-experience-country-stats/</guid><description>&lt;p>I always like to check the blog statistics.&lt;/p>
&lt;p>Here&amp;rsquo;s an interesting one (80% is using Linux):&lt;/p>
&lt;p>&lt;img src="https://paapereira.xyz/blog/2008/2008-07-23-lof-ubuntu-experience-country-stats/country-stats-20080723.png" alt="country stats">&lt;/p></description></item><item><title>10 tricks for Linux systems administrators</title><link>https://paapereira.xyz/10-tricks-for-linux-systems/</link><pubDate>Wed, 23 Jul 2008 20:18:00 +0100</pubDate><guid>https://paapereira.xyz/10-tricks-for-linux-systems/</guid><description>&lt;p>Here&amp;rsquo;s a &lt;a href="http://www.ibm.com/developerworks/linux/library/l-10sysadtips/index.html?ca=drs-">10 tricks article&lt;/a> for Linux systems administrators.&lt;/p>
&lt;p>You can also download the &lt;a href="http://download.boulder.ibm.com/ibmdl/pub/software/dw/linux/l-10sysadtips/l-10sysadtips-pdf.pdf">PDF&lt;/a> version.&lt;/p></description></item><item><title>Cleaning your system from outdated software</title><link>https://paapereira.xyz/cleaning-your-system-from-outdated-software/</link><pubDate>Tue, 22 Jul 2008 21:06:00 +0100</pubDate><guid>https://paapereira.xyz/cleaning-your-system-from-outdated-software/</guid><description>&lt;p>As you install, uninstall and update applications there are some garbage left behind.&lt;/p>
&lt;h2 id="autoremove">Autoremove&lt;/h2>
&lt;p>When you run &lt;em>autoremove&lt;/em>, packages that have been installed but are no longer in use, are removed.&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 autoremove 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="autoclean">Autoclean&lt;/h2>
&lt;p>&lt;em>Autoclean&lt;/em> removes .deb files from packages no longer installed on your system.&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 autoclean 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Do you have other cleaning tips? Send me an email or post a comment.&lt;/p></description></item><item><title>SynCE 0.12 is out</title><link>https://paapereira.xyz/synce-012-is-out/</link><pubDate>Thu, 17 Jul 2008 22:19:00 +0100</pubDate><guid>https://paapereira.xyz/synce-012-is-out/</guid><description>&lt;p>Yesterday SynCE 0.12 was released.&lt;/p>
&lt;p>As soon as I test it I&amp;rsquo;ll update &lt;a href="https://paapereira.xyz/posts/syncing-windows-mobile-56-with-synce/">this post&lt;/a>.&lt;/p>
&lt;p>You can check the announcement at &lt;a href="http://sourceforge.net/mailarchive/message.php?msg_name=20080716003243.GA3964%40salieri.jonnylamb.com">SynCE mailing lists&lt;/a>.&lt;/p></description></item><item><title>Do you use a cell phone and eat popcorn?</title><link>https://paapereira.xyz/do-you-use-cell-phone-and-eat-popcorn/</link><pubDate>Thu, 03 Jul 2008 21:16:00 +0100</pubDate><guid>https://paapereira.xyz/do-you-use-cell-phone-and-eat-popcorn/</guid><description>&lt;p>&lt;a href="http://www.youtube.com/watch?v=V94shlqPlSI">youtube&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://www.youtube.com/results?search_query=popcorn+cell+phone">more videos&lt;/a>&lt;/p></description></item><item><title>Firefox Download Day Certification</title><link>https://paapereira.xyz/firefox-download-day-certification/</link><pubDate>Wed, 25 Jun 2008 20:54:00 +0100</pubDate><guid>https://paapereira.xyz/firefox-download-day-certification/</guid><description>&lt;p>Have you downloaded Firefox 3.0 at &lt;a href="https://paapereira.xyz/posts/firefox-download-day-is-june-17-2008/">Download Day&lt;/a> and helped Firefox to set a new world record?&lt;/p>
&lt;p>Yes? Get your &lt;a href="http://www.spreadfirefox.com/en-US/worldrecord/certificate_form">certificate&lt;/a> then :)&lt;/p></description></item><item><title>Synergy</title><link>https://paapereira.xyz/synergy/</link><pubDate>Tue, 24 Jun 2008 22:53:00 +0100</pubDate><guid>https://paapereira.xyz/synergy/</guid><description>&lt;p>&lt;a href="http://synergy2.sourceforge.net/">Synergy&lt;/a> is a great piece of software. It allows you to, and I quote, &amp;ldquo;easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware&amp;rdquo;. Yes, your could use Linux, Windows or Mac OS. I&amp;rsquo;m only using it between to Ubuntu machines, so share your eXPerience if your using Linux and Windows for example.&lt;/p>
&lt;p>Check &lt;a href="http://synergy2.sourceforge.net/about.html">here&lt;/a> a little animation.&lt;/p>
&lt;p>After you install and setup Synergy you only need to move your mouse to the right, left, up or down of your monitor (according to your setup) and your automatically gain control of the other machine. Now your mouse and keyboard will work there. To return to the main machine do the opposite.&lt;/p></description></item><item><title>Firefox 3.0 is out</title><link>https://paapereira.xyz/firefox-30-is-out/</link><pubDate>Tue, 17 Jun 2008 22:17:00 +0100</pubDate><guid>https://paapereira.xyz/firefox-30-is-out/</guid><description>&lt;p>Firefox 3.0 is out !!! :)&lt;/p>
&lt;p>&lt;a href="http://www.mozilla.com/en-US/firefox/?p=downloadday">Download now&lt;/a>.&lt;/p></description></item><item><title>Firefox Download Day is June 17, 2008</title><link>https://paapereira.xyz/firefox-download-day-is-june-17-2008/</link><pubDate>Thu, 12 Jun 2008 21:25:00 +0100</pubDate><guid>https://paapereira.xyz/firefox-download-day-is-june-17-2008/</guid><description>&lt;p>It&amp;rsquo;s annouced!! Firefox 3.0 will be released in &lt;strong>June 17&lt;/strong>, it&amp;rsquo;s a Tuesday.&lt;/p>
&lt;p>Firefox is trying to set a &lt;a href="https://paapereira.xyz/posts/firefox-guinness-world-record/">Guinness World Record&lt;/a>, so don&amp;rsquo;t forget, &lt;a href="http://www.spreadfirefox.com/en-US/worldrecord">pledge&lt;/a> now and download Firefox 3.0 next Tuesday.&lt;/p></description></item><item><title>Migration to WordPress</title><link>https://paapereira.xyz/migration-to-wordpress/</link><pubDate>Wed, 11 Jun 2008 16:10:00 +0100</pubDate><guid>https://paapereira.xyz/migration-to-wordpress/</guid><description>&lt;p>I&amp;rsquo;m migration the blog to WordPress.&lt;/p>
&lt;p>In the process I&amp;rsquo;m changing/fixing:&lt;/p>
&lt;ul>
&lt;li>the overall look of the blog&lt;/li>
&lt;li>the post categories&lt;/li>
&lt;li>some html related problems/improvements in some posts&lt;/li>
&lt;/ul>
&lt;p>I&amp;rsquo;m also redirecting &lt;a href="http://lof-ubuntu-xp.lofspot.net/">http://lof-ubuntu-xp.lofspot.net/&lt;/a> from Blogspot to WordPress.&lt;/p>
&lt;p>All the posts from the old blog are already migrated.&lt;/p>
&lt;p>Please, &lt;a href="https://www.blogger.com/blog/2008/6/11/migration-to-wordpress.html#comments">let me know what you think&lt;/a>.&lt;/p></description></item><item><title>ufw - Ucomplicated Firewall</title><link>https://paapereira.xyz/ufw-ucomplicated-firewall/</link><pubDate>Tue, 10 Jun 2008 15:49:00 +0100</pubDate><guid>https://paapereira.xyz/ufw-ucomplicated-firewall/</guid><description>&lt;p>I&amp;rsquo;m starting to play around with &lt;strong>ufw&lt;/strong> (Ucomplicated Firewall), a firewall for Linux.&lt;/p>
&lt;p>It&amp;rsquo;s command line based, but simple enough.&lt;/p>
&lt;p>I&amp;rsquo;ll update this post as I play along.&lt;/p>
&lt;h2 id="enabledisable-ufw">Enable/disable ufw&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>sudo ufw enable
&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>sudo ufw disable 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="default-policy">Default policy&lt;/h2>
&lt;ul>
&lt;li>mostly open ports&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 ufw default allow
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>mostly closed ports&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 ufw default deny 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="allowdeny-services-syntax">Allow/deny services syntax&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>sudo ufw allow|deny &amp;lt;service&amp;gt; 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="add-rules-syntax">Add rules syntax&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>sudo ufw allow|deny &lt;span style="color:#f92672">[&lt;/span>proto &amp;lt;protocol&amp;gt;&lt;span style="color:#f92672">]&lt;/span> &lt;span style="color:#f92672">[&lt;/span>from &amp;lt;address&amp;gt; &lt;span style="color:#f92672">[&lt;/span>port &amp;lt;port&amp;gt;&lt;span style="color:#f92672">]]&lt;/span> &lt;span style="color:#f92672">[&lt;/span>to &amp;lt;address&amp;gt; &lt;span style="color:#f92672">[&lt;/span>port &amp;lt;port&amp;gt;&lt;span style="color:#f92672">]]&lt;/span> 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="delete-rules-syntax">Delete rules syntax&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>sudo ufw delete &amp;lt;rule type&amp;gt; from &amp;lt;ip address&amp;gt; to any port &amp;lt;port number&amp;gt; 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="firewall-status">Firewall status&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>sudo ufw status 
&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>Firewall loaded
&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>To Action From
&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>-- ------ ----
&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>24800:tcp ALLOW 100.000.1.1
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="examples">Examples&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>sudo ufw allow proto tcp from 100.000.1.1 to any port &lt;span style="color:#ae81ff">24800&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>sudo ufw delete allow proto tcp from 100.000.1.1 to any port &lt;span style="color:#ae81ff">24800&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">3&lt;/span>&lt;span>sudo ufw allow ssh
&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>sudo ufw delete allow ssh
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Removing old kernels from your system</title><link>https://paapereira.xyz/removing-old-kernels-from-your-system/</link><pubDate>Thu, 05 Jun 2008 16:20:00 +0100</pubDate><guid>https://paapereira.xyz/removing-old-kernels-from-your-system/</guid><description>&lt;p>After a while you&amp;rsquo;re starting to collect kernel versions on your system.&lt;/p>
&lt;p>Since Hardy came out, with kernel 2.6.24-16, we had two kernel updates, so, in grub we have now entries to kernels 2.6.24-16, 2.6.24-17 and 2.6.24-18.&lt;/p>
&lt;p>We just need one to boot in, and we and the most recent one of course. Still, when deciding to remove an old kernel be aware of possible problems.&lt;/p>
&lt;p>&lt;a href="https://paapereira.xyz/posts/windows-under-linux/">Virtualbox&lt;/a> for instance, needs a module to the specific kernel you&amp;rsquo;re running. Every time a new kernel is released your Virtualbox setup will not work until your upgrade the said module.
So, if you need to use Virtualbox and you don&amp;rsquo;t yet have the new module, you could just restart into the old kernel.&lt;/p></description></item><item><title>Firefox Guinness World Record</title><link>https://paapereira.xyz/firefox-guinness-world-record/</link><pubDate>Sun, 01 Jun 2008 23:29:00 +0100</pubDate><guid>https://paapereira.xyz/firefox-guinness-world-record/</guid><description>&lt;p>Help &lt;a href="http://www.spreadfirefox.com/en-US/worldrecord/">Firefox&lt;/a> get the Guinness World Record for the most software downloads in 24 hours.&lt;/p>
&lt;p>All you have to do is download Firefox 3 within the 24 hour after is release.&lt;/p>
&lt;p>The launch day will be &lt;a href="http://www.spreadfirefox.com/en-US/worldrecord/">announced soon&lt;/a>, so bookmark &lt;a href="http://www.spreadfirefox.com/en-US/worldrecord/">this link&lt;/a>.&lt;/p>
&lt;p>You can also &lt;a href="http://www.spreadfirefox.com/en-US/worldrecord/getinvolved">get involved&lt;/a>, and spread this record attempt.&lt;/p></description></item><item><title>NFS file sharing</title><link>https://paapereira.xyz/nfs-file-sharing/</link><pubDate>Thu, 01 May 2008 17:59:00 +0100</pubDate><guid>https://paapereira.xyz/nfs-file-sharing/</guid><description>&lt;p>Here&amp;rsquo;s how you share files between two Linux machines, using NFS.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;ul>
&lt;li>Go to the Synaptic Package Manager&lt;/li>
&lt;li>Find &lt;code>nfs-kernel-server&lt;/code> and install&lt;/li>
&lt;/ul>
&lt;h2 id="configuration-in-machine-1-where-the-shared-folder-is">Configuration in machine 1 (where the shared folder is)&lt;/h2>
&lt;ul>
&lt;li>Define the shares you want to provide&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 vi /etc/exports
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Add your shares to the file&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-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>/home/mach1user/Public *(ro,sync)
&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>/home/mach1user/Documents 100.000.00.01(ro,sync,no_subtree_check)
&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>/home/mach1user/Share 100.000.00.01/20(rw,sync,no_subtree_check)
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Make your changes be known&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 exportfs -a
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="configuration-in-machine-2-where-the-shared-folder-are-going-to-be-accessed">Configuration in machine 2 (where the shared folder are going to be accessed)&lt;/h2>
&lt;ul>
&lt;li>Create a folder, where the share will be mounted&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>mkdir /home/mach2user/HomeNetwork/Public
&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>mkdir /home/mach2user/HomeNetwork/Documents
&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>mkdir /home/mach2user/HomeNetwork/Share
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Mount the shares (the IP is from machine 1)&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 mount 100.000.0.05:/home/mach1user/Public /home/mach2user/HomeNetwork/Public
&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>sudo mount 100.000.0.05:/home/mach1user/Documents /home/mach2user/HomeNetwork/Documents
&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 mount 100.000.0.05:/home/mach1user/Share /home/mach2user/HomeNetwork/Share
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Make the shares available after rebooting&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 vi /etc/fstab
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>Add to the file (the IP is from machine 1)&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-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>100.000.0.05:/home/mach1user/Public /home/mach2user/HomeNetwork/Public nfs ro,hard,intr 0 0
&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>100.000.0.05:/home/mach1user/Documents /home/mach2user/HomeNetwork/Documents nfs ro,hard,intr 0 0
&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>100.000.0.05:/home/mach1user/Share /home/mach2user/HomeNetwork/Share nfs ro,hard,intr 0 0
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>And that should do it.&lt;/p></description></item><item><title>Windows under Linux</title><link>https://paapereira.xyz/windows-under-linux/</link><pubDate>Thu, 01 May 2008 16:22:00 +0100</pubDate><guid>https://paapereira.xyz/windows-under-linux/</guid><description>&lt;p>Ok, some things I may need to do in Windows (for now).&lt;/p>
&lt;p>So I will install a virtual Windows machine using &lt;a href="http://www.virtualbox.org/">VirtualBox&lt;/a>.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Applications &amp;gt; Add/Remove Applications&lt;/li>
&lt;li>Show: All available applications&lt;/li>
&lt;li>Search: &lt;em>virtualbox&lt;/em>&lt;/li>
&lt;li>Check &lt;em>VirtualBox OSE&lt;/em> and Apply Changes&lt;/li>
&lt;li>Run VirtualBox (Applications &amp;gt; System Tools &amp;gt; VirtualBox OSE)&lt;/li>
&lt;/ul>
&lt;h2 id="creating-a-new-virtual-machine">Creating a new Virtual Machine&lt;/h2>
&lt;ul>
&lt;li>Click New and follow the instructions (a virtual hard disk is needed, but you&amp;rsquo;ll be easily guided through the installer)&lt;/li>
&lt;li>Go to Synaptic Package Manager&lt;/li>
&lt;li>Search for &lt;em>virtualbox&lt;/em>&lt;/li>
&lt;li>Install virtualbox-ose module for your kernel (like &lt;em>linux-image-2.6.24-16-generic&lt;/em>)&lt;/li>
&lt;li>Install virtualbox-ose-guest module for your kernel (like &lt;em>linux-image-2.6.24-16-generic&lt;/em>)&lt;/li>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Users and Groups&lt;/li>
&lt;li>In &lt;em>Manage Groups&lt;/em> find &lt;em>vboxusers&lt;/em>, click &lt;em>Properties&lt;/em> and add your user to this Group&lt;/li>
&lt;li>Logout from Ubuntu&lt;/li>
&lt;li>Back to VirtualBox&lt;/li>
&lt;li>Go to Settings &amp;gt; CD/DVD-ROM and mount your Windows CD or iso Windows file&lt;/li>
&lt;li>Start the Virtual Machine and install Windows&lt;/li>
&lt;li>Tip: Click in the VirtualBox window to get the mouse pointer into Windows and click Alt+Ctrl to get the mouse pointer back to Ubuntu&lt;/li>
&lt;li>Note: I used &lt;a href="http://www.gnome.org/projects/brasero/">Brasero&lt;/a> to create a ISO image of Windows XP&lt;/li>
&lt;/ul>
&lt;h2 id="share-folders-with-the-virtual-machine">Share folders with the Virtual Machine&lt;/h2>
&lt;ul>
&lt;li>In the VirtualBox window go to Devices &amp;gt; Install Guest Additions&lt;/li>
&lt;li>This will download an iso image file, mounting it in Windows and install &lt;em>Guest Additions for Windows&lt;/em>&lt;/li>
&lt;li>Shutdown Windows&lt;/li>
&lt;li>Go to Settings &amp;gt; Shared Folder and add the folders you want to share&lt;/li>
&lt;li>Start Windows and map a Network Drive to:&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-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>\\vboxsvr\yoursharedfolder
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="virtualbox-running-modes">VirtualBox running modes&lt;/h2>
&lt;ul>
&lt;li>Windowed: in this case Windows will be displayed in a window&lt;/li>
&lt;li>Fullscreen: in this case Windows will be displayed in full screen&lt;/li>
&lt;li>Seemless mode: in this case Windows will be integrated into Gnome&lt;/li>
&lt;/ul></description></item><item><title>Ubuntu in my desktop (installation)</title><link>https://paapereira.xyz/ubuntu-in-my-desktop-installation/</link><pubDate>Thu, 01 May 2008 14:35:00 +0100</pubDate><guid>https://paapereira.xyz/ubuntu-in-my-desktop-installation/</guid><description>&lt;p>Tomorrow (01/05) is an holiday in Portugal and today it was a nice day to start installing Ubuntu in my Desktop :-)&lt;/p>
&lt;p>The first reference for my eXPerience is my own &lt;a href="https://paapereira.xyz/posts/ubuntu-in-my-desktop-status/">post&lt;/a> where I address several important points to check before installing and to achieve.&lt;/p>
&lt;h2 id="running-the-live-cd">Running the live cd&lt;/h2>
&lt;p>So, the first thing was downloading &lt;a href="http://www.ubuntu.com/">Ubuntu&lt;/a> 32 bits, checking the downloaded file hash (look for more info &lt;a href="https://paapereira.xyz/posts/upgrading-to-hardy/">here&lt;/a> and burning the cd.&lt;/p>
&lt;p>After booting from the cd is important to check the integrity of the cd. Burning cds also fails.&lt;/p></description></item><item><title>Ubuntu in my desktop (status)</title><link>https://paapereira.xyz/ubuntu-in-my-desktop-status/</link><pubDate>Tue, 29 Apr 2008 21:45:00 +0100</pubDate><guid>https://paapereira.xyz/ubuntu-in-my-desktop-status/</guid><description>&lt;p>I&amp;rsquo;m preparing to install &lt;a href="http://www.ubuntu.com/">Ubuntu 8.04 &amp;ldquo;Hardy Heron&amp;rdquo;&lt;/a> in my desktop machine.&lt;/p>
&lt;h2 id="before-starting">Before starting&lt;/h2>
&lt;ul>
&lt;li>Try, using the Ubuntu live-cd, at least graphics, sound and cable network access (done)&lt;/li>
&lt;li>Backup important data (done)&lt;/li>
&lt;li>Decide the partition layout for all my hard drives (&lt;a href="https://paapereira.xyz/posts/partition-map/">example&lt;/a> (done)&lt;/li>
&lt;li>Rethink my home network (IPs, Windows workgroup names&amp;hellip;)&lt;/li>
&lt;li>Decide between Ubuntu 32 bits and Ubuntu 64 bits for my AMD Athlon 64BIT X2 DUAL-CORE 4200+ SKAM2 2.20 GB
&lt;ul>
&lt;li>I&amp;rsquo;ve decided to go with Ubuntu 32 bits (done)&lt;/li>
&lt;li>Check if both cores are beeing used (done)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;p>I will be dual-booting (for now) with Windows XP, and in order to release myself from Windows completely, here&amp;rsquo;s a &amp;ldquo;to achieve&amp;rdquo; list.&lt;/p></description></item><item><title>Upgrading to Hardy</title><link>https://paapereira.xyz/upgrading-to-hardy/</link><pubDate>Fri, 25 Apr 2008 00:56:00 +0100</pubDate><guid>https://paapereira.xyz/upgrading-to-hardy/</guid><description>&lt;p>And I&amp;rsquo;m set. I&amp;rsquo;m now officially running Ubuntu 8.04 LTS.&lt;/p>
&lt;p>The recommended (and easier) way to &lt;a href="http://www.ubuntu.com/getubuntu/upgrading">upgrade&lt;/a> from Ubuntu 7.10 is to use Update Manager. But the servers are clotted (April 25th)&amp;hellip;
I tried it two times and it just isn&amp;rsquo;t possible at this moment (yes, I want Hardy).&lt;/p>
&lt;p>So I downloaded the &lt;a href="http://www.ubuntu.com/getubuntu/download">alternate version of Ubuntu&lt;/a> (check bellow the &amp;ldquo;Start Download&amp;rdquo; button).
This version isn&amp;rsquo;t a live cd, and it can be used to upgrade Ubuntu.&lt;/p></description></item><item><title>Hardy is out</title><link>https://paapereira.xyz/hardy-is-out/</link><pubDate>Thu, 24 Apr 2008 19:36:00 +0100</pubDate><guid>https://paapereira.xyz/hardy-is-out/</guid><description>&lt;p>Here it his. &lt;a href="http://www.ubuntu.com/news/ubuntu-8.04-lts-desktop">Ubuntu 8.04 LTS&lt;/a>, codename Hardy Heron, is out.&lt;/p>
&lt;p>This is the second Long Time Support (LTS) release from Ubuntu and it will be supported for 3 years (instead of the normal 18 months).&lt;/p>
&lt;p>For those who don&amp;rsquo;t want to install a new OS every 6 to 18 months this is a great chance to do a fresh install and keep your desktop up and running, with full support, for a long time.&lt;/p></description></item><item><title>Firefox Tip: Opening Search results in a new tab</title><link>https://paapereira.xyz/firefox-tip-opening-search-results/</link><pubDate>Mon, 21 Apr 2008 19:11:00 +0100</pubDate><guid>https://paapereira.xyz/firefox-tip-opening-search-results/</guid><description>&lt;p>Here&amp;rsquo;s a useful tip to always open your Firefox search results in a new tab:&lt;/p>
&lt;ul>
&lt;li>In the address bar type &lt;em>about:config&lt;/em>&lt;/li>
&lt;li>Look for &lt;em>browser.search.openintab&lt;/em>&lt;/li>
&lt;li>Double click the &lt;em>False&lt;/em> value (in the Value column) to change it to &lt;em>True&lt;/em>&lt;/li>
&lt;li>Now try to search something in your favorite search engine&lt;/li>
&lt;/ul>
&lt;p>&lt;em>PS:&lt;/em> this works in every OS (at least Linux and Windows).&lt;/p></description></item><item><title>Conky</title><link>https://paapereira.xyz/conky/</link><pubDate>Mon, 21 Apr 2008 18:31:00 +0100</pubDate><guid>https://paapereira.xyz/conky/</guid><description>&lt;p>&lt;a href="http://conky.sourceforge.net/">Conky&lt;/a> (1.5.1) is an application that posts system monitoring info onto your Desktop. It is very light-weighted and very cool to play with.&lt;/p>
&lt;h2 id="steps-to-install">Steps to install&lt;/h2>
&lt;p>In the Terminal:&lt;/p>
&lt;ul>
&lt;li>install conky&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 conky
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>get a configuration example file (check a nicer one bellow)&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>zcat /usr/share/doc/conky/examples/conkyrc.sample.gz &amp;gt; ~/.conkyrc 
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="run-conky-in-the-terminal">Run *conky* in the Terminal&lt;/h2>
&lt;p>To have &lt;em>conky&lt;/em> automatically start when you boot Ubuntu, do the following:&lt;/p></description></item><item><title>Firefox Widgets</title><link>https://paapereira.xyz/firefox-widgets/</link><pubDate>Thu, 17 Apr 2008 21:58:00 +0100</pubDate><guid>https://paapereira.xyz/firefox-widgets/</guid><description>&lt;p>Firefox widgets (buttons, radio buttons, drop down menus, text fields and checkboxes) in Ubuntu don&amp;rsquo;t look so good. I don&amp;rsquo;t like it. And I&amp;rsquo;m not the only one.
So, we can change the images and CSS code for the widgets so Firefox will look really nice :)&lt;/p>
&lt;p>Here&amp;rsquo;s a tip from &lt;a href="http://ubuntuforums.org/showthread.php?t=369596">Ubuntu Forums&lt;/a>.&lt;/p>
&lt;h2 id="steps-to-make-firefox-widgets-look-good">Steps to make Firefox widgets look good&lt;/h2>
&lt;ul>
&lt;li>
&lt;p>Download the Firefox Widget Installer&lt;/p>
&lt;/li>
&lt;li>
&lt;p>available at the end of the first post (&lt;a href="http://ubuntuforums.org/attachment.php?attachmentid=40110&amp;amp;d=1186519785">direct link&lt;/a>)&lt;/p></description></item><item><title>Elisa Media Center</title><link>https://paapereira.xyz/elisa-media-center/</link><pubDate>Tue, 15 Apr 2008 21:03:00 +0100</pubDate><guid>https://paapereira.xyz/elisa-media-center/</guid><description>&lt;p>Today I was talking with a friend of mine about Media Centers. A little by change I found a great Open Source solution.&lt;/p>
&lt;p>It&amp;rsquo;s called &lt;a href="http://elisa.fluendo.com/">Elisa&lt;/a>.&lt;/p>
&lt;p>Here&amp;rsquo;s a little demo:&lt;/p>
&lt;p>&lt;a href="https://youtu.be/n_Hkr5GyrA0">https://youtu.be/n_Hkr5GyrA0&lt;/a>&lt;/p>
&lt;p>I had to try it. It is super simple to install.&lt;/p>
&lt;p>It all happens in the Terminal:&lt;/p>
&lt;ul>
&lt;li>First import the GPG key&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>wget http://elisa.fluendo.com/packages/philn.asc -O - | sudo apt-key add -
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>
&lt;p>Then add the Elisa package source to your sources list&lt;/p></description></item><item><title>Error while starting Ubuntu</title><link>https://paapereira.xyz/error-while-starting-ubuntu/</link><pubDate>Sat, 05 Apr 2008 16:45:00 +0100</pubDate><guid>https://paapereira.xyz/error-while-starting-ubuntu/</guid><description>&lt;p>Yesterday, when I was starting up my Ubuntu machine, the screen went white and I had to manually turn off the laptop.&lt;/p>
&lt;p>When I started it again the file system checkup (&lt;a href="http://en.wikipedia.org/wiki/Fsck">fsck&lt;/a>) started. I got a lot of yes or no questions about fixing several problems. Near the end fsck aborted and I was left in the terminal to try and fix the problem.&lt;/p>
&lt;p>I rebooted the system, but there was a X server error and it went to the terminal again.&lt;/p></description></item><item><title>Sharing Files with Windows</title><link>https://paapereira.xyz/sharing-files-with-windows/</link><pubDate>Fri, 21 Mar 2008 15:15:00 +0000</pubDate><guid>https://paapereira.xyz/sharing-files-with-windows/</guid><description>&lt;p>For sharing files with Windows you just have to follow this steps:&lt;/p>
&lt;p>Got to System &amp;gt; Administration &amp;gt; Shared Folders&lt;/p>
&lt;ul>
&lt;li>in the Shared Folders tab add the folders you wish to share&lt;/li>
&lt;li>in the General Properties tab type the Workgroup of your Network (as in Windows)&lt;/li>
&lt;/ul>
&lt;p>In the Terminal add yourself as a Samba user:&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 smbpasswd -a yourusername
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>That&amp;rsquo;s it. You can now access your shared folder using you Linux user.&lt;/p></description></item><item><title>Apache, PHP and MySQL</title><link>https://paapereira.xyz/apache-php-and-mysql/</link><pubDate>Thu, 20 Mar 2008 21:31:00 +0000</pubDate><guid>https://paapereira.xyz/apache-php-and-mysql/</guid><description>&lt;p>Ok, setting up &lt;strong>Apache&lt;/strong>, &lt;strong>PHP&lt;/strong> and &lt;strong>MySQL&lt;/strong> is super easy. I used this &lt;a href="http://ubuntuforums.org/showthread.php?t=684347&amp;amp;highlight=mysql+database+folder">tip&lt;/a> from Ubuntu Forum.&lt;/p>
&lt;p>I also want to import my site and database from Windows.&lt;/p>
&lt;h2 id="install">Install&lt;/h2>
&lt;ul>
&lt;li>Go to System &amp;gt; Administration &amp;gt; Synaptic Package Manager&lt;/li>
&lt;li>Now go to Edit &amp;gt; Mark Packages by Task&lt;/li>
&lt;li>Choose LAMP Server (Linux/Apache/MySQL/PHP server)&lt;/li>
&lt;/ul>
&lt;p>In my case, the Ultimate Edition already had this installed :-)&lt;/p>
&lt;p>I just updated Apache, MySQL and PHP using System &amp;gt; Administration &amp;gt; Update Manager.&lt;/p></description></item><item><title>Automatix</title><link>https://paapereira.xyz/automatix/</link><pubDate>Thu, 20 Mar 2008 17:51:00 +0000</pubDate><guid>https://paapereira.xyz/automatix/</guid><description>&lt;p>Now a great piece of software to help you install a bunch of stuff: &lt;a href="http://www.getautomatix.com/">Automatix&lt;/a>&lt;/p>
&lt;p>I started with an update (Automatix already installed) using Update Manager.&lt;/p>
&lt;p>I then installed:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Codecs and Plugins&lt;/p>
&lt;ul>
&lt;li>MPlayer Plugin for Firefox&lt;/li>
&lt;li>Ubuntu Restricted Extras and Multimedia Codecs&lt;/li>
&lt;li>W32-DVD Codecs&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Email Clients&lt;/p>
&lt;ul>
&lt;li>CheckGmail&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Miscellaneous&lt;/p>
&lt;ul>
&lt;li>Extra Fonts&lt;/li>
&lt;li>Nautilus Scripts (open as root option)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Office&lt;/p>
&lt;ul>
&lt;li>Acrobat Reader&lt;/li>
&lt;li>Google Earth&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;p>Check for other useful software yourself :-)&lt;/p></description></item><item><title>Desktop customization</title><link>https://paapereira.xyz/desktop-customization/</link><pubDate>Thu, 20 Mar 2008 17:21:00 +0000</pubDate><guid>https://paapereira.xyz/desktop-customization/</guid><description>&lt;p>So far I only changed the clock type to 24 hour.&lt;/p></description></item><item><title>Administration tasks</title><link>https://paapereira.xyz/administration-tasks/</link><pubDate>Thu, 20 Mar 2008 17:02:00 +0000</pubDate><guid>https://paapereira.xyz/administration-tasks/</guid><description>&lt;p>So far I&amp;rsquo;ve pass through:&lt;/p>
&lt;p>System &amp;gt; Administration &amp;gt;&lt;/p>
&lt;ul>
&lt;li>BootUp-Manager: I disabled &amp;ldquo;Common files for NVIDIA video cards&amp;rdquo; (ATI on my laptop) and &amp;ldquo;Bluetooth services&amp;rdquo;. Something to investigate a little more though.&lt;/li>
&lt;li>Login Window: Changed the Theme to &amp;ldquo;Human&amp;rdquo; and disabled the login screen sound&lt;/li>
&lt;li>Network: Already manually configured my IP&lt;/li>
&lt;li>Time and Date: I like to keep my OS clock using a NTP server (&lt;em>ntp02.oal.ul.pt&lt;/em>)&lt;/li>
&lt;/ul></description></item><item><title>Changing preferences</title><link>https://paapereira.xyz/changing-preferences/</link><pubDate>Thu, 20 Mar 2008 16:41:00 +0000</pubDate><guid>https://paapereira.xyz/changing-preferences/</guid><description>&lt;p>So far I&amp;rsquo;ve changed:&lt;/p>
&lt;p>System &amp;gt; Preferences &amp;gt;&lt;/p>
&lt;ul>
&lt;li>Appearance: I don&amp;rsquo;t really like the default Ultimate Edition theme, so I chose the Human theme and changed the Background&lt;/li>
&lt;li>Keyboard: I had the EuroSign to the E key&lt;/li>
&lt;li>Keyboard Shortcuts: Now the &amp;ldquo;Windows key&amp;rdquo; shows the panel menu (it&amp;rsquo;s the Start Menu in Windows) and the &amp;ldquo;Menu key&amp;rdquo; activates the window menu (right mouse button)&lt;/li>
&lt;li>Mouse: I never liked the &amp;ldquo;Tap to Click&amp;rdquo; option&lt;/li>
&lt;li>Power Management: Changed some timeout options and had the Notification icon always on&lt;/li>
&lt;li>Screensaver&lt;/li>
&lt;li>Sessions: I disable the Bluetooth Manager&lt;/li>
&lt;li>Sound: I like it quiet&lt;/li>
&lt;/ul></description></item><item><title>Hardware: first impression</title><link>https://paapereira.xyz/hardware-first-impression/</link><pubDate>Thu, 20 Mar 2008 16:28:00 +0000</pubDate><guid>https://paapereira.xyz/hardware-first-impression/</guid><description>&lt;p>Uppon first boot all my hardware seems to be working, including my graphics card, the mute sound button and even the SD Card Reader (this one doesn&amp;rsquo;t work out of the box in Windows).&lt;/p>
&lt;p>So far I only had to manually config my wired connection (I have DHCP turned off) and restart the network service.&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 /etc/init.d/networking restart
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div></description></item><item><title>Partition Map</title><link>https://paapereira.xyz/partition-map/</link><pubDate>Thu, 20 Mar 2008 16:13:00 +0000</pubDate><guid>https://paapereira.xyz/partition-map/</guid><description>&lt;p>First thing to decide is how will I partition my hard drive.&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-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>/dev/sda
&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> /dev/sda1 ext3 / 10240 MB
&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> /dev/sda5 ext3 /home 10240 MB
&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> /dev/sda6 ext3 /data 58547 MB
&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> /dev/sda7 swap 1028 MB
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>I used some useful resources to decide:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="http://ubuntuforums.org/showthread.php?t=282018">Ubuntu Forums Partition Basics&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://ubuntu-tutorials.com/2006/12/20/explanation-of-the-ubuntu-linux-file-structure-ubuntu-all-versions/">Explanation of the Ubuntu / Linux file structure&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>Ubuntu Ultimate Edition</title><link>https://paapereira.xyz/ubuntu-ultimate-edition/</link><pubDate>Thu, 20 Mar 2008 16:06:00 +0000</pubDate><guid>https://paapereira.xyz/ubuntu-ultimate-edition/</guid><description>&lt;p>I chose &lt;a href="http://ultimateedition.info/">Ubuntu Ultime Edition&lt;/a>, based on &lt;a href="http://www.ubuntu.com/getubuntu/releasenotes/710">Ubuntu 7.10 Gutsy Gibson&lt;/a> because it added a lot of useful software and configuration out of the box.&lt;/p>
&lt;p>Having tried it on my laptop I saw everything I needed to get me started, from hardware to software, was already there. So I backup all my data and started my eXPerience.&lt;/p>
&lt;p>PS: I had Windows XP Professional Edition installed&amp;hellip;&lt;/p></description></item><item><title>[ Starting ]</title><link>https://paapereira.xyz/starting/</link><pubDate>Thu, 20 Mar 2008 15:54:00 +0000</pubDate><guid>https://paapereira.xyz/starting/</guid><description>&lt;p>This blog is intended to log my latest experience in Linux.&lt;/p>
&lt;p>Through the years I have tried out several &lt;a href="http://distrowatch.com/">distributions&lt;/a> such as Red Hat (and later Fedora), Suse, Mandrake (now Mandriva) and the Portuguese Caixa Mágica.&lt;/p>
&lt;p>There were always something that drove me back to Windows and as the years passed the free time started to be insufficient to allow me dive right into it.&lt;/p>
&lt;p>I recently decided to format my laptop and install Ubuntu. I started by dual booting it with Windows to try it out first, but soon (in the same day actually) the eXPerience begun.&lt;/p></description></item></channel></rss>