
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 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 13 NFS Server: Client Connection Problems
Oct 8, 2025 · Not sure exactly what happen or if this had anything to do with the client unsuccessful connection, but trying the suggested trouble shooting " on the nfs server: " from the 1 Answer: …
linux - 100% non-interactive Debian dist-upgrade - Server Fault
If you set DEBIAN_FRONTEND=noninteractive (to stop debconf prompts from appearing) and add force-confold and force-confdef to your /etc/dpkg/dpkg.cfg file, you should have a completely …
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.
networking - Debian static ip, can not bring up interface: "RTNETLINK ...
Aug 9, 2019 · I have a fresh installation of SELKS(Debian 9) and I configured the network manually, but I can not bring the interface eno1 UP. I get the error: RTNETLINK answers: File exists ifup: failed to br...
linux - How to create a randomly keyed, encrypted swap partition ...
Does anyone know how to implement the solution described for Arch Linux on the Debian OS? The init scripts referred to in the document seem not to exist on the Debian OS Thanks! EDIT One could use …
linux - configure BIND DNS on debian - Server Fault
I'm trying to configure configure BIND for use on my local Debian machine, which I will use as a development and testing environment. First of all, I'm using Debian 6.x [Squeeze] and BIND 9. BIND ...
Recommended way to disable a service in Debian (System V-style init)
Is there a "recommended way" to disable a service in Debian? (Disable = The service is installed but won't start automatically when the machine boots.) I know that you can update-rc.d -f service r...
Hard drive mounting Question Debian Linux - Server Fault
Your filesystem is formatted as NTFS, which typically means you'll need a package for ntfs utlities (ntfs-3g on fedora, don't know about debian). If this drive is only going to be used on this box, I'd …