This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:miscadmin [2024/07/12 19:30] – oemb1905 | computing:miscadmin [2024/12/07 19:48] (current) – oemb1905 | ||
---|---|---|---|
Line 353: | Line 353: | ||
SUBSYSTEM==" | SUBSYSTEM==" | ||
| | ||
+ | Convert pdf to Word | ||
- | --- // | + | libreoffice --infilter=" |
+ | |||
+ | Instruct a client to ignore the DNS server offers made by the router on Debian. | ||
+ | |||
+ | sudo nano / | ||
+ | |||
+ | In that file, find the section that begins with '' | ||
+ | |||
+ | request subnet-mask, | ||
+ | domain-name, | ||
+ | dhcp6.name-servers, | ||
+ | netbios-name-servers, | ||
+ | rfc3442-classless-static-routes, | ||
+ | |||
+ | After that's removed, find the section that begins with '' | ||
+ | |||
+ | prepend domain-name-servers 192.168.1.20; | ||
+ | prepend domain-name-servers 192.168.1.21; | ||
+ | sudo systemctl restart networking | ||
+ | |||
+ | After you restart networking, run '' | ||
+ | |||
+ | tcpdump -vv -x -X -s 1500 -i eth0 'port 853' | ||
+ | |||
+ | In order to set a policy on Chrome to stop DOT, or DNS over TLS/https, do the following: | ||
+ | |||
+ | sudo nano / | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
+ | Running Debian testing/ | ||
+ | |||
+ | sudo apt-get install linux-headers-$(uname -r) | ||
+ | |||
+ | Alright .... | ||
+ | |||
+ | --- // |