Files
bobbie-pkm/_Inbox/2026-04-23 1544.md
T

566 B

category, type, title, created, date, tags
category type title created date tags
Journal
Note
Log
intial setup of a proxmox host 2026-04-23T15:44:49 2026-04-23

Proxmox inital generic setup

Powersaving

  • apt install --no-install-recommends powertop
  • crontab -e and add the following lines:
# PROXMOX POWER SAVING TWEAKS
# Sets CPU to powersave
@reboot echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor >/dev/null 2>&1
# Runs powertop auto-tune on boot
@reboot /usr/sbin/powertop --auto-tune >/dev/null 2>&1