Tywele

joined 2 years ago
MODERATOR OF
[–] [email protected] 2 points 4 weeks ago

I rsync to a storage box from Hetzner.

[–] [email protected] 3 points 4 weeks ago (3 children)

In the case of glass bottles don't forget that they can be reused instead of recycled. Which reduces the amount of energy you use for them.

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

I have never searched for a message ever.

[–] [email protected] 1 points 1 month ago

Thanks for the tips. I'm already running Vandalblast though.

[–] [email protected] 4 points 1 month ago (1 children)

But then they'd have to acknowledge that he is indeed a man. Trans masc means that he is born as a woman and transitioned to be a man.

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

I feel the same. It kind of drags on with the combat and there are sooo many battles between story sequences. And you have no choice but to pay attention to the combat because of the parry and dodge mechanic. I'm playing on easy mode because I can't be bothered to learn the perfect timing for it. It's difficult enough on easy mode.

[–] [email protected] 3 points 1 month ago (1 children)

It says Steam right there

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

Sounds very female to me.

[–] [email protected] 7 points 1 month ago

My transition progress, my friend circle and my veganism.

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

The newest Doom and Indiana Jones have mandatory raytracing.

And the reason for poor optimization is mostly publishers not giving the devs enough time and resources to optimize or just poor management.

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago) (1 children)

Unfortunately your voice doesn't change at all through HRT. And yes you can definitely begin before HRT I did so myself.

[–] [email protected] 4 points 1 month ago

Thank you. This is really helpful feedback! ♥️

 

Anyone else struggling to avoid Amazon because of the price of some things? I need 3M Tegaderm for example and on Amazon it cost 28€ for 10cm by 10m roll and on other sites that are not Amazon I can only find it for pretty much double the price (shop-apotheke.com has it for 58,40€ https://www.shop-apotheke.com/arzneimittel/3816512/3m-tegaderm-roll-10-cm-x-10-m.htm and medizinbedarf.eu has it for 49,60€ https://www.medizinbedarf.eu/3M-Tegaderm-Roll-Transparentverband-unsteril-10-cm-x-10-m). Stuff like this really makes it difficult.

Anyone know where I can find this as cheap as on Amazon or at least not much more expensive?

 
181
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

Just wanted to say I made the switch yesterday from Windows 11 to Fedora Linux, no dual booting. It took multiple installs though because the first two times I followed old instructions for installing the Nvidia drivers. The third time I found out that I can just install them through the software center when third party repositories are enabled and that worked like a breeze.

And I have to say it's a really good thing that the installer for Fedora is getting an overhaul soon because Anaconda is horribly confusing in its UX.

Edit: just wanted to add a hyfetch screenshot:

337
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

It's been a bit over a year since I last shared my transition progress on here so I thought I want to update you all.

Here is my last post: https://phtn.app/post/lemmy.dbzer0.com/7781431

Forgot to add:

  • first pic is 0 laser sessions
  • second pic is 6 laser sessions
  • third pic is 9 laser sessions
 

cross-posted from: https://lemmy.dbzer0.com/post/32641679

Cloud provider moved most of its 20,000 VMs off VMware.

 

Cloud provider moved most of its 20,000 VMs off VMware.

 

If there is please tell me where! And if not: Apple why?!

35
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

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

19
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

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?

view more: ‹ prev next ›