Wsl2

Wsl2 смотреть последние обновления за сегодня на .

I Coded with WSL2 for a Week

157774
4287
303
00:06:52
08.04.2022

I coded with Windows Subsystem for Linux for a week! And it’s actually pretty good. This is a way to run a GNU/Linux environment directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup. The command-line tools, utilities, and applications you’re used to, and without the stupid backslashes that for some reason Windows has yet to change. The program I built to test it out - a code racing website to put your typing skills to the test, but more on that next video. Let’s talk WSL, the system I’ve been averse to ever since its initial release 6 years ago. 🐱‍🚀 GitHub: 🤍 🎥 Twitch: 🤍 🐦 Twitter: 🤍 📸 Instagram: 🤍 📓 Learning Resources: My Favorite Machine Learning Course: 🤍 Open Source Computer Science Degree: 🤍 Python Open Source Computer Science Degree: 🤍 Udacity to Learn Any Coding Skill: 🤍 👨‍💻 My Coding Gear: My NAS Server: 🤍 My Hard Drives: 🤍 My Main Monitor: 🤍 My Second Monitor: 🤍 My Standing Desk: 🤍 My PC Build: 🤍 My AI GPU: 🤍 🔧Coding Tools: The Best Linux Server Hosting: 🤍

WSL 2: Getting started

578874
13185
908
00:20:34
11.06.2020

The Windows Subsystem for Linux 2 (WSL 2) is here. It's now easy to get started with Linux and integrate Ubuntu 20.04 LTS quickly from within Windows 10. WSL2 is part of Windows 10, version 2004 which was released in May 2020. Rather than using a translation or compatibility layer between Linux and Windows which was used in WSL 1, WSL 2 uses virtual machine technology to allow you to run a real Linux kernel directly on Windows 10. This also allows you to run Docker within Ubuntu running on Windows 10. Menu: Overview: 0:00 Requirements: 1:19 Enable WSL 2: 2:36 Download Ubuntu 20.04 LTS: 3:48 Fix Error: WSL 2 requires a kernel component: 4:36 Start Ubuntu on Windows 10: 6:46 PowerShell Commands: 6:58 Download Ubuntu 18.04 LTS: 8:24 Run two versions of Ubunbu: 10:52 Use VMware Workstation Player and Virtual Box with WSL2: 12:59 Visual Studio Code, Python and Linux integration: 15:47 Connect to a Cisco switch using Python on WSL2: 19:00 Good Links: What is WSL? 🤍 WSL documentation: 🤍 WSL 2 Announcement: 🤍 WSL2 Ubuntu 20.04 WSL 2 WSL 1 Ubuntu 18.04 windows subsystem for linux #wsl2 #linux #windows

Microsoft Is Destroying Linux – WSL & WSL2 Are Evil!

11527
500
247
01:07:41
16.12.2022

Microsoft Is Destroying Linux – WSL & WSL2 Are Evil! A video covering my opinions on the Windows Subsystem for Linux. I believe it is debilitating to the Linux community. Take a look and let me know what you think in the comments below. EBUZZ STORE: 👚👚👚 Ebuzz Central Store : 🤍 JOIN THIS CHANNEL TO GET ACCESS TO PERKS: 🤍 WANT TO SUPPORT THE CHANNEL? 👍🤑💰 Patreon: 🤍 WANT TO BUY ME A CUP OF COFFEE? 👍🤑💰 Buy Me A Cup Of Coffee: 🤍 WANT TO SUPPORT THE CHANNEL? 👍🤑💰 PayPal : holtdigitalmedia🤍hotmail.com FIND ME ON SOCIAL: Reddit: 🤍 Twitter: 🤍 Linkedin: 🤍 MeWe: 🤍 Discord : 🤍

Windows development setup with WSL2, ZSH, VSCode, and more

146613
3541
151
00:12:02
29.06.2021

Windows development setup with WSL2, ZSH, VSCode Walkthrough! I'll show you which tools I'm using in my development setup for DevOps, Security research, and programming. We also cover how to customize your Linux Shell and other productive tools when working with the Windows Subsystem for Linux. #Windows #WSL2 #WindowsTerminal Install WSL2: 🤍 Nerd Fonts: 🤍 My GitHub Dotfiles: 🤍 Powerlevel10k: 🤍 Yadm: 🤍 Follow me: TWITTER: 🤍 INSTAGRAM: 🤍 DISCORD: 🤍 GITHUB: 🤍 PATREON: 🤍 MY EQUIPMENT: 🤍 Timestamps: 00:00 - Introduction 00:29 - Why run Linux on Windows? 01:16 - Windows Subsystem for Linux (WSL2) 02:32 - Windows Terminal 05:04 - ZSH and Powerlevel10k on Linux 07:39 - YADM Dotfiles Manager 09:37 - VSCode All links with "*" are affiliate links.

WSL2 made me the SLOWEST Software Developer in the world! I didn’t know.

2026
32
9
00:02:34
31.12.2022

Whenever I run “yarn install”, I can go for a walk since it takes forever under the windows subsystem for Linux or #wsl2. But I fixed that and made #yarn on #WSL and yarn almost as fast as running native. 🤍 🤍 🤍 🤍 🤍

Windows Subsystem for Linux setup WSL2 Systemd, Ansible, and Kubernetes

15738
495
41
00:20:50
27.12.2022

Windows Subsystem for Linux is a great way to easily get your hands on a Linux environment with a native Bash shell and interacting with native Linux tools. In this video, we take a look at the ultimate Windows Subsystem for Linux tweaks and tips for setting up your WSL environment for DevOps, automation, Kubernetes learning and testing, and more. Subscribe to the channel: 🤍 My blog: 🤍 _ Social Media: 🤍 LinkedIn: 🤍 Github: 🤍 Introduction to Windows Subsystem for Linux - 0:00 New Windows Subsystem for Linux WSL2 install process from Microsoft Store - 1:10 Looking at installing it from Microsoft Store 2:09 How can you tell if you have the latest version installed? 2:40 Overwriting installed version with the Store version - 3:14 Supressing the sudo password prompt - 3:54 Adding the command to suppress the sudo prompt - 4:35 Enabling systemd functionality in WSL 2 - 5:10 Editing the file to add systemd to WSL 2 - 5:45 Shutting down WSL after adding systemd - 6:15 Verifying systemd is installed - 6:30 Introducing Ansible - 6:47 Viewing the commands to install Ansible in WSL 2 - 7:10 Entering Kerberos realm - 8:07 Viewing Ansible version command - 8:18 Adding persistent aliases and why you want to do this - 8:32 Creating the file needed for persistent alias in WSL 2 - 8:53 Pasting in the command needed for the alias - 9:20 Testing the alias created - 10:14 Introducing PowerShell and why you can use it - 10:38 Looking at the commands in WSL for installing PowerShell - 11:02 Executing PowerShell in WSL - 12:08 Adding the VMware PowerCLI module - 12:35 Verifying the VMware PowerCLI installation - 13:13 Working with files between WSL and your Windows WSL host - 13:30 Looking at file navigation, browsing, copying, editing between WSL and Windows host - 14:20 Looking at changing to a mounted Windows host directory in WSL - 14:49 Opening a location in WSL 2 in Windows Explorer - 15:27 Installing Kubernetes inside Windows Subsystem for Linux - 16:23 Viewing the command to install Microk8s - 17:05 Issuing microk8s status command - 17:22 Issuing microk8s kubectl commands - 17:38 Installing Minikube in WSL 2 - 18:02 After prerequisites, beginning Minkube installatio - 18:54 Starting the Minkube cluster - 19:36 Viewing Minkube cluster with kubectl - 19:51 Conclueding thoughts on Windows Subsystem for Linux tweaks - 20:00 Windows Subsystem for Linux now GA and how to install it: 🤍 Windows Server 2022 WSL 2 support with KB5014021 Windows Update: 🤍

Install Desktop GUI for WSL | WSL Enable Desktop Guide

52596
843
60
00:07:21
09.09.2022

Want a simple desktop environment for Ubuntu WSL or any other Debian distro? Well, it's simple enough to set up and jump right into. This guide shows you everything you need to know and more. Read the article and get the commands: 🤍 Timestamps: 0:00 - Explanation 0:44 - Install WSL 1:17 - Set WSL version 2 2:04 - Install 3:30 - Fix DNS 4:30 - Installing Desktop environment 5:20 - Set up RDP 5:56 - Connect using Windows Remote Desktop 6:28 - Using other desktop environments #WSL #Ubuntu #Windows - 💸 Found this useful? Help me make more! Support me by becoming a member: 🤍 - 💸 Direct donations via Ko-Fi: 🤍 💬 Discuss the video & Suggest (Discord): 🤍 👉 Game guides & Simple tips: 🤍 🌐 Website: 🤍 📧 Need voiceovers done? Business query? Contact my business email: TroubleChute (at) tcno.co Everything in this video is my personal opinion and experience and should not be considered professional advice. Always do your own research and ensure what you're doing is safe.

Kali Linux APPS on Windows in 5min (WSLg)

466782
17812
872
00:12:11
04.03.2022

Using WSL 2 is fun, but having people spy on your internet traffic isn't , use a VPN to keep yourself safe: 🤍 (3 years subscription + 4 extra free months for only $1.98/Month) In this video Chuck shows you how to get Windows and Linux married on your own computer using WSL 2!. But that's not all! Chuck will also show you how to install WSLg on Windows 11 so that you can run GUI versions of your favorite Linux apps right on your Windows 11 desktop! Walkthrough and guide: 🤍 🔥🔥Join the NetworkChuck membership: 🤍 Sponsored by Private Internet Access SUPPORT NETWORKCHUCK - ➡️NetworkChuck membership: 🤍 ☕☕ COFFEE and MERCH: 🤍 Check out my new channel: 🤍 🆘🆘NEED HELP?? Join the Discord Server: 🤍 STUDY WITH ME on Twitch: 🤍 READY TO LEARN?? - -Learn Python: 🤍 -Get your CCNA: 🤍 FOLLOW ME EVERYWHERE - Instagram: 🤍 Twitter: 🤍 Facebook: 🤍 Join the Discord server: 🤍 0:00 ⏩ Intro 0:53 ⏩ What do you need?? 2:01 ⏩ How to Enable virtualization 2:48 ⏩ Installing Wsl 2 3:43 ⏩ Setting up Ubuntu 4:10 ⏩ Getting WSLg set up 4:52 ⏩ Launching your first Linux GUI app 5:15 ⏩ Ad read 7:43 ⏩ Installing other Linux distros 8:41 ⏩ How to really install Kali 9:10 ⏩ Setting up Kali 9:35 ⏩ How to install Win-Kex 11:00 ⏩ Using Win-Kex on Windows 10 11:39 ⏩ Outro AFFILIATES & REFERRALS - (GEAR I USE...STUFF I RECOMMEND) My network gear: 🤍 Amazon Affiliate Store: 🤍 Buy a Raspberry Pi: 🤍 #PrivateInternetAccess #Wsl2 #Linux

Developing on Windows with WSL2 (Subsystem for Linux), VS Code, Docker, and the Terminal

417332
10707
608
00:14:15
13.09.2019

Developing on Windows with WSL2 (Windows Subsystem for Linux), VS Code, Docker, and the Windows Terminal

Uma das MELHORES coisas que a Microsoft já fez - Aprenda a usar o WSL (Linux dentro do Windows)

147754
9608
340
00:11:37
15.02.2022

✅ Baixe o ThinLinc: 🤍 ✅ Mais sobre a Cendio: 🤍 ☑️ Evento gratuito da EBAC: 🤍 O WSL ou Windows Subsystem for Linux, é uma ferramenta criada pela Microsoft, em parceria com a Canonical (empresa do Ubuntu), que permite criar um ambiente Linux virtualizado dentro do WIndows 10 e Windows 11, com distribuições Linux diferentes, como o próprio Ubuntu, Debian, Kali Linux, entre outras, focado no público de desenvolvedores, que evita a necessidade de instalar uma máquina virtual no computador para ter acesso a recursos de linha de comando Linux, ou até mesmo aplicativos com interface, neste caso, suportado apenas no Windows 11. Neste vídeo vamos aprender a habilitar o WSL, aprender as difereças entre o WSL 1 e o WSL 2, aprender a instalar, remover e gerenciar nossas distros Linux dentro do WSL, e ainda aprender a fazer pequenos acessos em rede para compartilhar arquivos entre os dois sistemas operacionais. 👑 Seja membro do canal: 🤍 📩 Receba novidades no seu Email: 🤍 🥇 Agradecimento especial a todos os nossos membros, em especial aos da categoria "Diolinux GO" por nos ajudarem a continuar criando conteúdo: ‣ Leonardo Thozo ‣ Jonathan ⭐ Conheça o nosso trabalho: 🤍 🎤 Nosso PodCast: 🤍 🎮 Nosso canal de Lives de games: 🤍 🛒 Nossa loja (na Lolja): diostore.com.br 📬 Contato comercial: blogdiolinux🤍gmail.com 📎 𝗙𝗼𝗻𝘁𝗲𝘀 𝗲 𝗟𝗶𝗻𝗸𝘀: ‣ Documentação WSL: 🤍 ‣ Arch Linux no WSL: 🤍 ‣ Apps com GUI no WSL: 🤍 ‣ Diferença entre WSL1 e WSL2:🤍 #Windows #Linux #WSL

WSL2 Ubuntu GUI

528445
14425
1087
00:13:51
13.07.2020

Install a graphical user interface (GUI) with Ubuntu 20.04 running within WSL 2 on a Windows 10 computer. Microsoft have announced that an RDP based GUI will be added to WSL2, but it's not currently available. I'll show you how to get a GUI installed and how to connect to the GUI using remote desktop so you can start using that today. Menu: Overview: 0:00 Prerequisites: 1:20 Install WSL: 1:46 Install Ubuntu 20.04: 4:45 Install Ubuntu GUI: 7:25 Test RDP connection to the Ubuntu VM: 10:35 WSL commands: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart wsl set-default-version 2 Ubuntu GUI commands: See pinned comment as YouTube doesn't allow all the commands. Otherwise use my github link: 🤍 Good links: Microsoft GUI announcement: 🤍 Ubuntu WSL2 GUI Install: In Ubuntu WSL: 🤍 WSL 2 install: 🤍 Docker for WSL2: 🤍 What is WSL? 🤍 WSL documentation: 🤍 WSL 2 Announcement: 🤍 WSL2 Docker Ubuntu 20.04 Ubuntu GUI WSL 2 Ubuntu GUI WSL Ubuntu GUI WSL 2 WSL 1 Ubuntu 18.04 windows subsystem for linux wsl2 ubuntu gui #wsl2 #ubuntu #windows

Linux jako apka w Windows 10!? Wjeżdża WSL2!

93569
2499
271
00:19:57
09.07.2020

Dzisiejsze wideo zostało dla nas zasponsorowane przez firmę NordVPN (potentata na rynku dostawców usługi VPN). Sponsor odcinka przygotował specjalną ofertę dla naszych widzów: 🤍 Otrzymamy 75% zniżki na 3-letnią usługę VPN, zaś z kuponem: pasjainformatyki dodatkowy miesiąc gratis! Firmie NordVPN dziękujemy jeszcze raz za wsparcie wideo! 👍 Jeżeli masz ochotę zobaczyć więcej naszych filmów, podcastów i artykułów w coraz lepszej jakości, to zachęcamy do pozostawienia subskrypcji, a także do odwiedzenia prowadzonych przez nas witryn oraz do polubienia fanpage'u Pasji informatyki na Facebooku. 🔔 Subskrybuj - 🤍 Jeśli masz ochotę wesprzeć to co robimy, to możesz: 🖐 Zostać Patronem - 🤍 ☕️ Ufundować nam wirtualną kawę - 🤍 Linux aplikacją w Windows 10. Windows Subsystem for Linux to główny temat dzisiejszego odcinka. Dodatkowo kilka przydatnych informacji na temat nowego windows'owego terminala! update Windows 10 do wersji 2004: 🤍 dokumentacja Windows Terminal: 🤍 motywy do Windows Terminal: 🤍 🔔 Subskrybuj - 🤍 👉 Fanpage na Facebooku - 🤍 👉 Profil Patronite - 🤍 👉 Lista Patronów - 🤍 👉 Donacje na blogu - 🤍 👉 Harmonogram publikacji - 🤍 👉 Kontakt z nami - 🤍 👉 Współpraca reklamowa - 🤍 👉 Kursy video dla technikum - 🤍 👉 Blog informatyczny - 🤍 👉 Trenażer egzaminacyjny - 🤍 👉 Egzamin-E13.pl - 🤍 👉 Forum dyskusyjne - 🤍 👉 Witryna podcastowa - 🤍 👉 Twitter MZ - 🤍 👉 Twitter DS - 🤍 #pasjainformatyki #wsl #linux

Kali Linux: WSL 2 install and GUI setup

155029
4200
348
00:09:59
01.07.2020

Learn how to get Kali Linux installed and running on WSL 2 on a Windows 10 computer. I'll also show you how to install applications like nmap and get a GUI working with Kali Linux. By default, when you install Kali Linux with WSL 2, you won't have a GUI, but in this video I'll show you how to get that installed and configured. Go from zero to hero with Kali Linux on WSL 2. WSL2 is part of Windows 10, version 2004 which was released in May 2020. Rather than using a translation or compatibility layer between Linux and Windows which was used in WSL 1, WSL 2 uses virtual machine technology to allow you to run a real Linux kernel directly on Windows 10. This also allows you to run Docker within Ubuntu running on Windows 10. Menu: Overview: 0:00 Lab setup: 0:50 Kali website feedback: 1:01 Install Kali: 1:56 Ping network devices: 3:19 View WSL Virtual Machines: 3:40 Install nmap: 4:00 Use nnamp to scan ports: 4:28 Install Kali GUI: 6:33 Use Remote Desktop (RDP) to connect to Kali: 7:32 WSL 2 Playlist: 🤍 Useful commands: nmap: sudo nmap -sS -A open top-ports 500 192.168.1.249 GUI install: sudo apt install xfce4 sudo apt install xrdp sudo /etc/init.d/xrdp start Good Links: What is WSL? 🤍 WSL documentation: 🤍 WSL 2 Announcement: 🤍 WSL2 Kali Linux Ubuntu 20.04 WSL 2 WSL 1 Ubuntu 18.04 windows subsystem for linux #wsl2 #kalilinux #windows

Установка и настройка WSl 2 + Docker

5658
146
29
00:14:02
05.11.2022

В этом видео мы установим подсистему Linux (WSL 2) на Windows. А так-же установим Docker и попробуем поднять проект написанный на фреймворке Django. Полезные ссылки: Код из видео - 🤍 Приобрети VPS и поддержи канал: 🤍 🤍

WSL2 - Windows corriendo contenedores Linux??

45230
2886
169
00:10:31
02.02.2021

Hoy hablamos de WSL2, o Windows Subsystem Linux, un sistema de virtualización optimizado para Linux, que virtualiza un Kernel de Linux modificado por Microsoft para poder correr contenedores Linux con Docker. En este video vamos a hacer unas pruebas e investigar cómo funciona. Usá el código peladonerd al registrarte en UPCLOUD para obtener 50 USD de regalo: 🤍 Docker: 🤍 Comparación WSL1 vs WSL2: 🤍 Instalar WSL en Windows 10 o Windows Server: 🤍 Issue de Github que arregla cgroups: 🤍 Contenedor para probar uso de Memoria: 🤍 Repo con todos los archivos que uso: 🤍 Merchandising Pelado Nerd: 🤍 Micrófono: Rode VideoMicro + Zoom H1N Cámara: Sony A7 Mark III Lente: Sony 28-70mm 3.5 Laptop: Macbook Pro 16'' 2019 Puedes encontrar todos mis links en 🤍

WSL2 Sucks in Ways People Ignore. Use Git-Bash Instead [20210324163411]

8075
142
45
00:17:48
25.03.2021

Git-Bash (Git-SCM) is still Windows. WSL2 is not. You might initially think WSL2 not being Windows is a good thing but there are specific reasons it is not: 1) your Windows VPN won't work, 2) file permissions between the two will be bork in mysterious, dangerous ways with no warnings, 3) env/system variables do not convey, 4) you need Git on Windows anyway. Of course, some of these can be remedied, but why bother. Git-Bash just works from the start and is much easier to install and configure, even when combined with Alacritty (a kick-ass fast, clean, easy to configure terminal written in Rust). Don't cross the streams. Use a real Linux system either by ssh-ing into one or running one locally with Docker. (You do use Docker, right?) I only use Git-Bash for basic things (mostly git, ssh, find, and an occasional vi). I don't bother with anything else, not even tmux. All that goes on another *actual* Linux system that Git-Bash helps me get to. In a sense, Git-Bash is just a much better Putty. The worst part about this is that Microsoft has blogs and open issues about all this and such but never says *anything* about it when talking up how amazing WSL2 is. It's just not. Hiding these annoying, critical facts from beginners just to get them hooked only later to have to explain why *they* screwed up is irresponsible.

The Complete WSL 2 Beginner Guide - Install WSL2 and Windows Terminal

15152
297
24
00:23:33
28.09.2021

Learn how to install WSL2 in the easiest possible way. The Complete WSL 2 Course on Udemy: 🤍 Article: 🤍 Windows Terminal Customization: 🤍 ⮘-=[⭐All important links in one place⭐]=-⮚ ↬ 🤍 ⮘-=[⭐Book a one-on-one Mentoring Session⭐]=-⮚ ↬ 🤍 ⮘-=[⭐All the stuff I use | Stefan's Amazon Store⭐]=-⮚ ↬ 🤍 ⮘-=[⭐Join this channel to get access to perks⭐]=-⮚ 🤍 ⮘-=[Subscribe]=-⮚ ↬ 🤍 ⮘-=[Sign Up to my popular 5-Bullet-Friday Newsletter]=-⮚ ↬🤍 ⮘-=[100$ Credit on Digital Ocean for your VPS Droplet]=-⮚ ↬ 🤍 ⮘-=[Surf secure with NordVPN and get discounts!]=-⮚ ↬ 🤍 ⮘-=[Automated Ad Management with Ezoic's AI]=-⮚ ↬🤍?tap_a=6182-5778c2&tap_s=551885-8d5d96 TimeStamps: 00:00 Intro 01:46 What is WSL? 06:00 Install WSL2 (Easy Way) 11:00 WSL2 Manual Installation 18:00 Windows Terminal for WSL2 ⮘-=[Support Me]=-⮚ ↬ Coffee: 🤍 ↬ Patreon: 🤍 ↬ Hacking Apparel: 🤍 ↬ Paypal: 🤍 ↬ pfSense Starter Guide: 🤍 ↬ YouTube Membership: 🤍 ⮘-=[ Join us on Twitch for regular Live Streams & Events ]=-⮚ ↬ 🤍 ⮘-=[Socials]=-⮚ ↬ Discord: 🤍 ↬ Website: 🤍 ↬ Twitter: 🤍 ↬ Facebook: 🤍 ↬ Instagram: 🤍 ⮘-=[Affiliate]=-⮚ Ceos3c is part of the Amazon Affiliate Program. Ceos3c is part of the NordVPN Affiliate Program. Ceos3c is part of the Ezoic Affiliate Program. Ceos3c is part of the Digital Ocean Affiliate Program. Disclaimer - All the techniques provided in the tutorials on the Ceos3c Tutorials YouTube channel and on the website ceos3c.com are solely meant for educational purposes only. All of the techniques taught here are only meant to be used in a closed laboratory environment or in consent with a second party. If you are using any of those techniques for illegal purposes, Ceos3c can’t be held responsible for possible lawful consequences. I teach Ethical Hacking so that you can better understand and protect YOUR OWN Network and for Offensive Security Professionals.

WSL 2 - A solução para rodar Linux dentro do Windows 10 - Root #08

95912
4859
287
00:24:27
15.06.2021

✅ Inscreva-se na NLW Heat: 🤍 Vamos instalar o WSL2, subsistema do Windows para linux, permitindo que seja executado um ambiente GNU/Linux de forma fácil e leve no Windows 10. Vamos instalar a distribuição Ubuntu e configurar e estilizar o windows terminal Guia da microsoft: 🤍 Ubuntu (Microsoft Store): 🤍 Windows Terminal (Microsoft Store): 🤍 Temas para Windows terminal: 🤍 Omni para Windows Terminal: 🤍 Para usar o WSL com o VSCode: 🤍 - Confira a grade completa de conteúdos do canal aqui: 🤍 Conecte-se a 200mil devs e avance para o próximo nível com a nossa plataforma: 🤍​​​​​​​​ Cadastre-se na nossa plataforma: 🤍 Junte-se a mais de 392mil devs em nossa comunidade no Discord: 🤍 Acompanhe a Rocketseat nas redes sociais: Twitter: 🤍rocketseat Facebook: 🤍rocketseat Instagram: 🤍rocketseat_oficial Nos ouça também no Spotify: - Podcast Faladev - Podcast Alumni - Podcast Proxy

WSL 2 (O Linux definitivamente faz parte do Windows) // Dicionário do Programador

33597
3780
157
00:08:21
07.02.2022

🚀 𝗘𝗦𝗧𝗨𝗗𝗘 𝗡𝗔 𝗔𝗟𝗨𝗥𝗔 → 🤍 Ninguém tem dúvidas de que o Linux é a melhor solução quando se trata em servidores e containers. A Microsoft percebeu isso há alguns anos e tratou de criar o WSL, criando uma "camada" Linux dentro do Windows. Agora os "Devs Windows" estão se apaixonando cada vez mais pelo kernel e percebendo que ele é como o Thanos: "Inevitável"! 📝 𝗟𝗶𝗻𝗸𝘀 𝗖𝗶𝘁𝗮𝗱𝗼𝘀 → Linux: 🤍 📰 𝗖𝗼𝗺𝗽𝗶𝗹𝗮𝗱𝗼: 𝙋𝙤𝙙𝙘𝙖𝙨𝙩 𝙚 𝙉𝙚𝙬𝙨𝙡𝙚𝙩𝙩𝙚𝙧 → 🤍 📡 𝗦𝗶𝗴𝗮 𝗮𝘀 𝗿𝗲𝗱𝗲𝘀 𝗱𝗼 𝗖𝗗𝗙𝗧𝗩 → 🤍 ☕ 𝗖𝗹𝘂𝗯𝗲 𝗱𝗼𝘀 𝗖𝗗𝗙𝘀 𝗻𝗼 𝗬𝗼𝘂𝘁𝘂𝗯𝗲 → 🤍 𝑵ó𝒔 ❤️ 𝒓𝒆𝒄𝒆𝒃𝒆𝒓 𝒑𝒓𝒆𝒔𝒆𝒏𝒕𝒆𝒔, 𝒄𝒂𝒓𝒕𝒂𝒔, 𝒃𝒓𝒊𝒏𝒅𝒆𝒔 𝒆 𝒎𝒊𝒎𝒐𝒔. Caixa Postal: 91735 - Cep: 25620-972 Petrópolis / RJ #WSL #Linux #Windows

Installing Windows Subsystem for Linux WSL2 (Ubuntu) on Windows 11

1330
11
3
00:32:14
14.11.2022

In this video I look at installing Windows Subsystem for Linux 2 on Windows 11 using Ubuntu 22.04 LTS. Using WSL2 requires some familiarity with the Linux Terminal and I cover some of the basic file operations, look at enabling systemd and installing software using apt, deb packages and snap. Instructions should also cover later builds of Windows 10. To install input: appwiz.cpl Select Turn Windows Features On or Off and Check Windows Subsystem for Linux and select Ok. Reboot your PC when prompted. Open up the Windows Terminal (Admin). Input: wsl -l wsl list online wsl install -d Ubuntu Open Ubuntu, create a username and password. Confirm your password. Create directories using: mkdir ~/Documents mkdir ~/Downloads mkdir ~/Images mkdir ~/Music mkdir ~/Videos Input: sudo nano /etc/wsl.conf Modify the file to include the following lines: [boot] systemd = true Then open a PowerShell Prompt and input: wsl.exe shutdown Open up Ubuntu and input: systemctrl list-unit-files type=service To install programs using sudo use: sudo apt update sudo apt install nautilus sudo apt install gedit sudo apt install chromium To install a downloaded deb package e.g. Google Chrome use: cd ~/Downloads dpkg -i google-chrome-stable_current_amd64.deb You may need to use: sudo apt fix-broken install Then reattempt to install the .deb package. To install a snap packages use: snap install onlyoffice-desktopeditors #WSL #Ubuntu #Windows11

WSL 2 Networking

161562
4027
264
00:14:14
15.07.2020

How do you access WSL 2 Virtual Machines remotely? I'll show you how WSL2 networking works and I'll also show you how to configure the proxy service on your Windows 10 computer to allow connections to your WSL virtual machines. I'll also explain the configuration of the Windows Firewall. WSL 2 changes the way networking is configured compared to WSL 1. You need to enable proxy of traffic and you need to permit the traffic through the Windows firewall. Menu: Overview: 0:00 Network Setup: 0:48 Microsoft Documentation: 1:11 Virtual and Physical Networks: 2:12 Testing from Mac: 6:35 Port Proxy Command: 7:07 Testing from Mac Again: 8:24 Firewall Rules: 9:40 GitHub 4150 Script: 11:09 Pings fail: 13:05 WSL commands: netsh interface portproxy add v4tov4 listenport=3390 listenaddress=0.0.0.0 connectport=3390 connectaddress=192.168.170.227 Firewall rules: - Go to control panel and open advanced firewall rules - allow port 3390 through firewall 🤍 WSL 2 Playlist: 🤍 Good links: WSL 2 Proxy Script: 🤍 Microsoft GUI announcement: 🤍 Ubuntu WSL2 GUI Install: In Ubuntu WSL: 🤍 WSL 2 install: 🤍 Docker for WSL2: 🤍 What is WSL? 🤍 WSL documentation: 🤍 WSL 2 Announcement: 🤍 WSL2 WSL 2 WSL 2 Networking WSL 2 Proxy WSL proxy Docker Ubuntu 20.04 Ubuntu GUI WSL 2 Ubuntu GUI WSL Ubuntu GUI WSL 2 WSL 1 Ubuntu 18.04 windows subsystem for linux wsl2 ubuntu gui #wsl2 #ubuntu #windows

O Melhor Setup Dev com Arch e WSL2

226389
10863
783
01:13:44
15.02.2022

Vale a pena usar WSL2? Por que Arch Linux? Se quiser conhecer a fascinante de como Linux veio parar dentro do Windows, assistam meu video original sobre WSL2 onde eu conto todos os detalhes da história do Windows que você nunca conheceu: 🤍 Porém, a parte sobre a configuraçâo do Linux no WSL2 estão defasadas e pra corrigir isso fiz o video de hoje. O Guia Definitivo de Ubuntu é um dos videos que vocês mais gostaram e continua válido, assistam se ainda não viram. O de hoje vai complementar aquele video com um novo setup mais moderno pra quem usa Windows e tem máquina suficiente pra instalar Linux em cima com WSL2. E não qualquer Linux, mas o venerado Arch Linux. Vamos ver um setup para desenvolvedores web que é enxuto e poderoso! E pra quem conhece WSL2 já, vá até o fim pra uma dica de como organizar seu arquivo de projetos entre diferentes máquinas virtuais ao mesmo tempo com performance máxima! Errata Em 09:20 eu falo que o DE default do Manjaro é GNOME, mas na verdade é o XFCE. Em 42:05 o certo era `alias cat="bat style=auto"` Sobre Docker no Ubuntu, parece que hoje em dia já tá mais fácil do que eu falei, já tem nos repositórios oficiais então `apt install docker` já é suficiente. Mas meu ponto continua valendo pra diversos outros pacotes. Uma dica que não mencionei. Pra complementar o plugin zsh-autosuggestions, adicione também o zsh-histdb. Coloquei o link na lista de links abaixo. Sobre Task Scheduler no Windows, tem jeito de criar task sem usar GUI. Me deram o seguinte exemplo que imagino que roda no PowerShell: `$Options = New-ScheduledJobOption -StartIfOnBattery -RunElevated; $Trigger = New-JobTrigger -AtStartup; Register-ScheduledJob -Name MeuJob -Trigger $Trigger -ScheduledJobOption $Options -ScriptBlock { ... }` Sobre os comandos de Mount-VHD e wsl mount, dá pra fazer de vários jeitos. Poderia ser os dois num único script de Powershell, mas poderia ser um one-liner como me sugeriram: `wsl mount "\\.\PhysicalDrive$((Mount-VHD -Path .\Projects-disk.vhdx -Passthru | get-disk).number)"` Conteúdo 00:00:00 - intro 00:01:03 - motivação: cuidado com Insider 00:02:46 - recapitulando WSL2 00:03:13 - máquina recomendada 00:06:01 - instalando WSL2 00:07:16 - qual distribuição Linux? 00:10:26 - meu problema com APT 00:12:52 - instalando ArchWSL 00:17:08 - temas do Windows Terminal 00:18:59 - Vim antigo e Vim moderno 00:22:56 - instalando NeoVim e LunarVim 00:26:38 - apresentando LunarVim 00:30:48 - porque não oh-my-zsh? starship? 00:32:02 - instalando YAY 00:33:08 - instalando ZSH, Nerd Fonts e Powerlevel10k 00:38:28 - instalando plugins (zsh-autosuggestions) 00:40:05 - instalando alternativas em Rust 00:42:17 - instalando e mostrando ASDF de novo 00:46:47 - instalando e mostrando Docker 00:49:48 - apps gráficas de Linux funcionam bem? 00:53:02 - WSL, mounts P9 e HDs virtuais 00:56:43 - usando HDs externos do jeito certo 01:00:04 - criando HDs virtuais 01:01:32 - habilitando Hyper-V (parte avançada) 01:02:15 - montando e formatando HDs virtuais 01:03:49 - montando HDs virtuais automaticamente 01:08:37 - bônus: não esqueça das chaves ssh 01:09:16 - repetindo: o que você deve fazer? Links * Windows Insider (🤍 * WSL Config (🤍 * Win10 Smart Debloat (🤍 * Get Windows Terminal (🤍 * Windows Terminal Themes (🤍 * Arch Wiki (🤍 * ArchWSL (🤍 * VSCodium (🤍 * Chris🤍Machine (🤍 * LunarVim (🤍 * Powerlevel10k (🤍 * zsh-autosuggestions (🤍 * zsh-histdb (🤍 * oh-my-zsh (🤍 * How to install Yay (🤍 * ASDF (🤍 * Nerd Fonts (🤍 * Rewritten in Rust: Modern Alternatives of Command-Line Tools (🤍 * Docker Desktop (🤍 * Mount a Linux disk in WSL 2 (🤍 * How to create advanced tasks with the Task Scheduler (🤍 * How to Shrink a WSL2 Virtual Disk (🤍 Transcript: 🤍 Podcast: 🤍

Windows WSL 2 Docker Tutorial

3116
67
9
00:14:40
23.10.2022

To run Docker on Windows, there’s few ways. You can either run it using the Docker legacy Hyper-V backend, or you can use WSL 2 which offers much better performance and stability. What is Windows Subsystem for Linux (WSL2)? The Windows System for Linux (WSL) lets you run a Linux environment directly on windows without needing to use virtual machines or dualboot setup. This allows you to fully take advantage of Linux directly on your Windows machine. Its faster and it consumes less resources than running a virtual machine. Its integrated, meaning that you can directly access all your files on your Windows machine. If you’re planning to run Docker on Windows, then its highly recommended you use WSL 2 for your Docker Desktop backend as users can leverage Linux workspaces and avoid having to maintain both Linux and windows build scripts. It also provides a much faster experience when using Docker. Without WSL 2, just starting docker takes almost up to minute, while with WSL 2, it takes less than 10 seconds. How to install WSL 2 🤍 .wslconfig File memory=4GB processors=2 swap=8GB blog post 🤍 wanna help support my channel ? buy me a coffee ☕️ 🤍 Follow us Github - 🤍 Chapters 0:00 Introduction 0:23 What is WSL 2? 1:08 Installing WSL 2 on Windows 11. 2:16 wslconfig 3:43 Starter Commands 6:16 Installing Docker on Windows 11 6:54 Docker - Enable WSL 2 7:25 VS Code WSL Plugin 8:24 How to use Docker on Windows 11

WSL2 0.67.6 - Native Systemd Support! | Ubuntu 22.04 And Snaps

1829
19
2
00:06:28
25.09.2022

Microsoft recently added systemd to support more systemd-reliant applications, but do you think you would actually need this? :) MSDN Blog about WSL2 systemd support: 🤍

Install Kali Linux – WSL 2 KEX GUI hacking setup

30548
695
80
00:12:56
04.01.2021

Install Kali Linux – WSL 2 hacking setup with KEX to set up a graphical user interface for your hacking setup in Windows 10. I'll show you step by step how to install and configure this. #Linux #WSL2 #Kalilinux Awesome WSL2 terminal with ZSH, Powerlevel10k, and Windows Terminal: 🤍 WSL2 Linux kernel package: 🤍 Kali Linux KEX documentation: 🤍 Windows Terminal color scheme: 🤍 Follow me: TWITTER: 🤍 INSTAGRAM: 🤍 DISCORD: 🤍 GITHUB: 🤍 PATREON: 🤍 MY EQUIPMENT: 🤍 Timestamps: 00:00 - Introduction 01:40 - Install WSL 2 and Kali Linux 03:06 - Windows Terminal and customizations 04:12 - Install Kali Linux KEX and hacking tools 07:09 - Run Kali Linux GUI with KEX 10:46 - Run Kali Linux KEX Seamless Mode All links with "*" are affiliate links.

ASMR Install WSL2 🐧 on Windows 11 Rain Sound + Fish Shell Setup - No Talking

525
13
3
00:08:29
19.02.2023

✴️Timestamp: 00:00 Activate WSL and Hypervisor 00:44 Listing online Linux Distros 01:05 Update WSL2 Kernel 01:47 Activate Virtual Machine Platform 02:13 Install Ubuntu 03:11 Customize Bash Terminal 04:22 Install Fish shell 04:50 Install Fonts-Powerline 05:16 Oh-My-Fish engine 07:11 Make Fish default shell 07:40 Install Neovim ✴️Tools used in this video: 1- Keyboard Logitech POP Keys Mechanical Wireless Keyboard with Customizable Emoji Keys, Durable Compact Design, Bluetooth or USB Connectivity, Multi-Device, OS Compatible - Blast Yellow Link: 🤍 2- Microphone Rode VideoMic Pro R Camera-Mount Shotgun Microphone Link: 🤍 Join this channel to get access to perks: 🤍 Enjoy! #PowerShell #ASMR #rain #neovim #wsl #wsl2 #windows11 #terminal #fish #shell

Far girare programmi GUI Linux su Windows? - WSL2 Insider Overview ITA

8206
407
52
00:08:00
10.05.2021

Secondo canale: 🤍 BBSpazio: 🤍 Subreddit: 🤍 Pagina Instagram→ 🤍 Profilo Twitter → 🤍 Server Discord: 🤍 Gruppo Telegram: 🤍 Canzone Outro → 🤍 Canale per buttare lammerda: 🤍 🎙Il mio microfono → 🤍 🖥Il mio setup → 🤍

WSL2 Ubuntu - fixing failed to fetch #shorts

1571
37
5
00:00:56
01.07.2022

In this #shorts video you'll see how to fix the issue on WSL2 with Ubuntu, when you can't update your repo when running apt update and get the error 'failed to fetch'. #shorts #windows11 #terminal WSL2: 🤍 Used commands: sudo apt update sudo vim /etc/resolv.conf sudo nano /etc/resolv.conf sudo apt install tree

wsl2 - Install Ubuntu on Windows 10 fast with Windows Terminal

11294
224
36
00:12:12
06.02.2021

Install wsl2 on windows 10 | Ubuntu on windows 10 | Windows Terminal How to install Ubuntu on Windows 10 using Windows Subsystem for Linux 2, or just shortly WSL2. This will allow us later to install and configure our favorite containers management tools like Buildah, Podman or Docker. #wsl2 #ubuntuonwindows #anmalkov #windows10 #installwsl2 💻 Commands and links: Step 1: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart Step 2: dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart Step 3: 🤍 Step 4: wsl set-default-version 2 Step 5: 🤍 ⏰ Timestamps 0:00 - Introduction 0:36 - Install Windows Terminal 1:50 - Install WSL2 on Windows 10 7:19 - Install Ubuntu on Windows 10 11:35 - Wrapping up 🔗 Links 🤍 👋 Connect with me My blog 🤍 Twitter 🤍 LinkedIn 🤍 Instagram 🤍 Facebook 🤍 🚀 Explore more Migration from Docker to Buildah and Podman 👉🏼 🤍 Native approach to build an image with Buildah 👉🏼 🤍 Push an image to Docker Hub and GitHub packages using Buildah 👉🏼 🤍

Install WSL 2 on windows (2023)

548
9
0
00:05:52
01.01.2023

In this video will show you how to install WSL on windows and using ubuntu and kali linux. Links you can follow if you need more info or need to troubleshot : 🤍 learn.microsoft.com/en-us/windows/wsl/install-manual

Windows Subsystem for Linux (WSL2) - Tool Tipp #4

1668
111
5
00:06:41
09.02.2021

Das Windows Subsystem for Linux (oder WSL bzw WSL2) ist eine Möglichkeit, direkt aus Windows 10 heraus auf Linux (Debian, Ubuntu) zu arbeiten und Microsoft liefert mit Visual Studio Code und Docker for Windows direkt die passend integrierten Tools dafür. Seit der Version 2 ist das Windows Subsystem for Linux (WSL bzw. WSL2) dabei auf einem eigenen Linux Kernel unterwegs und unterstütz nun alle verfügbaren Linux-Kommandos. Wir schauen uns in dieser Episode an, warum ich das Windows Subsystem for Linux gar nicht mehr hergeben möchte, wie ihr es installiert und Euch eine entsprechende Distribution darauf einrichten könne. Ihr werden das Windows Subsystem for Linux genau so lieben wie ich - da bin ich mir sicher. ▬ Über diesen Kanal ▬▬▬▬▬▬▬▬▬▬▬▬ Seit vielen Jahren arbeite ich als Consultant, Coach und Trainer für professionelle Softwareentwicklung mit den Schwerpunkten Softwarequalität, Softwarearchitektur sowie Prozessmanagement. Auf meinem Kanal möchte ich Euch mein Wissen und meine langjährige Erfahrung in diesen Bereichen vermitteln - natürlich kostenlos. Dabei versuche ich stets Euch das Wissen so zu vermitteln, dass Ihr damit direkt in der Praxis loslegen könnt und das ganze immer mit guten Portion Humor. Lernen soll ja schließlich Spaß machen :) ▬ Empfohlene Videos ▬▬▬▬▬▬▬▬▬▬▬▬ Wie viel Softwarequalität Ihr braucht - 🤍 Warum Software unwartbar wird - 🤍 Architektur - Modularisierung - 🤍 Was ist Architektur - 🤍 Warum Architektur - 🤍 ▬ Wichtige Links ▬▬▬▬▬▬▬▬▬▬▬▬ Abonniere meinen Kanal: 🤍 Alle Videos: 🤍 ▬ Social Media ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ► Twitter: 🤍 ► Xing: 🤍 ► LinkedIn: 🤍 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

윈도우 11 에서 윈도우 서브시스템 포 리눅스 (WSL 2) 초간단 설치하기

1606
17
4
00:08:28
24.12.2022

windows 11 에서 windows subsystem for linux 2 를 설치하는 방법에 대한 이야기 입니다. 이번 wsl2 의 특징은 리눅스용 gui 앱들을 윈도우에서 바로 실행할 수 있도록 지원하고 있으며, systemd 를 지원하고 있습니다.

How to Install WSL2 on Windows 11 [Windows Subsystem for Linux]

14359
135
9
00:03:26
05.07.2022

In this video I will show How To Install WSL2 on Windows 11. Windows Subsystem for Linux is a compatibility layer for running Linux binary executables natively on Windows 10, Windows 11, and Windows Server 2019. In May 2019. WSL enables you to use Linux tools, like Bash or Grep, completely integrated with Windows tools, like PowerShell or Visual Studio Code, with no need to dual-boot. 🕘 Timestamps: [00:00] ▶️ Welcome [00:12] ▶️ Intro [00:31] ▶️ Enable WSL on Windows 11 [01:25] ▶️ Verify WSL Installation [01:43] ▶️ Linux Distro Using Microsoft Store [02:00] ▶️ Update WSL [02:40] ▶️ Linux Distro Using Terminal [03:11] ▶️ End ✅ Create Multi Bootable USB from ISO with Ventoy on Windows 11 🤍 ✅ How to Install Windows 11 on Any PC [Windows 11 For Unsupported Devices] 🤍 ✅ How to Fix USB Drive 32GB Becomes 414KB [SOLVED] Restore USB Drive Capacity 🤍 Support the Channel on Patron: 🤍 ✅ PowerShell Commands: ➥ $ wsl install ➥ $ wsl install distribution [Distribution Name] ➥ $ wsl list online ➥ $ wsl set-version [VersionNumber] ➥ $ wsl update ➥ $ wsl status ➥ $ wsl help ➥ $ wsl shutdown ➥ $ wsl terminate [Distribution Name] ✅ Download Link: 📥 WSL2 Linux Kernel Update Package: 🤍 That is it! This is the way How To Install WSL2 on Windows 11. = LIKE || COMMENT || SHARE || SUBSCRIBE!!!!!! = ↬ Subscribe: 🤍 ↬ Patron : 🤍 ↬ YouTube: 🤍 ↬ Facebook: 🤍 ↬ Twitter: 🤍 ↬ Blogger: 🤍 ↬ Website: 🤍 If There is Anything You Want Me to Cover Then Do Let Me Know. ⚠️⚠️⚠️ This Video is For Educational Purposes Only! I'm Not Responsible For Your Any Actions!⚠️⚠️⚠️ #windows11 #wsl #techdhee

How To Install Ubuntu 22.04 LTS On Windows 11 With WSL2 + RUN Linux GUI Apps

42696
409
40
00:10:01
31.05.2022

In this video, I am going to show You how to install ubuntu 22.04 LTS on windows 11 using Windows system for Linux 2. Install Ubuntu Linux On Windows 11 Using WSL 2, allows to access the Linux bash shell that way you can run commands like grep, diff, sed & more. Thanks to the WSLG , using this feature we can run Linux GUI apps. Not only that, you can pin the Linux GUI apps to the taskbar just like windows 11. This indeed improves the seamless desktop experience. Note : Works For Windows 10 also, But keep in mind Linux GUI apps won’t work in windows 10 computer Download Nvidia Drivers For Windows 11/10 - 🤍 Time Stamps 00:00 Introduction 00:49 PreRequisites 01:02 Update Windows 01:15 Setup WSL2 04:05 Install Ubuntu 22.04 07:05 Run Linux GUI Apps Recommended Videos To Watch * Ubuntu 22.04 On Mac - 🤍 Best Terminal Apps You Should Try ↪ 🤍 Install ubuntu 22.04 LTS on Any PC Step By Step ↪ 🤍 Dual Boot Ubuntu 22.04 LTS & Windows 11 ↪ 🤍 How to Upgrade To Ubuntu 22.04 ↪ 🤍 Ubuntu 22.04 Top Features, What’s New ? ↪ 🤍 * Watch Other Tech Videos * Install ChromeOS Flex On Any PC / Laptop ↪ 🤍 Microsoft New Linux is Here ↪ 🤍 Install Android 12 On any Smartphone ↪ 🤍 Ubuntu 21.10 Brand New Features ↪ 🤍 Microsoft Windows 11 Top Features ↪ 🤍 Top 10 Best Terminal Apps For Linux ↪ 🤍 MacBook Pro With Gnome 40 & Fedora 34 ↪ 🤍 Install Bpytop On Linux ↪ 🤍 Raspberry Pi 4 USB Boot ↪ 🤍 Install Gnome 40 On Ubuntu ↪ 🤍 Best Linux Distros For Windows Users ↪ 🤍 Dual boot Windows 10 & Pop OS ↪ 🤍 Linux Mint Vs Ubuntu Ultimate Speed Test ↪ 🤍 Gnome 40 Full Feature List ↪ 🤍 Install Ubuntu 20.04 LTS On LIVE USB / SSD With Persistent Storage - 🤍 Learn Dual boot More In-depth From Scratch Like Installing Windows & Ubuntu on an Empty Drive watch this 🤍 🙏 Support ME 🙏 ↪ 🤍 © KSK ROYAL OM Sai RAM

The Truth About Systemd Under WSL2

1409
24
10
00:15:21
01.12.2022

Microsoft allows Systemd under WSL2 so it's standard Linux now, right? Not so! In an apparent attempt to keep Windows performance up, WSL is exited within 8 seconds of closing your last Linux Terminal. So if you're planning on writing background services for hosting JupytertLab (for instance) you're tethered to a black terminal window no better than an Anaconda install. It appeared that the global .wslconfig file in your Windows User Home directory could solve it with a vmIdleTimeout entry set to milliseconds, but my tests confirm that it doesn't, even after a wsl shutdown. .wslconfig is like a global option for /etc/wsl.conf with different options. The documentation says these optons only work on Windows 11. So if you're trying to write Linux daemons under systemd on wsl, beware. Microsoft is still working out the gotcha's, and so now the LXD container system that I yanked out of my process recently due to Microsoft's backporting Windows 11's WSL features to Windows 10 is starting to look more appealing again. WSL is not standard Linux no matter what you might hear.

Developing on Windows with WSL2 (Subsystem for Linux) and PHP

14058
390
77
00:22:15
26.10.2021

Developing on Windows with WSL2 (Subsystem for Linux) and a PHP LAMP stack on wsl2. Adam Culp of Beachcasts PHP programming videos shares how to set up a local development environment with PHP on WSL 2, also known as Windows Subsystem for Linux, and installs a Laravel framework project for local development. By installing a full lamp stack on WSL 2. In this Laravel howto we will set up Apache, and PHP on Ubuntu using WSL, for an awesome WSL 2 local dev environment. I also show how to launch VS Code and Windows Explorer from within Ubuntu running inside WSL 2. For information about doing this with Laravel Sail, see 🤍 Please * LIKE, COMMENT, AND SUBSCRIBE * - and share with others! Key Topics: - Creating a development environment using Ubuntu running on WSL 2 - Installing LAMP in WSL 2 - Creating a symbolic link to a working directory on a Windows host - Setting up the userdir extension for Apache 2 - Install and configure a Laravel based application on Ubuntu within WSL 2 - Launching Windows-based tools from within WSL 2 via CLI For a nice list of equipment I use in my studio, and to support the channel if you make any purchases (doesn't cost you a thing), visit my kit at kit.co: 🤍 Errata: Let me know if you notice anything that should be errata Associated Links: 🤍 🤍 🤍 🤍 🤍 🤍 Timeline: 00:00 Intro 01:25 Prerequisites for setting up a development environment in WSL 2 02:17 Installing Apache 2 on Ubuntu in WSL 2 02:55 Install PHP in WSL 2 04:21 Creating a working directory on Windows (host) to use within Ubuntu (WSL) 05:33 Add a symbolic link to the directory on the Windows host 08:13 Activate userdir extension for Apache 2 09:04 Configure the userdir extension 11:47 How to install Composer dependency manager for PHP globally 14:11 Installing the Dom extension (XML extension) for PHP, and unzip utility for Ubuntu 15:47 Creating a Laravel based application on Ubuntu within WSL 17:31 Notes about rendering speeds using WSL 2 18:57 Alternative methods for serving websites from WSL 2 19:55 Launching VS Code from within a WSL 2 environment over CLI 21:06 Launching Windows Explorer from within WSL 2 to view files on Windows host Other Beachcasts videos you might find interesting: WSL 2 with Docker Gettings Started and Docker Desktop Installation 🤍 Getting Started with WSL 2 and Ubuntu on Windows 10 🤍 Conference Talk Preparation In 8 Steps for Programmers 🤍 How to understand code written by someone else 🤍 Ways to advance your programming skills and improve as a developer 🤍 Make your local DEV environment available on the internet 🤍 AWS Elastic Load Balancer (ELB) Tutorial How-To 🤍 Laravel Model Factory Tutorial using Artisan make:model 🤍 Authentication in Laravel Tutorial 🤍 Top 5 skills to be a better software developer 🤍 Install Laravel in Docker container on Ubuntu for beginners 🤍 Getters and Setters accessors in object-oriented programming 🤍 Critical programming issues preventing a PHP 7 upgrade 🤍 Behat for beginners functional REST API testing tutorial 🤍 Doctrine ORM one-to-many bi-directional association 🤍 PHP Mess Detector static analysis to find PHP code smells 🤍 Doctrine ORM one-to-many self-referencing association 🤍 10 reasons to become a consultant in a consulting business 🤍 10 bad things about consulting 🤍 How to get lines of code in PHP 🤍 Use UUID with Doctrine ORM for DB keys 🤍 Make a Create handler middleware 🤍 Automate Hypermedia creation for PHP REST API 🤍 Configure Doctrine ORM 🤍 Configure PhpStorm for PHP development with Docker 🤍 Create PHP development environment with docker 🤍 Help through referrals: Thinking of buying a Tesla electric vehicle? Use this referral link to also get six months of free Supercharging for both of us. Thank you. 🤍 I use TubeBuddy to help me manage my YouTube channel. If you're interested, click the following link to check it out. 🤍 #php #wsl2 #beachcasts

Window10开发环境搭建(1) | 详细演示WSL2的安装

5568
68
11
00:11:55
10.12.2020

WSL install guide:🤍

Install WSL2 with GUI and RDP (Super easy!)

12900
212
26
00:05:00
27.02.2022

Link for Step by step guide: 🤍 -Start RDP Service- sudo /etc/init.d/xrdp start I'm doing just the basic install to get Ubuntu up and running, but for the next video I'm going to install Docker and run portianer to manage our services. Microsoft official documentation for WSL Install 🤍 Install Windows Terminal 🤍 #WSL2 #Docker #Linux #Container #VM #Windows11 #windows #Tech #Dog #Cloud #WindowsSubsystem #portainer #Vitrual #Backend

Using VirtualBox and WSL2 side by side

5568
91
15
00:03:07
18.07.2022

WSL2 breaks VirtualBox... or does it? We can get Windows subsystem for Linux and Oracle VirtualBox to work on the same computer... Not at the same time though.

WSL 2 INSTALACIÓN y CONFIGURACIÓN de UBUNTU 20 en WINDOWS 10 [tutorial en español 2022]

12472
318
81
00:20:34
05.02.2022

Hola Amigos, en el tutorial de hoy les traigo la forma mas fácil de instalar y configurar WSL 2 para UBUNTU 20.04 en Windows 10 pro, en el video aprenderás a resolver algunos errores comunes al realizar esta instalación. Comandos 👉 🤍 - Suscríbete a nuestro canal : 🤍 ❤❤ y no te pierdas ninguna de nuestros videos, si te gusto el video suscríbete al canal y comparte con tus amigos. - SÍGUEME EN OTRAS REDES SOCIALES💻 👉 Instagram: 🤍gicodificador Si te ha gustado este vídeo apóyame con un LIKE, si tienes alguna duda déjame un comentario que estaré respondiendo todas tus dudas. No te olvides de suscribirte al canal para no perderte ninguno de mis vídeos! Un abrazo, y nos vemos en el próximo vídeo!! 🎬💻

Назад
Что ищут прямо сейчас на
wsl2 Ccode orange pi zero gaming bleu de chanel 5.56mm crew