
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 …
log files - Where is some os logs in Debian 12 - Server Fault
Nov 28, 2023 · In Debian 12, the traditional syslog system has been replaced with systemd-journald. This means that the old log files like syslog, messages, auth.log are no longer used. Instead, all …
Debian create persistent network bridge - Server Fault
Feb 16, 2024 · I need to create a persistent network bridge for Virtual machines (libvirt) So this bridge does not need any physical ports, connections will be routed for this bridge. If I set this up manually, it
When building from Dockerfile, Debian/Ubuntu package install …
Jun 27, 2022 · Yet, when building an image from a Dockerfile, at the end of one specific Debian/Ubuntu package install (using apt-get install), package configuration debconf says:
Debian. How can I securely get debian-archive-keyring, so that I can do ...
Dec 3, 2011 · Debian generally does a pretty good job adding keys that will be used to sign the packages in the future to the debian-archive-keyring package. That is one package, that you really …
debian - Best location to keep SSL certificates and private keys on ...
This post is geared toward Ubuntu (Debian) + Apache, but should work on most systems. Just apply the permissions and update location/path in given config (apache/nginx/etc).
debian - How to set the domain name on GNU/Linux? - Server Fault
Mostly RedHat and Debian flavours. And I couldn't find relevant information in the documentation. But perhaps I haven't looked hard enough, I admit I don't know exactly where in the documentation it …
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.
debian - How to change a SSH host key? - Server Fault
Jan 22, 2013 · Or, remove keys and ssh-keygen -A Explanation: -A: For each of the key types (rsa1, rsa, dsa, ecdsa and ed25519) for which host keys do not exist, generate the host keys with the default …
linux - Debian boot to single-user mode - Server Fault
Feb 25, 2013 · I forgot my root password and am attempting to change it by booting into single-user mode, however when booting I get this screen: Then I press "e" to edit the boot …