2.4 KiB
2.4 KiB
- Cosa da portare a Prato per le vacanze di Carnevale
Borsa bluBollitoreMacchina fotograficaRPI con sd card vuotaBopiLentiSpazzoliniPannoliniMutandine, 3 paia di pantaloni, scarponi, 3 felpe, calziniCaricabatterie, KindleBorsa AndreaCompiti Giulia
- Per inviare un #webhook su una rete locale con #Gogs occorre configurare opportunamente
app.ini
come descritto in questa issue.-
[security] # specific network address, separated by commas, no port needed LOCAL_NETWORK_ALLOWLIST = webhookd.webhook
-
- Per effettuare il parsing di un output #json in #linuxcommandline si può utilizzare il comando
jq
-
# L'opzione -r ritorna una stringa raw curl -s 'https://api.github.com/users/lambda' | jq -r '.name'
-
- 07:41 quick capture: https://lit.dev/ #Javascript #webcomponents #nojsframework
- 15:06 quick capture: Modern SPAs without bundlers, CDNs, or Node.js Modern SPAs without bundlers, CDNs, or Node.js #nojsframework #Javascript
- Per configurare MELPA su #emacs
-
(require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities` ;; and `package-pinned-packages`. Most users will not need or want to do this. ;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) (package-initialize)
-
- Per spegnere un'uscita video con xrandr #linuxcommandline
-
xrandr --output VGA-1 --off
-
- Per effettuare un proxy pass di una connessione #ssh tramite #nginx
- Configurazione di
Gogs
tramite connessione #vpn trafalkenstein
ethinkcentre
nell'#homelab-
user nginx; worker_processes auto; error_log /var/log/nginx/error.log notice; pid /var/run/nginx.pid; events { worker_connections 1024; } stream { server { listen 80; proxy_pass 10.6.0.15:8085; } upstream ssh { server 10.6.0.15:10022; } server { listen 10022; proxy_pass ssh; } }
-
- Configurazione di