Microsoft y Linux

EDpiGPNUcAAixiS


:P
:cura
 
Creía que hacía falta W11 para ejecutar aplicaciones GUI de Linux en WSL2 así que me dio por preguntarle a ChatGPT y sí que se puede en W10:

Here's a basic guide to running GUI applications on WSL 2 using an X server like VcXsrv:
  1. Install VcXsrv:
  2. Configure VcXsrv:
    • Run VcXsrv from the Start menu or desktop shortcut.
    • In the configuration wizard, choose multiple windows and ensure that "Disable access control" is checked. Complete the wizard.
  3. Set the DISPLAY environment variable:
    • Open your WSL 2 terminal (such as Ubuntu).
    • Type export DISPLAY=$(awk '/nameserver / {print $2; exit}' /etc/resolv.conf 2>/dev/null):0 and press Enter.
      • This command sets the DISPLAY environment variable to your Windows host IP address.
  4. Test X server connection:
    • To ensure the connection is successful, you can run a simple X application like xeyes or xclock. For example:
      sudo apt update
      sudo apt install x11-apps
      xeyes
    • If everything is set up correctly, you should see the Xeyes application window on your Windows desktop.
1708532037988.png


Me resulta mucho más cómodo usar WSL2 en vez de VMware o VirtualBox y me va a venir de perlas :yes
 
¿Y con la mujer en qué idioma habláis?
Ah claro, que no tenéis.
 
Arriba Pie