27
submitted 2 weeks ago* (last edited 2 weeks ago) by RagingHungryPanda@lemm.ee to c/fediverse@lemmy.world

I'm starting to get in to self hosting and am looking at self-hosted blog solutions. It looks like WriteFreely is the main fediverse blog platform, with Plume as second though I don't see it used much.

But that got me thinking that it'd be good to follow federated blogs and have some long form reading that I follow, like we did back when RSS was the main way of doing things.

But how do I actually find bloggers? It looks like WriteFreely can federate with Mastodon, but it doesn't look like there's a federated blogging platform like lemmy or mastodon. Is this correct? Where I can I go (other than Medium) to find blogs and bloggers in the fediverse?

18

I previously posted about an issue where the nginx container for the Collabora application logs a GET to /robots.txt every 10 seconds. I tried modifying the files in the container, but they were reset on restart. I also tried to run the container with --log-driver=none, but was unsuccessful. Despite being a software dev, I'm new to the homelab world and trunas.

I solved it by changing the docker image and then committing those changes. The change I made was to set access_log off; in the nginx config. I did it at the server root because I don't really care about those logs for this app, but it could be done on the location level.

Here's how I did it: Here's the reference SO post that I used: https://stackoverflow.com/a/74515438

What I did was I shelled into the image:

  • sudo docker exec -it ix-collabora-nginx-1 bash
  • apt update && apt install vim
  • vi /etc/nginx/nginx.conf and add the access_log off;
    • if you're not familiar with vim, arrow key to the line you want then press 'a' to enter "append mode". Make your change, then esc, :wq!. You need the ! because the file is read only
  • apt remove vim
  • exit
  • sudo docker commit <image id>
  • sudo docker restart ix-collabora-nginx-1
7

I'm running TruNas Scale with a docker image for NextCloud and Collabora. Under Collabora, the nginx application is logging a GET to robots.txt about every second and I'm having a hard time filtering this out because it looks like the conf files for nginx get replaced on every restart. I also tried mounting my own version of the nginx.conf file, but that didn't reflect any changes.

[-] RagingHungryPanda@lemm.ee 78 points 2 months ago

Nitpick: eminent domain is not the means for publicizing a company, that's for land for public works

55
submitted 2 months ago by RagingHungryPanda@lemm.ee to c/books@lemmy.ml
23
submitted 3 months ago by RagingHungryPanda@lemm.ee to c/anime@lemmy.ml

I came back across this homage to 80's anime

[-] RagingHungryPanda@lemm.ee 271 points 3 months ago

For those who don't know, this is a decades old joke.

39
282
190

I don't know if it's because I've been watching Factorio on YouTube or not, because I have not been searching for peanut butter. But anyway, so that's how you do it.

14
submitted 4 months ago* (last edited 4 months ago) by RagingHungryPanda@lemm.ee to c/workreform@lemmy.world
45
[-] RagingHungryPanda@lemm.ee 77 points 4 months ago* (last edited 4 months ago)

Headline confused "despite" and "due to"

9

Big Tech killed the news. 2.5 newspapers closed each week on average in 2023. And 500 journalists were laid off in January alone. It's because the tech giants are siphoning billions of dollars in ad revenue. Now the DOJ is finally taking them on.

16

Just four airlines control 80% of the airline industry — the most concentrated it’s ever been. And they’re using their power over consumers, and airports, to jack up prices. But this small airport in Missoula, Montana, is showing how to break the major carriers’ stranglehold.

[-] RagingHungryPanda@lemm.ee 99 points 4 months ago

You're all working class!!! If you rely on your work for your living, you're working class. I get what they mean, but don't forget that.

[-] RagingHungryPanda@lemm.ee 100 points 5 months ago

Open lemmy. See this. Close lemmy.

[-] RagingHungryPanda@lemm.ee 82 points 6 months ago

Almost. You need to put a quote to close out what is assumed to be SQL text first.

But if that still happens today....

[-] RagingHungryPanda@lemm.ee 178 points 8 months ago

It's mostly node modules

view more: next ›

RagingHungryPanda

joined 2 years ago