bravemonkey

joined 1 year ago
[–] bravemonkey@lemmy.ca 6 points 4 hours ago* (last edited 4 hours ago) (1 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 2 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 3 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 21 points 6 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.

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

I don’t think it’s comparable to Amazon Linux even, it’s more infrastructure oriented. From the Wikipedia page:

CBL-Mariner is being developed by the Linux Systems Group at Microsoft for its edge network services and as part of its cloud infrastructure.[5] The company uses it as the base Linux for containers in the Azure Stack HCI implementation of Azure Kubernetes Service

https://en.wikipedia.org/wiki/CBL-Mariner

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

You don't mention what services yiu plan to utilize and the limits are different for each.

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 ›