Archive for February, 2010
Nexus One after a couple weeks
by Fred on Feb.13, 2010, under Uncategorized
Great phone. Got a primer for a European. Worth the money $529, especially when converted in EUR. I love it ![]()
2 days battery being conservative, no crash, responsive. Will only get better with time I guess, as Android evolves. No regret over getting an iPhone.
Upgrading to OpenOffice 3.2
by Fred on Feb.13, 2010, under openSUSE
Add the OpenOffice STABLE repo using zypper (if not already)
sudo zypper ar http://download.opensuse.org/repositories/OpenOffice.org:/STABLE/openSUSE_11.2 OOo_STABLE
Update using zypper, with following commands. Since the regular OpenOffice doesn’t come from this repository, you have to use the –from parameter
sudo zypper dup --from OOo_STABLE
Note: It is a double-dash in front of the “from” parameter. Thanks for the comments.