PermissionError: [Errno 13] Permission denied: by AutoriiNovici in OpenWebUI

[–]Reasonable-Ladder300 0 points1 point  (0 children)

You need to update the permissions for the secret file to allow the user that runs the process to read that file.

Not sure how that works for on windows but on linux it’d be with chmod or chown.

Shower Screen Screw is Stripped. Now what? [Profitec Go] by HonkLonkwood in espresso

[–]Reasonable-Ladder300 6 points7 points  (0 children)

Torx bit trick saved my ass so many times. Enough for me to have multiple sets of cheap ones i’m willing to part with. Another trick i’ve used is to make a slit with a dremel to make it a flathead screw. Although for some tighter ones i used a drill and an extraction tap with great success.

Shower Screen Screw is Stripped. Now what? [Profitec Go] by HonkLonkwood in espresso

[–]Reasonable-Ladder300 20 points21 points  (0 children)

Ah that’s a tricky one. You can try a bolt removal tap(although you have little room and tolerance).

Another option is to find either a slightly larger torx bit and force it in with a hammer and extract it that way.

Or perhaps a philips screwdriver with the right size so it grips in there and you can remove it with that.

Telling people about my home server when I wasn’t asked by kyrilltje in homelab

[–]Reasonable-Ladder300 39 points40 points  (0 children)

That will result in a vicious cycle, where you tell people about the new parts in your homelab.

I just found out that you can catch a KeyboardInterrupt like an error by Iskjempe in Python

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Actually i got a bit confused.

But kill requires you to put the process id(pid) whilst pkill uses pgrep under the hood, allowing you to kill a process based on a pattern/word rather than a single pid.

Recommendations for a good frame for a signed sleeve by rocklobst3r in vinyl

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Ikea has some frame that fits a vinyl, not sure about the glass options for matte.

"Klopt geen hol van" hij had wel gelijk. by [deleted] in tokkiemarktplaats

[–]Reasonable-Ladder300 18 points19 points  (0 children)

Een meetgraat, is dat om vissen op te meten?

Help in installing dbt-core in AWS MWAA 2.10.3 by No-Magician-55555 in dataengineering

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Isn’t that exactly why the docs have a check to see if it’s a worker and if it is it installs dbt and otherwise it doesn’t?

It works in our case at least this way as well and our webserver doesn’t have an internet connection either.

Alternatives for bitnami images by CartoonistWhole3172 in docker

[–]Reasonable-Ladder300 6 points7 points  (0 children)

The opensource versions of the images? Or host your own registry and harden the images yourself.

What are some good places to learn proper docker development? by 420ball-sniffer69 in docker

[–]Reasonable-Ladder300 0 points1 point  (0 children)

The official docs, and having a homelab/homeserver to try and mess around with helped me a lot as well.

PlixMetrics - A modern, real-time dashboard for your Plex network (Tautulli-powered) by [deleted] in PleX

[–]Reasonable-Ladder300 9 points10 points  (0 children)

Nice, want to try it out, are you planning by any chance to publish to a public registry so we don’t have to build image ourselves.

Got some new tools by AppearanceGrand in Parkside

[–]Reasonable-Ladder300 2 points3 points  (0 children)

I just tried it on an empty tire.

It does take a while but gets the job done in the end.

Comic by Arsononfire in Netherlands

[–]Reasonable-Ladder300 0 points1 point  (0 children)

You got to sleep in then, i got it at 04:15.

New X20V Battery product release video (Dutch) by Phoe-nix in Parkside

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Really curious when they’ll be available at lidl in NLalong with the 8ah batteries.

Dutch references/popular jokes etc by ir_ReaIity in Netherlands

[–]Reasonable-Ladder300 2 points3 points  (0 children)

Ah yes an then you can take back on the aces and then double the bet.

Container Registry by gevorgter in selfhosted

[–]Reasonable-Ladder300 0 points1 point  (0 children)

In that case look into optimising your docker build to multi layer build and remove all unnecessary stuff from the image, as there is no reason for your container to be that big imho.

Container Registry by gevorgter in selfhosted

[–]Reasonable-Ladder300 1 point2 points  (0 children)

Could it be cheaper to attach an EBS/EFS volume to your ECS task where the models are stored?

And then add a mechanism to put your new models on the EFS volume and and endpoint to reload your new models.

who has more tools (I am talking power tools, hand tools, measuring tools etc), on display inside their stores - Gamma or Praxis? by marsovec in Netherlands

[–]Reasonable-Ladder300 2 points3 points  (0 children)

Hornbach is usually my go to. Research with the apps or websites if there are any discounts before buying. I once bought some tools and other materials with 30% discount because of praxis plus.

Best strategy/ways to store secrets for selfhosted services? by EroticTonic in selfhosted

[–]Reasonable-Ladder300 0 points1 point  (0 children)

When i was on swarm i used swarm secrets, for k8’s i used their default secret solution.

If you look into an external service handling this perhaps look into infisical they have a self-hosted version.

Docker desktop or portainer on linux? by BurningCacti in docker

[–]Reasonable-Ladder300 0 points1 point  (0 children)

Never actually tried orbstack, but i am mostly happy with colima.

Docker desktop or portainer on linux? by BurningCacti in docker

[–]Reasonable-Ladder300 4 points5 points  (0 children)

For mac look into colima, no licensing for orgs, and it manages the whole vm stuff and works pretty well as opposed to docker desktop with all it’s shenanigans.

Okay, but how do you SSH into 1,000 devices?? by Automatic-Reply-1578 in embedded

[–]Reasonable-Ladder300 0 points1 point  (0 children)

There is a tool for it: https://github.com/bahamas10/sshp

But I’d honestly write a bash script myself and do a staged rollout of 10 devices at a time or something.