Monthly Shaarli

All links of one month in a single page.

August, 2020

LibreWolf Browser - Fork of Firefox

Privacy aware fork of Firefox, includes privacy focused search engines, ublock adblocker and strips out all telemetry (as well as e.g. pocket integration)

Set Up a Git HTTP Server on Docker – Linux Hint
better file-change detection ('autoread') · Issue #1380 · neovim/neovim · GitHub
thumbnail

Automatically check for file changes

Bazarr
thumbnail

Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.

Hugo Footnotes Popup — Vojtech Pavlovsky
BalCCon2k16 - Leyrer and MacLemon - Advanced SSH - YouTube
thumbnail
  • 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
GitHub - jkarlosb/git-server-docker: Git Server in Docker
thumbnail

Git Server in Docker. Contribute to jkarlosb

GitHub - ashlinchak/mdanki: Converts Markdown file(s) to the Anki cards.
thumbnail

Converts Markdown file(s) to the Anki cards. Contribute to ashlinchak