Archive

Archive for the ‘Ubuntu’ Category

My new machine.

April 28th, 2008 1 comment

About one week ago, I bought a new desktop machine for me. It’s a Intel® Core™2 Duo E4500 with 1Gb of RAM, DVD-RW and 160Gb SATA. The motherboard is a GigaByte™ one with all on-board.

But, the most important thing is that I could install the 64bits (AMD64 port) testing version of Debian, and once the processor has two cores, I can start to learn more about OpenMP and multithreaded programming. I’m writing the steps I used to install the Debian in this machine (AMD64+boot by USB), and it will be available soon.

Other important thing, was about the default operating system that the computer’s shop wanted install in this machine. Here in Brazil, it’s common the computer’s shops installs not original versions of Windows when you buy a new machine. But, in this case, the shop I bought the machine installs by default a version of Ubuntu (I don’t know which one) in all new machines if the customer didn’t buy a Windows license. I thought this a great initiative from them. :-D

Categories: Debian, english, Linux, Ubuntu Tags: , , ,

Avant window navigator on Ubuntu – update.

March 11th, 2008 2 comments

I’m glad that my blog is working for something :-D Mark Lee saw my other post about the AWN on Ubuntu, and send me a comment about the incorrect repository link that I used.

Actually, the repository is not incorrect, but the owner has moved the repository to Launchpad, and the repository URL(s) have changed. So, here is the new URLs that you need add in your /etc/apt/sources.list file:

  1. deb http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main
  2. deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu gutsy main

Then, execute:

  1. sudo apt-get update
  2. sudo apt-get install avant-window-navigator-bzr awn-core-applets-bzr

For more information, see the official thread about the issue http://ubuntuforums.org/showthread.php?t=385981

Categories: english, Gnome, Ubuntu Tags:

Avant window navigator on Ubuntu.

February 28th, 2008 1 comment

First of all, I’d like to say that I am a happy Debian user, and I will not change it for any other distro – I have my reasons.

At work I use Debian testing (lenny) in a ThinkPad T42 as my official operating system. Additional to Debian I installed the LTC internal Linux distro, based on Ubuntu Gutsy, that I use as a “security system”, if some IBM application decides not work on Debian. At home, I have a desktop with Debian stable (etch).

After read a VentureCake post about “Using Avant without Gnome panel“, I decided to look closer this new window manager (new for me, because I’ve never heard about it before). As my first step, I looked the Avant window Manger official site to learn more. There, I saw that there are not official and stable (at least for me) packages of avant for Debian. So, my unique option was try it in Ubuntu.

Once Ubuntu is a son of Debian, it was very easy install avant (I love apt :-D ). First, I added the following lines in my /etc/apt/sources.list file:

  1. deb http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator
  2. deb-src http://download.tuxfamily.org/syzygy42 gutsy avant-window-navigator

Then, I had to download the repository key:

  1. wget -q http://download.tuxfamily.org/syzygy42/reacocard.asc -O- | sudo apt-key add -

After that, it was time to install the packages:

  1. sudo apt-get update
  2. sudo apt-get install avant-window-navigator-bzr awn-core-applets-bzr

OK. The avant was installed!!! Once installed, I gone to ApplicationsAccessoriesAvant Window Navigator, and the little dock bar was running. I did some modifications on its default configurations (SystemPreferencesAwn manager).

So, my screen now have a nice dock bar:

Avant window navigator on Ubuntu (screenshot)

Categories: english, Gnome, Ubuntu Tags: , , ,