Mullvad offers DoH and DoT, why not set firefox to use that as well?
Mullvad offers DoH and DoT, why not set firefox to use that as well?
In terms of search results, ddg sometimes will find very specific searches better and has more bells and whistles. I still prefer SearXNG, and have been using my instance almost exclusively since setting it up.
Every time this happens to me, the clerk/cashier just shrugs and is like, “okay”. They get it, but are obligated to try anyway. The best you can do is be polite.
Note that Yandex has an aggressive captcha, so it doesn’t really work with SearXNG in its current state. Tested a couple weeks ago.
You might consider trying Miniconda, a version of Anaconda. It installs a local python environment of your choosing at a user level. https://docs.anaconda.com/miniconda/
It’s feasible as long as all the stuff you want to auth supports oauth, oidc, or saml. It might be a bit overkill for your use case, unless you have a bunch of services you didn’t mention. Keycloak has a bit of a learning curve, but works great once you get past that.
https://jellyfin.org/docs/ A laptop is more than sufficient
I don’t know how safe this is, but what I do:
Spend it where you can, not many places. BTCPay server, which can be self-hosted, supports it, so there are options.
I think it’ll happen at some point, nearly always does. I have one locked on an exploitable version and it works great, I think there’s a lot of potential for emulation and homebrew if it opens up more.
OPS, rutracker, or I ask someone to check RED for me.
Aside from what has been posted already, the vast majority of good P2P groups only release on private trackers, some with notices to not repost publicly. There is a massive collection of quality content that is either not available on publics or completely dead and forgotten.
seedhost.eu No bs/advertising with competitive price & performance.
A properly muxed mkv will display the resulting audio bitrate. And if you use opusenc, it will embed the encoder settings in the track.
There are a handful of groups putting out what I would consider decent AV1 encodes. A couple PTs allow them, and there are groups on 1337x. Just grab a couple from each tag you can find and see if they meet your needs. Generally speaking, look for groups which note their source, which encoder they are using, and ideally what settings they used in general.
AV1 has come a long way fast, but in my experience a good x265 encode is still better for live action.
Maybe https://www.srrdb.com/ is what you’re looking for?
The only time I’ve willingly used a banking app is when they lock out my VPN IP. In those cases the app still usually works for whatever reason. So far, I haven’t found any functionality missing from the webapp, but I’m also dealing with brick and mortar institutions.
I would be concerned as they will eventually probably move to a phone app first ecosystem, however it will probably take a while. Some people are still only using in person and phone banking (where you call them and punch in numbers).
I would get a Thinkpad, either used or new, with that budget. Generally all the hardware will work out of the box, with the possible exception of the fingerprint reader if it exists. RAM and SSD should be replaceable, so if you purchase new just do the upgrade yourself to save some bucks.
Private trackers would be your best bet if you don’t know anyone already.
The very brief summary: You need 7 perms on directories to write to them. So, 774, 770, or what have you for user/group perms.
I think the error is quite verbose and tells you everything you need to know.
Generally, do not install packages outside of a virtual environment unless you know what you’re doing. Given the option, use your package manager version of the same package. Outside of that, use your python environment manager of choice to install stuff. There are lots of options: conda, uv, venv, virtualenv, pipenv, etc.
The error exists to warn you that you could potentially break critical system installed packages by installing other things at a user or system level with pip.