About 50 results
Open links in new tab
  1. 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 …

  2. 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.

  3. 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 …

  4. Debian - Slow boot waiting for network - Server Fault

    Jun 24, 2019 · I have a Debian 10 Server that I think could/should boot faster, but I don't know what the problem is. I see A start job is running for Raise network interfaces when booting, and looking at …

  5. Debian apt-get update won't work - Server Fault

    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 Web. I can access …

  6. linux - Correct usage of /srv on debian systems - Server Fault

    I'm a bit confused about what goes inside /srv and looking for good practices about its usage on Debian. Acording to the FHS: "/srv contains site-specific data which is served by this system". Ho...

  7. debian - Can't start/stop mysql service - Server Fault

    Jun 27, 2009 · Taking over a Debian Etch web server with MySQL running. I usually start, stop and restart msyql using: /etc/init.d/mysql restart For some reason on this set up I get the following: :~# …

  8. 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 …

  9. 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...

  10. 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 ...