This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This is only a snippet of the openssl.cnf file | |
| # showing how to restrict signature algorithms | |
| openssl_conf = default_conf | |
| [default_conf] | |
| ssl_conf = ssl_sect | |
| [ssl_sect] | |
| system_default = system_default_sect |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Open a cmd window with admin privileges and type | |
| `control intl.cpl` | |
| This will open the `Region` applet of control panel. | |
| Select the "Administratve" tab, click on the | |
| "Change system locale" button and select | |
| "Beta: Use Unicode UTF-8 for wordlwide langauge support" | |
| check mark. | |
| Click OK and retsrat the computer when prompted. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Quick Start for openvpn-plap module | |
| =================================== | |
| Skip to step (iii) in pre-requisites if you have a working setup with OpenVPN | |
| automatic service (openvpnserv2.exe) running and have at least one profile started | |
| through it. | |
| Pre-requisites | |
| -------------- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Tunnelblick script to be run when CONNECTED (connected.sh) | |
| # to mount SMB shares defined in $SHARES on User's Desktop. | |
| # Will prompt for password during the first run. | |
| # | |
| # Selva Nair Jun 14, 2020 | |
| # BEGIN Settings | |
| ORG='Example Inc.' # shown in password prompt | |
| SHARES='folder1 folder2' # space separated list fo shares to mount |