- Generate an SSH Key
ssh-keygen
- Create .ssh dir on remote
mkdir ~/.ssh/
#Requires AutoHotkey 2.0+ | |
#SingleInstance Force | |
#HotIf WinActive("ahk_class Progman") || WinActive("ahk_class WorkerW") | |
^+d::DesktopIcons() | |
#HotIf | |
DesktopIcons(){ | |
hProgman:=WinExist("ahk_class WorkerW","FolderView")?WinExist():WinExist("ahk_class Progman","FolderView") | |
hShellDefView:=DllCall("user32.dll\GetWindow","ptr",hProgman,"int",5,"ptr") |
ssh-keygen
mkdir ~/.ssh/
ngrok.exe http http://localhost:7071 --domain=warm-severely-boxer.ngrok-free.app
def dict_none_remover(d:dict) -> dict: | |
""" | |
Remove keys with None values from a multi-level nested dictionary. | |
Parameters | |
---------- | |
d : dict | |
The input dictionary from which keys with None values should be removed. | |
Returns |
From here.
or
choco install vcredist-all
First, in an administrator command prompt, enable unrestricted Powershell script execution (see About Execution Policies):
set-executionpolicy unrestricted
Then makes sure that the conda Script directory in is your Path.