eb70311489f5002fdfb40ebbd7c222378b912fcd
Home.md
... | ... | @@ -28,6 +28,7 @@ |
28 | 28 | - [gollum](documentation/gollum) |
29 | 29 | - [pandoc](documentation/pandoc) |
30 | 30 | - [vimwiki](documentation/vimwiki) |
31 | +- [latex](documentation/latex) |
|
31 | 32 | |
32 | 33 | ## d&d |
33 | 34 | - [character_sheet](d_and_d/character_sheet) |
... | ... | @@ -90,6 +91,7 @@ |
90 | 91 | ### networking |
91 | 92 | - [firewalls](technology/networking/firewalls) |
92 | 93 | - [openssl](technology/networking/openssl) |
94 | +- [openvpn](technology/networking/openvpn) |
|
93 | 95 | - [subnet_cheatsheet](technology/networking/subnet_cheatsheet) |
94 | 96 | - [wifi_connect](technology/networking/wifi_connect) |
95 | 97 |
documentation/latex.md
... | ... | @@ -0,0 +1 @@ |
1 | +# latex |
technology/networking/openvpn.md
... | ... | @@ -0,0 +1,6 @@ |
1 | +# openvpn |
|
2 | + |
|
3 | +when service starts and waits for password in the background use this to enter password |
|
4 | +``` |
|
5 | +sudo systemd-tty-ask-password-agent --query |
|
6 | +``` |