Skip to content

Tag: sysadmin

All the articles with the tag "sysadmin".

Proxmox NAT Bridge: One IP, Many VMs

Proxmox NAT Bridge: One IP, Many VMs

Updated:

Run multiple Proxmox VMs and LXC containers behind a single public IP using NAT bridging and iptables port forwarding. Updated for Proxmox VE 8.

Adding Extra Swap to Linux

Adding Extra Swap to Linux

Updated:

Out of RAM and no time to reimage? Add swap via a file on any partition using mkswap, swapon, and fstab — done in under 5 minutes.

Directory FileCount

Directory FileCount

Updated:

Count files in a directory (recursively or not) with find, ls, and tree — quick one-liners for when du just isn't telling you enough.

Linux su with custom shell

Linux su with custom shell

Updated:

Use su with a specific shell to switch users without the default login shell — useful when /etc/passwd points to something unexpected.

Logrotate & Compression

Logrotate & Compression

Updated:

logrotate keeps your /var/log from eating the disk — configure rotation schedules, compression, and retention for any service log.

Three ways to upload ISOs to Proxmox

Three ways to upload ISOs to Proxmox

Updated:

Three ways to upload an ISO to Proxmox — web UI, wget direct download, or SCP from the CLI. When each one wins, plus storage paths and checksum verification.