All technological notes.
Linux
FOSS(Free/Open Source Software)
Kernel
WSL
Windows Subsystem for LinuxRun Terminal as administrator
wsl --install
| Command | Desc |
|---|---|
wsl -l -o |
list available distro online |
wsl -l |
list all installed distro locally |
wsl --install |
Install default(Ubuntu) distro wsl |
wsl --install -d Debian |
Install Debian distro wsl |
wsl --unregister -d Debian |
remove Debian distro from wsl |
StoreApps & features is required.LTS
Long Term SupportVersion represents year and month
Developer Releases
LTS version| CMD | DESC |
|---|---|
help |
Provides information on built-in commands |
whatis command1 command2 |
Display one-line manual page descriptions |
command -help |
Display all options of a command |
man command |
Display a completed manual page of a command |