Skip to main content

Recently Updated Pages

Setup bridge

servLAB Proxmox

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

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

Software

XR

Blender A free and open-source 3D computer graphics software tool set. Blender constantly change...

Updated 1 month ago by v3d

Generate keys and disable password login

servLAB General tips

On client  ssh-keygen -t rsa -b 4096 -f ~/.ssh/share_key

Updated 2 months ago by v3d

Tailscale

servLAB Docker

docker-compose.yml services:   tailscale-$SOMETHING:     image: tailscale/tailscale:latest   ...

Updated 2 months ago by v3d

Mounting a directory over the newtork 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 months ago by v3d

macvlan

servLAB Docker

Create a macvlan network set to the adequate adapter (in our case br0) docker network create -d ...

Updated 3 months ago by v3d

Host network setup

servLAB Docker

To use the host with anything other then docker (like libvrtd, vmware or similar) the networks ne...

Updated 3 months ago by v3d

Setting up public IP

servLAB Oracle

Setting up public IP after provisioning the instance select the created instance on the bott...

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

CloneZilla

servLAB

- Restore partition table (sda-pt.sf is in backup dir) sudo sfdisk /dev/sda < sda-pt.sf

Updated 3 months ago by v3d

Add to Proxmox after installation

servLAB Proxmox

add repos https://pve.proxmox.com/wiki/Package_Repositories add ubuntu server iso under local ...

Updated 3 months ago by v3d

transcoding

scripting

#copy all audio into h264 mp4 video with static image (useful for playing back audio with video p...

Updated 7 months ago by v3d

Change paths

Fubomatic

from django.db.models import F, Valuefrom django.db.models.functions import Replacefrom your_app....

Updated 7 months ago by v3d

WireGuard and lsyncd to sync a directory.

Fubomatic

install wireguard apt install wireguard / pacman install wireguard-toolsgenerate keypairswg genk...

Updated 7 months ago by v3d

Setup webdav

Fubomatic

fstabhttps://webdav.example.com /mnt/webdav davfs user,rw,uid=$username,auto 0 0sudo nano /etc/da...

Updated 8 months ago by v3d

nginx settings

Fubomatic

For uploads (in server directive)    client_max_body_size 5G;    client_body_timeout 300s;    sen...

Updated 8 months ago by v3d

Django notes

Fubomatic

Migration from event applications to art-applications for gunicorn to work it needs to have ho...

Updated 8 months ago by v3d