At last I figured out the problem with MySQL DB user creation that I got!!! Here is the error details: When I tried to create a new database user through cPanel I got the following error! The adminbin “hooks” in…
Block whole countries accessing server/website except you wants – CSF
Hey guys! We already discussed one of the amazing option in CSF for blocking/allowing countries. The usage of “CC_ALLOW” and “CC_DENY” to allow and deny countries with its country code. You can refer this from the link added below: How…
Simple script to list dedicated IP address usage of domains under a Reseller – WHM/cPanel
In a cPanel server, the dedicated IP address usage is listed in the “/etc/domainips” file. You can simply find the dedicated IP address of a particular domain from here. Here, I am explaining a simple backend script for listing all…
LiteSpeed update released against Shellshock vulnerability
A critical code execution vulnerability affecting BASH has been discovered on September 24, 2014 in CentOS based servers. To fix this problem, you need to update BASH to the latest version. BASH version less than bash-4.1.2-15.el6_5.1.x86_64 seems to be vulnerable. LiteSpeed…
CVE-2014-6271: remote code execution through bash – Critical BASH vulnerability discovered
Critical BASH vulnerability discovered – update BASH on your CentOS Linux server!!! ## Shellshock vulnerability..!! Summary >> A critical code execution vulnerability (Remote) affecting bash (Unix shell) has been discovered on September 24, 2014. >> The vulnerability occurs because bash…
Keep a log for total number of connections to a particular port from Foreign Address
Is there any log entries to find-out directly the total number of connections in server? In some high connection high load servers, this log would be helpful to monitor and tune the server with number of connections on it. We…
How to change SSH port of a server with Webmin control panel
Hey! It’s really cool to change the SSH port of the server which has Webmin as web-hosting control panel. Every web-server owner may not have enough knowledge to manage those things via Linux shell command. In those cases, a control…