Recovering the GRUB 2 Boot Loader by cgermany77 November 15, 2011
Posted by galigio in Computers & Internet, GNU/Linux, GRUB, Linux, Linux & OpenSource, linux boot, Linux Tips, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu tips.Tags: GNU GRUB, GRUB, GRUB configuration, kernel, Linux, Linux distribution, synaptic, Ubuntu, Ubuntu Software Center
1 comment so far
How to manage the GRUB and purge old Kernel versions on the start-up menu November 14, 2011
Posted by galigio in boot, boot manager, boot problem, boot up, Computers & Internet, GNU/Linux, GRUB, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 10.04, Ubuntu command line, Ubuntu tips.Tags: GNU GRUB, GRUB, GRUB configuration, kernel, Linux, Linux distribution, synaptic, Ubuntu, Ubuntu Software Center
1 comment so far
After a kernel update, you find the start-up menu populated with extra lines related to all the old kernel versions plus the current one. To manage the start-up manager and safely remove old kernels you have to manually operate on it.
First of all you have to double-check what is the current kernel version.
Open a Terminal and type:
uname -r
The result will be something similar to: 2.6.32-35-generic
Then you will go to the boot directory through the command:
cd /boot ls vmlinuz*
The next step will be to obtain more information about old kernel you have on our PC:
ls vmlinuz*
Now in the Terminal you have results similar to these:
vmlinuz-2.6.32-21-generic vmlinuz-2.6.32-25-generic vmlinuz-2.6.32-35-generic
vmlinuz-2.6.32-24-generic vmlinuz-2.6.32-26-generic
As last step you have to remove all the old version of the kernel using this command:
sudo apt-get remove linux-image-X.X.XX-XX-generic
where “x” is the obsolete kernel version you want to purge. In my specific case the proper command line I used was:
sudo apt-get remove linux-image-2.6.32-21-generic linux-image-2.6.32-24-generic linux-image-2.6.32-25-generic linux-image-2.6.32-26-generic
Last but not least go to System –> Administration –> StartUp Manager (available for installation on Synaptics or on Ubuntu Software Center) and select your OS choice in the Default Operating System menu. That’s all! 
Video – Compiz with Gnome Classic (Fallback Mode) – Ubuntu 11.10 by gotbletu October 29, 2011
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu 11.10, Ubuntu Documentation, Ubuntu tips.Tags: Compiz, News, News & Blogging, OS News, Technology News, Ubuntu, Ubuntu 11.10
add a comment
Video – Instalar LibreOffice en Ubuntu 10.04/10.10 by orthusnet October 19, 2011
Posted by galigio in Computers & Internet, Technology and Software, Linux, GNU/Linux, Linux & OpenSource, Freeware, Technology News, free software, Ubuntu, Technology, Noticias, News, Tech, Tecnologia, Noticias sobre Linux, software for Linux, Office, Oficina, Ubuntu 10.04.Tags: openoffice, Advanced Packaging Tool, LibreOffice, synaptic, Ubuntu trackback
add a comment
How to uninstall OpenOffice and install LibreOffice on Ubuntu 10.04 LTS October 18, 2011
Posted by galigio in Computers & Internet, Technology and Software, Linux, GNU/Linux, Linux & OpenSource, Freeware, Technology News, free software, Ubuntu, Technology, Noticias, News, Tech, Tecnologia, Noticias sobre Linux, Office, Oficina, Ubuntu 10.04.Tags: Ubuntu, openoffice, Advanced Packaging Tool, LibreOffice, synaptic
1 comment so far
At the end I decided! I want to uninstall OpenOffice on my Ubuntu 10.04 LTS and substitute it with an always updated LibreOffice. After some researches on the web I decide to develop my own procedure to be sure that LibreOffice will be always updated with the last available edition.
First of all it is necessary to remove OpenOffice:
- go to System –> Administration –> Synaptic Package Manager –> Quick Search and type OpenOffice
- Mark for Complete Removal all the installed OpenOffice software and Apply your choice, then exit the program
Now, open Terminal and add the PPA repository:
sudo add-apt-repository ppa:libreoffice/ppa
Update the system:
sudo apt-get update Last but not least, go back to Synaptic Package Manager –> Quick Search and type LibreOffice
Select the LibreOffice software and all the add-ons you prefer then Apply your choice.
That’s all! You have the last version of LibreOffice installed on your Ubuntu 10.04 LTS and you are also sure that Synaptic will update the packages when a new version is available! 
Video – What makes Ubuntu 11.10 so great? (by celebrateubuntu) October 13, 2011
Posted by galigio in Computers & Internet, GNU/Linux, Linux, Linux & OpenSource, OS News, Tech, Technology, Technology and Software, Technology News, Tecnologia, Ubuntu, Ubuntu Documentation, Ubuntu tips.Tags: News, News & Blogging, OS News, Technology News, Ubuntu, Ubuntu 11.10
1 comment so far
Video – Change GRUB menu list by curemind October 11, 2011
Posted by galigio in Computers & Internet, Technology and Software, windows, Linux, GNU/Linux, Linux & OpenSource, Technology News, Ubuntu, boot, boot problem, solve boot, solve boot problem, Technology, boot manager, Noticias, Tech, Tecnologia, tools, tutorial.Tags: Ubuntu, Linux, GRUB, tutorial, boot, Microsoft Windows, Sudo, GNU GRUB, Boot order
add a comment


























