How to disable ping command (ICMP echo)

Ping is a utility used to check whether a host is reachable. Ping will send ICMP echo request packets to the target host. According to Wikipedia, ping is: Ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network. It…

Continue ReadingHow to disable ping command (ICMP echo)

How to fix “Background and foreground colors do not have a sufficient contrast ratio” message

When running a Lighthouse test on your computer or online at https://pagespeed.web.dev/, you might get a message regarding the contrast of the text elements from your page: Lighthouse CONTRAST message CONTRASTBackground and foreground colors do not have a sufficient contrast…

Continue ReadingHow to fix “Background and foreground colors do not have a sufficient contrast ratio” message

How to check directives for all installed PHP versions

PHP directives are PHP options that are usually configured in php.ini files. You can consult the list of PHP directives here https://www.php.net/manual/en/ini.list.php On DirectAdmin servers, the php.ini files are located in /usr/local/phpXX/lib/php.ini where XX is the PHP version. For example,…

Continue ReadingHow to check directives for all installed PHP versions