Skip to content

Instantly share code, notes, and snippets.

@ivangabriele
Last active March 18, 2019 09:58
Show Gist options
  • Save ivangabriele/f4e34e53ce9b7a711de0c2a09ded5b38 to your computer and use it in GitHub Desktop.
Save ivangabriele/f4e34e53ce9b7a711de0c2a09ded5b38 to your computer and use it in GitHub Desktop.
Ubuntu Cheat Sheet

Global

Distribution

cat /proc/version

Aliases

vim ~/.bashrc

Then:

alias ll='ls -l'

Then:

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