I hereby claim:
- I am jtcleek on github.
- I am jtcleek (https://keybase.io/jtcleek) on keybase.
- I have a public key ASA3TXfFRS4gEHNkcHkOhZXAFpZ13BpZwLw15riOX1alpAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| { | |
| "window.zoomLevel": 1, | |
| "workbench.iconTheme": "ayu", | |
| "workbench.colorTheme": "Monokai", | |
| "workbench.settings.editor": "json", | |
| "workbench.settings.openDefaultSettings": true, | |
| "workbench.settings.useSplitJSON": true, | |
| "terminal.integrated.fontFamily": "Source Code Pro", | |
| "terminal.integrated.fontWeight": "500", | |
| "terminal.integrated.fontSize": 12, |
export NAMECHEAP_USERNAME="<username>"
export NAMECHEAP_API_KEY="<api_key>"
export NAMECHEAP_SOURCEIP="<public IP>"
acme.sh --issue --dns dns_namecheap -d example.com -d portainer.example.com --dnssleep 300
acme.sh --install-cert -d example.com --cert-file /opt/docker/portainer/certs/cert.pem --key-file /opt/docker/portainer/certs/key.pem
| ssh -f -N -L [local_port]:127.0.0.1:[remote_port] [user]@[remote_ip] |
| Windows Registry Editor Version 5.00 | |
| ; | |
| ; Author: Joshua Cleek | |
| ; Description: Customized PuTTY settings | |
| ; Last Changed: 08-22-2023 | |
| ; Installation: File to be imported/merged into Windows Registry | |
| ; Notes: | |
| ; | |
| [HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings] | |
| "Present"=dword:00000001 |