Skip to content

Instantly share code, notes, and snippets.

View kafisatz's full-sized avatar

Bernhard König kafisatz

View GitHub Profile
@kafisatz
kafisatz / proxmox-tb-net.md
Created September 15, 2023 06:57 — forked from scyto/proxmox-tb-net.md
Thunderbolt Networking Setup

Thunderbolt Networking

Install LLDP - this is great to see what nodes can see which.

  • install lldpctl with apt install lldpd

Load Kernel Modules

  • add thunderbolt and thunderbolt-net kernel modules (this must be done all nodes - yes i know it can sometimes work withoutm but the thuderbolt-net one has interesting behaviou' so do as i say - add both ;-)
    1. nano /etc/modules add modules at bottom of file, one on each line
    2. save using x then y then enter
@kafisatz
kafisatz / datelocales.jl
Created March 21, 2023 14:18
datelocales for Julia Lang
#see also https://discourse.julialang.org/t/predefined-dates-locale/81250
#generated with openai.com
#an arbitrary selection of languages for date locales
@warn("Use with caution. The words and abbreviations have not been reviewed!")
using Dates
let
months = ["Januar", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"]
@kafisatz
kafisatz / hadata.csv
Created July 25, 2020 13:06
csv file homeassistant data
entity_id value datetime
buero_battery_level 100.0 2020-07-21T07:49:00.0
buero_battery_level 100.0 2020-07-21T07:53:00.0
buero_battery_level 100.0 2020-07-21T14:47:00.0
buero_battery_level 100.0 2020-07-21T15:09:00.0
buero_battery_level 100.0 2020-07-21T15:12:00.0
buero_battery_level 100.0 2020-07-21T15:14:00.0
buero_battery_level 100.0 2020-07-21T15:16:00.0
buero_battery_level 100.0 2020-07-21T15:43:00.0
buero_battery_level 100.0 2020-07-21T15:47:00.0