Did you see this?

!diducthis

@lemmy.piperservers.net
Create post
WARNING: Lemmy Self-Hosters, There Have Been CSAM Attacks taking place against !lemmyshitpost@lemmy.world

WARNING: Lemmy Self-Hosters, There Have Been CSAM Attacks taking place against !lemmyshitpost@lemmy.world

cross-posted from: https://jamie.moe/post/113631

cross-posted from: https://jamie.moe/post/113630

There have been users spamming CSAM content in !lemmyshitpost@lemmy.world causing it to federate to other instances. If your instance is subscribed to this community, you should take action to rectify it immediately. I recommend performing a hard delete via command line on the server.

I deleted every image from the past 24 hours personally, using the following command: sudo find /srv/lemmy/example.com/volumes/pictrs/files -type f -ctime -1 -exec shred {} \;

Note: Your local jurisdiction may impose a duty to report or other obligations. Check with these, but always prioritize ensuring that the content does not continue to be served.

Has anyone defederated your instance? Introducing Defederation Investigator

Has anyone defederated your instance? Introducing Defederation Investigator

Open link in next tab

https://defed.xyz/

Beeper adds support for Google Messages RCS alongside iMessage, works on Android and iPhone

Beeper adds support for Google Messages RCS alongside iMessage, works on Android and iPhone

Open link in next tab

Beeper adds support for Google Messages RCS alongside iMessage, works on Android and iPhone

https://9to5google.com/2023/08/17/google-messages-rcs-beeper/

RCS is available to every Android user at this point, but that hasn’t ended the messaging headaches that come from...

Beeper adds support for Google Messages RCS alongside iMessage, works on Android and iPhone
Reiverr: A clean UI for Jellyfin, TMDB, Sonarr and Radarr, as well as a replacement to Overseerr

Reiverr: A clean UI for Jellyfin, TMDB, Sonarr and Radarr, as well as a replacement to Overseerr

India's Defence Ministry to switch from Windows to locally built Ubuntu fork 'Maya' over security concerns

India's Defence Ministry to switch from Windows to locally built Ubuntu fork 'Maya' over security concerns

Open link in next tab

India Defence Ministry to replace Microsoft OS with Maya

https://www.thehindu.com/article67172875.ece

India’s Defence Ministry has decided to replace Microsoft Operating System with Maya, a new OS based on open-source Ubuntu developed by government agencies

India Defence Ministry to replace Microsoft OS with Maya
PSA for Lemmy instance admins: in backend v0.18.3 there is a bug that causes your instance to stop federating properly and to stop sending out outgoing messages

PSA for Lemmy instance admins: in backend v0.18.3 there is a bug that causes your instance to stop federating properly and to stop sending out outgoing messages

cross-posted from: https://yiffit.net/post/868741

This new version introduced a system so that your instance stops sending out content to other instances that are supposedly dead / offline.

Unfortunately for some reason there's false positives. When I checked comparing the results from a curl request vs the information in our Lemmy database I found over 350+ false positives.

In the DB there is a table called "instance" which has a column called "updated". If the date on that column is older than 3 days, your server will stop sending any content to those instances.

For some reason I had entries that were dated as last being alive in July, while actually they were always up. If an entry is incorrect, you can fix it by manually using an update statement and adding today's date. If your instance is not too large you can safely update all entries to today's date and check if everything works as expected from then on any new content created on your instances.

The dead instances won't have an impact unless your instance is larger and generates more content, thus it might be easier to simply update all entries and have Lemmy believe they're all alive if you start noticing wonky behavior and don't want to check one by one.

If you don't know how to access the database run this command where domaincom is your instance domain without the dot.

  1. docker exec -it domaincom_postgres_1 busybox /bin/sh

  2. psql -U

(The default user is 'lemmy') You could technically do this is one single step, but it's good to know the command to get shell access to the container itself if you didn't know how to.

This should give you access to a postgres CLI interface. Use \c to connect, \dt to list tables and \d+ tablename to list table definition. You can also run SQL queries from there.

Try with this query: SELECT * from instance to list all instances and their updated date.

You can use other SQL queries to get better results or correct false positives. Just be careful with what you execute since there's no undo.

NASA is launching a new 'Plus' streaming service

NASA is launching a new 'Plus' streaming service

Open link in next tab

NASA Plus is the latest streaming competitor

https://www.theverge.com/2023/7/28/23811235/nasa-plus-streaming-service-announce

Don’t worry, you won’t need to subscribe to space travel here.

NASA Plus is the latest streaming competitor
Last year the EFF published this "legal primer" for people hosting Fediverse instances

Last year the EFF published this "legal primer" for people hosting Fediverse instances

Open link in next tab

User Generated Content and the Fediverse: A Legal Primer

https://www.eff.org/deeplinks/2022/12/user-generated-content-and-fediverse-legal-primer

A growing number of people are experimenting with federated alternatives to social media like Mastodon, either by joining an “instance” hosted by someone else or creating their own instance by running the free, open-source software on a server they control. (See more about this movement and joining...

User Generated Content and the Fediverse: A Legal Primer
🍋 LemMon - Lemmy Monitor - Servers Status

🍋 LemMon - Lemmy Monitor - Servers Status

Open link in next tab

🍋 LemMon - Lemmy Monitor - Servers Status

https://lemmon.zerobytes.monster/

Red Alert Redux is an impressive fan-made remake of the Command & Conquer classic from the team behind that Tiberian Dawn mod

Red Alert Redux is an impressive fan-made remake of the Command & Conquer classic from the team behind that Tiberian Dawn mod

Open link in next tab

Red Alert Redux is an impressive fan-made remake of the Command & Conquer classic from the team behind that Tiberian Dawn mod

https://www.rockpapershotgun.com/red-alert-redux-is-an-impressive-fan-made-remake-of-the-command-conquer-classic-from-the-team-behind-that-tiberian-dawn-mod

And there’s a demo out now.

Red Alert Redux is an impressive fan-made remake of the Command & Conquer classic from the team behind that Tiberian Dawn mod