Using Ethtool we can set it as follows. # ethtool -s eth0 speed 100 duplex full # ethtool -s eth0…
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…
Add the following line to your init script for the network echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all This disables ping responses. To reenable,…