Tuesday, November 22, 2011

NEW BLOG.

I have moved my blog to http://devpod.wordpress.com/ due to many reasons. Kindly click the link to follow my posts and tutorials. Thank you!

NEW BLOG.

I have moved my blog to http://devpod.wordpress.com/ due to many reasons. Kindly click the link to follow my posts and tutorials. Thank you!

Sunday, May 1, 2011

Sunday, January 9, 2011

Fixing "there is a problem with the configuration server (/usr/lib/libgconf2-4/gconf-sanity-check-2 exited with status 256)" in Ubuntu

You'll see this when Ubuntu just finished booting and you're about to login to your account.


Simple, just open the terminal and type this:

chmod 755 /home/x

where x is your username, then restart :)

source

Fixing "Could not update ICEauthority file /var/lib/gdm/.ICEauthority"

You'll see this when Ubuntu just finished booting and you're about to login to your account.


Simple, just open the terminal and type this:

sudo chown -R gdm: /var/lib/gdm


then restart :)



source