"Sign in to GitHub" prompt to enable GitHub Copilot on every VS Code launch
very time I launch VS Code, I am asked to Sign in to GitHub to enable GitHub Copilot suggestions. regardless of doing that many times.I'm a bit confused because I also have GitLens extension which...
View ArticleError in SiteWiseEdgePublisher log with MqttModule
I installed AWS Greengrass and AWS SiteWise on a Ubuntu 24.02 machine.When I inspect the log /greengrass/v2/logs/aws.iot.SiteWiseEdgePublisher.log, I see the following error:2024-06-21T20:45:28.465Z...
View ArticleRun AMD64 Docker container based on Ubuntu 22.04 with 32-bit binary on ARM64...
I have the following set up.The binary I need does not have source code and is only compiled as 32-bit (i386).I managed to get it work on Ubuntu 22.04 by enablingRUN dpkg --add-architecture i386and...
View ArticleDockerised Chromium on Ubuntu
I wish to run Chromium without Snap Manger inside a Dockerised Ubuntu 22.Docker 20.10.25Chromium 128.0.6551.0When this command is run:chrome --headless=new --dump-dom --ignore-ssl-errors --no-sandbox...
View ArticleRunning pentaho 9.4 in VM Utm Mac M1 -> Ubuntu 22.04 [closed]
i found this problem :I'm sorry, this Linux platform [aarch64] is not yet supported!when iam run ./spoon.sh in vm ubuntu [ vm running by UTM mac m1 ]cant running ./spoon.sh in my vm utmDoes anyone...
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 Articlecertbot cannot import name 'appengine' from 'urllib3.contrib'
On my Ubuntu 22.04.2 LTS with Python 3.10.6, Certbot gives the following error:Traceback (most recent call last): File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 48, in...
View ArticleI forgot my Jenkins username and password. I am using Ubuntu. Where can I...
I am sharing the users.xml file here.<?xml version='1.1' encoding='UTF-8'?><hudson.model.UserIdMapper><version>1</version><idToDirectoryNameMap...
View Articleoutgoing internet connection stopped working on Ubuntu EC2 AWS instance
I've got small EC2 Ubuntu instance which was running fine for more then 10 yeas and didn't have any problems with neither incoming connections nor outgoing.All of a sudden simple command sudo apt...
View ArticleHow can I make dotnet accept self signed CA (MITMproxy) in ubuntu (wsl2)?
I installed mitmproxy and started it - I then added it's CA certificate to the ubuntu accepted CAs (copied to /usr/local/share/ca-certificates/ and added to accepted with update-ca-certificates).curl...
View ArticleDocker compose cannot pull images failing with Network Unreachable
I have a script to pull some images from docker registry but it's failingI have an Ubuntu 20 and docker installed with version 24.0.2 and docker-compose version is 1.25.0. I am getting this error.Can...
View ArticleCannot start Jenkins in AWS EC2 ubuntu server
As in title i can't start jenkins service on ubuntu ec2 server. Fail messageAlso its giving this warnings when i tried to "sudo apt update"sudo update warningsi think problem is caused by gpg key but i...
View ArticleHow to install GDAL in Ubuntu?
I've got Ubuntu 17.04 version installed and I want to install GDAL. I have tried several ways to install it, but always I've got an error. I have installed Python 2.7 and Python 3.6 but I want to do...
View ArticleHow to resolve this problem in Amazon Workspace?
I try to log in with my credentials and I get the following error on the screen:Unable to connectWe couldn't launch your WorkSpace. Please try again. If you need help, contact your...
View Articlesnmpwalk: Unknown user name (SNMP v3)
I'm trying to run SNMP version 3 but I'm getting this error:snmpwalk: Unknown user name (SNMP v3)This is the command I'm usingsudo snmpwalk -v3 -u bob -l AuthPriv -a SHA -A bobpassword -x AES -X...
View ArticlePHP XML Extension: Not installed
So i'm currently installing mybb and went through a very long tutorial on how to do it. The problem is when I get to the requirements check this shows upHow does one go about fixing this? I read that I...
View ArticleHow to run local "solc" instead of global "solc" for local project?
I have installed solc@0.8.26 globally, but a recent project needs to use solc@0.8.20. I have installed solc@0.8.20 in the local project folder (/node_modules/.bin/solcjs). But when I try "solc...
View Articlecan't include FTGL and freetype2 [closed]
i can't include FTGL and freetype2, and i really can't imagine why, maybe because of code.i installed both lib's*libftgl-dev is installed"окноу" this is my folder with code.my includes in c++...
View ArticleNginx reachable from localhost not outside of network, other programmes are...
I am running Ubuntu 24.04 on a virtual machine. I am trying to setup nginx but can't get seem to reach it from outside of the local network.This is my nginx.confuser root;worker_processes auto;pid...
View ArticleSystem freezes after Try or Install Ubuntu welcome screen in HP Pavillion...
I have an HP Pavillion x360 notebook in which I installed a brand new empty SSD, and trying to install Ubuntu from a USB stick. I tried with 20.04 and 22.04 versions, booting in safe graphics mode. In...
View Article