Search results
Before Start. 1. Installation. 2. Basic Configuration. Debian Server How to install a Debian 8 'Jessie' server A practical guide to set up your own Linux super server at home! In a easy to follow way (you can copy and paste all you need) this site will guide you step by step through: * Debian 8 'Jessie' installationjessie index.
14 sty 2019 · In short each process requesting DNS will read /etc/resolv.conf over library. The NSS is layered on top of this, and is configured by /etc/nsswitch.conf. Linux DNS config are located in the file /etc/resolv.conf BUT there are a number of programs/services that wants to automatically manage and handle the DNS configuration file at /etc/resolv.conf.
3 lut 2015 · 3. I would (all this commands as root) ifconfig -a to check if the interface has an IP address, if it doesn't you have found your problem, if it does, then I would netstat -rn to check if the routes are right. If they are, I would iptables -L to check if there is a firewall rule that is not letting me out.
9 sty 2022 · I'm using Debian 11 (Bullseye). I'd like to use a different DNS server. I found the file /etc/resolv.conf. It looks like this (by default): nameserver 192.168.1.1 nameserver 1.1.1.1 nameserver 8.8.8.8 Fair enough default. Use the local router/gateways DNS, then Cloudflare, followed by Google's DNS.
28 mar 2020 · To list active services: systemctl list-units --type=service --state=active. If a firewall is already installed, chances are it's one of those: iptables, firewalld, ufw. Attention: a service may be installed on your system but disabled. Which means that while it's not running it is available. For example it is possible that someone replaced the ...
I think you can also query DNS and it will show you what server returned the result. Try this: dig yourserver.somedomain.xyz And the response should tell you what server(s) returned the result. The output you're interested in will look something like this:
20 sie 2017 · Run the following command in order to enable the service on your Debian: sudo systemctl enable systemd-resolved.service. Then again run the “systemd-resolve –flush-caches” command. You can then check the statistics in order to make sure that your cache size is now zero, thus cleared.
20 lip 2022 · If you then get pointed to a different IP address, then it indicates the Debian mirror server you got on your first attempt was having a problem of some sort, the load balancer became aware of it and started redirecting any queries for deb.debian.org from your general area to the next closest Debian mirror server with free capacity.
25 lip 2014 · 7. For Debian, you really only need to back up your data and configuration files. To back up existing state: Back up package selections with dpkg --get-selections > dpkg_selections. Back up the debconf database with sudo debconf-get-selections > debconf_selections.
On a "standard" Debian Gnome installation, nautilus is controlling the icons on the Desktop. When an USB drive gets plugged in, an icon gets shown for the drive but the drive only gets mounted on click on the icon. The best choice for minimal desktops for usb automounting is probably udiskie. I added a user systemd service to start udiskie: