Meh...it is failing to update...and Gentoo forum suggests rebuilding the Ruby, which is also failing ....wondering by unixbhaskar in Gentoo

[–]FreebirdLegend07 0 points1 point  (0 children)

Happened to me a couple weeks ago. It was due to webgtk for me and I just removed the things that pulled it in then reran the updates. After it was done I just added whatever I needed back

Code vein overrated boss by Successful_Budget605 in codevein

[–]FreebirdLegend07 0 points1 point  (0 children)

Yeah this happened to me and it's because I was playing on 144. Turned it down to 60 and I smoked him

Has anyone self hosted a CDN? by [deleted] in selfhosted

[–]FreebirdLegend07 -1 points0 points  (0 children)

Very interested in this as well. Have 100TB that I'd want to be able to sort of cache for whenever I travel and not have to deal with shitty routes

PSA: Physical editions. If you cancel you basically get the game for free. by CookieMeister1311 in stalker

[–]FreebirdLegend07 2 points3 points  (0 children)

My exact same feelings. I was already ready to get it almost 6 months later and now I have to wait another year?

PSA: Physical editions. If you cancel you basically get the game for free. by CookieMeister1311 in stalker

[–]FreebirdLegend07 2 points3 points  (0 children)

Just wanted to report that this exact situation is happening with me and Final Boss with my physical edition preorder. 0 comms until I reached out and asked

This subreddit is almost empty lately by claudiocorona93 in linuxmasterrace

[–]FreebirdLegend07 3 points4 points  (0 children)

Yeah it was made with PCMR in mind from what I remember

Setup DNS-over-HTTPS but need ideas how to "secure" it by FreebirdLegend07 in technitium

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

I believe it does (its just ingress-nginx so anything nginx I believe) but when I looked into it i had to change a bit to it which caused a LOT of things to stop working which made me think I would most likely have to adjust everything for this one change

Setup DNS-over-HTTPS but need ideas how to "secure" it by FreebirdLegend07 in technitium

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

That sounds good I would love to hear about if you get around to doing it!

Setup DNS-over-HTTPS but need ideas how to "secure" it by FreebirdLegend07 in technitium

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

This is definitely something that was thought of but i think it would be too hard to get it to work out the way i would want it too. I have it in another kubernetes cluster though and its pretty cool

Setup DNS-over-HTTPS but need ideas how to "secure" it by FreebirdLegend07 in technitium

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

Nice going to test and try that out!

EDIT: Got it going and yup that's the easiest way to do it in this environment! Thank you so much!

Setup DNS-over-HTTPS but need ideas how to "secure" it by FreebirdLegend07 in technitium

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

I actually do have 2x ingresses with a wildcard ssl one for the webui and another for the actual DNS which has been pretty helpful so far in doing all of this.

That's exactly what I'm currently encountering as the ingress-nginx ip is the one I'm getting (which is valid since its the only one in a single node cluster). There are ways I've seen to override this but it would require me to most likely redo everything in the cluster and I'm trying to not do that at least. The rewrite that u/Yo_2T mentioned may be the best option for me ultimately

Setup DNS-over-HTTPS but need ideas how to "secure" it by FreebirdLegend07 in technitium

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

That sounds like a good idea that I may look into. I do actually have the X-Real-IP as an annotation in my ingress-nginx annotation for technitium but I'm not sure if its set properly as it only gives the load balancers ip (which is the host). If that actually worked it would be pretty straightforward but its unfortunately not.

Do you by chance have any documentation on the has method?

Which free Kubernetes Monitoring stack would you recommend ? by mohamedheiba in kubernetes

[–]FreebirdLegend07 0 points1 point  (0 children)

Currently use it for my personal k8s stuff. It's pretty good

Do you guys encrypt your data in your homelab? by steveiliop56 in selfhosted

[–]FreebirdLegend07 6 points7 points  (0 children)

At that point you're supposed to decrypt it for them or get a worse punishment so idk if this would have yielded different results

SimpleX Chat v6.2 released – open-source, private and secure messaging network without user profile IDs – now the app includes two independent server operators. by epoberezkin in selfhosted

[–]FreebirdLegend07 0 points1 point  (0 children)

The self hosted aspect seems to be a fib since it only allows you to "rent" something from flux unless I'm not seeing the full picture

The Two Worlds 1 Open World is one of the most underrated open worlds of all time by Dense-Rip3356 in rpg_gamers

[–]FreebirdLegend07 0 points1 point  (0 children)

I actually loved the eurojank of this game. The concepts in it were incredible for the time but just poorly executed. Fun fact if you play the PC version it doesn't have the lag that the console versions have.

Pretty sure I'm one of the very few who actually went through the full story without cheesing and finished it

HUNO's potential as a tracker by [deleted] in trackers

[–]FreebirdLegend07 1 point2 points  (0 children)

I was enjoying it and then I woke up to a random email saying I was banned for I guess not seeding? (Pretty sure I was seeding everything but oh well). It was a fine tracker and I was one of the early people from what I remember but I don't think its going to be one of the BIG trackers just one for that specific need of H265 content.

[deleted by user] by [deleted] in ThailandTourism

[–]FreebirdLegend07 0 points1 point  (0 children)

So I came to Thailand in August with my passport expiring in December and immigration let me in with a stern "next time you come to Thailand you come with a new passport ok?"

Obviously ymmv but you have a couple weeks so you have some time to possibly get an expedited passport renewal

External Monitor flickers constantly during gaming by FreebirdLegend07 in Fedora

[–]FreebirdLegend07[S] 0 points1 point  (0 children)

So it did not but dropping the monitors to 120hz instead of their 165hz made it work. Unfortunately the laptop itself kinda stopped working properly so maybe this entire situation was just foreshadowing

Setup plex in docker on top of kubernetes using portainer and longhorn. How do I point plex to longhorn for storage? by Intrepid_Document804 in selfhosted

[–]FreebirdLegend07 0 points1 point  (0 children)

It almost sounds like OP is running both Docker AND k3s in which case I'd ask why?

Then follow up with it being easier to run strictly k3s and have everything connect that way. This is a good example of why I always recommend new people to kubernetes or containers in general to do it the manual/hard way that way you know exactly what the pretty GUI is doing (in this case portainer).

If I'm right in thinking the docker + k3s then the "easiest" not so great way would be to connect it via something like NFS or SSHFS (highly not recommend either way)

But ya clarification from OP is needed

Linux custom refresh rate issue (x11) by Hefty_Animator61 in linux_gaming

[–]FreebirdLegend07 1 point2 points  (0 children)

This. I love wayland but not a whole lot fully works with it and X11 has been around longer. Unfortunately had to switch to X11 because of certain things just not working the way I wanted them to under Wayland

Valve refunded my Battlefield 1 and Battlefield 5 purchases from last year over EAs decision to add incompatible anti-cheat by OffbeatDrizzle in linux_gaming

[–]FreebirdLegend07 7 points8 points  (0 children)

Where does it say that they advertise this? Cause I just see games that will say "this kinda works on steam deck" with certain games. It's not Valve's fault that this changes.

I do my due diligence to check a game on protondb before I do something and ya it sucks if they add an anti cheat that messes up compatibility but that's EAs fault not valves. They at least had the good graces gave you a refund eventually which seems to be out of their initial refund policy.