GeneralThis forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
We are all used to ads that follow us around. You click on something or do a google search, and for days afterwards you get shown advertisements for similar items. But here is something much odder.
I have a Yahoo address which I give to businesses that demand an email address. It acts as a kind of honeypot for spam, but some useful things like Spectator updates also go there. So once a day, I drop in to clear the inbox and read the latest news.
Lately I have seen a lot of ads for local services in Antrim, Northern Ireland. There's a will-writing service which pops up quite often and today I saw a fashion and fitting service ad. Now obviously if I lived in or near Antrim, these things might be of interest to me, but I don't. So why does Yahoo think I do?
Using uBlock Origin will do exactly the same thing, except you also save bandwidth and reduce memory from them not loading in the first place, as well as having the added benefit of being more protected from malware and phishing.
Though this is for web-based adverts; if they're email-based adverts then other tools apply, and the potential reasons for adverts being based on wrong location are different.
Lately I have seen a lot of ads for local services in Antrim, Northern Ireland. There's a will-writing service which pops up quite often and today I saw a fashion and fitting service ad.
I don't know how their geolocation works but can say that it is all quite inaccurate and I am often placed up to 200km away and usually 25 km away from the real site.
That said, when possible, blocking javascript does away with the worst of the worst. Ads don't in and of themselves need javascript but those that do get blocked along with the malware and some of the surveillance.
blocking javascript does away with the worst of the worst. Ads don't in and of themselves need javascript but those that do get blocked along with the malware and some of the surveillance.
I found this very interesting article which explains it. Phones of course are easy to locate because they have to broadcast their position to the telephone masts, but for static computers they use paid-for data from third-party databases of IP addresses "mapped by years of data mining". Of course that is subject to GIGO like everything else and at best, it gives the ISP's server location, not yours. Apparently it's reasonably accurate about your country, rather less so about towns.
Turn scripts, images, plugins off in your browser. Then clear all cookies. You could even use dillo.
Go to https://www.google.com/
Search for something, then look at the bottom of the page. They have you fixed by IP address. Right down to your zip code.
Or do this. Get that url that google makes after a search, and paste it into curl
Such as:
Code:
agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:98.0) Gecko/20100101 Firefox/98.0"
curl -A "$agent" "https://www.google.com/search?q=frog&gbv=1&sei=nSKmYvbJFKOyuvQPuM-R0AI" -o goog.html
Now open goog.html in your web browser.
They know where you are. And apparently they want you to know that they know
They know where you are. And apparently they want you to know that they know
Sure. It's part of their service package:
Personalised everything, your map position, restaurants you might want to visit, products you are interested in...
Most people quite seriously and unironically see it as luxury, not surveillance.
Distribution: Slackware64-current with "True Multilib."
Posts: 8,402
Rep:
Quote:
Originally Posted by hazel
.......Saving bandwidth is important to me as you know. I just popped over to Yahoo and the difference is amazing.
A good hosts file will help. https://someonewhocares.org/hosts/
Periodically, I download (save the link as) the file, edit it to remove the hash mark in front of several addresses and then copy it, simply as, hosts, to /etc (as per the instructions at the top of the page).
Last edited by cwizardone; 06-12-2022 at 01:21 PM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.