Tag Archives: cmd

HOWTO setup and use OpenSSL local CA capabilities

Some weeks ago, to debug one of my programs, I needed my certification authority to produce my certificates, because self-signed certificates cannot be used anymore. After some days of investigations, I tracked down the process of setting up a local certification authority to produce all needed certificates using OpenSSL.exe (included in the library package) using the included OpenSSL.cfg. step 1 – create the needed folder-tree … Continue reading HOWTO setup and use OpenSSL local CA capabilities »

HOWTO enable/disable PING on Windows 10 firewall by command prompt

In Windows 10, the firewall blocks PING command messages by default. I presume that this setting is to improve the security of our PCs, but sometimes we need it because we have to investigate about network problems, … Since I find quite annoying to wander through hundreds of firewall rules, then I discovered the command lines to enable/disable the related firewall rules from an Administrative … Continue reading HOWTO enable/disable PING on Windows 10 firewall by command prompt »

HOWTO compress a folder by command line

NTFS file system has the ability to compress files and folders to save disk space.  The only drawback is that they will be read and written slower than the normal ones. Windows File Explorer displays them in blue instead of black, and it allows you to compress or expand by right-clicking them and selecting ‘Properties’ and then ‘Advanced’. Suppose that you have to compress a … Continue reading HOWTO compress a folder by command line »