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
57 views

Launching Docker Desktop does not start container [closed]

I'm dabbling in Docker for Windows. I do not start Docker when I log in to Windows. The only container I have thus far configured is Portainer. It is configured as restart=always. Launching Docker ...
Foose's user avatar
  • 1
0 votes
0 answers
20 views

Error While Running dajngo project server through WSL

I am using Postgres as my db for this project. My project directory is in my windows system. Virtual environment was created in both windows and wsl (ubuntu) with all the dependencies. Postgres-16 and ...
HARSH PRANJAL's user avatar
0 votes
0 answers
20 views

How to mount a file in docker container which is in windows and docker container is in WSL ubuntu [closed]

How can i mount files in the judge0 container that are in windows. Basically the program that i am sending as a req to judge0 requires reading input from some file but i am failing to get file mounted ...
Himanshu negi's user avatar
1 vote
0 answers
94 views

Can not connect VSCode to WSL2 running Ubuntu-22.04

I am setting up a test environment to try the MOJO language in my Windows 11 Pro laptop (V 10.0.22631 Build 22631). Since MOJO doesn't have a Windows SDK available (yet), I installed WSL2 using ...
diagonjope's user avatar
0 votes
0 answers
22 views

Running `npm install expo-dev-client` makes it so that the development server no longer works?

I created a Blank Typescript template and ran npx expo start --tunnel, selected the development server from my Expo app on my phone. No issues. However, after running npm install expo-dev-client and ...
Jon's user avatar
  • 27
0 votes
0 answers
50 views

Any way to spoof cursor location in bash (in response to \033[6n)?

I am working on a project that requires me to send a particular location of the cursor on the terminal. Since the coordinates are quite large, it is not possible to actually move the cursor to that ...
Aditya Prakash's user avatar
1 vote
2 answers
71 views

How to make a real time countdown in Bash while taking user input

i want to take user input and make a real time countdown like the following: readFile(){ linenumber=1 end=10 while [ $linenumber -lt 18 ];do for (( i=0; i<=10; i++ )); do ...
Mahmoud Adel's user avatar
0 votes
1 answer
86 views

Connecting PostgreSQL running on WSL from DBeaver on Windows (FATAL: password authentication failed for user "postgres")

I have my WSL2 running an Ubuntu 20.04 distro. I have installed my PostgreSQL (12.19) using apt-get. I ran sudo passwd postgres to set password as root I am able to access the DB from the WSL terminal ...
Akshay Padinjarethadathil's user avatar
1 vote
0 answers
66 views

SDL2 Window won't show

I am trying to follow a tutorial that creates a blank window that can be closed using the Esc button, but the window never shows. This is on WSL running Ubuntu 20.05.6 The code compiles and runs ...
lnz43090's user avatar
0 votes
0 answers
20 views

disable BOM (byte order mark) in WSL [closed]

whenever I paste anything in wsl, I get these BOM characters. This doesn't work well with linux machines. How can I disable these? The expected result is that I can paste text in wsl that is ...
Geoff Langenderfer's user avatar
0 votes
0 answers
46 views

JavaPOS - Why my EPSON TM-T20III does not run on Linux Debian WSL2 using usbip attached? [closed]

I'm having some issues setting up and printing with my Epson TM-T20III. I can run it on a native Ubuntu machine and on native Windows 10 using JavaPOS (from Epsom JavaPOS ADK). I need to set up my ...
Megalitik's user avatar
0 votes
1 answer
40 views

How to perform a ZMQ communication in python between a Docker Container and localhost using WSL and MacOS

I want to implement a zmq communication between a docker container and the localhost of my windows / mac computer. I want both the docker container and the localhost to be able to send and receive ...
brash6's user avatar
  • 1
0 votes
0 answers
18 views

Docker Compose: Unable to Add Files to Local Directory After Binding Volume (WSL Integration)

I'm using Docker Compose with WSL integration to develop a PHP application. I've defined a volume mount in my docker-compose.yml file that maps the local directory ./tap-and-stack to /var/www/html ...
Adrian Gaile Singh's user avatar
0 votes
0 answers
25 views

Buildozer, gradlew failed, Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0

tried making an app using Buildozer with the help of WSL(ubuntu 22.04.3), on running the buildozer android debug it used gradle == 8.0.2 then i recived this (in short it was expecting gradle == 9.0) ...
ACHINTYA GUPTA's user avatar
0 votes
0 answers
16 views

How to configure Python on Altair RapidMiner software?

I've installed Rapidminer studio on windows.I use Python on Jupyer notebook running on WSL. I installed the Python extension on Rapidminer then tried configuring Python path on Rapidminer software ...
shoun1's user avatar
  • 1

15 30 50 per page