Not able to access Nexus console on my Ubuntu VM instance in GCP
I have installed Nexus (as a service) on my Ubuntu VM instance and while creating the vm instance, I have also checked "Allow HTTP traffic" and "Allow HTTPS traffic" options.When I do a $ tail -f...
View ArticleI think apt-file added extra repos
I was looking for a way to find the contents of an apt package and I found a post that advised to use apt-file. I installed using:sudo apt install apt-filesudo apt-file updateThis update took ages and...
View ArticleMaestro e2e testing is unable to find my ANDROID_HOME variable
I'm trying to setup maestro on windows for my react native project. After following all of the instructions outlined in their documentation...
View ArticleHow to update pycryptodomex?
I have 3 AWS EC2 instances running Ubuntu 22.04.4 LTS, and AWS Inspector is complaining that I have an issue with CVE-2023-52323 - pycryptodomex. I have nothing to upgrade:ubuntu@ip-XX-XX-XX-XX:~$ apt...
View ArticleCatch a Specific OSError Exception in Python 3
In Python 3, how can we catch a specific OSError exception?My current code catches all OSError, but only OSError: [Errno 12] needs to be caught.try: foo()except OSError as e: print('Caught OSError:...
View ArticleUnable to Unzip File on Ubuntu 22.04.4 LTS [closed]
I recently downloaded a dataset in zip format from Google Drive. After unzipping, I encountered the issue shown in the image below:"unsupported zip compression method (9 deflation-64-bit)"Does anyone...
View ArticleCoturn stun server returned an error with code=701
I have my own server with ubuntu 19.NOTE: I need a stun/turn server for a video chat web application. It works already if both devices are in the same network.I have successfully installed and...
View ArticleR error in installing monocle3, package 'sf' had a non-zero exit status
I've been having issues trying to install monocle3 for trajectory analysis of our single cell data. I'm currently remoted into a server and I'm not able to sudo anything. The particular error I'm...
View ArticleAutomatic transcompilation in Netbeans or otherwise
My new project aims to use multiple transcompiled languages, in-particular, SASS, CoffeeScript and Handlebars. I am using Netbeans as my IDE and PHP (Zend) as my backend.I found pre-existing Netbeans...
View ArticleUbuntu 24 Cert Errors [closed]
My company has implemented an up stream device that does decryption and this requires all boxes to have their rootCA cert installed. I did get a copy of the ca in pem format and did the below. The...
View Articleapt-get Failed to fetch 403 forbidden
I am trying to use apt-get update on my work computer (running Ubuntu 16.04), and all 3rd party repositories are returning 403 forbidden, even though they work in my browser.I have tried via the...
View Articlehow to install gcc-12 on ubuntu
$ sudo apt search gcc-12Sorting... DoneFull Text Search... Done$ uname -aLinux Han 5.10.81.1-microsoft-standard-WSL2 #1 SMP Mon Nov 22 18:52:15 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxI am using the...
View ArticleXilinx through WSL problem: "Product is not supported on "Linux" platform"
I am tryng to install Xlinx on Windows 11 using WSL, but it appears as "Product is not supported on "Linux" platform."Initially I shared the .tar file directly from windoes directory as shown by Figure...
View ArticleError saving credentials: error storing credentials - err: exit status 1,...
I have Ubuntu 20.04 and I have tried using docker login to log in in terminal, but got:docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID,...
View Articleproblem with Flutter SDK location after install with ubuntu snap
I installed flutter SDK using ubuntu "snap" by running:$ sudo snap install flutter --classicand when i want to add PATH of flutter sdk to android studioi have a seroius problem !!recently i searched...
View ArticleFlutter project in VS Code - java bin unable to run
I'm learning flutter, and went to continue after a few weeks since I last touched the project. Out of habit I installed the updated on Ubuntu (24.04) and now for some reason the java bin can't run.Also...
View ArticleUnable to install TA-Lib on Ubuntu
I'm trying to install Python Ta-Lib in Ubuntu,but when I run:pip install TA-LibI get this error:Command "/usr/bin/python -u -c "import setuptools,...
View ArticleWhat versions of Node.js and npm are compatible with gulp 3.9.1?
I have Node v14.19.0, NPM v6.14.16 and gulp CLI version 2.3.0 along with the Local version 3.9.1 installed on my Computer (the OS is Ubuntu 22.04).The issue is, when I run any gulp command I'm getting...
View Articleshotwell has ceased to function on ubuntu
I have been using Shotwell on Ubuntu for several years, and have kept my software up to date with the usual update/upgrade mechanism. A few days ago shotwell failed to run with the following error...
View ArticleStrange keyboard layout on ubuntu core vim [closed]
I have a strange behavior with ubuntu core, via the ssh shell the keyboard is perfect and the layout is ok, but when I have to edit some file with vi it is unusable, the layout is all messed up, I...
View Article