Archive for Juni 30th, 2025

Press Secretary Karoline Leavitt – Briefs Members of the Media June 30 2025

Montag, Juni 30th, 2025

Microsoft 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, 2025

Ostalb-Kliniken Mutlangen Aalen Ellwangen – der Ellwanger Gemeinderat schlägt vor die St. Anna-Virngrund-Klinik Ellwangen durch einen privaten Träger zu sichern um die medizinische Versorgung im bisherigen Umfang aufrechtzuerhalten aber bei der Kreisverwaltung sei jedoch noch kein derartiger Antrag oder Vorstoß eingegangen

Montag, Juni 30th, 2025

Bavaria BMW Giga Factory – a new high voltage battery production starts

Montag, Juni 30th, 2025

Proxmox Virtual Environment (VE) 8.1.4 – improve idle power consumption with ‚powertop –auto-tune‘

Montag, Juni 30th, 2025

First 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:

root@pve-s740-01:~# systemctl enable powertop.service
root@pve-s740-01:~# powertop