add hblock by default to improve privacy, security, and web browseing experince of new and currant users #1108
Replies: 2 comments 13 replies
-
My first thoughts are that using Pihole is easy, but even easier is the free AdGuard Public DNS: https://adguard-dns.io/en/public-dns.html My second thought goes towards a very good post I saw from @clefebvre here: linuxmint/mint22.1-beta#4 (comment) WRT new user overload. Perhaps it would be worth considering a "Value Pack" or "28 Days Later" pack :-) where users can be introduced to the Whats Next of ideas that will help them along their journey after a reasonable settling in period. New users have a mighty steep learning curve, one that Mint does an outstanding job of flattening out, but more tools/options always leave more to learn (and maintain). Blocking things needs to be considered carefully - for in some ways it goes against the ethos of Openness - even if we are blocking Evil. |
Beta Was this translation helpful? Give feedback.
-
Blocking at the system level with the hosts file is not optimal and from what I've seen from experience, it is often necessary to disable this for certain sites (which block access if you use adblock software or if they have problems with "false" positives) so for single PCs and the majority of users it is better to use a browser extension instead (even if unfortunately some recent browsers are complicating things) so you can disable it for specific sites if necessary quickly and easily (doing it in a central block by whitelisting sites in many cases does not work because there are elements on other domains), furthermore it is almost only useful for browsers. In cases with several devices or small companies, solutions like pihole are useful and better (for example I have been using pihole for years at my home on an old rpi2). But this too has its limits. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just what it sounds like, one of the first things i install on all of my systems is to install hblock to block malware, ads, phishing, and tracking urls with no CPU overhead or RAM overhead.
The benefit is obvious, making it easier to install or having it pre-installed protects all users from tracking, malware, phishing, ads, spyware, ransomware, or being part of a DDOS botnet. improving the user experience.
Making Linux Mint more attractive overall, and actually saves electricity and is green.
Do I need to keep listing stuff to get anyone interested? It could literally be a simple bash script run in the terminal when a button is pressed, hell I will make the bash script my self if it gets any interest.
https://github.com/hectorm/hblock
https://akmatori.com/blog/hblock-guide
Beta Was this translation helpful? Give feedback.
All reactions