Skip to content

Instantly share code, notes, and snippets.

@ihebski
Created April 21, 2020 11:56
Show Gist options
  • Save ihebski/0de54193ce613eb8e59aaf774f860652 to your computer and use it in GitHub Desktop.
Save ihebski/0de54193ce613eb8e59aaf774f860652 to your computer and use it in GitHub Desktop.
# change keyboard to fr
sudo dpkg-reconfigure keyboard-configuration
# upgrade system
sudo apt-get update
sudo apt full-upgrade -y
# ifconfig tools
sudo apt install net-tools
# install virtualbox-guest-addition
sudo apt-get install build-essential gcc make perl dkms
sudo apt install dkms linux-headers-$(uname -r) build-essential
sudo apt-get install virtualbox-guest-x11
sudo apt-get install virtualbox-guest-utils
# install ssh server
sudo apt install openssh-server
# install git
sudo apt install git
# tmux for multiple terminals
sudo apt-get install tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment