[qubes-users] Where to run undervolt script?

What is the safest way to use undervolt script in Qubes?

This is running on Python. Is it better to use new service qube for this or can I run it in dom0/sys-net/sys-firewall?

alesser@magenta.de:

What is the safest way to use undervolt script in Qubes?

GitHub - georgewhewell/undervolt: Undervolt Intel CPUs under Linux

This is running on Python. Is it better to use new service qube for this or can I run it in dom0/sys-net/sys-firewall?

I still need to know what is best way for undervolt.py to run. For best way I mean for security and without making more performance hit like maybe running a new qube.

Can someone give advice?

I still need to know what is best way for undervolt.py to run.

There is no best way to run potentially dangerous software.

For best way I mean for security and without making more performance
hit like maybe running a new qube.

Can someone give advice?

PVM domUs have no direct access to hardware, so perhaps you won't be
able to undervolt your CPU in a domU. Running it in dom0 seems the only
option, however that is also the most dangerous one.

Downloading arbitrary software from the web and running it in dom0 is
highly NOT recommended. The software itself comes with a warning. So...
you have been warned.