Tywele

joined 1 year ago
MODERATOR OF
[–] Tywele@lemmy.dbzer0.com 1 points 46 minutes ago

The Following feed is chronological and every other feed is mostly made by other people.

[–] Tywele@lemmy.dbzer0.com 5 points 2 hours ago (2 children)

In Bluesky you choose your own algorithms by adding feeds you follow.

[–] Tywele@lemmy.dbzer0.com 5 points 1 day ago

If no one gives the Nazi an audience they will go away eventually.

[–] Tywele@lemmy.dbzer0.com 7 points 1 day ago

Ok true, I think I forgot that you also see the Discover feed? But you can just remove that from your feeds and add any feed you like or just use the Following feed.

[–] Tywele@lemmy.dbzer0.com 7 points 1 day ago (5 children)

But that's not true for Bluesky. The only feed that you see when newly registering is the Following feed which is chronological.

[–] Tywele@lemmy.dbzer0.com 21 points 1 day ago (3 children)

But on Bluesky you don't get them shoved in your face and there is culture of just blocking Nazis and moving on.

[–] Tywele@lemmy.dbzer0.com 1 points 1 day ago

Have I said anything in favor of crippling lower end cards or that these high prices of the high end cards are good? My only argument was that 4K displays in the PC space being the standard was simply delusional because the stats say something wholly different.

[–] Tywele@lemmy.dbzer0.com 1 points 1 day ago

That would be ideal, true.

[–] Tywele@lemmy.dbzer0.com 2 points 1 day ago

Estrogen in general I would say.

[–] Tywele@lemmy.dbzer0.com 6 points 1 day ago (1 children)

Same, although I had thoughts in that direction at that age but I couldn't categorize them.

[–] Tywele@lemmy.dbzer0.com 6 points 1 day ago (3 children)

That doesn't really matter if people on PC don't game on it, does it?

These are the primary display resolutions from the Steam Hardware Survey.

[–] Tywele@lemmy.dbzer0.com 4 points 2 days ago* (last edited 2 days ago) (6 children)

4k displays are not at all standard and certainly not for a decade. 1440p is. And it hasn't been that long since the market share of 1440p overtook that of 1080p according to the Steam Hardware survey IIRC.

 

This is the summary. It has a link to the full report.

18
submitted 2 months ago* (last edited 2 months ago) by Tywele@lemmy.dbzer0.com to c/selfhosted@lemmy.world
 

Solution: I just had to create the file

I wanted to install Pi-Hole on my server and noticed that port 53 is already in use by something.

Apparently it is in use by systemd-resolved:

~$ sudo lsof -i -P -n | grep LISTEN
[...]
systemd-r    799 systemd-resolve   18u  IPv4   7018      0t0  TCP 127.0.0.53:53 (LISTEN)
systemd-r    799 systemd-resolve   20u  IPv4   7020      0t0  TCP 127.0.0.54:53 (LISTEN)
[...]

And the solution should be to edit /etc/systemd/resolved.conf by changing #DNSStubListener=yes to DNSStubListener=no according to this post I found. But the /etc/systemd/resolved.conf doesn't exist on my server.

I've tried sudo dnf install /etc/systemd/resolved.conf which did nothing other than telling me that systemd-resolved is already installed of course. Rebooting also didn't work. I don't know what else I could try.

I'm running Fedora Server.

Is there another way to stop systemd-resolved from listening on port 53? If not how do I fix my missing .conf file?

 

I'm a beginner in networking things but due to my ISP I can only open a certain range of ports in my router to be accessible from the outside of my network (something like ports 11000-11500).

That means I can't open port 443 to access my reverse proxy from the outside. Is it possible to redirect all traffic that's coming from one of the ports in the range to port 443 of my server?

I haven't found that possibility in my router (Fritzbox 7530) so is there a way to do this on my server (running Fedora Server)?

 

I've tried every tutorial I could find. From symlinking the desired terminal to gnome-terminal, or using the update-alternatives command to using the gsettings command to set the default terminal. Nothing works.

What is the definitive way to set the default terminal for this GUI action? And why is this so hard to do?!

I'm on Fedora if it's relevant.

 

Link them and write a short sentence to describe what they are about.

1
submitted 3 months ago* (last edited 3 months ago) by Tywele@lemmy.dbzer0.com to c/trans@lemmy.blahaj.zone
 

Do you keep them, destroy/delete them, lock them away? What are you doing with your photos of your old self?

Personally I'm a bit torn. On one hand I want to keep them because they are still memories, on the other hand I never want to see them again. So I will probably lock them away/archive them somewhere.

But what about you?

 

Is there a PDF viewer/reader that supports JavaScript like Adobe Reader?

For example for D&D I use the MorePurpleMoreBetter character sheet that uses tons of JavaScript to automate many things.

Right now I'm using the Adobe Reader snap package that runs it via Wine.

 

I have used FreshRSS before but I was always annoyed that some sites don't provide RSS feeds and that even if they provide feeds they don't provide the whole content through it and only a preview.

What do you recommend for the perfect RSS setup? What are you using? Which app are you using to read them?

 

I have set my new name everywhere I can in the AppleID settings but the old name is still showing up in this place, and maybe in other places which I haven't seen yet. But how can I get my chosen name to show up here?

(for clarity, this is the profile picture selection on iPadOS)

Solution: The solution for me was that I had to change my name in the contacts.

More comprehensive solution here

 

After getting fed up with TrueNAS (after it borked itself for the third time and I would have had to set it up AGAIN) I decided to learn Ansible and write a playbook to setup my homeserver that way.

I wanted to share this playbook with you in case someone might find it useful for their own setup and maybe someone has some tips on things I could improve.

This server will not be exposed to the public/internet. If I want to access a service on it from outside my home network I have Wireguard setup on my router to connect to my home network from anywhere.

Keep in mind that I'm relatively new to sysadmin stuff etc so don't be too harsh please 😅

view more: next ›