
Coding4Beginners: Setup Software
Install Software on Windows: Using winget
RustDesk
Install from
https://github.com/rustdesk/rustdesk/releases/tag/1.3.1
Visual Studio Code
winget install -e --id Microsoft.VisualStudioCode.Insiders
Git
winget install -e --id Git.Git
winget install -e --id GitHub.cli
Docker
winget install -e --id Docker.DockerDesktop
Find an alternativ way of installation here
Install Software on Linux
Git
Github Client (read here)
(type -p wget >/dev/null || (sudo apt update && sudo apt-get install wget -y)) \ && sudo mkdir -p -m 755 /etc/apt/keyrings \ && wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \ && sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \ && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \ && sudo apt update \ && sudo apt install gh -y
Python 3.12
sudo add-apt-repository ppa:deadsnakes/ppa
Alternative way for installing Software
Find an alternative way of installation at the end of this post.
Visual Studio Code
Go to this Website and install Visual Studio Code Insiders: https://code.visualstudio.com/insiders/#win

Docker Desktop
Goto this Website and install Docker Desktop: https://www.docker.com/products/docker-desktop

Move your mouse over this box:

Then select the version according your operating system:

Git
Go to this Website and install Git for Windows:
https://git-scm.com/download/win
