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

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

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

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

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

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

  8. networking - How do I force Linux to reacquire a new IP address from ...

    Aug 1, 2024 · The environment is Debian, although the answer will apply to all distributions.

  9. How to do port forwarding/redirecting on Debian? - Server Fault

    Aug 22, 2013 · Question 2: If my debian machine has two interfaces: eth3 with 192.168.57.28 and ppp0 with some dynamic IP and someone tries to connect via ppp0 on port 1234, how do I redirect the …

  10. debian - How to set ulimit value permanently? - Server Fault

    On Debian Wheezy, ulimit -a gives: open files (-n) 1024 I add this to /etc/security/limits.conf * hard nofile 64000 then reboot. And ulimit -a still