Archive for Juni 30th, 2025
Press Secretary Karoline Leavitt – Briefs Members of the Media June 30 2025
Montag, Juni 30th, 2025Microsoft Windows Server 2025 – how to enable Virtual TPM (vTPM) in Hyper-V for your virtual machines making them compatible with security requirements like BitLocker Secure Boot and Windows 11 installation
Montag, Juni 30th, 2025Bavaria BMW Giga Factory – a new high voltage battery production starts
Montag, Juni 30th, 2025Proxmox Virtual Environment (VE) 8.1.4 – improve idle power consumption with ‚powertop –auto-tune‘
Montag, Juni 30th, 2025First make a systemd service file:
root@pve-s740-01:~# vi /etc/systemd/system/powertop.service
You can add this to that file:
[Unit]
Description=PowerTOP auto-tuning
[Service]
Type=oneshot
ExecStart=/usr/sbin/powertop –auto-tune
[Install]
WantedBy=multi-user.target
Then, enable the service using the command: