Advanced Search
Search Results
67 total results found
Setup DHCP for guests on proxmox host
apt install dnsmasq/etc/dnsmasq.d/vmbr0.conf interface=vmbr0 dhcp-range=10.10.10.50,10.10.10.200,12h dhcp-option=3,10.10.10.1 dhcp-option=6,9.9.9.9,149.112.112.112 /etc/network/interfaces auto vmbr0 iface vmbr0 inet static address 10.10.10.1/24 ...
Proxmox via tailscale only
/etc/default/pveproxy LISTEN_IP="$TailscaleIP"
Passwordless sudo
# visudo ALL=(ALL) NOPASSWD:ALL
Wordpress custom styles
Block Name Block Type Supports register_block_style()? Notes / Quirks core/paragraph Text ✅ Yes Works normally core/heading Text ✅ Yes All heading levels core/list Text ✅ Yes core/quote Text ✅ Yes core/pull...
Tunneling over ssh to other computers on the lan
ssh -J $USER@$DOMAIN1 -i ~/.ssh/private_key1 $USER2@$IP -i ~/.ssh/private_key2
Notes
https://warpgate.null.page/
Bookstack Docker install
Create admin user after install sudo docker exec -it bookstack bash /app/www/artisan bookstack:create-admin