I mean I would too. Capitalize on the shitty injustice you were given. He deserves it.
I mean I would too. Capitalize on the shitty injustice you were given. He deserves it.
Are you saying he hired the police?
If Greendale Community College was a University.
I only use it for reverse proxies. I still find Apache easier for web serving, but terrible for setting up reverse proxies. So I use the advantages of each one.
I updated my comment above with some more details now that I’m not on lunch.
Reverse proxy is actually super easy with nginx. I have an nginx server at the front of my server doing the reverse proxy and an Apache server hosting some of those applications being proxied.
Basically 3 main steps:
Setup up the DNS with your hoster for each subdomain.
Setup your router to port forward for each port.
Setup nginx to do the proxy from each subdomain to each port.
DreamHost let’s me manage all the records I want. I point them to the same IP as my server:
This is my config file:
server {
listen 80;
listen [::]:80;
server_name photos.my_website_domain.net;
location / {
proxy_pass http://127.0.0.1:2342;
include proxy_params;
}
}
server {
listen 80;
listen [::]:80;
server_name media.my_website_domain.net;
location / {
proxy_pass http://127.0.0.1:8096;
include proxy_params;
}
}
And then I have dockers running on those ports.
root@website:~$ sudo docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e18157d11eda photoprism/photoprism:latest "/scripts/entrypoint…" 4 weeks ago Up 4 weeks 0.0.0.0:2342->2342/tcp, :::2342->2342/tcp, 2442-2443/tcp photoprism-photoprism-1
b44e8a6fbc01 mariadb:11 "docker-entrypoint.s…" 4 weeks ago Up 4 weeks 3306/tcp photoprism-mariadb-1
So if you go to photos.my_website_domain.net that will navigate the user to my_website_domain.net first. My nginx server will kick in and see you want the ‘photos’ path, and reroute you to basically http://my_website_domain.net:2342. My PhotoPrism server. So you could do http://my_website_domain.net:2342 or http://photos.my_website_domain.net. Either one works. The reverse proxy does the shortcut.
Hope that helps!
Off-site backups that are still local is brilliant.
At work I have two monitors. One for input (my IDE for programming) and one for output ( the browser to watch changes for my react app).
At home I bought the 49 in. Samsung and have three monitors. Third is normally the log output.
Showing who how to pirate? I only download legal open source applications with my torrents.
I can’t believe I didn’t realize the double rr after sonar and radar is mimicking pirates.
Remember this is essentially what the dictator of China did to seize power in the 2000s. Ascend the ranks and replace people who didn’t agree with him.
The Dark Forest - no one wants to alert their presence or attract predators. Though knowing our Earth I think we’re stupid enough to do that. Cue the space lasers.
FOX News will be foaming at the mouth about free speech now. It’s a catch 22 for NBC
I’m going to need you to get alllll the way off my back about this Trump being a criminal thing.
Biden used these words against him in a political ad. We need more of these: https://youtu.be/czPsdnkb94M
Bring on Dark Brandon!
Do we know why the oompa loompa is so orange?
Nah she doesn’t want that piece of shit.
That’s why I’m designing a recipe app where I can keep notes etc for everything I make.
Yeah I’d rather have a steady stream of features over several months than an insane amount all at once. Treat it like a weekend job. Don’t work too hard.
Ear against the door.
Loud phone notification goes off in my pocket.