Using Windows Subsystem for Linux v2

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 24. 06. 2024
  • Dive into Linux on Windows with WSL!
    🔎 Looking for content on a particular topic? Search the channel. If I have something it will be there!
    ▬▬▬▬▬▬ C H A P T E R S ⏰ ▬▬▬▬▬▬
    00:00 - Introduction
    00:46 - WSL introduction
    01:17 - WSL architecture
    09:55 - How to install
    17:43 - Resource controls
    24:42 - Installing distributions
    38:14 - File system interactions
    44:23 - Systemd support
    45:13 - Graphical applications
    47:21 - Network redirection
    50:31 - Long running processes?
    52:31 - VS Code integration
    53:48 - Summary and close
    ▬▬▬▬▬▬ K E Y L I N K S 🔗 ▬▬▬▬▬▬
    â–ș Demo file:
    🔗 github.com/johnthebrit/Random...
    ▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
    📖 Recommended Learning Path for Azure
    🔗 learn.onboardtoazure.com
    đŸ„‡ Certification Content Repository
    🔗 github.com/johnthebrit/Certif...
    📅 Weekly Azure Update
    🔗 ‱ Azure Infrastructure U...
    ☁ Azure Master Class
    🔗 ‱ Microsoft Azure Master...
    ⚙ DevOps Master Class
    🔗 ‱ DevOps Master Class
    đŸ’» PowerShell Master Class
    🔗 ‱ PowerShell Master Class
    🎓 Certification Cram Videos
    🔗 ‱ Microsoft Certificatio...
    🧠 Mentoring Content
    🔗 ‱ Virtual Mentoring
    ❔ Questions? Maybe I answered it in my FAQ
    🔗 savilltech.com/faq.html
    👕 Cure Childhood Cancer Charity T-Shirt Channel Store
    🔗 johns-t-shirts-store.creator-...
    👂 Enable the subtitles and from there you can translate to your native language via the auto-translate feature in settings! ‱ CZcams Captions and A... for a demo of using this feature.
    SUBSCRIBE ✅ / @ntfaqguy
    #microsoft #azure #johnsavillstechnicaltraining #onboardtoazure #cloud

Komentáƙe • 12

  • @NTFAQGuy
    @NTFAQGuy  Pƙed rokem

    Linux ON Windows, what fun! Please make sure to read the description for the chapters and key information about this video and others.
    ⚠ P L E A S E N O T E ⚠
    🔎 If you are looking for content on a particular topic search the channel. If I have something it will be there!
    🕰 I don't discuss future content nor take requests for future content so please don't ask 😇
    đŸ€” Due to the channel growth and number of people wanting help I no longer can answer or even read questions and they will just stay in the moderation queue never to be seen so please post questions to other sites like Reddit, Microsoft Community Hub etc.
    👂 Translate the captions to your native language via the auto-translate feature in settings! czcams.com/video/v5b53-PgEmI/video.html for a demo of using this feature.
    Thanks for watching!
    đŸ€™

  • @Semtx552
    @Semtx552 Pƙed rokem +1

    I had WSL2 running on the PC i replaced last month, what a great moment to install it my new Win11 box!, now with limited resources available to wsl:)
    Such a wealth of info on how it actually works, even better, _what_ all works.
    Thanks again John!

  • @user-pv5ir2gw1u
    @user-pv5ir2gw1u Pƙed 11 měsĂ­ci

    Thanks John, that was a great talk on what WSL is and how it works. Really enjoyed it and learnt a lot. Thank you.

    • @NTFAQGuy
      @NTFAQGuy  Pƙed 11 měsĂ­ci

      Glad it was helpful!

  • @minkang6841
    @minkang6841 Pƙed rokem

    Thank you so much for sharing this! I was scheduled to learn WSL but I’ll follow the recommendations per the video

  • @cma9br
    @cma9br Pƙed rokem

    Always good to know our options. Thank you.

  • @lightyagami0ben
    @lightyagami0ben Pƙed rokem

    great video on this topic ! thanks John

  • @shashikumartheenathayapara2985
    @shashikumartheenathayapara2985 Pƙed 4 měsĂ­ci

    Thank you. very informative

    • @NTFAQGuy
      @NTFAQGuy  Pƙed 4 měsĂ­ci

      You are welcome!

  • @prashlovessamosa
    @prashlovessamosa Pƙed rokem

    Awesome stuff

  • @johnnyjava_
    @johnnyjava_ Pƙed rokem

    Blimey!

  • @farhadbhai7558
    @farhadbhai7558 Pƙed 5 měsĂ­ci

    Ok so after importing the distro, You'll be logged as root user, so to fix it, u can do the following:
    in the running distro(new imported one), type the following - nano /etc/wsl.conf
    it will open the wsl config file and then here type like this:
    [user]
    default=yourusername
    ctrl + s to save
    ctrl + x to exit
    then again exit to logout
    wsl -t distroname to terminate
    and wsl -d distroname to start again
    congrats u logged in as your username