Weekly Shaarli

All links of one week in a single page.

Week 31 (July 27, 2020)

Hugo Footnotes Popup — Vojtech Pavlovsky
SearX API calls · Issue #1234 · asciimoo/searx · GitHub
thumbnail

Hello, Is is possible for SearX to act as a headless server so that you could send a query string to a SearX Search API and get back json results?

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

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

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