Daily Life

My Own Dictionary-[Chaotically arranged in an order]


Recursively delete .svn directories

find . -type d -name '.svn' -exec rm -rf {} \;
How to drastically decrease application load times in Linux
sudo apt-get install preloader
nslookup localhost 


network details of your computer
Process date time related 


ps aux
ps -ef