linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux [2026/03/01 19:38] – [ssh-copy-id: Auth with another key] reddy | linux [2026/05/02 18:11] (current) – reddy | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Popular Topics ===== | ===== Popular Topics ===== | ||
| + | * [[bash]] | ||
| + | * [[bind]] | ||
| + | * [[chrony]] | ||
| * [[Docker]] | * [[Docker]] | ||
| + | * [[diff]] | ||
| + | * [[FirewallD]] | ||
| * [[Git]] | * [[Git]] | ||
| + | * [[keepalive]] | ||
| + | * [[lxc]] | ||
| + | * [[mail]] | ||
| * [[rsync]] | * [[rsync]] | ||
| * [[Samba]] | * [[Samba]] | ||
| + | * [[SELinux]] | ||
| * [[SystemD Unit Files]] | * [[SystemD Unit Files]] | ||
| * [[tuned]] | * [[tuned]] | ||
| + | * [[ufw]] | ||
| * [[Vim]] | * [[Vim]] | ||
| * [[VNC]] | * [[VNC]] | ||
| Line 101: | Line 111: | ||
| </ | </ | ||
| + | ==== Setting DNS server ==== | ||
| + | Use the Network Manager CLI as follows. | ||
| + | |||
| + | List connections with: | ||
| + | < | ||
| + | nmcli c | ||
| + | </ | ||
| + | |||
| + | Using the connection name, look at the configured DNS servers: | ||
| + | < | ||
| + | nmcli c show ' | ||
| + | </ | ||
| + | |||
| + | Set the new DNS servers | ||
| + | < | ||
| + | nmcli c modify ' | ||
| + | nmcli c modify ' | ||
| + | # The above commands are an alternative to modifying the config file at | ||
| + | # / | ||
| + | </ | ||
| + | |||
| + | For the change to take effect: | ||
| + | < | ||
| + | nmcli c down ' | ||
| + | </ | ||
| + | |||
| + | These settings also exist at the device level (" | ||
linux.1772390304.txt.gz · Last modified: by reddy
