My Blog

All about my activities, Ideas and everything.

Category: Ubuntu

Recursively delete file or folder from sub-directory

I used an example from deleting all .svn from sub-directory. 1rm -rf `find . -type d -name .svn`

Mastering Vi Common in just 10 minutes

I have just finished my Unix exam. I know somebody hates VI very much, because it is very hard to use. It is so command-line, something like that. But learning to use this editor is very useful because you never know when will you unable to use X-Window or when will you face with command-line [...]

Linux : Everything you need to know about configuration files

http://www.ibm.com/developerworks/linux/library/l-config.html