sudo nvidia-smi -pl 100
==Disable automatic updates==
Automatic updated might interfere with your miner. To disable them, edit the following file:
sudo nano /etc/apt/apt.conf.d/20auto-upgrades
With the file opened in the nano editor, switch off the updator by changing values from 1 to 0:
APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";
Type ''Ctrl+O'' to save and ''Ctrl+X'' to exit
Disabling automatic updates creates a security risk. To keep your system updated manually:
sudo apt update
sudo apt upgrade
==Setting up the miner==