
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 …
debian - ISC DHCP client (dhclient) alternative? - Server Fault
Aug 24, 2022 · Quote from the release notes for Debian 13 trixie: The isc-dhcp suite is deprecated upstream. If you are using NetworkManager or systemd-networkd, you can safely remove the isc …
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
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 …
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 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 …
debian - How can I know if reboot is required after update ... - Server ...
Feb 12, 2015 · Debian updates are realized so often that when I finish to update the last of 4 servers I get new email about new updates on the first server. I try to update all servers when I get a …