About 1,630,000 results
Open links in new tab
  1. 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 hostname -F /etc/hostname add domain name and address to the server sudoedit /etc/hosts 192.168.1.2 server.domain server VERIFY > hostname --short server > hostname --domain …

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

  3. debian - Curl SSL Certificate: unable to get local issuer certificate ...

    Jul 25, 2021 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I get it? Instead, you can save this post to reference later.

  4. Raspberry PI OS/Debian 12/13 APT Repos - LinuxQuestions.org

    Aug 19, 2021 · Raspberry PI OS/Debian 12/13 APT Repos Posted 08-19-2021 at 01:38 PM by craigevil Updated 07-19-2025 at 12:05 PM by craigevil (Debian Trixie Release Date: August 9th) Tags apt, debian, raspberry pi, repositories, sources.list These are official APT repositories for Raspberry Pi OS and Debian 11 Bullseye/Debian 12 Bookworm/Debian 13 Trixie Code:

  5. networking - How do I force Linux to reacquire a new IP address …

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

  6. linux - How can I run Debian stable but install some packages …

    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 package. Step by step: add a deb-src line for sid to your sources.list apt-get update apt-get build-dep PACKAGE_NAME apt-get -b source PACKAGE_NAME

  7. [SOLVED] How to install Realtek wifi driver on Debian

    May 15, 2024 · I got a couple of USB wifi adapters I want to use on Mint Debian, one of them has Bluetooth built in, but the system does not recognize the devices. I

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

  9. linux - How do I verify the speed of my NIC? - Server Fault

    Nov 30, 2010 · For Debian based systems, ethtool is not installed by default. But mii-tool is, as part of the essential "net-tools" package. So this was the best solution for me.

  10. SSL Certificate Location on UNIX/Linux - Server Fault

    Dec 19, 2019 · Is there any standard or convention for where SSL certificates and associated private keys should go on the UNIX/Linux filesystem?