<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Lucid Lynx on paapereira.xyz</title><link>https://paapereira.xyz/tags/lucid-lynx/</link><description>Recent content in Lucid Lynx 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>Sat, 29 May 2010 17:26:00 +0100</lastBuildDate><atom:link href="https://paapereira.xyz/tags/lucid-lynx/index.xml" rel="self" type="application/rss+xml"/><item><title>Install Chromium with Lucid looks</title><link>https://paapereira.xyz/posts/2010/05/install-chromium-with-lucid-looks/</link><pubDate>Sat, 29 May 2010 17:26:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2010/05/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/posts/2010/05/oracle-vm-virtualbox-32/</link><pubDate>Wed, 19 May 2010 22:44:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2010/05/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/posts/2010/05/installing-ubuntu-1004-lucid-lynx-on_5260/</link><pubDate>Thu, 06 May 2010 09:12:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2010/05/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>ufw - Ucomplicated Firewall</title><link>https://paapereira.xyz/posts/2008/06/ufw-ucomplicated-firewall/</link><pubDate>Tue, 10 Jun 2008 15:49:00 +0100</pubDate><guid>https://paapereira.xyz/posts/2008/06/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></channel></rss>