reloparctic.blogg.se

How to use virtualbox for shell scripting
How to use virtualbox for shell scripting












how to use virtualbox for shell scripting how to use virtualbox for shell scripting

Run the following commands in Powershell Window.Īs the first step, Download WSL2 Kernel Update from Given Link. Now, Open Powershell as Administrator, by following the method mentioned above. We can upgrade the version of a specific WSL Distro or the whole Distros at once. To switch your version of WSL to WSL 2, you have to tweak Windows with some Powershell commands. Now let’s see how to install your favorite Linux Distribution in Windows with WSL. Run the following command in the PowerShell (Admin) and restart the computer when Prompted.Īfter completing the new feature update, your PC will be ready to run Linux on Windows. Or you can use Powershell to enable the feature. We have to enable WSL Feature in Windows first: To set up a WSL or Windows Subsystem for Linux, we need to tweak Windows a little bit. Develop Linux Applications using the power of Windows tools Manage IT infrastructure by running a cloud server distro inside Windows. Invoke Windows apps from a Unix-like shell. Install extra tools with Linux default package manager. Run different services such as Apache, PostgreSQL, etc. Run the most common Command Line tools such as grep, sed, and other ELF-64 binaries. Let’s see what all things you can do with this Linux Terminal on Windows:Ĭhoose and install your favorite Linux Distro from Microsoft Store. The most interesting part is that everything in Linux will run without any modifications. Also, these distros will include most CLI (Command Line Interface) tools, utilities, and applications. Using WSL, you can install your favorite Linux distro under the hoods of Windows. The WSL or Windows Subsystem for Linux feature enables running Linux command-line tools and utilities on top of Windows. Here, we will talk about WSL (Windows Subsystem for Linux) to get Linux Bash shell on Windows and run Linux commands without installing a Virtual Machine.Ĭontent What is WSL (Windows Subsystem for Linux) #














How to use virtualbox for shell scripting