Skip to content

Instantly share code, notes, and snippets.

@jaxgeller
Created September 15, 2015 21:05
Show Gist options
  • Save jaxgeller/e1c4050cc2bb005f8018 to your computer and use it in GitHub Desktop.
Save jaxgeller/e1c4050cc2bb005f8018 to your computer and use it in GitHub Desktop.
Install linux tools ubuntu
apt-get update && apt-get upgrade -y && \
apt-get install -y \
linux-tools-common
linux-tools-generic
linux-cloud-tools-generic
linux-tools-`uname -r`
linux-cloud-tools-`uname -r`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment