
If you are reading about this for the first time, the Windows Subsystem for Linux is a kind of virtual machine that allows you to run the Linux terminal on the Microsoft system (Windows). From this terminal we can use tools as long as the necessary packages are installed.
Now with the update of the second version of Microsoft's WLS important improvements are added both in the user experience as well as for developers, now WSL 2 allows the support of graphic applications, therefore it will be possible to use graphic applications of both Windows 10 and Linux in a combined way. And it doesn't stop there, the internal improvements allow writing to be accelerated up to 20 times faster, something that is very useful for developers.
This support will also allow you to leverage your computer's GPU for processes that use this specific processor such as neural network training, machine learning, and more.
Having the ability to use Linux distributions natively directly in Windows 10 was something that impacted the developer community. Without virtual machines, since previously we had a console with different distributions and this was reduced in capacity, for the simple fact that there was no direct way to use the applications with a graphical user interface (GUI), you could only work on a console with some tools in text mode, but things were complicated even more when using applications with their own user interface.
If you want to use the WSL2 you will need a version of Windows 10 that is 18917 or higher (you can check this by running the "view" command in the CMD command console). To install or upgrade it, you can follow Microsoft's instructions.

Janeth Kent
Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.
Related Posts
How To Use Varnish As A Highly Available Load Balancer On Ubuntu 20.04 With SSL
Load balancing with high availability can be tough to set up. Fortunately, Varnish HTTP Cache server provides a dead simple highly available load balancer that will also work as a…
A Dev compile and install Windows XP and Server 2003 from filtered source code
One of the events in the IT field this year was the massive leak of the source code of Windows XP and other large systems such as Windows Server 2003.…
How to run Android apps in Windows 10
Forget about having to constantly pick up your phone to see notifications or answer messages, Your Phone in Windows 10 is what you need and here we tell you how…
How to install a Linux partition on a Windows 10 PC
In spite of a past we could say almost confronted, the approach between Windows and Linux is accelerating more and more, drawing a story closer to love than to hate.…
Linux For Dummies: Permissions
In the previous articles I made a short introduction to the Unix world and in the following article I have dealt with the basic commands for the file system management. Today we are…
Linux for Dummies: Ubuntu Terminal
I introduced in the previous article, available here, the basic concepts concerning the Linux world. Today we are going to have a look to some basic operations that we can perform…
Linux for Dummies: Introduction
If you have thought about migrating from Windows to a Unix operating system, or Linux specifically there are things you should know. The goal is to give essential information (and…
How to see the websites visited during the incognito mode and delete them
One of the features of any browser's incognito mode is that it does not store visited web pages in history. However, there is a method for displaying the last sites…
Java: introduction to Design Patterns and Singleton Pattern
Anyone with even a minimum experience of programming, should have realized that the majority of the problems have common elements. In fact we often find problems with the same pattern…
The Best RSS Readers for Ubuntu
Even if most of the tech experts actively claim that RSS (Rich Site Summary) is dead especially after Google Reader was discontinued 5 years ago but it isn’t yet as…
80 Linux Network Monitor Software & Tools for Managing & Monitoring Unix/Linux Systems
It’s hard work monitoring and debugging Linux performance problems, but it’s easier with the right tools at the right time. Finding a Linux Network Monitor tool or Software package for…
How to install Letsencrypt Certificates with Certbot in Ubuntu
In this article we will explain how to install, manage and configure the SSL Security certificate, Let's Encypt in NGINX server used as proxy. This certificate is free but does…