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. debian - ISC DHCP client (dhclient) alternative? - Server Fault

    Aug 24, 2022 · apt install dhcpcd-base apt remove isc-dhcp-client isc-dhcp-common systemctl restart networking To manually renew a lease, you can run dhcpcd -n [INTERFACE], according to this …

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

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

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

  6. apt-get update error in Debian 11 "Temporary failure resolving" and ...

    Dec 8, 2022 · Explore related questions linux ssh apt debian-bullseye See similar questions with these tags.

  7. linux - How can I run Debian stable but install some packages from ...

    Jun 9, 2009 · How do I backport a sid package to testing or stable? Install the Debian source (and the development tools, especially debhelper, devscripts, and build-essential), and then build the …

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

  9. debian - How to set the domain name on GNU/Linux? - Server Fault

    Set FQDN I'm using Debian 7 and this is what worked for me; thanks to Fernando Ribeiro. sudoedit /etc/hostname server # here's where you put the server's host name activate hostname sudo …

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