Aktualizovat ServerUbuntu.md

This commit is contained in:
David Hába 2024-12-15 03:44:41 +01:00
parent f63d5acf3e
commit aed0e799ef

View File

@ -43,9 +43,8 @@ Zatím nevím, proč nefunguje korektně. Nastavím `/etc/resolv.conf` ručně.
původně byl symlink: `/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf` původně byl symlink: `/etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf`
```shell ```shell
sudo -i sudo rm -f /etc/resolv.conf
rm -f /etc/resolv.conf sudo cat > /etc/resolv.conf << EOF
cat > /etc/resolv.conf << EOF
nameserver 192.168.88.101 nameserver 192.168.88.101
nameserver 192.168.88.1 nameserver 192.168.88.1
domain habad.eu domain habad.eu