Skip to content

Instantly share code, notes, and snippets.

@Vision-X
Last active June 8, 2024 12:00
Show Gist options
  • Select an option

  • Save Vision-X/42d7605c0b541dd868b94aa48b093bbc to your computer and use it in GitHub Desktop.

Select an option

Save Vision-X/42d7605c0b541dd868b94aa48b093bbc to your computer and use it in GitHub Desktop.
Ubuntu Tools + Commands

List of Ubuntu tools and commands

  • Description: Hardware monitoring with web interface and customizable GUI templates.

  • Commands

    • start: sudo systemctl start netdata
    • stop: sudo systemctl stop netdata
    • status: sudo systemctl status netdata
  • Web interface login

  • Port opening:

    • Ensure port 19999 is allowed through the UFW firewall, it is not enabled by default
    • sudo apt-get install ufw -y
    • sudo ufw enable
    • sudo ufw allow 19999/tcp
    • sudo ufw reload
  1. HDD stuff

    • see mounted storage volumes and available space
      • df -h
    • hdd_benchmark (run .sh file as root), configure # of passes and block size (256 for mechanical, 1024 for ssd, 2048 for nvme)
      • sudo ./hdd_benchmark.sh
  2. Indigo Benchmark

    • sudo ./indigo_benchmark.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment