Install WSL 2 on Windows 11
https://youtu.be/eId6K8d0v6o?si=ICu6OEwNYNJA8s_k
Open cmd
Check out which version you use: wsl --status
Make update: wsl --update
To ensure you're using WSL2, set it as the default version
wsl --set-default-version 2
- Install Ubuntu via Microsoft Store. Then set it up
- Access your Windows-files from Ubuntu → use mnt folder
- A great editor is already installed: vim
- Use htop for monitoring:
sudo apt install htop
- Monitoring tool (visuall):
sudo snap install btop
- Connect VSCode with Linux → Extension
- Update your git version:
- Tipps working remotely with git → video
- Setup Docker for WSL → here
- Es macht Sinn bereits einmal miniconda zu installieren, damit ich es in Zukunft mit VSCode nutzten kann.
