You are here: Portal Home > Knowledgebase > Please Login or Register

The knowledgebase is organized into different categories. Either choose a category from below or search the knowledgebase for the answer to your question.

Search

Categories

Folder cPanel (1)
cPanel questions and answers
Folder Linux (4)
Linux command line tips and tricks

Most Popular Articles

Article 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: 109
Article 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: 14
Article 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: 14
Article 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: 12
Article 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: 11