Linux Basic command Abbreviation
YUM-Yellow update modifier Httpd- http daemon DNS – Domain Name service PWD -persent working directory cd- chagne direcorty BIND-Berkeley Internet Name Domain chmod-change mode ls-list file rmdir – remove directory mkdir – make direcotory chown – change owner ship bg – background job fg – foreground job cp- copy file bind Desktop Ctrl+Alt+D Terminal Alt+F2
Installation Steps for mod_security in Linux
1. Login to your server through SSH and su to the root user. 2. First your going to start out by grabbing the latest version of mod_security wget http://www.modsecurity.org/download/mod_security-1.7.4.tar.gz 3. Next we untar the archive and cd into the directory: tar zxvf mod_security-1.7.4.tar.gz cd mod_security-1.7.4/ 4. Now you need to determine which version of apache […]
Basic thing about Cpanel what is cpanel
Cpanel it is provide GUI interface Provides web site management tools through a web-based, user friendly interface eMail administration File Manager and Disk Space Manager Domain controls Web States General Account Information Database manager
How to reset webmail email password in linux hosting
Step1:Login to your hoting control panel step2:click>>Email accounts it will show the list of email accounts. Step3:In these email account select function as change password for which email id you want to change password. Step4: then it will ask your New password step5 : confirm password and change it.
Installing and configuring CMQ(ConfigServer Mail Queues) in Linux with Cpanel
Login to ssh and follow the below steps to install CMQ: rm -fv cmq.tgz wget http://www.configserver.com/free/cmq.tgz tar -xzf cmq.tgz cd cmq sh install.sh