Recent Activity
v3d
User for 5 years
Created Content
Recently Created Pages View All
Bookstack Docker install
Create admin user after install sudo docker exec -it bookstack bash /app/www/artisan bookstack:...
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