nvtop
: visualize nvidia GPU usage and memory
top
: monitor/manage processes although ps aux | grep appName
is still my goto.
pyenv
: easily install and use any python version
ipython
: a customizable python interpreter. I have figured out many poorly documented modules using ipython and great for exploring modules.
Import psutil as ps
ps.#then hit tab
after hitting tab will show all attributes related to your imported module, use arrow keys to select methods == profit!
nethogs
: monitor network connections by app.
firejail
: app sandboxing
Where else is he supposed to ask 12 year olds to dance?