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

Monday, November 8, 2010

Making An Ubuntu Bootable Disk

First, you have to have the Ubuntu ISO File. <-- Click the link to download :)

1. Insert your USB flash drive into your computer.


2. Go to System->Administration->Startup Disk Creator.


3. Provide the information to create the Ubuntu bootable flash disk. If possible, max out the stored reserved space.

Actually this tutorial is from my O.S. professor, Sir Dom Cimafranca. So this thing is "Things I Learned At School"...LOL xD

Installing Compiz Fusion in Ubuntu

1. Open Terminal and type...
sudo apt-get install compiz compizconfig-settings-manager

2. Press ALT+F2
type compiz --replace

3. Press ALT+F2 again
type ccsm

4. Done!


for more information click here