4,924 questions
-2
votes
0
answers
17
views
Does anyone know how to install and use the Ubuntu recording application? [closed]
I need detailed video tutorial to use this app. Also I need more errors and how to fix errors when installing
0
votes
0
answers
135
views
Can't retrieve tags for jenkins build, using git parameter plugin
I have added a git parameter plugin named as TAG, which is supposed to list all tags present in my Gitlab repository. I also have added default tag value as v1.0.0. There are other set of parameters ...
0
votes
1
answer
366
views
Is it possible to use Gcc 11 and G++ 11 in Ubuntu 16.04?
I'm using Ubuntu 16.04, and I just could update my Gcc and G++ compilers up to 9.4.0 version, but I need to use Gcc and G++ 11. How could I do that?
I expect to solve the previous issue about updating ...
0
votes
1
answer
657
views
Is it a ca certificate verification issue? How can I resolve this?
in my company, there are several instances that are being backends for production, testing and other purposes. I am also a new employee in the company. Recently, all of the instances suddenly cannot ...
-1
votes
1
answer
82
views
need help debuggin openssl on ubuntu 16.04 (unable to change root certificate for ISRG Root X1)
(sorry for the formatting, I could not post without setting most of this post as code )
I'm running ubuntu 16.04. openssl is claiming that a sites certificate has expired.
openssl s_client -...
0
votes
1
answer
70
views
Store website username/password on Elinks for Ubuntu
I'm using Elinks 0.12pre6 on Ubuntu 16.04.2 LTS. Yes, I know it's old. This is an old computer that I use for a couple of specific purposes and it works great. It's not my main computer.
I use Elinks ...
0
votes
0
answers
140
views
Having issues joining my kubernetes worker noed to a controller node
"error execution phase preflight: couldn't validate the identity of the API Server: Get "https://master-node.xxxxx.xxxxx:6443/api/v1/namespaces/kube-public/configmaps/cluster-info?timeout=...
-1
votes
1
answer
412
views
Error in installing imagick due to dependencies issue
Need to install imagick on 7.3 qa server.
Having dependency issues on ubuntu 16.04
root@ip-172-31-37-47:/home/zia# sudo apt-get install php-imagick
Reading package lists... Done
Building dependency ...
2
votes
2
answers
3k
views
How can I build python3.11 with ssl for ubuntu 16.04
Firstly, I know ubuntu 16 is very old, but it is not an option to change it for
I have been able to build python3.11 from source and install it, but it does not build with the _ssl module which means ...
0
votes
1
answer
242
views
Write multiple commands in a row to WSL ubuntu terminal
Right now I am running a wsl ubunutu terminal and have a python script in a directory that is different to the home directory. I can get it to run a single command to it like 'ls' but i want to cd in ...
0
votes
1
answer
452
views
Error installing python3.7 on ubuntu 16.04
I'm trying to install Python3.7 on ubuntu 16.04. I tried the installation steps on the internet, but I got an error code.
My installation steps:
sudo apt update
sudo apt install software-properties-...
1
vote
1
answer
548
views
Web server not using TLS 1.2 when connecting to Amazon SES via SMTP
I have received an email stating that our servers need be updated to use TLS 1.2 when sending emails to Amazon SES via SMTP. I have looked into the servers mentioned and all layers involved appear to ...
1
vote
1
answer
2k
views
Why is gem telling me the current ruby version is 2.5.0 when it's not?
Context: I'm trying to install jekyll on Ubuntu 18.04 LTS so that I can work on a GitHub Pages site without having to deploy my changes to production every time I want to view them.
Here's the ...
3
votes
1
answer
3k
views
Docker apt-get update fails during building phase
Dockerfile first lines
FROM ubuntu:22.10
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update
bash script
cargo clean
docker build -t (name) .
I have an Ubuntu 16.04 server where rust (and thus ...
0
votes
0
answers
44
views
Error while launching Eclipse installed via Ubuntu Software Center
I installed Eclipse through the Ubuntu Software Center of Ubuntu 16.04 LTS and got the below error on opening.
My jdk version is 17:
openjdk 17-ea 2021-09-14
OpenJDK Runtime Environment (build 17-ea+...