Skip to content

Instantly share code, notes, and snippets.

@VincenzoLaSpesa
Last active April 7, 2023 13:14
Show Gist options
  • Select an option

  • Save VincenzoLaSpesa/003ec446f9435ec0b12ca51a10ec5da7 to your computer and use it in GitHub Desktop.

Select an option

Save VincenzoLaSpesa/003ec446f9435ec0b12ca51a10ec5da7 to your computer and use it in GitHub Desktop.
Linux base setup
# some stuff i install every time
sudo apt update
sudo apt upgrade
sudo apt install autoconf automake autotools-dev bubblewrap build-essential cmake curl docker.io python3 strace python3-pip
sudo apt install ffmpeg git mc ncurses-base ncurses-bin ncurses-term ninja-build nmap p7zip-full valgrind zsh tmux ne
sudo pip install conan
sudo pip install meson
conan profile detect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment