About 1,510,000 results
Open links in new tab
  1. 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 …

  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], …

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

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

  6. Why Slackware is not like Debian: a guide for new slackers

    Feb 9, 2022 · In debian packages the dependencies are declared in the "control" file of each package. Not in a central database. apt reads the dependency information for the package …

  7. Debian: "apt install build-essential" fails because of unmet ...

    Nov 28, 2019 · Using Debian Stretch v9.11. I try to install build-essential, but fails because of unmet dependencies: sudo apt install build-essential Reading package lists... Done Building …

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

    Jul 25, 2021 · As you have seen, you can't access ca-certificates.crt. The curl command tries to access the certificate bundle with your user, but fails. You can fix this by using chmod. 755 …

  9. debian - The following signatures couldn't be verified because the ...

    Apr 10, 2018 · debian google-cloud-platform google-compute-engine gcloud Improve this question edited Jan 14, 2023 at 17:59 asked Apr 10, 2018 at 15:35

  10. debian - How to change a SSH host key? - Server Fault

    Jan 22, 2013 · Or, remove keys and ssh-keygen -A Explanation: -A: For each of the key types (rsa1, rsa, dsa, ecdsa and ed25519) for which host keys do not exist, generate the host keys …