bravemonkey

joined 1 year ago
[–] bravemonkey@lemmy.ca 1 points 33 minutes ago

Interesting, thanks! I bought a small bottle just to try it and am not a fan generally, but that sounds like a good combination to try

[–] bravemonkey@lemmy.ca 1 points 4 hours ago (2 children)

What do you make with that giant bottle of Southern Comfort? Anything that doesn’t include coke/sprite/any other pop or soda?

[–] bravemonkey@lemmy.ca 5 points 1 week ago* (last edited 1 week 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 5 points 1 month 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

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

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

[–] bravemonkey@lemmy.ca 48 points 2 months ago* (last edited 2 months 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

[–] bravemonkey@lemmy.ca 13 points 2 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 2 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 4 months ago

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

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

Have you checked out Stirling-PDF?

[–] bravemonkey@lemmy.ca 4 points 4 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 21 points 4 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.

15
submitted 7 months ago* (last edited 7 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 ›