Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
3 replies
33 views

When I look into the settings in Windows Terminal for the cmd-line how the default Linux distribution (Ubuntu) that has been installed is "accessed", I find: C:\WINDOWS\system32\wsl.exe --...
Thomas Popp's user avatar
-6 votes
1 answer
175 views

The following script and the setup around it is EXACTLY copied from my old pc's Windows Subsystem for Linux (WSL) to my new one's WSL, but on the new machine it only creates the window in the taskbar ...
joris studios's user avatar
1 vote
0 answers
92 views

I am working on a .NET 8 server side application which is deployed on Ubuntu 22.04.5 as a service (using systemctl). As part of application shutdown, it calls GC.WaitForPendingFinalizers(); (legacy ...
Vikram's user avatar
  • 616
1 vote
1 answer
91 views

I’m trying to install a BLAS-enabled version of llama-cpp-python on WSL so that the GGML library uses OpenBLAS. I attempted two different pip install invocations with CMAKE_ARGS, but the module ...
Kunal Gupta's user avatar
Best practices
0 votes
2 replies
86 views

I'm new to Ruby and I'd like to know the best way to program in Ruby on a Windows computer. I already have a setup, but it's not working very well: I have VS Code with the Ruby LSP extension, and in ...
Noah's user avatar
  • 1
0 votes
0 answers
74 views

I am trying to open Visual Studio Code from my Ubuntu WSL environment using: code . But VS Code keeps failing to install/update the VS Code Server. This is the full error: Updating VS Code Server to ...
Ambagwa Eugene's user avatar
0 votes
0 answers
78 views

I attempted to execute code entitled "Multilayer community detection" using the muxViz library (https://github.com/manlius/muxViz) published on https://manlius.github.io/muxViz/articles/...
tomek's user avatar
  • 98
0 votes
1 answer
114 views

I've opened a project inside my WSL. But there is an error on Git. When I go on Settings → Git → Path to Git executable: \\wsl.localhost\Ubuntu\usr\bin\git Then i click test and he shows me this error:...
Attilio Iurlaro's user avatar
1 vote
1 answer
66 views

I am running VS Code on Windows 11 and WSL1 with Ubuntu 22.04.5 LTS behind a corporate firewall. The firewall prevents updates of the VS Code Server instance inside WSL to download, but somehow it ...
Argysh's user avatar
  • 187
1 vote
0 answers
125 views

Problem Description I am trying to install Rust through rustup in WSL2, but in some distributions any curl request to https://sh.rustup.rs fails with a TLS error. Command: curl --proto '=https' --...
MioMelliot's user avatar
2 votes
1 answer
88 views

I am trying to turn my Python script to an exe, but for some reason pyinstaller is just outputting a file of type file. It doesn't run if I add .exe to the end either. I am using WSL in VSCode and ...
AP_'s user avatar
  • 45
0 votes
0 answers
95 views

Problem I recently installed pyenv on wsl(24.04) and tried to set python version on local directory, but I got this error: $ pyenv local 3.14.0 ~/.pyenv/libexec/pyenv-version-file-write: line 37: ....
nishio ken1's user avatar
0 votes
0 answers
169 views

I use WSL in Windows for developments but for a few days it is not working, it is just in the mood of loading and loading unloading. I checked my WSL via command terminal it's working there, but it's ...
swarnadeeppaul's user avatar
0 votes
0 answers
59 views

Camoufox browser window remains visible in WSL even when headless is set to virtual Description When headless is set to "virtual", the Camoufox browser window still appears on the screen in ...
exlead's user avatar
  • 1
-2 votes
1 answer
50 views

I wanted to update my VSCode extension. But when running npm run test I get an error: Error: Cannot find module './build/Debug/keymapping' I tried to compare it with fresh extension, generated with ...
Misiur's user avatar
  • 5,393
0 votes
1 answer
62 views

I have Laravel Sail installed in WSL, and I'm trying to debug the application using Xdebug. This only works if I enter the WSL IP address directly into the browser (http://172.17.170.44:8000). If I ...
Nitram Nekonečný's user avatar
0 votes
0 answers
71 views

i am having hard time with configuring vargrant vm with ansible, my host machine is windows 11 so i use WSL. (something its working and something i get "Failed to connect to the host via ssh"...
ezra's user avatar
  • 103
0 votes
0 answers
55 views

Error output when running dfx commands I’m trying to run a simple Motoko project locally using the DFINITY SDK (dfx), but none of the dfx commands seem to work properly. I’ve tried running commands ...
Aditya Mahekar's user avatar
5 votes
2 answers
117 views

I'm developing a simple Actix Web backend in Rust and running it on WSL (Windows Subsystem for Linux). The server runs fine the first time, but when I use cargo watch -x run to auto-restart it on code ...
forstudy's user avatar
-1 votes
1 answer
88 views

I have been working on a project from WSL distribution which used yarn and docker so when I tested the project locally, it took up a lot of space. I already have little space on my disk, so when I ran ...
Elien's user avatar
  • 9
0 votes
0 answers
70 views

I'm working with WSL2 on Windows, running Ubuntu (and I've tried Arch as well), and I'm encountering some odd behavior with the Linux kernel symbols, specifically around the printk function. It feels ...
Tayler's user avatar
  • 15
0 votes
0 answers
38 views

I work on a Windows machine and have installed WSL with Ubuntu running, followed three different tutorials on how to set up Java and Android SDKs in that environment, and I'm still getting "...
The Maniac's user avatar
  • 2,623
2 votes
1 answer
101 views

Is it possible to access a symlink created in WSL from an R session running on the Windows host? I've made a symlink in WSL. The link is not broken. I can view the contents in WSL using nano /...
noNameTed's user avatar
  • 331
0 votes
1 answer
113 views

Background I tried to develop a Rust lib to assist with swapping filenames for any two files, but I had problems when I tried to dealing with paths on WSL. Examples Normal Situation File1 File2 Before ...
LinkChou's user avatar
0 votes
0 answers
47 views

I have a minikube installed on Ubuntu in WSL2. Calling following deployment: kubectl create deployment hello-minikube1 --image=kicbase/echo-server:1.0 Then creating service: kubectl apply -f hello-...
Mireczek's user avatar
2 votes
0 answers
108 views

I’m working with VLLM (open-source) which includes C++ extension code compiled for Python. I installed it using CXXFLAGS="-Og -g" pip install -e . I want to debug the C++ code from Python by ...
Rachel Ovrani's user avatar
0 votes
0 answers
73 views

I can mount a company network drive in the WSL terminal. Presumably it can use the privileges of my windows user instead of my wsl ubuntu user when I do it. However when I am running Visual Studio ...
Bub's user avatar
  • 104
1 vote
1 answer
160 views

I am trying to build a static FrankenPHP binary using their official Docker setup on Windows 10 with WSL 2 (Ubuntu). The build process, which uses docker buildx bake, fails at a step that downloads ...
luhur65's user avatar
  • 13
3 votes
2 answers
1k views

It was working fine a couple of days ago, now it's stuck in "Opening remote". An error is shown on a toast saying: "No WSL distros found. New distros can be installed from the Microsoft ...
Danziger's user avatar
  • 21.4k
0 votes
0 answers
47 views

I have a docker application that we have deployed on a clients Windows 2022 server. As part of the clients security protocol the server does occasional restarts. I'd like the app to be redeployed ...
asett's user avatar
  • 23
1 vote
1 answer
192 views

I’m trying to debug my Python code with debugpy in VS Code on WSL (Ubuntu). Environment: Python: 3.12.3 (venv) vLLM: 0.10.1.1+cpu debugpy: ms-python.debugpy-2025.10.0 (from VS Code extension) ...
R T's user avatar
  • 19
0 votes
0 answers
31 views

I am running a devcontainer on my windows machine using ubuntu as the WSL bistro. When I click the dot Power User extension - it's just loading constantly (the little blue line in the image moves from ...
rusty009's user avatar
  • 876
-2 votes
1 answer
76 views

This script behaves perfectly fine on a real Ubuntu system. #!/bin/bash set -Eeu -o pipefail word1=$(awk '{print $2}' eff_short_wordlist_2_0.txt | fzf) echo "${word1}" word2=$(awk '{print $...
Wisteso's user avatar
  • 384
0 votes
0 answers
105 views

I've got Tailscale running on Windows 11 but I have some Bash scripts I run in WSL2 that query devices connected via Tailscale. That works fine, but parts of the scripts query the Tailscale CLI ...
parsley72's user avatar
  • 9,317
1 vote
1 answer
100 views

I have a python script that process a list of time consuming tasks via calling subprocess, with ThreadPoolExecutor + max_worker to execute a small number of tasks in parallel. I want to be able to ...
XXXHHHH's user avatar
  • 130
1 vote
1 answer
112 views

I am using VSCode on windows with WSL Linux where the project files are and PHP and the XDebug debugger are running. When Ray or Ignition display debug information with a filename, I would like the ...
PaulH's user avatar
  • 3,139
0 votes
1 answer
102 views

We are developing an ASP.NET app on windows, which runs in docker. When using docker desktop, it "all just works". But a few of us are used to develop in Linux and prefer to work with WSL ...
bas's user avatar
  • 15.3k
0 votes
2 answers
45 views

I am trying to use a .bat file that would automatically open the console, and change into a certain conda venv in WSL / Ubuntu. The following .bat file does open Ubuntu / wsl, but it stays in (base) ...
tmighty's user avatar
  • 11.6k
0 votes
0 answers
142 views

I tried a few times to install node and npm in WSL/Ubuntu22.04 via NVM, both node and npm would work just fine right after installation. But once I exit WSL2, wait for a while when it is confirmed ...
Zhiyong Li's user avatar
0 votes
0 answers
76 views

My setup Windows 11 and WSL with Ubuntu 24 instance. I would like to have a typical Linux experience inside WSL. However when I have a directory structure like this % tree ...
EvgeniySharapov's user avatar
2 votes
1 answer
173 views

I've been working with the timeval struct and gettimeofday() for a couple of days now. Although I'm starting to understand how it works, there are still some cases where I'm completely lost. I'm ...
marcosto 29's user avatar
0 votes
1 answer
83 views

I have just installed eclipse with wsl2 by following the guide below: https://gist.github.com/rsenden/7bc96a3e678b60e61c750517ca8de883 While the setup is successful and eclipse is running, I am trying ...
Paras Bansal's user avatar
0 votes
0 answers
59 views

I am trying to run HOOMD-blue 5.2.0 with GPU support inside WSL2 (Windows Subsystem for Linux), but I keep getting the following error: RuntimeError: CUDA Error: invalid device ordinal before /hoomd/...
Eric Ortiz Vazquez's user avatar
0 votes
1 answer
157 views

In Windows cmd you can run wsl commands just by typing: > wsl pwd /mnt/c/Users/user/ But when I try to run functions that are stored in ~/.bashrc file, nothing is happening: > wsl test > ...
IGRACH's user avatar
  • 3,726
0 votes
0 answers
136 views

The latest docker desktop can't pull. I use docker desktop and pull in Docker Hub, it shows (HTTP code 500) server error - failed to resolve reference "docker.io/n8nio/n8n:latest": failed to ...
K J Sora's user avatar
0 votes
3 answers
5k views

I'm attempting to connect to several MCP Servers in VS Code after general availability was recently released. VS Code is running in WSL: Ubuntu. I made a number of changes to my VS Code terminal ...
spencerready's user avatar
1 vote
1 answer
299 views

This is a specific question about how to inject or modify environment variables into the VS Code remote server. I am using Windows 11 Visual Studio Code release 1.102.1 I am trying to use the MCP ...
Brian Horakh's user avatar
1 vote
1 answer
206 views

Windows 11: 24h2 VS Code: 1.102.1 (WSL: Ubuntu 24.04.2 LTS) Intelephense: 1.14.4 Symfony: v6.4.23 PHP: 8.2.28 <?php namespace App\Command; use Doctrine\Bundle\FixturesBundle\Fixture; use Doctrine\...
mrpeebs's user avatar
  • 31
0 votes
0 answers
422 views

I need help figuring out the following: I have a requirement to run an application through WSL (both in debug and non-debug modes) in Rider 2025.1. I don’t understand how to set this up—I’ve already ...
JustProgrammer's user avatar
1 vote
1 answer
150 views

I am using WSL2 (Ubuntu) to develop a React application built using Vite. When running the npm run dev command, the terminal reports that the server is running on localhost:8080, but: When trying to ...
mbpxl's user avatar
  • 13

1
2 3 4 5
121