

the 1% that don’t happen to be all the major multiplayer games people acturally want to play
Whats this suppose to mean? That 1% just tells Linux users that the developers & publishers simply don’t care enough about their product.
the 1% that don’t happen to be all the major multiplayer games people acturally want to play
Whats this suppose to mean? That 1% just tells Linux users that the developers & publishers simply don’t care enough about their product.
Linux massively beats Windows
History has been made.
I dunno, I started with Debian and then many months later learned that it was one of the harder distributions given the outdated packages.
Glad I chose Debian because Ubuntu, Linux Mint, Kali Linux, PureOS, etc are all derivatives of it.
deleted by creator
if this works globally then I’m finally ditching PayPal. Hallelujah!
Reverse proxying was tricky for me, I started with Nginx Proxy Manager and it started out fine, was able to reverse proxy my services in the staging phase however, once I tried to get production SSL/TLS certificates it kept running into errors (this was a while ago I can’t remember exactly) so that pushed me to SWAG and swag worked great! Reverse proxying was straight forward, SSL/TLS certificates worked well however, overall it felt slow, so now I’m using Traefik and so far have no complaints.
It’s honestly whatever works for you and what you prefer having.
deleted by creator
My company has their own llm now meant for internal employees, what baffles me is they exposed the domain to the internet. Can’t wait for this to backfire.
I honestly never tried Ventoy myself so I can’t really give you a proper answer to this however, after reading into it I see no reason why it wouldn’t work? So long as GParted can access the systems disks there shouldn’t be an issue.
Put a GParted ISO on a thumb drive using Rufus or BalenaEtcher, in your BIOs change the boot order so that GParted boots first, boot into GParted an then readjust/delete your partition as you need be.
Pretty straightforward for the most part.
I agree, hence why I left the note at the bottom of that comment, yes it does encourage bad practices but, if all OP cares about is that it works then it should be fine.
In my other comment I instructed OP to move the volume to their users home directory so they don’t run into permission issues like this again.
Taking a look at your docker-compose.yml
I see this volume mount:
volumes:
- /volume1/SN/Docker/searxng-stack/searxng:/etc/searxng:rw
Whereas /volume1/SN/Docker/searxng-stack/searxng
is the directory on your system docker is attempting to use to store the files inside the container from /etc/searxng
.
Example of a volume mount that’ll likely work better for you;
volumes:
- /home/YourUser/docker/config/searxng:/etc/searxng:rw
The tilde (~) acts as your current users home directory not owned by root and where docker persistent volumes should be stored.(aka: /home/YourUser
)
Edit: I feel like I was wrong here, given that your run sudo
in docker compose up -d
the tilde will likely not work here and instead point to the /root
directory instead. I’ve updated the above to reflect the appropriate directory for your volume mount.
After making the change over to that directory and configuring SearXNG how you like re-create your docker container with sudo docker compose up -d —force-recreate
Apologies for the poor formatting, typing this on mobile.
Edit:
Note: if you want to expose the port do not add the 127.0.0.1
like how I have in my docker-compose.yml
.
Edit 2: Corrected some things…
have you checked the directory & file permissions with ls -la /Your/SearXNG/WorkingDir
?
The error in your log is telling you that the container does not have permission to that directory/file, you can essentially bypass this with sudo chmod 777 /Your/SearXNG/WorkingDir/*
and sudo chown 1000:1000 /Your/SearXNG/WorkingDir/*
However, if you’re looking for security best practices this is not advisable but if all you care about is that it works it should be fine.
If you have a criminal record in your home country you’ll be denied entry into Canada. Even Donald Trump can’t enter Canada legally.
You just said you’ve never used a Steam Deck.
Correct, have yet to touch SteamOS.
Multiple people have told you why what you’re saying is ridiculous.
How is what I said ridiculous? Is the market all of a sudden no longer Windows dominated?
I get it, SteamOS is essentially Steams Big Picture mode locked down however, the minute someone wants to mod one of their games using software made for Windows that they find on Nexus mods or Se7enSins they’ll run into issues or a novel of documentation for a workaround.
The vast majority of people don’t want to sit and troubleshoot for hours on end for a single mod, they want it to work out of the gate and that’s where SteamOS/Linux currently falls flat.
I literally have no idea what I’m talking about
Care to at all elaborate then?
Last time I checked Windows still dominates the market on personal desktop/laptop computers, most people don’t want to sit and read documentation on how to get specific software to work with their device, they just want it to work without hassle.
The Steam Deck kicked off great however, I see people flocking to the Windows alternatives like the ASUS ROG Ally because they don’t want to deal with Linux or the Bash shell.
Edit; I don’t know why this is being downvoted, I haven’t touched SteamOS so I’m comparing it to Debian 12 where BASH knowledge is essential.
Late to the party but I decided to pickup a 13th gen ASUS NUC with an i7 over a prebuilt NAS, bought a couple external hard-disk bays setup Proxmox running a headless Debian 12 VM and almost everything runs great however, mistake was using Debian 12 because the Linux kernel is pretty far out of date and does not support the CPU properly.
i paid nearly $100 CAD for the game, and I don’t regret it.
Such a good campaign.
Question, why are you still using Wine for Linux gaming? Steams Proton is far more capable and ProtonGE enables access to even more video codecs.