
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 …
How can I list my open ports on Debian? - Server Fault
Feb 6, 2012 · 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 …
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
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 …
apt-get update not working on newly installed Debian 10
May 18, 2020 · Just installed Debian 10 yesterday using ubootin and the Debian 10 .iso-1 file. I don't have a DVD or other optical drive on my laptop, so I installed
debian - The following signatures couldn't be verified because the ...
Apr 10, 2018 · debian google-cloud-platform google-compute-engine gcloud edited Jan 14, 2023 at 17:59 asked Apr 10, 2018 at 15:35 alexus
How to fix these missing firmwares - LinuxQuestions.org
Mar 11, 2022 · Debian This forum is for the discussion of Debian Linux.
[SOLVED] Debian Wheezy booting into TTY1 - LinuxQuestions.org
Debian This forum is for the discussion of Debian Linux.
Network Auto configuration Failed duing Debian Installation
Dec 8, 2014 · [SOLVED] Network Auto configuration Failed duing Debian Installation Debian This forum is for the discussion of Debian Linux.
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 …