Recent Activity
v3d
User for 5 years
Created Content
Recently Created Pages View All
Notes
https://warpgate.null.page/
Tunneling over ssh to other computers on the lan
ssh -J $USER@$DOMAIN1 -i ~/.ssh/private_key1 $USER2@$IP -i ~/.ssh/private_key2
Wordpress custom styles
Block Name Block Type Supports register_block_style()? Notes / Quirks core/para...
Passwordless sudo
# visudo ALL=(ALL) NOPASSWD:ALL
Proxmox via tailscale only
/etc/default/pveproxy LISTEN_IP="$TailscaleIP"