Archive for the ‘Proxmox’ Category
Proxmox Virtual Environment (VE) 9.0 – what’s new
Dienstag, August 5th, 2025Proxmox Virtual Environment (VE) 9.0 & Proxmox Backup Server 4 Beta – Deep Dive of Features
Samstag, August 2nd, 2025Proxmox Backup Server 4.0 Beta – released
Samstag, Juli 26th, 2025Proxmox Virtual Environment (VE) 9.0 Beta 1 – introduces several new major features
Montag, Juli 21st, 2025Google Gemini CLI – how to bring AI in your Windows or Linux Terminal
Sonntag, Juli 6th, 2025
How to bring AI in your Windows Terminal
PS C:\Users\josef>
PS C:\Users\josef> winget install -e –id OpenJS.NodeJS
Gefunden Node.js [OpenJS.NodeJS] Version 24.3.0
Diese Anwendung wird von ihrem Besitzer an Sie lizenziert.
Microsoft ist nicht verantwortlich und erteilt keine Lizenzen für Pakete von Drittanbietern.
Download läuft https://nodejs.org/dist/v24.3.0/node-v24.3.0-x64.msi
██████████████████████████████ 30.5 MB / 30.5 MB
Der Installer-Hash wurde erfolgreich überprüft
Paketinstallation wird gestartet…
Erfolgreich installiert
PS C:\Users\josef>
PS C:\Users\josef> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
PS C:\Users\josef> npm install -g @google/gemini-cli
added 432 packages in 2m
PS C:\Users\josef> gemini
How to bring AI in your Linux Terminal e.g. on a Proxmox VE Server
root@pve-s740-01:~# apt-get install npm
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
npm is already the newest version (9.2.0~ds1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@pve-s740-01:~#
root@pve-s740-01:~# npm install -g @google/gemini-cli
added 432 packages in 27s
root@pve-s740-01:~#
root@pve-s740-01:~# vi .bashrc
export GEMINI_API_KEY=“<YOUR_API_KEY>“
root@pve-s740-01:~# gemini
Proxmox 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:
root@pve-s740-01:~# systemctl enable powertop.service
root@pve-s740-01:~# powertop

Proxmox Virtual Environment (VE) 8.4.1 – boost Proxmox with NetData Real-Time Monitoring
Sonntag, Juni 29th, 2025Run the One-Line Install Command
root@pve-s740-01:~# curl https://get.netdata.cloud/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
root@pve-s740-01:~# wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh –stable-channel –claim-token <YOUR_CLAIM_TOKEN> –claim-rooms <YOUR_CLAIM_ROOMS> –claim-url https://app.netdata.cloud
Proxmox Virtual Environment (VE) 8.4.1 – Best Proxmox Tool ‚ProxMenux‘
Mittwoch, Juni 25th, 2025ProxMenux – the new essential tool for managing your Proxmox VE server designed to enhance your server management experience