IIS Windows

How do I create a self signed certificate for IIS?

Download and install the win32 distribution of OpenSSL from Shining Light Productions here Follow the installation instructions and install OpenSSL accepting the defaults. The default installation path is C:\OpenSSL Add C:\OpenSSL\bin to your system path (Control Panel, System, Advanced, Environment Variables, System Variables) By default, the installation references C:\OpenSSL\bin\openssl.cnf via an environment variable created during […]

Linux

Finding files and directories in Linux.

Finding files and directories in Linux. Case-insensitive file searching with the locate command It’s easy to perform a case-insensitive file search with the Linux locate command: just add the -i flag. To search my entire filesystem for files and directories that contain the string typeahead, just use this command: locate -i typeahead Case-insensitive file searching […]