Powered By Blogger

Sunday, 3 February 2013

Friday, 1 February 2013

Clear Recent files in ubuntu

sudo apt-get install activity-log-manager

Clear Recent files in ubuntu

sudo apt-get install activity-log-manager

Friday, 25 January 2013

Ubuntu 12.04 is not shutting down properly?

Try this

open terminal

sudo gedit /etc/default/grub

In this file replace

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
 
 by

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"


Then restart.

See the list of drives in ubuntu with UUID

sudo blkid -c /dev/null

then mount into it

sudo mount -t type /dev/sdb1 /mnt/drive2

Install User manage group UI

sudo apt-get install gnome-system-tools

Sunday, 20 January 2013

Adding apache www dir to php eclipse workspace

http://superuser.com/questions/426133/change-workspace-directory-of-eclipse-to-www