Skip to content

Instantly share code, notes, and snippets.

@terminalsin
Created April 28, 2022 08:22
Show Gist options
  • Save terminalsin/134f7fa396a893cd4668c24efec9c392 to your computer and use it in GitHub Desktop.
Save terminalsin/134f7fa396a893cd4668c24efec9c392 to your computer and use it in GitHub Desktop.
Quick setup for typical servers
sudo apt-get update
sudo apt-get install -y linux-image-5.8.0-63-generic linux-headers-5.8.0-63-generic linux-modules-extra-5.8.0-63-generic git
cd /root/
git clone https://github.com/mtompkins/linux-kernel-utilities.git
cd linux-kernel-utilities/
chmod +x *.sh
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment