[-] ChrisLicht@lemm.ee 50 points 3 months ago

Here is a joke I heard in Moscow, in the early-‘90s:

Our Soviet computer sector was clearly the best. We built the largest chips in the world!

[-] ChrisLicht@lemm.ee 48 points 5 months ago

"Truly inspiring to be able to come here. Anne was a great girl. Hopefully she would have been a belieber."

[-] ChrisLicht@lemm.ee 69 points 6 months ago

This is how you get nobility. Before Reagan, wealth typically dissipated by the third generation. We are heading toward the old European model, where families are rich for a millennium.

3
submitted 6 months ago by ChrisLicht@lemm.ee to c/selfhosted@lemmy.world

I am not a networking expert, so please forgive any poor or unclear terminology here . . .

My recently built Unraid Plex/Arr box works great, but I would like to set up NGINX Proxy Mgr and reverse proxy. My current challenge is that when I install NPM, all of a sudden all of my Arr apps, which are set to network though OpenVPN-Client, start mapping 443>443 and 80>80 (app to host).

Sonarr, Radarr, Readarr, NZBGet, qBittorrent, Bazarr, Requestrr all have app-to-host mappings like this, when NPM is installed:

Network: container:OpenVPN-Client

Port Mappings:

10.0.1.99:443/TCP10.0.1.99:443

10.0.1.99:80/TCP10.0.1.99:80

10.0.1.99:81/TCP10.0.1.99:81

My OpenVPN-Client app-to-host mappings don't include either port, which makes this doubly confusing:

172.17.0.2:3579/TCP10.0.1.23:3579

172.17.0.2:4545/TCP10.0.1.23:4545

172.17.0.2:6767/TCP10.0.1.23:6767

172.17.0.2:6789/TCP10.0.1.23:6789

172.17.0.2:6881/TCP10.0.1.23:6881

172.17.0.2:6881/UDP10.0.1.23:6881

172.17.0.2:7878/TCP10.0.1.23:7878

172.17.0.2:8080/TCP10.0.1.23:8080

172.17.0.2:8191/TCP10.0.1.23:8191

172.17.0.2:8989/TCP10.0.1.23:8989

172.17.0.2:9696/TCP10.0.1.23:9696

NGINX Proxy Manager network and mappings:

Network: br0

Port Mappings (App to Host):

10.0.1.99:443/TCP10.0.1.99:443

10.0.1.99:80/TCP10.0.1.99:80

10.0.1.99:81/TCP10.0.1.99:81

And, when I remove NPM, everything goes back to normal and works fine, with no app-to-host mappings showing up for Arr apps in the main Docker view.

What dumb thing have I done?

20
submitted 6 months ago by ChrisLicht@lemm.ee to c/selfhosted@lemmy.world

OpenVPN-Client is running normally, per its logs and ifconfig.me. The vpn.ovpn and vpn.auth files are working properly.

In the Extra Parameters field of Deluge template I have added: --net=container:OpenVPN-Client

In OpenVPN-Client template:

 - Network Type is set to None
 - I have added a port record: Host Port 8112 and Container Port 6881

Deluge's WebUI won't load at all. I tried qBittorrent instead, using the same approach as above, and it won't load the WebUI either.

[-] ChrisLicht@lemm.ee 59 points 7 months ago* (last edited 7 months ago)

This stuck with me: Years ago, someone on Reddit described their middle school in the ‘70s having to have an assembly to stop a potlatch/arms race between kids stacking Izod/Lacoste shirts. There were well-off kids wearing three or more stacked Lacoste shirts every day, and poorer kids wearing cheap generic polo shirts under real alligator shirts to try to keep up.

[-] ChrisLicht@lemm.ee 63 points 8 months ago

Smith has set up the cleanest legal shot possible against Trump, removing as much complexity as possible from all aspects of the prosecution. He is against cameras because they introduce unforeseeable complexity.

[-] ChrisLicht@lemm.ee 58 points 8 months ago

This is PR.

16
David Schwimmer is a mensch. (www.theguardian.com)
submitted 8 months ago by ChrisLicht@lemm.ee to c/television@lemmy.world
9
submitted 8 months ago by ChrisLicht@lemm.ee to c/selfhosted@lemmy.world

For a couple of years, I have been serving Plex to a few friends and family from an NVIDIA Shield Pro on a gigabit fiber. Before that, I served from a Raspberry Pi.

I have basic Linux skills, and my dream is to build a more automated setup. Unraid OS with Plex and -arr apps looks great to a non-expert like me.

So, I just picked up an unmolested original Lenovo ThinkCentre M710Q 7500T with 16GB RAM, and a 256GB M.2. I have a spare 2.5" 2TB Samsung EVO 970 SSD that I could put in it; I also have a 3.5" WD Red 4TB external HDD.

Here are my questions:

  • Do I need more RAM to be able to serve four 1080 streams at once?
  • Should I use the SSD or HDD, or both?
  • Any other advice or suggestions? It's appreciated!
7
24

Every other guest is laying predicate for Iran to host Western munitions at the end of their parabolas.

Also, Andrea Mitchell sees Alan Greenspan naked on the daily.

[-] ChrisLicht@lemm.ee 83 points 9 months ago

I remember watching an American 60 Minutes episode about commercial airlines buying fake plane parts, maybe 20+ years ago. Depressing to see it still happens.

19
submitted 10 months ago* (last edited 10 months ago) by ChrisLicht@lemm.ee to c/piracy@lemmy.dbzer0.com

I started with XMBC then Kodi then Plex on a succession of Raspberry Pis. Then, four years ago, I switched to running Plex on a Shield Pro.

Now, I am trying to pick up enough Linux and Docker knowledge to be able to set up a Plex server, just for video, with automated RSS torrent management, running in Docker on an 8GB Raspberry Pi 4 running Raspbian Bullseye.

I am not a technologist by trade, so hoping to find a Docker image that enables that without needing a lot of additional Linux plumbing to make it work. I am old and mostly rely on rudimentary UNIX skills left over from the late-'80s.

Thanks for considering!

[-] ChrisLicht@lemm.ee 69 points 10 months ago

I’m wholeheartedly behind the WGA & SGA, but god bless Georgia for coming in clutch with content over the next year plus.

[-] ChrisLicht@lemm.ee 54 points 10 months ago

Fascism is the white blood cell system of Capitalism.

56
submitted 10 months ago by ChrisLicht@lemm.ee to c/python@programming.dev

I am at a high-beginner/low-intermediate level in Python, and one thing that drives me nuts is how poorly I am able to read the Python official documentation and grok how to use the described code.

What's the secret? Are there any guides/videos/books that can help my understand how to approach reading it? Or, is it just one of those things that I need to just keep coming back to while coding, and eventually I will get the hang of it?

[-] ChrisLicht@lemm.ee 63 points 10 months ago

I was top mod of a 25K sub that closely followed an IRL lolcow trying to become a public intellectual. It was thankless, the monthly user tempests in a teapot were annoying, and dealing with the occasional new junior mod turning out to be a chud was taxing. I did it for maybe six months and then peaced out.

I honestly don’t understand the psychological makeup and social model of the big top mods who do this shit, day in day out, year after year. I assume they’ve got to be making money somehow, or they maybe are bubble-boys.

28
submitted 10 months ago by ChrisLicht@lemm.ee to c/bayarea@sh.itjust.works
[-] ChrisLicht@lemm.ee 70 points 10 months ago

God bless Europe.

5
submitted 10 months ago by ChrisLicht@lemm.ee to c/asklemmy@lemm.ee

What am I doing wrong?

76
submitted 10 months ago by ChrisLicht@lemm.ee to c/memes@lemmy.ml
7

I have encountered the typing module's callable type in a Python book, and saw it tangentially referenced in a couple of videos, but I still don't really grasp what it is for, when to choose to use it, and how it works. (The O'Reilly text I am mostly using is more of a desktop reference than a textbook.)

Hoping someone here might have a suggestion for a good YouTube explanation/demonstration.

[-] ChrisLicht@lemm.ee 89 points 11 months ago

The kids under 35 have only known post-911 snooping, bigotry, military adventurism, the 2008 mortgage crash, housing and education costing multiples of what previous generations paid (in adjusted dollars), COVID insanity, a political system that is completely inaccessible to them and utterly uncaring about their needs, and, finally, a climate being actively accelerated to disaster.

The wonder here shouldn’t be at their lack of patriotism. It should be at the fact that they aren’t setting fire to everything, murdering politicians, billionaires, and their lackeys, and generally grinding everything to a halt.

view more: next ›

ChrisLicht

joined 1 year ago
MODERATOR OF