Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [windows-subsystem-for-linux]

The Windows Subsystem for Linux (WSL) lets users run a GNU/Linux environment on top of the Windows operating system. It includes support for Linux-based command-line tools ELF-64 binaries, and more.

windows-subsystem-for-linux
0 votes
0 answers
48 views

Integrating concorde tsp solver on Windows C++ Visual Studio x64 project

We are attempting to integrate the Concorde TSP solver in our Windows x64 C++ Visual Studio project. We have tried for two days now. Without luck. We don't understand how to do it, or if it is even ...
Smile's user avatar
  • 33
0 votes
0 answers
18 views

Visual Studio Terminal Error When Connected to Ubuntu 22.04 WSL

I use WSL for development. When I start Visual Studio Code and connect it to an Ubuntu 22.04 WSL instance, I always get this error when launching VS's Terminal: xargs: unmatched double quote; by ...
dmbabu's user avatar
  • 1
-2 votes
0 answers
18 views

Not able to install burpsuite in wsl2

I am trying to isntall burpsuite in wsl2(i am using xrdp for gui) but i get this error when i run the burpsuite_pro_linux_v2024_5_5.sh file.I get the output Unpacking JRE ... Starting Installer ... An ...
Pranav Suresh's user avatar
0 votes
0 answers
66 views

How to import in place vhdx WSL2 from a NAS with User credentials

I currently have a .vhdx file on my NAS of a distribution and I would like to be able to import and run the distribute from the NAS. Where I am currently at: In PowerShell (administrator mode) I have ...
jebarpg's user avatar
  • 71
0 votes
0 answers
20 views

Saving changes to .scss and .js project files doesn't trigger Parcel's HMR [duplicate]

I'm running a simple test project to learn bundling with Parcel. OS: Windows 11 Environment: WSL2 Text editor: VS Code Browser: Google Chrome This is the file structure I'm running with: /mnt/d/dev/...
echp's user avatar
  • 1
0 votes
0 answers
60 views

Running Playwright tests with Ubuntu Wsl2 is not working, browser is not opening properly on Windows

In one of my projects I am running the playwright tests on ubuntu Wsl2 because the project was initially set up for unix systems and I cannot run the playwright tests on windows without changing all ...
Daniel's user avatar
  • 1
0 votes
0 answers
65 views

The Docker Desktop Unexpected WSL error Windows 10

I'm having trouble while running Docker Desktop. I have attached the screenshot of Docker Desktop. I have updated the WSL 2.2.4.0 and enabled the Windows features like Hyper -v, Windows Hypervisor ...
sathish kumar's user avatar
0 votes
0 answers
11 views

Empty Output When Trying to Launch Kali Linux Through WSL Using C# CMD

I am facing an issue while attempting to launch Kali Linux through Windows Subsystem for Linux (WSL) using C# code. The problem arises when I try to run commands in Kali Linux through WSL, and the ...
MGhassar's user avatar
  • 105
0 votes
2 answers
49 views

How to properly link libsndfile when compiling a standalone file using gcc

I'm using the libsndfile library for a signal processing project. I'm compiling c code using gcc on a WSL Ubuntu shell. I installed libsndfile-dev using sudo apt-get install libsndfile1-dev, as well ...
James T. Kirk's user avatar
0 votes
0 answers
27 views

"1: This: not found" at any yarn command | NodeJS

I've been trying to setup an environment for a project I was working on windows using WSL. It uses yarn for package management. After setting up everything and installing node, any command with yarn ...
Raihan Rafeek's user avatar
0 votes
0 answers
40 views

I was making an assembly program on intel x64 but I got segmentation fault error

this is the code: ;hello3.asm ;27/06/2024 extern printf section .data msg db "this is a message", 0 fmtstr db "%s", 0 section .bss section .text global ...
adam naanaa's user avatar
-3 votes
0 answers
35 views

Unable to run a GUI program with Ubuntu [duplicate]

When compiling one GUI program, I get the following error: Exception in thread "main" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation ...
lonebeetle's user avatar
-1 votes
1 answer
27 views

Ubuntu - Error message on python.exe when starting new Jupyter Notebook

This error message keep on popping every 3 second when the jupyter notebook ipynb trying to start its kernel, I'm unable to use the jupyter notebook at all. Don't really understand since I'm launching ...
Onlysin's user avatar
0 votes
0 answers
42 views

WSL2 VSCode setup with Python SDK pointing to docker container

I am trying to set up a new dev environment using WSL, VSCode and docker. I have fixed connectivity issues(company always on VPN). I am able to run both docker compose(fetching images) and docker ...
lukasz zaluski's user avatar
0 votes
0 answers
27 views

Django Jenkins pipeline using wsl

I have a silly question, can we make a CI/CD pipeline for a django project using Jenkins and I don't have any access to cloud portals, can I do it using wsl Till now I have not seen any article or ...
Rishabh Gupta's user avatar

15 30 50 per page