Category Archives: solve boot

Video – Fix .ICEauthority by danny6465

AddThis

Fix .ICEauthority problem at Linux boot up

After upgrading my Ubuntu 10.04 LTS I had an error window at every boot up session. The message advised me about:

Could not update ICEauthority file /home/username/.ICEauthority

ICEauthority is the Inter-Client Exchange (ICE) Protocol that allows  authentication, negotiation, setting up and taking down connections between programs. In few words, if two programs have the same cookies, they will talk and exchange data through ICEauthority.

To fix this matter open the Terminal and type:

ls -al

Then you find a line similar to this:

-rw——-  1 root        root           35226 2011-10-06 00:24 .ICEauthority

This means that your profile (username on a Linux OS) is not allowed to manage ICEauthority and you have to gain full permission to solve the boot up problem:

sudo chown username:username ~/.ICEauthority

Where username is your user profile on Linux.

Then type:

sudo chmod u+rw ~/.ICEauthority

To check if you succeeded, type again:

ls -al

and this time you will find a line like this:

-rw——-  1 username username    35226 2011-10-06 00:24 .ICEauthority

That’s all! AddThis

Video – Change GRUB menu list by curemind

AddThis

Lubi: the Linux based Ubuntu Installer

LubiLubi is a useful tool for all people who like to experiment different Linux OS on their PCs. In particular Lubi has been thought to let you install Ubuntu in just few clicks and without risking annoying “secondary effects” on your computer. In our Linux Page (in Spanish) we have posted a small but effective review with all the necessary links to the Lubi project and we have also listed all the Linux OS (PCLinuxOS 2007 32-bit, openSUSE 10.2 32-bit, Gentoo 2007.0 32-bit, etc..) already tested for a safe -Lubi- use. We strongly recommend Lubi for all users who want to deeply test Ubuntu (and its features) without starting from the Live CD. AddThis

Wubi: one of the best Ubuntu installers for Windows users.

Wubi HomepageToday, in our Linux page we have posted a brief review about Wubi: a simple and effective Ubuntu installer for Windows users. With just few clicks you can easily install Ubuntu without modifying the partitions on your pc (for this reason there are no -or very low- risks of “fatal errors” for your computer). All the Ubuntu files are stored in just a single folder so it is very simple to uninstall Ubuntu if you decide not to use it anymore. In few words, Wubi allows Linux beginners to try all the positive features of Ubuntu without risking undesirable secondary effects. Recommended! AddThis

BUM (Boot-UP Manager): the boot configuration utility for Ubuntu

Boot-Up ManagerToday, in our Linux page we post a review about BUM a powerful, graphic Boot-up Manager for Ubuntu. Using this light software you can modify and decide what programs run at startup. BUM is a very useful tool, precious especially when you notice that your Ubuntu boot is becoming slower than in the past. Initializing the Boot-up Manager is very simple and fast: recommended for the Linux beginners (like us)! AddThis

How to solve upgrade problems in Ubuntu: some brief notes.

UbuntuYesterday a new version of Ubuntu (Feisty Fawn 7.04) has been released. This new version seems to be more powerful and enjoyable than the 6.10 and we hope it will actively contribute to spread the use of Linux. For people using Ubuntu 6.10, Ubuntu released simple and brief instructions to upgrade fast the OS.
In our Linux Page, we posted a brief tutorial about solving problems generated by an Ubuntu upgrade (this kind of problems is not common but unfortunately sometimes it happens..). The post, inspired some Italian blogs we found on the web, is very simple and effective and we hope it could be useful… in case of emergency. See you soon!

Super Grub: how to solve boot problems in Linux, Windows, OS Independent

Super GrubSuper Grub is a very practical and useful free bootable cd which can be very useful when you need to solve boot problems in Linux, Windows and other OS Independent. In our Linux page, Frank wrote a descriptive post about the many features you can find (and effectively use) in this terrific bootable cd. Super Grub is very light (just 1.45 MB of cdrom .iso), supports seven different languages and can be downloaded also in its floppy disk version.