Environment Variables not working in WSL
I have used the commandsexport http_proxy=address:port andexport https_proxy=address:port to set http and https proxy in bash in WSL. But every time I open bash, the environment variables are becoming...
View ArticleError 404 failed to locate archives and security packages
I am trying to use Ubuntu in WSL2 of windows10. While trying to install any package using apt-get, I am getting the following error for some archives.E: Failed to fetch...
View ArticleCan I run android studio on windows 10 Subsystem Linux
In terms of compatibility and IO on files shared between Windows and Linux Subsystem: If I install Ubuntu image for WSL from the Microsoft Store, could this cause any file system problems when I try to...
View ArticleHow to go home in terminal? [duplicate]
This question already has an answer here:How do I cd into a directory in the home folder? 3 answersI have some doubts, how to go previous path in terminal.for example. >home\username\ I need to go...
View ArticleJavaFX on WSL - java.lang.NoClassDefFoundError: javafx/application/Application
I'm following this guide on openjfx.io to compile and run HelloFX.java. Ubuntu 18.04.2 LTS, via Windows Sybsystem For LinuxInstalled openjdk via apt install openjdk-11-jreDownloaded JavaFX from here,...
View ArticleHow can I install the Dracula theme for Ubuntu on Windows 10?
I love the Dracula theme and it's available for Windows terminal, but I'm not sure what the Ubuntu terminal for WSL is using. How can I install a theme file for it?
View ArticleOn WSL: Broke Soft Link to gvim
I realized that I made a mistake trying to get gvim to work on my Windows system.After following the following instructions, gvim no longer works in my BASH/ZSH shell.Link to InstructionsWhat I believe...
View ArticleWindows Subsystem for Linux (WSL): what can't I do with the Ubuntu...
As most of you know, in the Microsoft Store, there are three versions of Ubuntu. This means that on Windows I can emulate Ubuntu and have the Ubuntu command line directly on Windows.The question is...
View ArticleHow can one copy text from nano in Ubuntu WSL2 and paste it into a Windows...
Microsoft has made this nifty tool called Windows Subsystem for Linux. WSL2 creates a lightweight VM running Linux (in this case Ubuntu) to facilitate using Linux on Windows.Within WSL2 (Ubuntu) I've...
View ArticleShould I have both WSL version Visual Studio Code and Windows version Visual...
I am planning to learn development in WSL and will develop some personal projects on WSL. but I already have visual studio code in my Windows 10. Should I install Ubuntu version Visual Studio Code to...
View ArticleAccessing bash after deleting zsh with zsh STILL default shell
So, i wish i saw this https://askubuntu.com/a/958124/952708 two minutes earlier before i purged zsh from my wsl, but alas.How does one access bash assuming .bashrc has zsh set as default?? Thank you <3
View ArticleWSL Ubuntu ssh Japanese character garbled with question marks
trying to use WSL Ubuntu to ssh to another ubuntu server. The Japanese text instead show "??????". Doing the same through Putty shows correct text. what could be the reason? enter image description here
View ArticleHow to open jupyter in WSL via terminal with a specific starting directory?
I unfortunately didn't found a solution to the above described problem. Since there are several python packages only available for linux I want to use python now from WSL. I installed anaconda on...
View ArticleWSL causing my internet to not work
My WSL is causing my internet to not work. My wifi is shows connected but no traffic related to internet is passed on. When i restart my WSL by using following command everything comes back to normal....
View ArticleWindows 10 and Ubuntu 18.04 WSL folders permissions problem
I have strange problem with file uploads and saving configuration under Joomla. Folders cannot be created with error: Warning: Failed to change file permissions!By default all folders are 777 under...
View ArticleYour system is unable to reach the snap store
I tried to upgrade my windows ubuntu subystem to 18.10 using this instruction: https://linuxconfig.org/how-to-upgrade-ubuntu-to-18-10-cosmic-cuttlefish#h9-how-to-upgrade-ubuntu-the-debian-wayBut within...
View ArticleInstalling latest cmake on Ubuntu 18.04.3 LTS run via WSL: OpenSSL error
Using CLion on Windows (a C++ IDE), I'd like to install the latest version of cmake on Ubuntu 18.04.3 LTS run via WSL (the current version of CLion requires cmake > 3.15, while I have only version...
View ArticleCannot start MongoDB on WSL
I have installed MongoDb, on WSL using the steps from the official docs here.When i issue the command sudo service mongod start i get the following message mongod: unrecognized service.I've tried...
View ArticleExport files from Ubuntu WSL
How can I export files from Ubuntu WSL to windows or any other directory so that I can use/edit that file in windows
View ArticleWSL openssl showing error
I'm trying to encrypt some files using openssl . It showing following error.openssl: relocation error: openssl: symbol EVP_mdc2 version OPENSSL_1_1_0 not defined in file libcrypto.so.1.1 with link time...
View Article