Skip to content

Instantly share code, notes, and snippets.

View xymopen's full-sized avatar

xymopen_Official xymopen

  • Shanghai, China
View GitHub Profile
@auroursa
auroursa / open-windows-terminal-in-current-folder.md
Last active January 15, 2021 05:06
Open Windows Terminal in current folder

Open Windows Terminal in current folder

A simple way to add "Terminal Here" in the context menu (use Registry).

Code

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\Background\shell\WindowsTerminal]
@soarez
soarez / ca.md
Last active May 28, 2024 02:57
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.