[-] bravemonkey@lemmy.ca 2 points 2 days ago* (last edited 2 days ago)

With PowerShell on Linux you’d never run dnf starting with Invoke-Expression. It’s completely unnecessary.

This feels like you either legitimately don’t know how it works so are assuming, or are making it more complicated on purpose to make bash look ‘better’.

I’m not saying PowerShell should be used on Linux over bash, but your example is not a good one.

[-] bravemonkey@lemmy.ca 24 points 2 months ago

That's a bad take, there will always be people who will say we can never afford it. The real question should be 'can we afford not to' as people live and die in miserable conditions.

[-] bravemonkey@lemmy.ca 28 points 8 months ago* (last edited 8 months ago)

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 7 points 1 year ago

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

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

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 1 year 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 21 points 1 year ago

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 8 points 1 year ago* (last edited 1 year ago)

Sounds like it's better for you to ask now so you can decline the job if they're a Windows only shop.

[-] bravemonkey@lemmy.ca 13 points 1 year ago* (last edited 1 year ago)

The day Discord dies will be a massive loss for the internet.

What loss will that be? Discord's value is the same as MSN Messenger - the history on Discord is already unusable for resolving issues, so when it's gone people will just move to the next real-time communication platform that fills the same gap. It's not a forum that people can search and find answers on years after discussions have happened and solutions have been posted.

[-] bravemonkey@lemmy.ca 13 points 1 year ago

One thing I would recommend is using a note taking app to create snippets of fixes or personalization changes for your OS that you've made. For me that includes things like how to add my laptop's webcam to the blacklist and other things that I'd need to spend time looking up since I don't do them that often.

[-] bravemonkey@lemmy.ca 19 points 2 years ago

notify authors as I’m they’ll

How about grammar errors?

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

bravemonkey

joined 2 years ago