How do I prevent my system from suspending or sleeping?

To prevent your system from going to sleep or suspending, run:

sudo systemctl mask hibernate.target hybrid-sleep.target \
  suspend-then-hibernate.target sleep.target suspend.target

Last modified March 13, 2023: Add example output of nvidia-smi (927cb7c)