Wednesday, November 23, 2011

Moving to the last directory : linux

to go back to the last directory use cd -
else you can use 

Pushd allows you to specify the directory your about to move into. The syntax is exactly the same as cd, ie: pushd /anydir/anylocation/.

Popd allows you to jump directly back to the directory you just push'd from. The syntax is simply popd

 


Friday, November 4, 2011

fixed: annoying pop up from Kpackagekit telling for ubuntu 11.10 upgrade

Open the release-upgrades file

sudo vi /etc/update-manager/release-upgrades

change

Propmt=normal  

to

Prompt =never