- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Windows Subsystem for Linux WSL2 Commands
Windows Subsystem for Linux WSL2 Commands
The ability to run Linux natively in Windows 10 is provided by the WSL feature. WSL stands for Windows Subsystem for Linux, which initially, was limited to Ubuntu only. Modern versions of WSL allow installing and running multiple Linux distros from Microsoft Store.
After enabling WSL, you can install various Linux versions from the Store:
Ubuntu
openSUSE Leap
SUSE Linux Enterprise Server
Kali Linux for WSL
Debian GNU/Linux
and more.
Windows 10 offers two methods to start a WSL distro. For distros installed from the Store, you can use either the console wsl.exe tool, or a Start menu shortcut.
WSL Coomads:
# To list installed distributions
wsl -l
wsl --list
# To list installed distributions along with its running status and wsl config being 1 or 2
wsl -l --verbose
wsl -l -v
# To run a specific distro
wsl -d distro_name
wsl --distribution distro_name
# To terminate/shutdown a specific distro
wsl -t distro_name_to_shutdown
wsl --terminate distro_name_to_shutdown
# To shutdown all disstros
wsl --shutdown
# To EXPORT a running distro as image
wsl --export distro_name_to_export windows_path\tar_file_name.tar
# To IMPORT an image as distro
wsl --import new_distro_name install_location_windows_path tar_file_name.tar --version wsl-version-1-or-2
wsl --import Ubuntu-20 D:\VMs\WSL\Ubuntu-20\ Ubuntu-20.04.tar --version 2 # Setting my secondary HDD as storate loc for new distro
🌸 Support channel & make donation :
https://www.paypal.me/aminenina/10
🌸 Subscribe for more videos :
Youtube: https://www.youtube.com/user/aminosninatos
🌸 Follow me On Social Media
Facebook : https://www.facebook.com/aminosninatos/
***********************************************************************
🌸 How To Check Bad Blocks Or Bad Sectors On a Hard Disk In Linux
https://www.youtube.com/watch?v=jE-I9...
🌸 Linux How To Partition a Hard Drive Using the Parted Command
https://www.youtube.com/watch?v=2IoEW...
🌸 Checking or Repairing a File System using fsck in Linux
https://www.youtube.com/watch?v=CcV_M...
🌸 How To Monitor the Health of Your Hard Drive in Linux using SMART
https://www.youtube.com/watch?v=z1z9R...
🌸 Linux iotop: Monitor your disk Input/Output
https://www.youtube.com/watch?v=pWG4v...
🌸 How To use the “du” (Disk Usage) Command in Linux
https://www.youtube.com/watch?v=RA4bM...
🌸 How To View Manipulate System Logs In Linux Using Journalctl Command
https://www.youtube.com/watch?v=NE-fT-Fwvgw&t=3s
🌸 How To Sync And Backup Files In Linux Using Rsync Command
https://www.youtube.com/watch?v=aIMbg7vG6Rg&t=10s
🌸 Linux cURL Command Tips and Tricks
https://www.youtube.com/watch?v=hA3BAALWFJI
🌸 Linux tail and multitail commands
https://www.youtube.com/watch?v=QnPyWNyCn-U
🌸 Linux How To view Log Files
https://www.youtube.com/watch?v=CEYhs_9L01M&t=2s
🌸 How To use the History Command On Linux
https://www.youtube.com/watch?v=RkxIWlypB-s
🌸 Tips and Tricks How To manipulate Text Files on Linux
https://www.youtube.com/watch?v=Zk9M1w55XO0
🌸 How to Archive, Compress and Extract Files Using the tar Command on Linux
https://www.youtube.com/watch?v=8j-ZzOfbclM&t=2s
🌸 Linux - How to split larger files into smaller parts
https://www.youtube.com/watch?v=DaC5AWjmQXk
🌸 Linux commands : Top
https://www.youtube.com/watch?v=RM7ck63mcHQ
***********************************************************************
#wsl #linux #windowssubsystem
Видео Windows Subsystem for Linux WSL2 Commands канала Liv4IT
The ability to run Linux natively in Windows 10 is provided by the WSL feature. WSL stands for Windows Subsystem for Linux, which initially, was limited to Ubuntu only. Modern versions of WSL allow installing and running multiple Linux distros from Microsoft Store.
After enabling WSL, you can install various Linux versions from the Store:
Ubuntu
openSUSE Leap
SUSE Linux Enterprise Server
Kali Linux for WSL
Debian GNU/Linux
and more.
Windows 10 offers two methods to start a WSL distro. For distros installed from the Store, you can use either the console wsl.exe tool, or a Start menu shortcut.
WSL Coomads:
# To list installed distributions
wsl -l
wsl --list
# To list installed distributions along with its running status and wsl config being 1 or 2
wsl -l --verbose
wsl -l -v
# To run a specific distro
wsl -d distro_name
wsl --distribution distro_name
# To terminate/shutdown a specific distro
wsl -t distro_name_to_shutdown
wsl --terminate distro_name_to_shutdown
# To shutdown all disstros
wsl --shutdown
# To EXPORT a running distro as image
wsl --export distro_name_to_export windows_path\tar_file_name.tar
# To IMPORT an image as distro
wsl --import new_distro_name install_location_windows_path tar_file_name.tar --version wsl-version-1-or-2
wsl --import Ubuntu-20 D:\VMs\WSL\Ubuntu-20\ Ubuntu-20.04.tar --version 2 # Setting my secondary HDD as storate loc for new distro
🌸 Support channel & make donation :
https://www.paypal.me/aminenina/10
🌸 Subscribe for more videos :
Youtube: https://www.youtube.com/user/aminosninatos
🌸 Follow me On Social Media
Facebook : https://www.facebook.com/aminosninatos/
***********************************************************************
🌸 How To Check Bad Blocks Or Bad Sectors On a Hard Disk In Linux
https://www.youtube.com/watch?v=jE-I9...
🌸 Linux How To Partition a Hard Drive Using the Parted Command
https://www.youtube.com/watch?v=2IoEW...
🌸 Checking or Repairing a File System using fsck in Linux
https://www.youtube.com/watch?v=CcV_M...
🌸 How To Monitor the Health of Your Hard Drive in Linux using SMART
https://www.youtube.com/watch?v=z1z9R...
🌸 Linux iotop: Monitor your disk Input/Output
https://www.youtube.com/watch?v=pWG4v...
🌸 How To use the “du” (Disk Usage) Command in Linux
https://www.youtube.com/watch?v=RA4bM...
🌸 How To View Manipulate System Logs In Linux Using Journalctl Command
https://www.youtube.com/watch?v=NE-fT-Fwvgw&t=3s
🌸 How To Sync And Backup Files In Linux Using Rsync Command
https://www.youtube.com/watch?v=aIMbg7vG6Rg&t=10s
🌸 Linux cURL Command Tips and Tricks
https://www.youtube.com/watch?v=hA3BAALWFJI
🌸 Linux tail and multitail commands
https://www.youtube.com/watch?v=QnPyWNyCn-U
🌸 Linux How To view Log Files
https://www.youtube.com/watch?v=CEYhs_9L01M&t=2s
🌸 How To use the History Command On Linux
https://www.youtube.com/watch?v=RkxIWlypB-s
🌸 Tips and Tricks How To manipulate Text Files on Linux
https://www.youtube.com/watch?v=Zk9M1w55XO0
🌸 How to Archive, Compress and Extract Files Using the tar Command on Linux
https://www.youtube.com/watch?v=8j-ZzOfbclM&t=2s
🌸 Linux - How to split larger files into smaller parts
https://www.youtube.com/watch?v=DaC5AWjmQXk
🌸 Linux commands : Top
https://www.youtube.com/watch?v=RM7ck63mcHQ
***********************************************************************
#wsl #linux #windowssubsystem
Видео Windows Subsystem for Linux WSL2 Commands канала Liv4IT
How to tips and tricks Bad Blocks hard disk HD check errors surface flash memory beginner guide tutorial support drive system storage manager partitions filename filesystem Smartmontools hardware crystal disk info SMART HD tune wsl2 wsl commands Windows Subsystem for Linux installed distributions run a specific distro shutdown all disstros IMPORT an image as distro EXPORT a running distro as image terminate/shutdown a specific distro running status wsl config
Комментарии отсутствуют
Информация о видео
15 мая 2024 г. 0:37:47
00:15:32
Другие видео канала




















