
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
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.
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 …
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...
How to change users full name on Debian - Server Fault
Jul 10, 2013 · I'm working on a Debian server as an inexperienced admin. I need to change the full name of a user (not the login name) provided during adduser USERNAME. How can I do this? I …
Debian apt-get update won't work - Server Fault
Feb 15, 2013 · I have a Debian machine (Linux debian 2.6.32-5-amd64 #1 SMP Fri Feb 15 15:39:52 UTC 2013 x86_64 GNU/Linux) running behind a NAT with a couple of ports forwarded for SSH and …
Install nodejs 20 on Debian Bullseye in Docker - Server Fault
Oct 4, 2023 · 4 The problem is that curl and gpg are not installed on the default debian image, so the command to download the signing key fails and the repository is invalid. Install the necessary …
Debian - Port 80 is blocked, but I don't know by what
Mar 16, 2013 · Debian - Port 80 is blocked, but I don't know by what Ask Question Asked 12 years, 11 months ago Modified 9 years, 4 months ago
configure multiple sshd instances on debian 8 (jessie) systemd
I would like to run two sshd daemons on debian 8 (using openssh), one for administration and one for sftp. This used to be quite easy in debian 7 but with systemd it is more difficult. So far I ...