Strit

joined 1 year ago
[–] [email protected] 1 points 2 days ago (1 children)

I technically still have a hosted website, but it's rarely updated anymore. It's very low priority compared to my self-hosted stuff.

[–] [email protected] 1 points 3 days ago

~/git/AUR|dev|whatever/$(git clone) is where mine usually reside.

[–] [email protected] 1 points 3 days ago

I have the WTR R7 (N100 model 2 bay) and I can't really complain. It was fairly cheap and it does what it says it does. Power draw with 2 2.5" SSD's is about 11W average, but the RYzen one will be more.

[–] [email protected] 6 points 1 week ago (1 children)

Isn't rawhide the "rolling" version? If so, it does not really count as 42, just what packages 42 is likely gonna have.

[–] [email protected] 27 points 1 week ago (1 children)

I think he wrote that he had been contributing for about 7 or 8 years, and only the last one was as a volunteer.

[–] [email protected] 2 points 1 week ago (1 children)

I have some on freezers, and one on an air fryer that does 2400W. That's the biggest loads I have.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Just to clarify. In-kernel drivers is not the same as open source firmware. Most bluetooth dongles use the in-kernel driver, but require proprietary firmware to be loaded before they work. Most of that firmware is present in the linux-firmware packages/repository, but the setup would no longer be FOSS only.

[–] [email protected] 13 points 2 weeks ago (5 children)

If that's the case, then you should answer the OP with how it's set up. OP is specifically asking how to do it with random drives other people hands them, not trusted drives always connected.

What is the disaster that could happen you’re referring to?

Auto mounting random USB sticks has never been wise. No telling what random malware they contain.

[–] [email protected] 17 points 2 weeks ago (7 children)

You shouldn't just automount external drives. That's a recipe for trouble.

What's wrong with manually mounting them? Pretty sure the desktop environments also require you to push a button (eg, select the drive in file manager) to mount external USB drives.

[–] [email protected] 4 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

I can whole-heartedly recommend the Aqara Power Plugs. They are Zigbee, has energy monitoring, works flawlessly with Home Assistant via ZHA and come in US/EU/UK formats. I have about 10 of these and I have not been disappointed in the 5 years I have had them.

[–] [email protected] 12 points 2 weeks ago

Windows might have locked the drive, making it read-only (hybrid power off stuff) or you might just need to mount it with rw permissions.

How did you mount it?

 

tværpostet fra: https://lemmy.dbzer0.com/post/3076577

I posted the other day that you can clean up your object storage from CSAM using my AI-based tool. Many people expressed the wish to use it on their local file storage-based pict-rs. So I've just extended its functionality to allow exactly that.

The new lemmy_safety_local_storage.py will go through your pict-rs volume in the filesystem and scan each image for CSAM, and delete it. The requirements are

  • A linux account with read-write access to the volume files
  • A private key authentication for that account

As my main instance is using object storage, my testing is limited to my dev instance, and there it all looks OK to me. But do run it with --dry_run if you're worried. You can delete lemmy_safety.db and rerun to enforce the delete after (method to utilize the --dry_run results coming soon)

PS: if you were using the object storage cleanup, that script has been renamed to lemmy_safety_object_storage.py

view more: next ›