
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 …
linux - 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.
apt-get update error in Debian 11 "Temporary failure resolving" and ...
Dec 8, 2022 · This is what I get when I run the apt-get update on my debian 11 server.
debian - Clearing "/var/log/journal" - Server Fault
debian log-files debian-jessie journald Share Improve this question edited Oct 10, 2018 at 18:45
Debian - Wireguard Forces Real Time Kernel - Server Fault
Sep 29, 2023 · I've a system running Debian 12 and while trying to install Wireguard I noticed it would pull a different kernel: ... Is there a way to install and use Wireguard without installing the real time …
Debian/Ubuntu Linux: fixed IP when DHCP fails - Server Fault
Mar 16, 2019 · I'm looking for a solution on this problem: I have this small industrial pc called UP Board, running some Linux Debian/Ubuntu adopted version: 4.10.0-9-upboard #11~16.04.1 SMP Wed Oct …
Debian: create a new user without home directory - Server Fault
May 6, 2010 · On Debian based systems typically the adduser command is used to create new accounts instead of directly calling useradd. The adduser option to skip creating a home directory is --no …
Disable ipv4 with /etc/sysctl.conf | GNU/LINUX Debian 11
Feb 2, 2023 · Disable ipv4 with /etc/sysctl.conf | GNU/LINUX Debian 11 Ask Question Asked 3 years, 2 months ago Modified 3 years, 2 months ago
linux - How to install/change locale on Debian? - Server Fault
How to install/change locale on Debian? Ask Question Asked 16 years, 8 months ago Modified 5 years, 6 months ago
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 …