Linux Screen Commands!

# Start Screen: screen -S scan # Detatch Screen: Ctrl-a d # Re-attach Screen: screen -x or screen -x PID OR screen -r <session name> #screen -ls There is a screen on: 6329.RV (Detached) 1 Socket in /var/run/screen/S-root. #Remove Screen :- screen -a OR exit

See More

Disable webmail interface for One domain

How  to disable ‘Horde’ and ‘Neomail’ for single user or domain on cPanel server Just go through following steps: vim /var/cpanel/users/anydomain_user and add the following lines  in it. skiphorde = 1 skipneomail = 1 Thats it.  

See More

Domain Configuration files in Cpanel server

In following files we can see domains entry on cPanel server /var/cpanel/users/username /scripts/updateuserdomains /var/named/domain.db /etc/named.conf /usr/local/apache/conf/httpd.conf /etc/localdomains /etc/userdomains /etc/trueuserdomains /etc/trueuserowners /etc/valiases/domain.com /etc/vdomainaliases/domain.com /etc/vfilters/domain.com

See More