This repository was created for my needs, but I give access to anyone who wants to use it and adding something to it. Here you will not find 100% system setup, but only what I need when reinstalling the Ubuntu OS.
- Update packages
- Bind to change the keyboard layout to alt+shift
- Installing and configuring git
- For Python
- Creating ssh key
- Google Chrome
- PyCharm
- Visual Studio Code
- Vim
- Installing Docker
- Installing Docker Compose
- Installing PostgreSQL
- Installing GCC
- Installing OBS
- Installing Nvidia Drivers
sudo apt update
sudo apt upgrade
gsettings set org.gnome.desktop.input-sources xkb-options "['grp:alt_shift_toggle']"
sudo apt install git
git config --global user.name "Your_Name"
git config --global user.email "your_email@example.com"
sudo apt install pip
sudo apt install python3.10-venv
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
cat ~/.ssh/id_rsa.pub
wget
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt update
sudo apt --only-upgrade install google-chrome-stable
sudo apt update
sudo apt install snapd
sudo snap install pycharm-community --classic
sudo apt update
sudo apt install snapd
sudo snap install code --classic
sudo apt update
sudo apt install vim
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt update
sudo apt install docker-ce
sudo systemctl status docker
sudo apt update
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
sudo apt update
sudo apt install postgresql postgresql-contrib
sudo -i -u postgres
psql
\q
If you need to set a password for the postgres user:
sudo -i -u postgres
psql
Set a password:
\password postgres
sudo apt update
sudo apt install build-essential
sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install obs-studio
sudo ubuntu-drivers autoinstall
sudo apt install nvidia-driver
sudo apt install spotify-client
sudo snap install discord
sudo apt install nodejs