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: How to run a script on startup without having to write 30 lines ...

    Nov 12, 2015 · The Debian installer does this for you. I am under the impression that the OP do not want to write the 30+ lines themselves. Not that 30+ is an overkill by itself if done by somebody else.

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

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

  7. Is it Debian really more stable for servers than Ubuntu LTS?

    I am looking for a pertinent answer regarding Ubuntu versus Debian for servers when it comes to stability and security, not personal preferences. I am inclined to like Ubuntu because it is more re...

  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. Set JDK 8 as the default Java on Debian 8 - Server Fault

    Set JDK 8 as the default Java on Debian 8 Ask Question Asked 9 years, 3 months ago Modified 3 years, 5 months ago

  10. Debian: Give users permission - Server Fault

    Jun 7, 2012 · I have a www-data that was automatically set up when I installed Apache. I have a ftpuser that I configured myself to use with ProFTPd. I use a MySQL database with users that use this user …