WSL Ubuntu Distro | How to solve `Operation not permitted` on cloning repository
I am running Ubuntu 18.04, as a Subsystem for Windows. I have done this in mutliple PCs and never had this problem. I try to to git clone <repo>, and I get this:Cloning into...
View ArticleCan't Use 'apt-get' in WSL
I've tried to use 'apt-get' to update and install, but none of these works, which gives the following messages. Can someone please help me?Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease Err:1...
View ArticleSudo command is not asking password from stdin. And Failing
Whenever I am running any command with sudo, No password is asked from stdin.Instead, it automatically takes a password from somewhere and fails.Once All attempts are exhausted, my command is...
View ArticleHow to uninstall or repair the Ubuntu?
I am newbie in Linux and I need help.I installed Ubuntu 20.10 on my notebook, and a little later, my Windows 10(second OS) began to demand more space on drive "C". Well, I threw 10GB from what I...
View ArticleSed command not working as expected
I am using Ubuntu over WSL. It looks like sed is not working as intended. It doesn't replace the text if the search text in more than one character.When I execute the following commandsed...
View ArticleDisable Secureboot in Quectel SC600T
I have applied secure boot on my Quectel SC600T EVM Board with security Key. now I have to disable secureboot.Is it possible back to convert from secure boot to normal boot?Is there any way to erase my...
View ArticleFailed to find required executable brew in paths - Ansible
I installed the latest version of Ubuntu on my Windows 10 and I am trying to run a playbook:--- - name: "My first play" hosts: localhost tasks: - name: "test reachability" ping: - name: "install...
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 ArticleHow to start Openssh server after install in WSL?
I'm trying run the command ssh localhost but receive the errorssh: connect to host localhost port 22: Connection refusedWhenI try to check the status of the SSH Server with the command sudo service ssh...
View ArticleCLion with WSL try to run QT application (xcb can not be loaded)
I am trying to run the code from here https://github.com/vt4a2h/uml-tool and I found myself stuck with this error message:qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt...
View ArticleUnable to run gnuplot on Ubuntu WSL2 - cannot connect to display
I have installed gnuplot on Ubuntu with sudo apt install gnuplot-x11, then installed vcxsrv on Windows and run it: vcxsrvI would then expect that running gnuplot from bash and typing plot sin(x) would...
View ArticleDirectory locations when using WSL
I'm new to the Ubuntu world and I need some help. (Windows 10, Ubuntu 18.04 LTS, x64 system type)I created a directory called "Submarine" using this : mkdir SubmarineI want the directory "Submarine" to...
View ArticleSSH Permission denied from WSL
While trying to SSH into a server (a university resource, I can read config files but not edit them) from Bash on Ubuntu on Windows, I consistently get the same error:Permission denied...
View ArticleWSL2 Remote Desktop Can't connect to the remote computer for one of these...
I am trying to use a GUI with WSL2. I followed the instructions here and it initially worked fine. After rebooting my laptop I opened Ubuntu terminal and typed:sudo /etc/init.d/xrdp startto start xrdp...
View ArticleUnable to sudo apt-get update for Ubuntu (Windows subsystem for Linux)
Err:1 http://archive.ubuntu.com/ubuntu focal InRelease Temporary failure resolving 'archive.ubuntu.com' Err:2 http://security.ubuntu.com/ubuntu focal-security InRelease Temporary failure resolving...
View Articlecomo autenticar em rede microsoft que usa o protocoloNTLMR
Usando o Ubuntu 18.5, ao tentar logar em aplicativo web na intranet, que usa servidores Microsoft, e usa o protocolo de autenticação NTLMR.O protocolo de segurança de autenticação NTLMR, usado em redes...
View ArticleError when trying to SSH into server using a WSL
I need to obtain data from a server, using my WSL (Ubuntu 20.04) and to do so I run the commandrsync -av -e "ssh -vvv -oPort=5822"'address'where 'address' is of course replaced with the actual address....
View ArticleOpen Ubuntu Software through command prompt
I am trying to create a Polycrystalline model of a nanowire in Neper and open that model in Abaqus CAE. Neper, as a software, only runs on Linux and since I have a Windows laptop, I installed the...
View ArticleUnable to locate package. Have I done something wrong?
I am installing docker in Ubuntu WSL on Windows 10 and I am using this commandsudo apt-get install -y \ apt-transport-https \ ca-certificates \ curl \ software-properties-commonHowever, the output is...
View ArticleHow can I know what is the user name that hash my files ? and what is the...
I have a folder called " xyz ", in this folder there are files with their hashesThe command that I used is " sha1sum " so I would like to know the username who did the hashesand the date when my files...
View Article