

That’s what Emby thought.
That’s what Emby thought.
I can’t read the word without thinking this.
I want to see more oligarchs on the receiving end of assassination plots
in movies. I really liked Day of the Jackal. More of that, please.
Assuming your local service is accessible from the nginx server, you can proxy the request to it:
server {
listen 80;
location / {
proxy_pass http://10.100.100.2:3000/;
}
}
…where 10.100.100.2
is your local IP on the VPN and 3000
is the local port your service is listening on, and 80
is the public port your nginx server listens on. Everything that hits your nginx server at http://yourserver.com/
will proxy back to your local service at http://10.100.100.2:3000/
. Depending on what you’re hosting, you may need to add some things to the config.
I’m assuming that you are trying to proxy an http web server. If not, you’re going to have a hard time with nginx. Can you post your nginx config? Are you getting any response from nginx at all?
Send GNUdes.
They’re not really in financial trouble. They just need more money to develop new tools to compete with industry standard software like Autodesk, Maya, Houdini, etc.
Here’s a good place to start:
gpg --gen-key
Then follow the prompts.
This is patently false. Secure boot and hibernation are not mutually exclusive.
It has space for a standard PSU inside, but I’m pretty happy with this one:
https://www.amazon.com/dp/B0785GRMPG
I’ve been running it for about 4 years now.
If you have a fat GPU, you might have trouble with additional PCIe cards. You’ll definitely need more cooling as it only comes with one tiny fan.
It’s not DNS.
There’s no way it’s DNS.
It was DNS.
-SSBroski
I think you’re conflating shells and terminals.
Is this a Demolition Man joke?
Did you set the UPLOAD_LOCATION
variable in your .env
file?
Same.
xz --version
So much whoooosh
Let me decentralize my shit…
Isn’t that why it’s a web of trust, and not a center of trust? I think you might be confusing that with public key infrastructure.
Also, you can’t decentralize your shit without a second party. That’s kind of the point.
This is less of a Plasma problem and more of an Archlinux packaging problem.