Skip to main content

Recently Updated Pages

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 1 day ago by j3d1n4

Notes

servLAB

https://warpgate.null.page/

Updated 1 week 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 2 weeks 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 2 weeks 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 2 weeks 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 2 weeks ago by v3d

Wordpress custom styles

fubar.space

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

Updated 1 month ago by v3d

Passwordless sudo

servLAB General tips

# visudo ALL=(ALL) NOPASSWD:ALL

Updated 1 month ago by v3d

Proxmox via tailscale only

servLAB Proxmox

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

Updated 1 month 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 1 month 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 1 month 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 2 months 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 2 months 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 3 months ago by v3d

Setup postgresql

Fubomatic

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

Updated 6 months 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 6 months ago by v3d

Compress dir full of PDFs

PDFs

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

Updated 6 months ago by v3d

Setup bridge

servLAB Proxmox

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

Updated 7 months 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 7 months ago by v3d

Wipe data from SSD/HDD

fixlab

Step 1: Identify the Drive TypeRun:lsblk -d -o name,rotaROTA 1 → HDD (spinning disk)ROTA 0 → SSD-...

Updated 7 months ago by v3d