Just a cat wandering about Tamriel.

  • 2 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: May 1st, 2024

help-circle







  • 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