83 private links
click on location then you can choose a distributor
Also <(...) is a bash feature and won't work in alpine as it has a sh shell. Use echo "$GITLAB_DEPLOY_KEY" | ssh-add - instead – Lightheaded Sep 7 at 9:11
Sysops advice
Potentially fixes PDF Expert error when synching - Timeout
roles for ansible, recipes for chef, puppet roles -> all automated and best practices!
one password many services
Bookstack Alternative?
Tested: Looks good, intuitive markdown entries, "All Pages" Nested Navigation Tree (aka folder structure)
NO TAGS
Netstat seems really useful
Evernote Alternative
Open Source and Selfhosted (Paid hosted version available)
Extensions here: https://github.com/sn-extensions
related projects:
Paperless Desktop: A desktop UI for your Paperless installation. Runs on Mac, Linux, and Windows.
ansible-role-paperless: An easy way to get Paperless running via Ansible.
Portknocking example - only lets SSH connect if a specific other port was knocked opened previously.
${IPTABLES} -A INPUT -p tcp --dport 3456 -m recent --set --name portknock
${IPTABLES} -A INPUT -p tcp --syn --dport 22 -m recent --rcheck --seconds 60 --name portknock -j ACCEPT
${IPTABLES} -A INPUT -p tcp --syn --dport 22 -j DENY
Nginx Configurator online Configuration Creator
ust mount it via webdav
permalink embedsave reportgive goldreply
[–]StrenuousDump
[S] 1 point 7 hours ago
How would I do that on Kubuntu?
permalink embedsave parentreportgive goldreply
[–]heltwig
3 points 4 hours ago
nextcloud webdav mount instructions