
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 …
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.
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 …
How to add a script to startup and shutdown in debian?
Apr 21, 2017 · On Debian, service & application boot and shutdown scripts should be placed into /etc/init.d/. Debian provides an example script /etc/init.d/skeleton that you can modify to your taste for …
ssh - Debian: Adding new user? - Server Fault
How can I create a new user then SSH into the box under that user? I ran: useradd marco -d /home/marco -p WuUfhRdt4B Then I added to /etc/ssh/sshd_config: AllowUsers root marco Then …
Debian jessie upgrade OpenSSH server to latest
Feb 19, 2019 · I have a Debian 8 server for a customer that is failing a PCI scan, presumably running: nmap -p 22 -sV customer.edu which returns 22/tcp open ssh OpenSSH 6.7p1 Debian 5+deb8u7 This …
How to debug services in Debian if they fail to start
Jan 17, 2017 · I have a new Debian unstable based distro with apache2 on it. Apache itself is working fine. If i use sudo service apache2 start it comes up and everything goes well. But the service for it fai...
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 …
debian - Disable a service from starting at all runlevels ... - Server ...
0 On a red hat based system you could use chkconfig httpd off chkconfig httpd --del to remove the server from runlevels on debian based system all services are supposed to be started by the files …
Cannot install sshd (openssh-server) on debian 10.4
May 22, 2020 · E: The repository 'cdrom://[Debian GNU/Linux 10.4.0 _Buster_ - Official amd64 DVD Binary-1 20200509-10:26] buster Release' does not have a Release file. N: Updating from such a …