<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Karmic Koala on paapereira.xyz</title><link>https://paapereira.xyz/tags/karmic-koala/</link><description>Recent content in Karmic Koala on paapereira.xyz</description><generator>Hugo</generator><language>en-US</language><copyright>&lt;a href='https://creativecommons.org/licenses/by-nc/4.0/' target='_blank' rel='noopener'>©&lt;/a> 2008-2026 / &lt;a href='https://gitlab.com/paapereira/paapereira.gitlab.io' target='_blank' rel='noopener'>source code&lt;/a></copyright><lastBuildDate>Sun, 31 Jan 2010 22:33:00 +0000</lastBuildDate><atom:link href="https://paapereira.xyz/tags/karmic-koala/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing Ubuntu 9.10 Netbook Remix (Asus Eee 1000HE)</title><link>https://paapereira.xyz/posts/2010/01/installing-ubuntu-910-netbook-remix_31/</link><pubDate>Sun, 31 Jan 2010 22:33:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2010/01/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/posts/2010/01/virtualbox-31/</link><pubDate>Wed, 13 Jan 2010 21:47:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2010/01/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/posts/2009/11/gcstar-personal-collections-manager/</link><pubDate>Sun, 29 Nov 2009 19:26:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2009/11/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/posts/2009/11/installing-ubuntu-910-karmic-koala-on-the-desktop/</link><pubDate>Fri, 06 Nov 2009 14:18:00 +0000</pubDate><guid>https://paapereira.xyz/posts/2009/11/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/posts/2009/11/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/posts/2009/11/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></channel></rss>