bravemonkey

joined 1 year ago
[–] [email protected] 5 points 5 days ago (3 children)

You can always try the 'Contact' form on the site, it's not likely anyone here is going to be able to give you good advice

[–] [email protected] 7 points 1 month ago (1 children)

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

[–] [email protected] 48 points 1 month ago* (last edited 1 month ago)

I’m surprised that no one has commented on the Mastodon post’s author recommending people ‘use a privacy concious browser like Chrome’. What a way to invalidate her arguments

[–] [email protected] 13 points 1 month 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.

[–] [email protected] 8 points 1 month 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.

[–] [email protected] 21 points 2 months ago (3 children)

And water is wet? This is a universal evil.

[–] [email protected] 1 points 3 months ago

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

[–] [email protected] 3 points 3 months ago (2 children)

Have you checked out Stirling-PDF?

[–] [email protected] 4 points 3 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.

[–] [email protected] 21 points 3 months ago (1 children)

Love their ‘terms of service’ and complete lack of privacy policy (at least for me, the link is not showing any policy). Whoever pays for this nonsense gets what they deserve.

[–] [email protected] 1 points 4 months ago

ISO 8601 is the best format, still works - 2024-04-20

[–] [email protected] 3 points 4 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 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
 

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 ›