python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Debian - errors when converting Oracle SQL .rpm package to .deb using alien
I want to install Oracle SQL Developer on Debian.
Oracle doesn't provide a .deb installation package, only a .rpm installer.
So I'm trying to use alien to convert the .rpm package to .deb
Some details...
MikeW
Votes: 0
Answers: 0
debian:jessie docker image does not install Nginx with HTTP/2 support
I have this Dockerfile:
FROM debian:jessie
ARG ENV_APP
ARG ENV_SMF
RUN apt-get update && apt-get install -y nginx
ADD conf.d/nginx.conf /etc/nginx/
ADD conf.d/nginx.${ENV_SMF}.conf /etc/ngi...

Ignas Damunskis
Votes: 0
Answers: 1
Is openssl wrongly rejecting this session request?
I have OpenSSL 1.1.1n on a Debian11 server, configured to use MinProtocol = TLSv1.2
When the server receives a ClientHello as below:
TLSv1.2 Record Layer: Handshake Protocol: Client Hello
Content ...
gm08
Votes: 0
Answers: 1
How to configure neovim with update-alternatives for ex view and vimdiff behaviours?
Of course, we could create aliases, but then we loose the Debian integration. For instance, the 3 first works, as they are just aliases, but the 3 last fails:
NVIM_PATH=/usr/local/bin/nvim
update-alte...

Pivert
Votes: 0
Answers: 1