elvith

joined 2 years ago
[–] elvith@feddit.org 6 points 1 day ago

You don't use browsers to install browsers anymore on Windows of you know what you do ..

winget install -e --id Mozilla.Firefox.<your ISO language code>

e.g.

winget install -e --id Mozilla.Firefox.fr or winget install -e --id Mozilla.Firefox.de or...

[–] elvith@feddit.org 3 points 5 days ago

Don't forget that the electricity of your stove (or the gas you use) may be made of dinosaurs. So you basically burn dinosaurs to prepare a meal from their descendants pressed into a dinosaur shape

[–] elvith@feddit.org 4 points 1 week ago

They will be drowned in hundreds of „Thanks for your email, but we don’t do support via mail. Please open a ticket at $URL“ and „Thanks for your mail, we will get back to you shortly. Your ticket ID is #123456“. Also everything you add as an auto response will be distributed to all other victims in that group, so I chose to not be a dick.

[–] elvith@feddit.org 16 points 1 week ago (2 children)

Google Groups allows spammers to subscribe you to their groups in a workspace account, but doesn't allow you to unsubscribe since you're not part of that workspace account... Worse - all autoresponders for the spam will also be forwarded to all members of said group.

Since I do not participate in Google Groups, the nuclear option is to file all mails from Google Groups as spam with a Sieve script.

Note the require part may be too large as may sieve script also contains more rules than this one.

require ["body", "date", "editheader", "envelope", "fileinto", "imap4flags", "mailbox", "regex", "reject", "variables"];

if anyof(
    header :contains "List-Subscribe" "groups.google.com",
    header :matches "X-Google-Group-Id" "*"
   ) {
	if header :matches "Subject" "*" {
		set "subject" "${1}";
	} else {
		set "subject" "";
	}
	deleteheader "Subject";
	addheader :last "Subject" "[Google-Groups-Spam] ${subject}";

	fileinto "Junk";
}
[–] elvith@feddit.org 15 points 1 week ago

Download doesn't necessarily mean that they dumped everything on their local PC - they could just upload everything from all those servers to an S3 bucket or whatever.

That way the bottleneck would be either the ingress of the hyperscalers or the egress of the attacked company (which probably uses the hyperscalers anyway). I probably could also do that this way with my humble home Internet connection on a semi reliable WiFi....

[–] elvith@feddit.org 8 points 2 weeks ago

shakes fist into air

SCNR

[–] elvith@feddit.org 3 points 3 weeks ago

Yes and no. They started to limit GPOs. Some are only valid on Enterprise Licenses or Windows Server and will be ignored by your usual Windows Pro License at home. With Windows Home, you're SOL regarding GPOs.

Also they started to migrate some of these settings to their Intune Device Management and will ignore those if not set via Intune.

Read: Companies can still disenshittify Windows to some degree, but they make it harder and harder for normal people to do so.

[–] elvith@feddit.org 2 points 3 weeks ago

You wouldn’t even really question your new device on the network. Since the monitor must forward the packets from and to your PC it’s MAC address would show up in the network, but that’s expected. And good luck separating the traffic of your monitor from that of your PC if it originates from the very same MAC address as it’s basically the new network card of your PC connected via USB C. And since it could act like a bridge, it could strip out the responses to its own requests and not forward those to your PC so you don’t even see them there. On the other side it’s all TLS encrypted so nothing to see either. Heck, it could even only send its own requests when your PC is actively using the connection so that it’s less noticeable.

You might do some DPI and check what IPs you connect to but good luck finding if it really is your monitor and not some random app on your PC. If it’s using DoH, you can’t even inspect its DNS traffic to get a clue what’s going on (SNI in the handshake might still offer some clue).

Also all of the above enables tracking and spying on you covertly. Ads are quite obvious, so there’s nothing to hide there.

[–] elvith@feddit.org 4 points 3 weeks ago (4 children)

HDMI and USB C are used in monitors. Both can transmit more than just the image data, e.g. tunneling an Ethernet connection. Not sure if Display Port also supports that

[–] elvith@feddit.org 7 points 3 weeks ago

Most people will be on Win Home which usually locks you out of gpedit. Or ignores your settings there, some even from the registry. In the recent times there are even some GPOs locked for Pro and only available on an enterprise version or Windows server...

[–] elvith@feddit.org 14 points 3 weeks ago (5 children)

Correct. It's Bayrische Motoren Werke which translates to Bavarian Motor Factories or maybe Bavarian Motor Workshops.

The German Werk has several meanings:

  1. The process of work/the work itself needed to finish a specific task.
  2. A specific action. E.g. used to imply someone did $thing
  3. A specific thing that was produced by someone (e.g. a piece of art) or even someone's lifeworks as a whole.
  4. A factory or industrial complex BUT ALSO depending on context the workers on said factory/complex.
view more: next ›