Protected: Get cPanel users over xx MB
There is no excerpt because this is a protected post.
Tips, tricks, how-to, tutorials – all about Information Technology – Since 2004
There is no excerpt because this is a protected post.
Sometimes it is necessary to edit in bulk all wp-config.php form all WordPress websites that are present in a cPanel server. We can start build that list first, then we can use commands like sed in order to bulk modify settings. This is just the method to generate this list: find /home -type f -name … Read more
Display SAN of an SSL connections, example for google.com: openssl s_client -host google.com -port 443 | openssl x509 -noout -ext subjectAltName