- install update from file
- wsl.exe --update
- wsl --set-default-version 2
- wsl.exe --install --no-distribution
- restart PC
The WSL optional component is not enabled. Please enable it and try again. See https://aka.ms/wslinstall for details. Error: 0x8007007e Press any key to continue...
PowerShell as Admin
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Also:
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
bcdedit /set hypervisorlaunchtype auto
https://learn.microsoft.com/en-us/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package
- sl
- git (and config)
- fetchscreen
- tmux
- figlet
run script in loop with interval
watch -n 600 <command> <flags>
(do it forever, where -n is interval in seconds) for example:
watch -n 600 python3 main.py
Bash alternative to watch
while true; do ./my_script.sh; sleep 60; don
remember about tmux
!
- add parameters
- add remmina or other RDP
- clean azure folder
- add turbo-config-scripts
- full-compatible Ubuntu-Debian-Raspbian
- better python config
- new installer logger (like start.sh)
- turbo config (on start select packages and programs)