Posts tagged ubuntu
Ubuntu-BR @ FISL 11
Aug 21st
I should have written it before… But, finally I will write about what we did as Ubuntu-BR at FISL 11 (Free Software International Forum) in July, 2010.
FISL 11 was very good, altough some technical issues. The picture below was taken at the first day, when the stands’ area was closed, yet “under construction”:
On the second day everything was stabilized and many laptops came to our “island” to be installed or to have something configured, like webcams, 3g modems…
Unfortunately many ubunteros couldn’t go, but a very good team was there, most of Sao Paulo regional team of Ubuntu-BR. A special thanks to: Kemel Zaidan, Marcos Amorim (Mosca), Alexsandro Carvalho (Muambeiro), Diego Rodrigues, Thiago Bellini, (Aspira), Kretcheu (and someone else I may forgot the name) and André Gondim, who organized many things and made the main contacts.
Kemel Zaidan, Leonardo Amaral, Andre Noel (me) and André Gondim
Also we had a nice help from Fuctura (a brazilian Canonical partner), who gave us the banner and some gifts to share. Look the pictures below when the gifts was being raffled:
5º Ubuntu Brazil National Meeting
At the last day we had the 5º Ubuntu Brazil National Meeting, where we could talk about our community, how to participate and help. It was cool, because there were people from many places and we talked especially about Ubuntu-BR Regional Teams.
Also it was nice to find/meet some persons we only talked virtually and discover that they really exists…
Install Fest
Fortunately today the Linux install is very easy and we don’t need so much install fests, but many machines was installed there (I don’t know the number). Many people liked to see this MacBook Air running Ubuntu:
Lastly, FISL 11 was very good. We met more ubunteros we could imagine. Also many others user groups was there and it was nice to talk with them. Other distros also made a nice job there.
Now, let’s go to the Latinoware, FISL 12, and many others…
OpenShot on Ubuntu 10.04
Jan 1st
OpenShot is a nice video editor, but it isn’t on Ubuntu repositories yet. So, they have requested on Launchpad to be included on universe repositories on Ubuntu 10.04 (Lucid Lynx). If you want to help, do to the request page and mark the bug as “Yes, it affects me”.
[You need to be logged in to mark it]
Google history in 2 minutes
Oct 30th
I saw on Google Discovery, a video made by Google UK about the Google history. Very good! Watch it:
How to create signatures with images on Gmail
Oct 29th
A friend of mine asked me about why gmail don’t have signatures with images. I said: “What? Sure it has!” I never thought it was something strange, but he said that had never found a good way to do this. So, look this.
First, you have to enable two options on Labs (don’t know what’s Labs? Go to the end of the post, later came back).
Enable “Canned responses”:
And “Inserting images”:
So, click on “Compose Mail” and write a blank mail, just with your desired signature:
Then insert the image you want (look the button selected above):
It will be something like that:
Then you save you canned response:
And name it (please, a good name, easy to remember):
And this is it! You have created you signature with image!
And how can I use?
Well, write anything… Like that:
Then, insert your canned response:
And your mail will be something like that:
This is it.
Appendix – What’s “Labs”?
Like Google says: “Gmail Labs is a testing ground for experimental features that aren’t quite ready for primetime. They may change,break or disappear at any time.”
In a short way, Labs are very nice add-ons to your mail. Be careful, it addicts.
Very cool koala (9.10) T-shirt
Oct 29th
Today Ubuntu Karmic Koala will be released, and I didn’t buy a koala T-shirt yet (I’m accepting gifts). Look this:
Wow! I’m amazed! How they can do something so cool with just three circles (or elipses)?? If you want to buy one to send me, the link is: https://shop.canonical.com
Nerd Venn Diagram
Sep 11th
Just saw in Geeks are Sexy a Nerd Venn Diagram to determine which type of “nerd” you are:
Ubiquity for Firefox
Jul 31st
I installed Ubiquity on my Firefox and I’m a little crazy, because it’s very good…
See the video:
Ubiquity for Firefox from Aza Raskin on Vimeo.
Vacuum your Firefox databases for better performance
Jul 27th
A few days ago I marked an article to read later and I finally read it. It’s about how to Vacuum your Firefox databases for better performance.
According the post, “since Firefox 3.0, bookmarks, history and most storage is kept in SQLite databases”. So, optimize this databases is very healthy to Firefox.
And it’s very easy to do. On Ubuntu (I did on 9.04) install the sqlite3 package. Open the terminal and type:
sudo aptitude install sqlite3
After, still in terminal, access your Firefox profile folder:
cd ~/.mozilla/firefox/something_weird.default
In my computer, this something_weird.default is 73cm0ffy.default.
You can see many .sqlite files inside this folder, these are the database to optimize. To do this, close Firefox (only after read or copy this post
), then type, for each file:
sqlite3 file_name.sqlite vacuum
And there’s a way to vacuum all the files at once? Sure. You’re using a Linux terminal! To do this, type:
for i in *.sqlite; do sqlite3 $i vacuum; done
And done.
Starting Linux through Windows XP boot list (boot.ini)
Jul 22nd
Last week I had to recover the grub in a notebook after a Windows reinstall. The easiest way would be running an Ubuntu live cd and run the grub program. But I hadn’t a cd and tried with a bootable usb stick and… nothing. That notebook doesn’t boot by usb. I tried also with a sd card, but had the same problem…
The solution: Burn a CD? No. Let’s do something more criative…
Well, we know that Windows XP also has his boot list (boot.ini), so why not to put Linux on the list?
Unfortunately, it’s not so easy as edit the grub menu, but it’s still easy.
First, you have to create an image from the master sector of a HD which has the grub installed (I used my notebook). Open terminal and type:
sudo dd if=/dev/sda1 of=bootsect.lnx bs=512 count=1
Maybe you have to change /dev/sda1 for other device, depending on your HD.
This command creates the bootsect.lnx file. Put it on c:\ on Windows. After that we will edit the boot.ini on Windows.
There’s two ways to do this: you can edit the c:\boot.ini directly (it may be hidden and read-only) or you can right click on “My Computer”, go to “Preferences”, “Advanced” tab, and click the button to edit boot preferences. So the boot.ini is opened on notepad.
On boot.ini, paste the following line at the end of the file:
c:\bootsect.lnx="Linux"
Save, close and reboot.
Now your Windows asks you if you want to start Windows or Linux.
And voi là.
(I think it’s the biggest post I wrote in English, so forgive me for the mistakes)


















Recent Comments