Skip to content

Instantly share code, notes, and snippets.

@oropesa
Last active October 24, 2019 08:43
Show Gist options
  • Save oropesa/4ad94df0b2afc2042b1147c99cde5c4b to your computer and use it in GitHub Desktop.
Save oropesa/4ad94df0b2afc2042b1147c99cde5c4b to your computer and use it in GitHub Desktop.
Update Linux Kernel (restarting before
1. See the current version
|- #> uname –sr
2. See if there is new version
|- #> apt update
3. Update to new version
|- #> apt dist-upgrade
4.0. With Reboot
|- #> reboot now
\- Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment