Skip to main content

Installation und Einstellungen

Installation

gem. Internet - Ein USB-Stick, mit der ISO ist erforderlich

Bei diesem Server gehe ich nicht näher darauf ein.

Einstellung

## Um nach der Installierung letzte Einstellung zu treffen
bash -c "$(wgetcurl -qLO -fsSL https://github.raw.githubusercontent.com/tteck/Proxmox/raw/community-scripts/ProxmoxVE/main/misc/tools/pve/post-pve-install.sh)"
## MicroCode - Schutz für INTEL-CPU
bash -c "$(wgetcurl -qLO -fsSL https://github.raw.githubusercontent.com/tteck/Proxmox/raw/community-scripts/ProxmoxVE/main/misc/tools/pve/microcode.sh)"
## Neustart ist hier erforderlich
reboot
## Ein Test, ob die CPU geschützt ist
journalctl -k | grep -E "microcode" | head -n 1
## Um die CPU zu drosseln, um Strom zu sparen
bash -c "$(wgetcurl -qLO -fsSL https://github.raw.githubusercontent.com/tteck/Proxmox/raw/community-scripts/ProxmoxVE/main/misc/tools/pve/scaling-governor.sh)"

noch ein

crontab -e
@reboot (sleep 60 && echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor)