Skip to content

Misc

Proxmox

Config

bash
CIDR: 192.168.1.70/28
GATEWAY: 192.168.1.1

CIDR for another node: 192.168.1.80/30

KVM/QEMU

bash
sudo apt install qemu-kvm virt-manager bridge-utils

sudo useradd -g $USER libvirt
sudo useradd -g $USER libvirt-kvm

sudo systemctl enable libvirtd.service && sudo systemctl start libvirtd.service

sudo virt-manager

fd-find

Return full path of files under matched items, including subfolders.

bash
fdfind "pattern" -t d -a -x find {}

Hyperfine

bash
hyperfine --warmup 3 --runs 20 --export-json results.json '$COMMAND'

Misc

  • magika - Detect file content types with deep learning.