
How can I configure my DNS settings on Debian 12?
Oct 7, 2023 · I'm trying to change my DNS settings on my Debian 12 VPS, and by this I mean, I want to use a public resolver like 1.1.1.1 instead of my VPS host's resolver. I remember in Debian 11 I could …
How do I enable non-free packages on Debian? - Server Fault
Feb 27, 2011 · How can I enable non-free packages on Debian? I want to install Sun's Java JDK but it's not available to me.
apt-get update error in Debian 11 "Temporary failure resolving" and ...
Dec 8, 2022 · Check your DNS resolve. Try in command line nslookup deb.debian.org
linux - How can I list my open ports on Debian? - Server Fault
What is the command to display a list of open ports on a Debian server? I tried netstat -a | egrep 'Proto|LISTEN' but I would like something more specific that actually lists the port number.
Firewalld fails on completely new Debian 12 server
Aug 7, 2023 · My Debian 12 Bookworm VPS was running firewalld 1.3.0-1 without problems. Due to unrelated issues, I had to rebuild the server, and now firewalld fails. I use ansible, so the …
networking - Cannot access deb.debian.org from VM after port …
Nov 24, 2023 · After this change SSH to both vms from host works, but sudo apt update on both pserver and pagent-1 fails, since it cannot reach deb.debian.org. On host everything works okay.
How to fix locale settings in Debian squeeze - Server Fault
2 I've seen this before on older Debian installs, and while annoying, I've never seen it cause a problem. If /usr/bin/locale is missing, try (as root): apt-get install libc-bin that should install libc-bin, providing …
linux - How to install/change locale on Debian? - Server Fault
How to install/change locale on Debian? Ask Question Asked 16 years, 8 months ago Modified 5 years, 6 months ago
Debian/Ubuntu Linux: fixed IP when DHCP fails - Server Fault
Mar 16, 2019 · I'm looking for a solution on this problem: I have this small industrial pc called UP Board, running some Linux Debian/Ubuntu adopted version: 4.10.0-9-upboard #11~16.04.1 SMP Wed Oct …
How to determine JAVA_HOME on Debian/Ubuntu? - Server Fault
May 1, 2012 · On Ubuntu it is possible to have multiple JVMs at the same time. The default one is selected with update-alternatives. But this does not set the JAVA_HOME environment variable, due …