😨 Is Ubuntu Linux spying on you?
🚩 I’m sure you all saw the shocking video, showing that Windows 11 is essentially spyware. Even a clean Windows 11 transmits data to stuff like “scorecardresearch.com” and “privacyportal.onetrust.com”.
(Note: In the domains above “research” is euphemism for “ad profiling”, while “privacy” for “tracking”.)
🤔 So is my favorite desktop – Ubuntu Linux – any better?
- I wrote a small systemd unit (see below) to run tcpdump on “any” network interface and record DNS requests. It starts even before the network is up.
- I disabled auto-start for NextCloud, Dropbox and Slack to reduce noise.
- I rebooted my laptop and fired up a terminal.
See the result in the screenshot below.
⚠️ Be mindful: This is not a clean Ubuntu. This is my work laptop that I use on a daily basis.
✨ Fortunately, the results feel encouraging. It seems to me like Ubuntu features no creepy stuff. No “research”, no “privacy”.
Most DNS requests are due to:
- My obsession with clock synchronization.
- Various APT repos for Google Chrome, Microsoft Azure CLI, Microsoft VSCode and Docker.
🥼 Wanna check what DNS requests your laptop performs? Use the script below:
|
|
Hosted with ❤️ by this very website for the sake of privacy. view raw