Skip to main content

Recently Updated Pages

Bookstack Docker install

servLAB

Create admin user after install  sudo docker exec -it bookstack bash /app/www/artisan bookstack:...

Updated 9 months ago by v3d

Sharing public keys

servLAB General tips

To be able to login into our shared server, you need to share your PUBLIC key publicly - which is...

Updated 9 months ago by j3d1n4

Notes

servLAB

https://warpgate.null.page/

Updated 9 months ago by v3d

Generate keys and disable password login

servLAB General tips

On client  ssh-keygen -t rsa -b 4096 -f ~/.ssh/share_key On server adduser $USER Copy key to ...

Updated 10 months ago by v3d

Tunneling over ssh to other computers on the lan

servLAB

ssh -J $USER@$DOMAIN1 -i ~/.ssh/private_key1 $USER2@$IP -i ~/.ssh/private_key2

Updated 10 months ago by v3d

Mounting a directory over the network as a chrooted user

servLAB General tips

Create a new system user that will be restricted to SSHFS mounting. sudo adduser sshfsuser --she...

Updated 10 months ago by v3d

Provisioning an instance

servLAB Oracle

Like every browser control panel in the world this one is awful so good luck!Find and select "ins...

Updated 10 months ago by v3d

Wordpress custom styles

fubar.space

Block Name Block Type Supports register_block_style()? Notes / Quirks core/para...

Updated 10 months ago by v3d

Passwordless sudo

servLAB General tips

# visudo ALL=(ALL) NOPASSWD:ALL

Updated 11 months ago by v3d

Proxmox via tailscale only

servLAB Proxmox

/etc/default/pveproxy LISTEN_IP="$TailscaleIP"

Updated 11 months ago by v3d

Setup DHCP for guests on proxmox host

servLAB Proxmox

apt install dnsmasq/etc/dnsmasq.d/vmbr0.conf interface=vmbr0 dhcp-range=10.10.10.50,10.10.10.20...

Updated 11 months ago by v3d

Pre - recording checklist

Fauxbar

Pre vdo.ninja session checklist: a "general rehearsal" is a must - a 10 - 15 minute session wi...

Updated 11 months ago by v3d

Enable dropbear on boot to decrypt full disk encryption

servLAB General tips

install dropbear-initramfs put public rsa key in /etc/dropbear/initramfs/authorized_keys, prep...

Updated 1 year ago by v3d

.htaccess for HTTP redirect to HTTPS

servLAB General tips

# .htaccess in your webrootRewriteEngine On # If not already HTTPS…RewriteCond %{HTTPS} !=on # ...

Updated 1 year ago by v3d

vdo.ninja + OBS tutorial

Fauxbar

Step-by-Step: vdo.ninja + OBS for Separate Tracks Host creates a vdo.ninja room Go to htt...

Updated 1 year ago by v3d

Setup postgresql

Fubomatic

CREATE DATABASE myprojectdb;CREATE USER myprojectuser WITH PASSWORD 'strongpassword';ALTER ROLE m...

Updated 1 year ago by v3d

Upgrade python packages using pip

Fubomatic

0) install jq 1) backup current versions 2) Update  pip list --outdated --format=json | jq -...

Updated 1 year ago by v3d

Compress dir full of PDFs

PDFs

for i in *.pdf; do gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -...

Updated 1 year ago by v3d

Setup bridge

servLAB Proxmox

/etc/network/interfaces auto lo iface lo inet loopback iface lo inet6 loopback auto $PHYS...

Updated 1 year ago by v3d

Creating an account

servLAB Oracle

https://signup.oraclecloud.com/ use a private Chrome or Edge tab (signup is messy, Firefox is ...

Updated 1 year ago by v3d