Tell apache to gracefully reload its configuration. May need to use sudo.
$ apache2ctl graceful
Tell apache to gracefully reload its configuration. May need to use sudo.
$ apache2ctl graceful
| <?php | |
| $ch = curl_init('https://www.howsmyssl.com/a/check'); | |
| curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); | |
| $data = curl_exec($ch); | |
| curl_close($ch); | |
| $json = json_decode($data); | |
| echo "<pre>TLS version: " . $json->tls_version . "</pre>\n"; |
| <?php | |
| namespace App\System; | |
| use Spatie\ArrayToXml\ArrayToXml; | |
| trait GeneratesXml | |
| { | |
| /** | |
| * The XML template. |
https://github.com/logpresso/CVE-2021-44228-Scanner/
| Releases | File | [SHA256] (VirusTotal) |
|---|---|---|
| v1.6.3 | logpresso-log4j2-scan-1.6.3-win64.zip | 1F343158ADAA5A745E1ABF03A65D8281ADEF24A9E8AF2406BBE90D3A56DDF65F |
| v1.6.3 | logpresso-log4j2-scan-1.6.3-win64.7z | 7DC94727C4624770AB600F568C3D4009E8563EAA0452E9AE9DEECE5AF6A30B8B |
| v1.6.3 | log4j2-scan.exe | 9493F2281BFD15BCF9C1DF3CC1507A606389A512BB317469558CB9DF044BC28E |
| v1.6.3 | logpresso-log4j2-scan-1.6.3-linux.tar.gz | DCDA33200F98324818570A053101D9BB7CF39CBBCA2CB4F171AFE6B4DFDD2858 |
| v1.6 |
| version: 0.2 | |
| phases: | |
| pre_build: | |
| commands: | |
| # Hack to fix the symlinks that Codepipeline breaks | |
| # Applies to .tf files that contain only 1 line | |
| - for file in *.tf ; do awk 'NR==2{exit}END{exit NR!=1}' "$file" && sh -c "cat $file | xargs -I R2 ln -sf R2 $file"; done | |
| { | |
| "metrics": [ | |
| [ { "expression": "pricestorage+(ecpus/1000000*0.0038)", "label": "Serverless Elasticache Pricing", "id": "price", "yAxis": "right" } ], | |
| [ { "expression": "SUM(METRICS())/1000", "label": "ECPus", "id": "ecpus" } ], | |
| [ { "expression": "$YOUR_CLUSTER_GB_SIZE*0.14*24*30", "label": "PriceStorage", "id": "pricestorage", "yAxis": "right", "visible": false } ], | |
| [ "AWS/ElastiCache", "NetworkBytesOut", "CacheClusterId", "$YOUR_CLUSTER_NAME-001", "CacheNodeId", "0001", { "region": "$YOUR_REGION", "id": "m1", "visible": false } ], | |
| [ "...", "$YOUR_CLUSTER_NAME-002", ".", ".", { "region": "$YOUR_REGION", "id": "m2", "visible": false } ], | |
| [ "...", "$YOUR_CLUSTER_NAME-003", ".", ".", { "region": "$YOUR_REGION", "id": "m3", "visible": false } ], | |
| [ ".", "NetworkBytesIn", ".", "$YOUR_CLUSTER_NAME-001", ".", ".", { "region": "$YOUR_REGION", "id": "m4", "visible": false } ], | |
| [ "...", "$YOUR_CLUSTER_NAME-002", ".", ".", { "region": "$YOUR_REGION", " |