Recent Activity














v3d
User for 5 years
Created Content
Recently Created Pages View All
Passwordless sudo
# visudo ALL=(ALL) NOPASSWD:ALL
Proxmox via tailscale only
/etc/default/pveproxy LISTEN_IP="$TailscaleIP"
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.20...
Pre - recording checklist
Pre vdo.ninja session checklist: a "general rehearsal" is a must - a 10 - 15 minute session wi...
.htaccess for HTTP redirect to HTTPS
# .htaccess in your webrootRewriteEngine On # If not already HTTPS…RewriteCond %{HTTPS} !=on # ...