Enable killwhom command at Linux server

Enable killwhom command at Linux server If killwhom command is not added in your server.then do below steps : pico  /bin/killwhom add following code. — ps -auxf|grep $1|awk ‘{print “kill -9 ” $2}’ — Save the File chmod 700 /bin/killwhom and run the command    ๐Ÿ™‚

See More

How to enable register_globals for a single website without putting an entire server security at risk?

How to enable register_globals for a single website without putting an entire server security at risk? * Go to your control panel and then click on File manager. * In your file manager, enter the public_html folder. * In the public_html folder you will see a file called .htaccess. * Select  the .htaccess  file and […]

See More

cPanel backend configuration files and Log Files Paths

cPanel backend configuration files and log files paths ======================================= /var/cpanel ======================================= accounting.log – Contains a list of accounting functions performed such as account removal and creation cpanel.config โ€“ Tweak settings for whm can be done in this file mainip โ€“ Main ip of the server is specified in this file maxemail – Maximum emails per […]

See More