Skip to content

Nice Terminal Tools

Network Monitoring Tools

  • Bmon Shows network interfaces and trafic
    Bash
    sudo apt install -y bmon
    

Utilities Tools

  • Nmon Shows CPU, Memory, etc ..
    Bash
    sudo apt install -y nmon
    
  • Ncdu Fast way to roam through the file system
    Bash
    sudo apt install -y ncdu