566 B
566 B
category, type, title, created, date, tags
| category | type | title | created | date | tags | |||
|---|---|---|---|---|---|---|---|---|
|
|
intial setup of a proxmox host | 2026-04-23T15:44:49 | 2026-04-23 |
Proxmox inital generic setup
Powersaving
apt install --no-install-recommends powertopcrontab -eand 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