issue creating a Vite React Application due to UNC paths not supported
I'm trying to create a react application via vite and each time that I attempt this, the following error appears:'\\wsl.localhost\Ubuntu\home\creif1994\repos'CMD.EXE was started with the above path as...
View ArticleInstalling linux-image and linux-headers in WSL2
How to install these in WSL2 (Ubuntu): apt-get install -y linux-image-$(uname -r) linux-headers-$(uname -r)?
View ArticleInstall USB/IP on Ubuntu 22.04 on Windows Subsystem for Linux
Attempting to install USB/IP on Ubuntu 22.04 per the Microsoft docs:On Ubuntu, run this command:sudo apt install linux-tools-5.4.0-77-generic hwdatasudo update-alternatives --install...
View ArticleHaving trouble copying conda environment folder containing same word...
I am using WSL1.I am trying to save a copy of my ~./miniconda/envs folder to the desktop using cp .I keep getting errors like " cp: cannot create regular file './envs/py_env/share/terminfo/h/hp2621a':...
View ArticleCannot run Spyder on Ubuntu (windows bash)
I am very new to Linux andI am using Windows 11installed ubuntu bash from MS store and installed Spyder using this commandsudo apt-get install spyderBut when I call SpyderI get this...
View ArticleError in gedit Gtk-WARNING
I am getting this error - (gedit:3271): Gtk-WARNING **: 00:10:01.110: cannot open display: whenever trying to open gedit on wsl on ubuntu terminal.Please suggest a fix to it.Thank you.
View ArticleCannot start gnome-session after enabling Systemd on latest WSL2
I'm using Ubuntu 22.04.01 on WSL2 on Windows 11 22H2 with Systemd support. However, though I've followed all the instructions mentioned in this answer, I still can't start gnome-session properly. It...
View ArticleHow to create a docker image in WSL2 that requires installing linux-image and...
I'm using docker inside WSL2 (Ubuntu), and trying to create a docker image. The image requires to install: apt install -y linux-image-$(uname -r) linux-headers-$(uname -r).I'm getting the following...
View ArticleWSL+Ubuntu 18.04: `ssh` or `apt update` gets “Temporary failure resolving...
I have seen and searched through tons of threads on similar issues, but still couldn't find how to solve mine.Win10 1709 build 16299.61 (cannot update to newest as updates are controlled by IT) After I...
View ArticleAccess WSL2 Ubuntu's application on hosted machine's network
I'm running a app in WSL2 whose distribution is Ubuntu 20.04.I can access the application in windows browser with Ubuntu's IP.Now, I want to access this application on my network ( I mean in my office...
View ArticleProblem with gcc installation from Homebrew
I have a problem with my gcc installation from Homebrew.homebrew install gcc producesWarning: The post-install step did not complete successfullyYou can try again using: brew postinstall gccbrew...
View ArticleRun Graphical Programs in WSL2
I hear that WSL2 has support for graphical programs.I tried to run this on my ubuntu WSL installation (from rosetta code)from PIL import Imageimg = Image.new("RGB", (320, 240))pixels =...
View ArticleUsing WSL to only for deployment and edit parallely edit on Windows based...
I was thinking of getting a Ubuntu pre-installed Dell laptop but am now re-considering since my only intention is to :run websites using docker - now all development setups are being in docker too - so...
View ArticleHow do I change the default user that signs in on WSL?
I'm running Ubuntu terminal on windows with WSL, Every time I launch the terminal it signs me in as the root user. I've created a new user and given them root privileges so that I can code easier. How...
View ArticleHow to change the default directory that WSL Ubuntu terminal (on Windows 10)...
I installed the WSL Bash on Windows 10 so it can act as my terminal in VScode, but the default directory is ~/home/USERNAMEI would like it to be /mnt/c/Users/USERNAME (so on my windows domain side)I've...
View ArticleStart Ubuntu Desktop from terminal using WSL?
In Windows 10 I installed WSL and then installed Ubuntu. How do I get access to the Ubuntu Desktop GUI?
View ArticleHow to install Gnome for Ubuntu 22.04 on WSL2?
I am not an advanced user when it comes to Linux; I am a beginner so please be understanding. Namely, I installed the latest version of Ubuntu 22.04 under WSL2, but now I would like to be able to...
View ArticleWhat is the need of multiple users in linux?
Actually I am pretty much confused how creation of users help! because if any one want to make a new user he will require my (real id password) when setting their own password using (sudo passwd...
View ArticleStartXCFE4 with Vcxsrv doesn't work
Version WSL = 1.0.3.0Version Ubuntu = 22.04.1 LVcxsrv is still black.i add "export DISPLAY=:172.X.XXX.X:0.0" in .bashrc file. (X = value)When i run the command : sudo startxfce4, i have this message...
View ArticleOpening Ubuntu 20.04 Desktop on WSL2
I installed Ubuntu 20.04 (server/terminal) from the Windows 10 Apps store. After launching the Ubuntu Terminal via WSL2 (Windows Subsystem for Linux), I installed Ubuntu Desktop and did several steps...
View Article