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 "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
## MicroCode - Schutz für INTEL-CPU
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/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 "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/scaling-governor.sh)"
noch ein
crontab -e
@reboot (sleep 60 && echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor)