"A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects." (Robert A. Heinlein)
Showing posts with label Libre-Office. Show all posts
Showing posts with label Libre-Office. Show all posts

Saturday, 18 February 2012

Linux Mint (on the EEEPC): fixing some post-installation issues

The installation (upgrade) of Linux Mint 12 on my EEEPC left the system with some little problem to be solved together with many applications that had to be reinstalled. Not all of these problems are Mint-specific since one, at least, hat its solution reported on a Ubuntu forum. And I'm not also sure if these problems appears after upgrading from Ubuntu to Mint 12 or after a fresh installation too. By the way all have been solved with a couple of shell commands. I spent more time looking for solutions than executing them, so I hope it might be useful to have them all in the same page.

Missing Windows boot option

The first thing I noticed once I rebooted the EEEPC just after installing Linux Mint was that the Windows boot opting was missing from the Grub boot menu. After a brief looking for it in the 'net I did find on Mint forum a couple of commands to solve it:
sudo os-prober
sudo update-grub

Sunday, 6 February 2011

Libre Office on Ubuntu Linux (and the EEEPC)

Libre Office is the latest development split from the more known Open Office project. There has been, recently, a lot of talking about it since it seems that it will be shipped in future Ubuntu's releases replacing Open Office. I decided to give it a first person look and install it on the EEEPC, where I usually write my blog posts.

Download and installation

Libre office isn't include yet in Ubuntu's repositories so installing is a little tricky but not difficult. I downloaded installation files from Libre Office download page. Installation files are three archives: a bigger main installation archive and smaller language and help-files archives. The download page properly recognised my operating system and language offering by default the correct files. A torrent download option is also available.
The downloaded archives contain a lot of .deb package files. After extracting all .deb files on the same folder I simply changed directory to where files where extracted and executed the following command on every folder:
sudo dpkg --install *.deb
Once the install process ended all programs of Libre Office suite have been made available in the “Office” folder of Ubuntu's NBR interface.