commit eb70311489f5002fdfb40ebbd7c222378b912fcd
parent d9366c7c1f5f8433bb785fec6c2b50766d22c2dc
Author: pyratebeard <root@pyratebeard.net>
Date: Sat, 21 Sep 2019 16:35:49 +0100
latex, openvpn pages, and links
Diffstat:
3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/Home.md b/Home.md
@@ -28,6 +28,7 @@
- [gollum](documentation/gollum)
- [pandoc](documentation/pandoc)
- [vimwiki](documentation/vimwiki)
+- [latex](documentation/latex)
## d&d
- [character_sheet](d_and_d/character_sheet)
@@ -90,6 +91,7 @@
### networking
- [firewalls](technology/networking/firewalls)
- [openssl](technology/networking/openssl)
+- [openvpn](technology/networking/openvpn)
- [subnet_cheatsheet](technology/networking/subnet_cheatsheet)
- [wifi_connect](technology/networking/wifi_connect)
diff --git a/documentation/latex.md b/documentation/latex.md
@@ -0,0 +1 @@
+# latex
diff --git a/technology/networking/openvpn.md b/technology/networking/openvpn.md
@@ -0,0 +1,6 @@
+# openvpn
+
+when service starts and waits for password in the background use this to enter password
+```
+sudo systemd-tty-ask-password-agent --query
+```