Skip to content

Instantly share code, notes, and snippets.

@anmolj7
Last active July 19, 2022 15:54
Show Gist options
  • Save anmolj7/be18b02cf36927761f0c05351dc7d45b to your computer and use it in GitHub Desktop.
Save anmolj7/be18b02cf36927761f0c05351dc7d45b to your computer and use it in GitHub Desktop.
A list of commands to help me setup a debain based operating system.

SETTING UP DEBAIN

  1. Starting by updating. sudo apt-get update && sudo apt-get upgrade
  2. Installing snapd sudo apt-get install snapd
  3. Adding some alias that I use echo "alias cls=clear" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment