Monitor Linux software RAID array with e-mail notification
When using software RAID on Linux, one fast way to know the status of your RAID array is to check /proc/mdstat. If you want to setup an automated...
Views: 299
What scripts can Fantastico Install?
Blogs: b2evolution (2.4.2) (website) Nucleus (3.32) (website) WordPress (2.6.3) (website) Classifieds: Noah.s Classifieds (V8 (2.4.1))...
Views: 159
How to change the target of a symbolic link
To change the target of a symbolic link in linux, you can use the following command.
ln -f -s /path_to_directory /symbolic_link
The -f switch...
Views: 139
Searching for files containing a specific text string in Linux
The find and locate commands are great for finding files themselves, but sometimes you need to search for files that contain specific text. To...
Views: 92
Changing permissions on directories only
You may need to change permissions for directories under a directory tree, without changing permissions for the files themselves. In the example...
Views: 76