Sounds like you need to familiarise yourself with PowerShell and Group Policy.
This article has nothing of value for any systems engineer unless they're starting from scratch. Seems like low quality article to sell a product.
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
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
So what is your suggestion for a viable alternative that auditors will also accept?
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
I don't have a better answer for OP, but telling them to switch distros is also not answering their question at all.
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.
And water is wet? This is a universal evil.
There's a docker image already that makes it easy to deploy and use, no compiling required.
Have you checked out Stirling-PDF?
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.
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.
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!
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
You don't mention what services yiu plan to utilize and the limits are different for each.
Another community will take its place one day, so no real value will be lost.
Sounds like it's better for you to ask now so you can decline the job if they're a Windows only shop.
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.
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.
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