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

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

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

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

  6. How to get a list of security updates on the command line in Debian ...

    Sep 5, 2012 · In the GUI tool you can get a list packages with security updates. Can this be done on the command line in Debian or Ubuntu? Normally I might use "apt-get upgrade" which would show me …

  7. debian - Disable a service from starting at all runlevels ... - Server ...

    0 On a red hat based system you could use chkconfig httpd off chkconfig httpd --del to remove the server from runlevels on debian based system all services are supposed to be started by the files …

  8. How to determine JAVA_HOME on Debian/Ubuntu? - Server Fault

    May 1, 2012 · On Ubuntu it is possible to have multiple JVMs at the same time. The default one is selected with update-alternatives. But this does not set the JAVA_HOME environment variable, due …

  9. Which Distros Support Secure-Boot? - LinuxQuestions.org

    Which Distros Support Secure-Boot? Linux - Distributions This forum is for Distribution specific questions. Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on …

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