Can't connect to server over HTTPS in WSL
I'm trying to use a command line tool for a scheduler we have installed at my company, and decided to install it in my WSL ubuntu installation. However, I can't seem to connect to the server...curl...
View ArticleYocto project using docker, error when trying to build an Image [closed]
This is the command which am working on :Desktop/yocto-docker-quickstart/workspace$ . ./sources/poky/oe-init-build-env And I am getting this error:mkdir: cannot create directory...
View ArticleTrouble installing Ubuntu terminal
I'm having trouble installing the Ubuntu terminal?Whenever I try to install it I get this error: Code: 0x80070005I have Windows subsystem for Linux and Virtual machine platform switched on in Windows...
View ArticleHow do I install Ubuntu 21.10 in WSLg on Windows 11?
I do not see this option in the windows store?I would like to install Ubuntu 21.10 in WSLg on Windows 11 that includes the Graphical stuff. I have searched for Ubuntu in the Windows Store and I have...
View ArticleHow to install Ubuntu WSL on Windows 11 without a Microsoft account?
The Ubuntu WSL page page only links to the Microsoft store page.The installation of apps from the Microsoft Store requires a Microsoft account on Windows 11. Is it possible to install Ubuntu in WSL...
View ArticleWSL2 update and apt-get failure, though ping works fine
I am trying to get Ubuntu running using WSL2 on my office laptop.Problem :When I try to run apt-get update or any install command, eg : apt-get install gcc, it always ends up with 101 : Network is...
View ArticleWant to enable 'expose docker daemon on tcp//localhost:2375 without tls' on...
I have Windows 10 home so I am not able to install docker for windows version. Upon downloading and installing docker toolbox on windows and installing docker on wls bash by running the followingsudo...
View ArticleWSL2 Ubuntu won't launch on Windows 11 Home
As mentioned in the GitHub issue I went to Windows Security but both vmvp.exe and vmcompute.exe didn't have any overrides, also there is no override called Code Flow Guard, but two overrides called...
View ArticleI need to find all the files with .txt extension with their file size
something like du -hs *txt and find30k avbdI don't need their extension in output, just size and file name.
View ArticleSSH login takes 15 seconds
SSH login takes 15 secondsI got two devices:WSL for Windows running: OpenSSH_7.6p1 Ubuntu-4ubuntu0.5, OpenSSL1.0.2n 7 Dec 2017Raspbian running: OpenSSH_7.9p1 Raspbian-10+deb10u2, OpenSSL 1.1.1d 10 Sep...
View ArticleWhenever I try to call the following command: "notepad /etc/bash.bashrc" from...
Notepad can open any file since that file is in a common Windows directory. I dislike editors like Vi and Vim, so I'd like to open files with notepad or even notepad++, but it seems that notepad or...
View ArticleHow to check for the log file when an error occurs while installing a python...
I'm trying to install Networkit package in Windows subsystem for linux. I didpython3.7 -m pip install networkitand the following error occurscompilation terminated....
View ArticleUnable to locate package with apt-get remove
I'm trying to remove pip (because I have pip3). I did sudo apt-get remove --purge pip, and getReading package lists... DoneBuilding dependency treeReading state information... DoneE: Unable to locate...
View Articlehow to install the cmake with specific version on WSL ubuntu 20.04
I am currently trying to link my CLion to WSL, but CLion only supported the Cmake of version 3.20.x, not the latest version, so I wonder how to downgrade my Cmake (version 3.21.3) to 3.20.x on...
View ArticleWSLg Ubuntu app icons not showing up on taskbar
I recently upgraded to Windows 11 and decided to try out WSLg and some Linux GUI apps. To that end, I got Eye of GNOME for viewing images.However, when I open the app, the icon in the taskbar is the...
View ArticleAlternative to basic text editors in ubuntu wsl
Currently I have a ubuntu terminal that I downloaded from the MS store. I would like to be able to edit code without using nano/vim/emacs. Is this possible? Can I use an external editor like visual...
View ArticleChange username on Ubuntu(usermod: user * is currently used by process *)...
I'm trying to change my username on Ubuntu WSL using this command:sudo usermod -l NEWUSERNAME OLDUSERNAMEBut I get a message:usermod: user OLDUSERNAME is currently used by process 90Running...
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 ArticleHow do I install Windows Subsystem for Linux on Windows 11?
How can I install Windows Subsystem for Linux on Windows 11? Any tutorials or guides?
View ArticleWSL: Am I running version 1 or version 2?
I have Windows Subsystem for Linux, but I don't know which version I have, and many things won't work in version 1. How do I check my version?
View Article