
Why I use picasa instead of flickr, photobucket or my own self hosted images? It’s simple: space and comfort.
I dont use my own domain space to store my pics because I use a lot of screenshots. (I don’t use them all in this blog) So I really need the 2GB space that Google offers me to store all my pics. (mostly all my geeky and public-use pics) I don’t need to worry about the space in my domain. It’s like posting software or movies in rapishare instead of my blog to avoid internet traffic or other probelms, I could store my own pics but, hey! why bother? let Google do the job.
Now, I chose Google instead of a huge amount of options because Picasa has a desktop utility for Ubuntu… and it works, (it really does) with no virtualization issues, no wine-cfg nutcrack. I just installed Picasa in a few steps:
Edit the repo’s list:
sudo gedit /etc/apt/sources.list
add a repo (as always)
# Google testing repository
deb http://dl.google.com/linux/deb/ testing non-free
Get the public key, and add it:
sudo wget https://dl-ssl.google.com/linux/linux_signing_key.pub
sudo apt-key add linux_signing_key.pub
sudo rm linux_signing_key.pub
update & upgrade the repo’s list
sudo apt-get update
sudo apt-get upgrade
install Picasa
sudo apt-get install picasa
With this I can go to Applications/Graphics/Picasa. Then, I can manage my local data (pics from the pc), my web albums (public and private), upload, download, edit and delete pics as I wish. Now I can use my screenshots directly from my web album for my weblog posts. I can redirect the users to the albums that they need (remember the virtualbox how-to that I made?) and keep control of my stuff.
All this sounded like a cheap commercial for Google, but that’s far form the truth, I’m only saying that Picasa works well in my Ubuntu 7.10 desktop, and I needed to practice my English! ;p