mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Improved syntax
This commit is contained in:
parent
97cdf45e16
commit
257c511ff2
@ -15,7 +15,7 @@ Listed: true
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [Raspberry Pi](https://www.raspberrypi.org/)
|
- [Raspberry Pi](https://www.raspberrypi.org/)
|
||||||
- Power adapter, keyboard and HDMI cable (and SD card reader if computer doesn’t have one built-in)
|
- Power adapter, keyboard and HDMI cable (and SD card reader if computer does not have one built-in)
|
||||||
- macOS computer
|
- macOS computer
|
||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
@ -449,14 +449,14 @@ $ cat /etc/resolv.conf | grep "nameserver" | awk '{print $2}'
|
|||||||
93.95.224.29
|
93.95.224.29
|
||||||
```
|
```
|
||||||
|
|
||||||
If that doesn’t output valid nameserver(s), run:
|
If that does not output valid nameserver(s), run:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cat /etc/network/interfaces | grep "dns-nameservers" | awk '{$1="";$0=$0;} NF=NF'
|
$ cat /etc/network/interfaces | grep "dns-nameservers" | awk '{$1="";$0=$0;} NF=NF'
|
||||||
93.95.224.28 93.95.224.29
|
93.95.224.28 93.95.224.29
|
||||||
```
|
```
|
||||||
|
|
||||||
If that doesn’t output valid nameserver(s), run:
|
If that does not output valid nameserver(s), run:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ systemd-resolve --status | grep "DNS Servers" | awk '{print $3}'
|
$ systemd-resolve --status | grep "DNS Servers" | awk '{print $3}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user