bravemonkey

joined 1 year ago
[–] bravemonkey@lemmy.ca 5 points 5 days ago

Yes, that's very different than the 'pressing your thumb' like you said in the message I was replying to.

[–] bravemonkey@lemmy.ca 6 points 6 days ago (2 children)

Carving letters into the wood equals ‘pressing his thumb’ to you? Did you even read the article? Regardless, let me ‘press my thumb’ into your forehead and see if you think it’s fine, just let me be.

[–] bravemonkey@lemmy.ca 28 points 6 days ago* (last edited 6 days ago) (7 children)

I tipped him well

I can’t tell if that’s supposed to be sarcasm, but if not you were encouraging his bad behaviour.

[–] bravemonkey@lemmy.ca 2 points 3 weeks ago

Sounds like you need to familiarise yourself with PowerShell and Group Policy.

[–] bravemonkey@lemmy.ca 5 points 2 months ago* (last edited 2 months ago) (2 children)

Vbox will create a bridge with my wifi card (I'm a laptop user with no option for a wired nic in the host).

I've never been able to get kvm to do that and haven't found any working instructions online that a simpleton like me can follow

[–] bravemonkey@lemmy.ca 7 points 4 months ago (1 children)

So what is your suggestion for a viable alternative that auditors will also accept?

[–] bravemonkey@lemmy.ca 13 points 4 months ago (1 children)

I don't have a better answer for OP, but telling them to switch distros is also not answering their question at all.

[–] bravemonkey@lemmy.ca 8 points 4 months ago

I would highly recommend against installing a pirated version of Windows like BearOfATime suggests (at least via the second link he provided) - it could cause trouble for both you and your school.

[–] bravemonkey@lemmy.ca 1 points 6 months ago

There's a docker image already that makes it easy to deploy and use, no compiling required.

[–] bravemonkey@lemmy.ca 3 points 6 months ago (2 children)

Have you checked out Stirling-PDF?

[–] bravemonkey@lemmy.ca 4 points 6 months ago

This is why I prefer using Distrobox on my personal computer. No package for Signal-Desktop? No problem, run it through a Debian container using Distrobox.

[–] bravemonkey@lemmy.ca 3 points 7 months ago (1 children)

I finally bought Tears of the Kingdom a few weeks ago, still working my way through it. I love just wandering around finding secrets, shrines and Koroks, although I just made it to the Wind Temple. I expect to spend a lot of time just in this game!

15
submitted 9 months ago* (last edited 9 months ago) by bravemonkey@lemmy.ca to c/selfhosted@lemmy.world
 

I'm new to Podman and so far have been completely frustrated by it.
I don't know if the issue is with the container or Podman since there are just no logs.

I'm trying to run Stirling-PDF, using this command:

podman run -d
-p 8080:8080
-v /location/of/trainingData:/usr/share/tesseract-ocr/5/tessdata
-v /location/of/extraConfigs:/configs
-v /location/of/logs:/logs
-e DOCKER_ENABLE_SECURITY=false
--name stirling-pdf
frooodle/s-pdf:latest

With Docker, I have no issue running the this container. Under Podman the container immediately exits without logs - podman logs stirling-pdf shows nothing.

The same thing happens running the same command with sudo or without sudo but using --rootful. I've also tried removing '-e DOCKER_ENABLE_SECURITY=false ' since it's very Docker specific.

I can run podman run -dt --name webserver -p 8081:80 quay.io/libpod/banner with no issues, so is this something incompatible with the container?

I feel like I'm missing something obvious - like where are the logs?

I'm running on OpenSUSE-Tumbleweed, Podman version 4.9.0

view more: next ›