Skip to content

Instantly share code, notes, and snippets.

View tolbrino's full-sized avatar
💭
on earth

Tino Breddin tolbrino

💭
on earth
View GitHub Profile
@tolbrino
tolbrino / YubiKey-GPG-SSH-guide.md
Created October 30, 2024 07:49 — forked from ageis/YubiKey-GPG-SSH-guide.md
Technical guide for using YubiKey series 4 for GPG and SSH

YubiKey 4 series GPG and SSH setup guide

Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.

You'll probably be working with a single smartcard, so you'll want only one primary key (1. Sign & Certify) and two associated subkeys (2. Encrypt, 3. Authenticate). I've published a Bash function which automates this slightly special key generation process.

@tolbrino
tolbrino / llm-on-premise-2024.md
Created November 28, 2024 09:14 — forked from Teebor-Choka/llm-on-premise-2024.md
On-premise LLM deployments and options

On-premise LLM model deployments

Requirements

LLM models used as an external resource offer multiple disadvantages:

  • Privacy - guarantees regarding confidential imformation usage by the models and intellectual property (IP) safety cannot be guaranteed
  • Flexibility - specialization and fine-tuning of more general models offers efficiency gains in terms of resources used and outputs achieved
  • Stability - reducing vendor dependency allows internal system stability through guaranteed availability

An approach, whereby LLM models and deployed, fine-tuned and utilized locally (on-premise) allows:

@tolbrino
tolbrino / sockd.conf
Created January 22, 2025 12:37
dante SOCKS5 server configuration example
errorlog: sockd.errlog
logoutput: sockd.log
internal: 127.0.0.1 port = 1080
external: en0
user.notprivileged: myuser # CHANGE to your user
srchost: nodnsmismatch nodnsunknown