Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

BlackPenguins

@BlackPenguins@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

BlackPenguins ,

That's why I've been using Emby. Works just fine for free.

BlackPenguins ,

Off-site backups that are still local is brilliant.

BlackPenguins , (edited )

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:

https://lemmy.world/pictrs/image/ba533f2b-1a6e-421a-bbef-bd39b2d37c98.png

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!

BlackPenguins ,

I updated my comment above with some more details now that I'm not on lunch.

BlackPenguins ,

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.

BlackPenguins ,

Oh shit. Does that stand for file system?

BlackPenguins ,

Take an obvious picture of her with your phone. Hand out flyers with her face saying avoid this woman .

BlackPenguins ,

We eliminate half our candidates when they can't even answer what is static in Java. Or what is object oriented programming. Ours is less coding tests and more explaining Java concepts.

BlackPenguins ,

This is our approach when we ask what is system, out, and println in System.out.println(). Just talk it out. Look at capitalization.

BlackPenguins ,

Correct. It's mainly used for quick helper methods where you don't need an object context like the Math class. It's also used for class variables like out stream in the System class.

So. Many. People think it means it's a constant variable.

BlackPenguins ,

That's true, but these are also the same people who say they are a 9/10 in Java at career fairs. I've been working in Java for 10+ years and I'd still only consider myself an 8/10 maybe.

BlackPenguins ,

You don't even need an ironing board. I lay a bath towel on my table and iron on that.

BlackPenguins ,

I can't believe I didn't realize the double rr after sonar and radar is mimicking pirates.

BlackPenguins ,

Showing who how to pirate? I only download legal open source applications with my torrents.

BlackPenguins ,

Something from Legal Eagle would be nice too.

‘IRL Fakes:’ Where People Pay for AI-Generated Porn of Normal People (www.404media.co)

A Telegram user who advertises their services on Twitter will create an AI-generated pornographic image of anyone in the world for as little as $10 if users send them pictures of that person. Like many other Telegram communities and users producing nonconsensual AI-generated sexual images, this user creates fake nude images of...

BlackPenguins ,

It depends on the models you use too. There's specific training models data out there and all you need to do is give it a prompt of "naked" or something and it's scary good at making something realistic in 2 minutes. But yeah, there is a learning curve at setting everything up.

BlackPenguins ,

Time and place. Do I want everything on a touchscreen at home? More compact and allows more options. Yes.

While I'm trying to fumble for a control when I'm driving a 2000 lb deathtrap at 55 MPH? No.

Roku TV bricked until agreeing to new terms of service

See title - very frustrating. There is no way to continue to use the TV without agreeing to the terms. I couldn't use different inputs, or even go to settings from the home screen and disconnect from the internet to disable their services. If I don't agree to their terms, then I don't get access to their new products. That...

BlackPenguins ,

BOOOOORRTLES

BlackPenguins ,

Is this what Tucker Carlson meant by I'm radicalized? Us damn rich Americans and our smart TVs.

BlackPenguins ,

"We can't solve your case until we solve all the murders first. All of them."

Crime is crime dude.

BlackPenguins ,

I paid for a month of Bumble and that's how I realized it's a scam. I get monetizing your business. But they wanted me to pay them to extend a window of how long a girl has a chance to respond after I like them. You only get 24 hours.

I'm smart enough to know women have lives. And what if my "soulmate" didn't see my like because she didn't log in to the app for a few days? The app shouldn't shake me down for more cash just to keep my visibility. You can monetize features, and perks, and number of swipes. But don't monetize the ability for people to meet. In my opinion OkCupid is still the best one around.

BlackPenguins ,

The sewer man came to me, with TEARS in his EYES, and said SIR, this is the best coffee in the world.

[Thread, post or comment was deleted by the author]

  • Loading...
  • BlackPenguins ,

    I will not allow the measurements for the galactic empire being taught in our schools!

    BlackPenguins ,

    How heavy was the girl? Do the weights match? Where was the weight?

    BlackPenguins ,

    Desantis is basically a competent Trump. They both have terrible ideas but Desantis would be able to pull it off because he already has in ruining Florida.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • All magazines