Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Last active March 5, 2020 17:01
Show Gist options
  • Select an option

  • Save linuxbiekaisar/de2882552ac1d9163743067a16f76d75 to your computer and use it in GitHub Desktop.

Select an option

Save linuxbiekaisar/de2882552ac1d9163743067a16f76d75 to your computer and use it in GitHub Desktop.
Netdata install on Ubuntu
# Youtube: https://www.youtube.com/watch?v=H5mR2peIHhY
#!/bash/sh
sudo apt-get update
sudo apt-get upgrade
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment