Skip to content

Instantly share code, notes, and snippets.

@DNI9
Last active July 14, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DNI9/846dda8b3ca45cf7f4b94dbed012f024 to your computer and use it in GitHub Desktop.
Save DNI9/846dda8b3ca45cf7f4b94dbed012f024 to your computer and use it in GitHub Desktop.
Some useful linux packages

1. Grub Customizer

Customize order of OS in grub menu if have dual booted, to install place these in terminal

sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer

To remove :

sudo apt-get remove --autoremove grub-customizer

** List will be updated xD

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