Monthly Shaarli
August, 2020
Privacy aware fork of Firefox, includes privacy focused search engines, ublock adblocker and strips out all telemetry (as well as e.g. pocket integration)
Automatically check for file changes
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
- Keyxchange/Keys/Ciphers/CipherAuthorizations -- which to choose and which to lose (carefult to not lock yourself out)
- 2Factor Authentication for SSH setup (through an app like GoogleAuth or Aegis)
- Bastion Host automation (automatically making a 'jump' through a required firewall in-between to your destination host)
"If you're doing 16 hops in-between, sending a single byte of data will cost you about 200MB of data sending" ?? - Client Hardening (closes 2 2016 CVES, fixed in OpenSSH 6.1p-2)
- turn of UseRoaming * in client (i.e. ssh config)
- Debugging SSH
- ping first -- maybe the network connection just does not work? ;)
ssh -v <host>
or-vv
or-vvv
- verbose connection descriptions as they happen- are your options sticking, do they have the right order?
ssh -G <host>
-- see which options apply to the connectionon
- Legacy systems (solaris, iris, hpux, nextstep, ...)
- make a separate ssh/config entry for your specific legacy boxes, setting the options
- nice way to 'add' to usual options, just do e.g.
KexAlgorithms +diffie-hellman-group1-sha1
in the config
Git Server in Docker. Contribute to jkarlosb
Converts Markdown file(s) to the Anki cards. Contribute to ashlinchak