

Huh, TIL that’s still possible. Wasn’t in my case at the time.
Calculator Manipulator


Huh, TIL that’s still possible. Wasn’t in my case at the time.


I run my email server, but not at home. Running it at home is not all all more difficult, but it will only work for internal traffic and inbound from the internet. Residential IPs are simply blacklisted by ISP and as such - nothing will reach external recipients. Still useful, but is limited.
To have your smtp reach everyone globally you need to run it on a business IP. I use Linode, has worked very well since the setup in 2019, although they did get acquired by Akamai, which might become an issue at some point.


This is such an incredible write up of something I’ve never even considered to exist. Thank you!
I’d love to have things like that in a form of a post at !graybeard@lemmy.cafe


Network? That’s a small bit. DB is struggling with IO at times, but network usage is fairly low, at least on my end.
Gentoo/Arch guy checking in. It’s more about having fewer codepaths to go wrong after some update. At least in my case.


Huh TIL. Thought it was cock.


Filled in the survey. A few notes:
There are also scenarios where I have already found something that’s the best solution for my case, so I won’t even bother looking at something new, even if it might be the best thing since sliced bread for someone else.
TIme and effort setting up/maintaining (4 questions). It doesn’t take much time nor effort to set anything up now, but it did when I was starting out initially. I knew very little and a bunch of concepts hadn’t clicked, yet, so it took me days to set up Nextcloud and about half a year (on and off. Probably a week or so if it were all squeezed together) for email.
The performance and intent to use in the future questions are weird - they feel like the same question, just leveling off in intensity. I’ve selected the same answer for all of them. They probably should’ve been a single question with agree/disagree options swapped for intensity levels.
Good luck with your PhD!


Mostly agree. Audiobooks are not my thing, but of it were - I’d look for a way to resume where I left off, maybe some recommendation on what to listen to next.
In general - once you’re into hosting stuff and past the initial barrier of setting everything up - adding another service is dead simple.


Can I be unreasonable? I’m gonna be unreasonable.
Gentoo.


.dev domains are required to only be reachable via https. You’ve not mentioned that in the post, so I’m guessing port 443 is not serving or even listening.
I’d delete the screenshot with your IP visible. You never know…
Majority of openrc/hardened/selinux binhost setup is done, need to figure out the small things.
Lemmy was also giving a bit of a headache, fiddled with limits some more.
I’m fairly certain there’s been an attempt to play with some opnsense config, but there was only time to install the updates. Or maybe this was last week 🤔


Whole path has to be accessible, not just the file itself. All dirs above the file need to have the executable bit set that affects the user accessing the file.
Lemmy.cafe checking in


I’ve not read all of it, but if you’re referring to the stuff at the beginning - none of those limitations apply to 5700xt.
If you mean something else - then, naturally, I would ask if it actually affects your media in the first place. It might, but I wouldn’t expect that.


I mean if you’re keeping the GPU - you can just set jellyfin to use VAAPI and utilise the gpu that way.


in case you want to tell me what I have is fine and I don’t need an upgrade
What you have is fine and you don’t need an upgrade 😁
But we’re not looking for fine, are we? :)
I would keep the gpu and get as many cpu cores and ram as my budget allows. Once you cross into “stupid amount of RAM” territory you can start utilising tmpfs for transient things such as jellyfin transcode directory to:
I’ve always wanted to learn programming (more than at uni - that was useless for the most part) but life has pushed me into the endless pit of dopamine that is system administration. At times I’ve thought of going into dev it was always C or C++ (who hasn’t dreamt of writing a game, huh? :D) but I’m so rusty on that type of logic - bash has rewired me - that it never really took off.
What’s your init, if you will, on getting into C?
Side note - is Beehaw going through a revival of sorts or is it lemmy’s algo that started showing me more content from you guys?


No, comercial IPs are fine. You’ll have trouble with some of them - Digital Ocean is a notorious example - where the provider itself blocks outbound port 25 and there’s nothing you can do. I think DO only does that for new accounts.
I myself am running it on Linode - it did get purchased by Akamai a couple of years ago, so I can no longer blindly recommend it - but so far it’s been working fine. One thing I did recently discover was the ability to request a /56 block on Linode - my pre-assigned IPv6 got blacklisted somewhere as at least the whole /64 and simply generating another IP from the same /64 did not help. Getting a fresh block solved it for me, though, and now I know that if this /56 gets blacklisted - it’s my fault. Unless, of course, I get caught up in a /48… 😳


You won’t be able to host email on a residential IP - all of them are on a permanent blacklist. I understand the money argument - and it’s a real argument - but host your own email is just so cool!
Is this at a webserver level?