Ubuntu : Clone a git project in VS code. remote: HTTP Basic: Access denied....
I am using Linux - Ubuntu 64.I want to clone a gitlab project to my local machine in VS code.I did below commands:Went to gitlab repo. Clicked 'Clone' with HTTPS.It opens VS code. I entered my username...
View ArticleUpdate Java version in Windows 10 WSL
I had openjdk 11.0.2 installed. I upgraded the java version by runningsudo apt updatesudo apt install openjdk-11-jdkIf I run sudo apt install openjdk-11-jdk again, it shows a message saying that...
View Articlenvidia-smi shows "no devices were found" on windows server 2022 hyper-V...
I started a virtual machine on a Windows Server 2022 computer with an existing .vhdx file and successfully mounted an NVIDIA V100 32GB GPU. The file contains a mirror of a Ubuntu 22.04 environment with...
View ArticlePython subprocess.Popen.communicate() does not wait for the process to complete
On Ubuntu 22, using Python 3.10, I need to set up a VPN connection and analyze the response from the VPN server. I do this as follows:connect_command = ['ip', 'netns', 'exec', 'vpn_test_namespace',...
View ArticleClear not working. "clear: /usr/lib/x86_64-linux-gnu/libc.so.6: version...
clear not working in terminal. I installed homebrew in linux and uninstalled NodeJS (to install it back again using brew). However, when I was trying to check if the node package was still there, I ran...
View ArticleInstalling Electron on Ubuntu
so i wanted to learn a bit of electron frontend development and worked myself through the installation guide on the electron site.Everything works well, until the npm install electron --save-dev...
View Articlenvm ls does not list specific installed version numbers
I recently ran an npm update that broke my Vue app. As a result, I am trying to revert my server to the previous version of Node/npm that it was using.However, when I run nvm ls I get the following...
View ArticlePostgreSQL docker: "could not bind IPv6 socket: Cannot assign requested address"
EDIT 2: After a long time, solved! See answer below.EDIT: I am sorry to say that the the problems went away "on their own" between yesterday and today, without me having done anything. Great...
View ArticleWslRegisterDistribution failed with error: 0x80370114 : mojolang [closed]
I am trying to download mojolang from the websitehttps://developer.modular.com/downloadIt says "Install Ubuntu 22.04 for WSL and open it."I tried installing Ubuntu 22.04.2 LTS from the...
View ArticlePyserial not finding ports in Ubuntu 22.04
I am trying to communicate with a device using Python 3.10.6 in Ubuntu 22.04 but can't. I have been using this device for years with previous Ubuntu versions, so I know how to use it.Test code:import...
View ArticleVirtualbox VM Ubuntu guest screen resize loop flickers and stays black on...
I am experiencing a persistent issue with a virtual machine (VM) running Ubuntu on a Windows 11 host using VirtualBox. When starting the VM, the screen attempts to resize but then immediately returns...
View ArticleError "cannot find /usr/lib/libc_nonshared.a" when installing cmake
As apt-get cmake's version is old so I had to download and install a new version of cmake by myself.I ran make after running the ./bootstrap command, then it showed error:/usr/bin/ld: cannot find...
View ArticleAZCLI download failing on mounted drives
I am trying to download a large file (>470G) from Stanford AIMI Shared Datasets which are hosted on Azure. The link provided may not be used for browser download so I'm using azcopy installed...
View ArticleWhy /usr/bin/python3: symbol lookup error on git branch comparision with...
I'm trying to compare two git branches using meld, in ubuntu with following command;git difftool -d branch123it gives me this error instead of comparision in meld:/usr/bin/python3: symbol lookup error:...
View Articlehow to connect two virtual machines (both ubuntu) using mqtt? [closed]
I'm new to networking and trying to learn how to connect two virtual machines (both running Ubuntu) using MQTT.I'm unsure how to proceed to establish a connection between the two VMs. Specifically, I...
View ArticleUbuntu VM Ext4-fs remounting in read-only on citrix [closed]
I have this issue of a couple of our minio servers based on ubuntu server are going into read only on the data drive only, this disrupts the service and slows it down while it timeouts with each...
View ArticleHow to install pip for python 2.7 on ubuntu 23.10
There are some links such as here for instructions on how to install pip2 on ubuntu with python 2.7, however when I runcurl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.pysudo...
View ArticlePterodactyl - PANEL can't reach WINGS (cURL error 28)
I have installed Ubuntuserver 22.04.4 on a PC in a network. I then installed Pterodactyl with wings and the panel. As I am on a different network, I created port shares for SSH (22) on the server's...
View ArticleCan't create new roles using mosquitto dynamic security Connection error: Not...
The permissions on my dynamic-security.json file is the following:-rw-r--r-- 1 mosquitto mosquitto 1247 Mar 6 06:51 dynamic-security.jsonAfter trying to add a new role:mosquitto_ctrl -u myadmin -P...
View ArticleBooting Troubles with USRP Ettus E310 [closed]
I am a beginner to SDR and the USRP E310, now I am having issues with booting up this e310. So I created an Ubuntu Virtual Machine using virtual box and am completing all operations on that Ubuntu VM....
View Article