Windows Subsystem for Linux WSL2 Deep Dive

preview_player
Показать описание
Windows Subsystem for Linux WSL2 Deep Dive

In this video, I will try to answer some questions related to the Windows Subsystem for Linux, that I have got after posting my previous video:

What distributions are supported by WSL?
The official ones can be listed using:
wsl --list --online
The unofficial ones can be searched using Microsoft Store.

Where is located the WSL Ubuntu instance?

How do I access files in WSL2 from Windows?
To access files in WSL from Windows, use the \\wsl$\Ubuntu path (or whatever your distribution is named).

How do I access files in my Windows machine from WSL2?
If you are in Ubuntu and need access to a file on a Windows drive (e.g. C:), then you'll find those are (by default) auto-mounted for you:
ls /mnt/c

How to perform an offline install of a Linux distribution:
download the appx bundle package from:
then in your PowerShell terminal execute the command:

🌸 Support channel & make donation :

🌸 Subscribe for more videos :

🌸 Follow me On Social Media

***********************************************************************

🌸 Windows Subsystem for Linux WSL2 Commands

🌸 This Little Trick Will Prevent You From Messing Up With Your Application Database

🌸 PIP The Package Manager for Python

🌸 How to read Crystal Disk Info

🌸 How To Monitor the Health of Your Hard Drive in Linux using SMART

🌸 Linux iotop: Monitor your disk Input/Output

🌸 How To use the “du” (Disk Usage) Command in Linux

🌸 How To View Manipulate System Logs In Linux Using Journalctl Command

🌸 How To Sync And Backup Files In Linux Using Rsync Command

🌸 Linux cURL Command Tips and Tricks

🌸 Linux tail and multitail commands

🌸 Linux How To view Log Files

🌸 How To use the History Command On Linux

🌸 Tips and Tricks How To manipulate Text Files on Linux

🌸 How to Archive, Compress and Extract Files Using the tar Command on Linux

🌸 Linux - How to split larger files into smaller parts

🌸 Linux commands : Top

***********************************************************************

#wsl2 #wsl #linux
Рекомендации по теме
Комментарии
Автор

Man you keep saying "actually" so many time 😂😂😂

LifeAsWeMakeIt