Archive for the 'Linux' Category

How to remove all .svn folder in Linux / Mac?

Tuesday, June 24th, 2008

Few days ago, i’m looking for way to delete all the .svn folder. Today i found the way to delete all .svn folder from my project folder in Linux.
To delete all .svn folder in Linux just follow the steps below:-

Linux: How to mount iso image file

Monday, August 27th, 2007

These few days i’m playing around with Xen Hypervisors. Downloaded CentOS 5 iso image, Fedora 7 iso image and Debian iso image. So to avoid wasting too much CD to burn these image, linux provide a way to mount these iso image file and let you access the files in the iso image instantly.
Below [...]

Linux - How to check memory usage

Friday, July 20th, 2007

If you are running Linux on a low memory machine, then you’d probably want to know how to check memory usage. Once you check your memory usage, you will know where your memeory being used, so you can turn off those service that you do not use.
There are few ways to check memory usage [...]