How to use custom UserAgent with Invoke-WebRequest on Powershell? [New Question]

A quick question, answered on Heelpbook, about “How to user custom UserAgent with Invoke-WebRequest on Powershell?”, sometime useful while testing some code interacting with websites using Powershell code. Read More …

Configuring OCSP Stapling for Let’s Encrypt in Nginx [New Question]

A quick question, answered on Heelpbook, about “Configuring OCSP Stapling for Let’s Encrypt in Nginx”, that helps checking the revocation status of a digital certificate issued by Let’s Encrypt, on Nginx. Read More …

How to generate a Diffie-Hellman 4096-bit Key in less time [New Question]

A quick question, answered on Heelpbook, about “How to generate a Diffie-Hellman 4096-bit Key in less time”. This can save time when we need to generate a DH 4096 bit key on a Linux system, usually used to harden a SSL/TLS configuration for web servers, but also used for SSH, IPSec, SMTPS protocols. Read More …

Find Apache httpd.conf/apache2.conf Configuration File [New Question]

A quick question, answered on Heelpbook, about how to “Find Apache httpd.conf/apache2.conf Configuration File”. This can save time when there’s need to configure an existing httpd/Apache web server already installed on a Linux system. Read More …

Find PHP (php.ini) Configuration File on Linux [New Question]

A quick question, answered on Heelpbook, about how to “Find PHP (php.ini) Configuration File on Linux”. This can save time when there’s need to configure an existing PHP installation on a Linux system. Read More …