I do. I upgrade before the major release goes out of support, so no I don’t get much from it, but I do still get patches from it occasionally. Iirc they released an imagemagick patch before upstream did
- 1 Post
- 28 Comments
forbiddenlake@lemmy.worldto
Selfhosted@lemmy.world•How do you configure CSP headers on 20+ applications ?English
3·4 months agoI looked in to this a while back and didn’t find anything complete. I ended up using a collector and feeding the reports in to my existing Loki and making my own Grafana dashboard.
I used to. It’s really complicated and not big in the self hosted space.
I’d recommend the standard Prometheus, alert manager, and grafana stack instead. That’s what I use now, and although yaml sure is something, at least there’s tons of people to copy.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•DXVK 2.7 Improves Support for God of War, Watch Dogs 2, and Final Fantasy XIVEnglish
6·5 months ago(2 weeks ago)
In my non scientific test, this version did increase my FFXIV fps in a CPU bound scenario, in limsa lominsa.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•[PSA] Malware distributed on the AUREnglish
35·5 months agoAur is completely user controlled, it is not official and not trusted. Someone just decided to use those names and upload something.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•Why disable ssh login with root on a server if I only log in with keys, not password?English
10·8 months agoThe client has the private key, the server has the corresponding public key in its authorized keys file.
The server is vulnerable to the private key getting stolen from the client.
Use the DNS challenge instead? You’ll need a DNS provider with an API though
forbiddenlake@lemmy.worldto
Selfhosted@lemmy.world•Recommendation Self Hosting BlogEnglish
1·9 months agoI use this, it’s fine, but development on the open version is very very slow.
And they still haven’t fixed my pet bug: they introduced Unix socket listening, I found that enabling it prevented upgrades, reported the bug with details and repro, and nobody cares. The workaround is simple, delete the socket file before every start. But I remain confused why a bug that prevents upgrades remains.
Not perfect for me, I was also wondering if it would be in this post.
I find the scrolling in the sms display wack, and the copy otp button doesn’t work (just enabled the log follow workaround, so we’ll see), and the right click menu on the system tray icon goes off screen the first try.
forbiddenlake@lemmy.worldto
Selfhosted@lemmy.world•Homelab upgrade - "Modern" alternatives to NFS, SSHFS?English
17·10 months agoBy default, unencrypted, and unauthenticated, and permissions rely on IDs the client can fake.
May or may not be a problem in practice, one should think about their personal threat model.
Mine are read only and unauthenticated because they’re just media files, but I did add unneeded encryption via ktls because it wasn’t too hard to add (I already had a valid certificate to reuse)
forbiddenlake@lemmy.worldto
Selfhosted@lemmy.world•PSA: LetsEncrypt ending expiration notification emailsEnglish
5·10 months agoYou could use a reverse proxy to terminate tls, and take the tls off of ad guard itself.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•Which new Protocol or Standard are you most excited about?English
4·11 months agoWell, released is a strong word when it’s not on Nvidias site. It was pushed to the cuda repos only, so far.
forbiddenlake@lemmy.worldto
Technology@lemmy.world•Sonos CEO behind disastrous app exits with $1.9 million severanceEnglish
2·11 months agoSame, I’ve been happy with my two play 1s for over a decade. But my secret is not updating, and not using the app (neither phone nor windows), I use Home Assistant (Python) and Noson. My other secret is not adding more Sonos speakers, because I believe you need to use the official phone app for grouping or updates.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•The CUPS explout is here: GitHub - RickdeJager/cupshaxEnglish
4·1 year agoNot true, Arch and Ubuntu (the ones I personally checked on) already pushed patches that disabled cups browsed by default, removing the service listening on 631.
You probably don’t need a local Firewall
If the computer never leaves the house, maybe. If it’s ever on public Wi-Fi though, default deny inbound at a bare minimum. Linux computers with cups installed and running but no firewall were revealed yesterday to be vulnerable to RCE.
This is great:
What if my experimental protocol is approaching the 3 month removal period but I am missing ACKs due to reviewer inactivity?
Contributors engaging in good faith protocol development should not be penalized due to reviewer inactivity. It is advised that experimental protocol authors post memes to the base MR until reviewers become active.
What if an experimental protocol author posts memes to the MR for many months rather than furthering development?
It is expected that protocol authors are seriously attempting to reach staging/ status. If it is determined by members that this is not the case for a given experimental protocol after a three month period has elapsed, the one week removal notice may be invoked regardless of how good the memes may be.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•AMD Ryzen 9 9950X & Ryzen 9 9900X Deliver Excellent Linux Performance ReviewEnglish
5·1 year agoHandbrake uses avx512 and zen5 significantly improved on avx512
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•Various distros across different families freezing when doing package manager updatesEnglish
2·1 year agoWhat hardware? And can you narrow down when during updates?
I had this problem on Arch on a 5 year old Lenovo laptop with an Nvidia 1660ti GPU. With judicious use of
set -xI narrowed it down tosystemd daemon-reload.I actually changed my ext4 journal mode and added a pacman hook in that calls
syncbefore any systemd hooks ran, after the second time half of the package updates got lost due to the freeze.Because the problem only happened most times, and usually not soon after a reboot, I can’t prove it, but the problem hasn’t reoccurred since I switched the Nvidia driver to the open flavor.
forbiddenlake@lemmy.worldto
Linux@lemmy.ml•[Very bad take] Why open source are not that important (servers and IT)English
3·1 year agoI wouldn’t recommend watching it,
So why are you giving him views by prominently linking it? It looks like you’re just bringing the rage bait here.
You might want to be more specific, cloud flare has a lot of different products, and you’re getting answers with differing assumptions.
For the self hosted focus, I use tail scale already, and when (not if) that company gets shitty, I will switch to head scale, or a competitor, or straight wire guard (plus firewall etc).
But I also run web sites on cf, and there’s no real alternative, definitely not for free. I don’t have hundreds of millions to spend on the CDN part, for starters.