This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:miscadmin [2024/05/17 02:19] – oemb1905 | computing:miscadmin [2025/12/20 21:21] (current) – oemb1905 | ||
|---|---|---|---|
| Line 347: | Line 347: | ||
| autoconf 0 | autoconf 0 | ||
| dns-nameservers 2001: | dns-nameservers 2001: | ||
| + | | ||
| + | Assigning an interface a persistent name so that bridging and static ifupdown assignments don't fail on reboot. | ||
| + | |||
| + | sudo nano / | ||
| + | SUBSYSTEM==" | ||
| | | ||
| - | --- //[[webmaster@haacksnetworking.org|oemb1905]] | + | 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, open up ''/ | ||
| + | |||
| + | <code bash> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | For firefox, create '' | ||
| + | |||
| + | <code bash> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | Running Debian testing/ | ||
| + | |||
| + | sudo apt-get install linux-headers-$(uname -r) | ||
| + | |||
| + | Alright .... Nemo | ||
| + | |||
| + | xdg-mime default nemo.desktop inode/ | ||
| + | xdg-mime default nemo.desktop x-directory/ | ||
| + | xdg-mime default nemo.desktop x-directory/ | ||
| + | xdg-mime default nemo.desktop application/ | ||
| + | sudo update-alternatives --set xdg-desktop-portal-gtk / | ||
| + | sudo update-alternatives --install / | ||
| + | #gsettings set org.gnome.shell.extensions.desktop-icons file-manager nemo | ||
| + | |||
| + | --- //[[alerts@haacksnetworking.org|oemb1905]] | ||