Skip to content

Instantly share code, notes, and snippets.

@alexandrnikitin
Created August 11, 2017 14:06
Show Gist options
  • Save alexandrnikitin/7fd095371e8c105f6cb9ab7f87664547 to your computer and use it in GitHub Desktop.
Save alexandrnikitin/7fd095371e8c105f6cb9ab7f87664547 to your computer and use it in GitHub Desktop.
Install systemtap on Centos 7
sudo yum install -y systemtap systemtap-runtime
sudo yum install kernel-debuginfo kernel-debuginfo-common
sudo yum install yum-utils
debuginfo-install kernel-3.10.0-514.21.2.el7.x86_64
sudo yum install -y kernel-devel-$(uname -r)
sudo yum install -y kernel-debuginfo-$(uname -r)
sudo yum install -y kernel-debuginfo-common-$(uname -m)-$(uname -r)
@beppe9000
Copy link

any particular quirk for cpanel hosts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment