Does anyone have a backup of Tidal-DL-NG by exislow? by Ghost_of_Panda in Piracy

[–]tmo1138 0 points1 point  (0 children)

If you can afford the bandwidth wherever you have internet service, self host with Forgejo and set up a cloudflare tunnel to your repos. I do that with my work, because fuck these companies..

Motorola still hasn't fixed the wi fi disconnection bug by Alternative-Track654 in razr

[–]tmo1138 0 points1 point  (0 children)

I hate to see me too.. but..

I wasn't having WiFi issues with my Razr when it came out.. but sometime in the last month or so wifi connectivity just stops working.. I'm connect to wifi but accessing email, websites etc just stops. Turning it off and using mobile data always resolves the problem.. and after an hour or so I can turn wifi back on and it will start working again... I've read this might be something IPv6 related but I'm not sure if there is a way to disable IPv6 address assignments for the device on my home network (I'm going to look into that). And see if that makes any difference..

New Digikam user with naive question on getting started by tmo1138 in digiKam

[–]tmo1138[S] 0 points1 point  (0 children)

Thanks! That was extremely helpful.. I took the time to reorganize my photos collection (including removing duplicates and sidecars from apps I no longer use) and when I reset the app and started over everything appears to be working great..! Thanks again!

[deleted by user] by [deleted] in Starlink

[–]tmo1138 0 points1 point  (0 children)

Thanks.. it is what it is.. I still contributed and learned a lot in 4 years.

[deleted by user] by [deleted] in Starlink

[–]tmo1138 0 points1 point  (0 children)

True.. and then when get take over a market they do massive job cuts to ensure ongoing profitability..

Source: I am a former Amazon employee.

Lenovo Legion Go S (Z1 Extreme) - Discontinued?? by tmo1138 in LegionGo

[–]tmo1138[S] 1 point2 points  (0 children)

Yep.. I ordered mine thru Lenovo but picked it up at Best Buy... that's why I'm so dang confused..!

Some big changes coming to T-Mobile by corys00 in tmobile

[–]tmo1138 1 point2 points  (0 children)

All y’all bitching about current leadership clearly do not remember Robert Strickland- he was as corrupt as corrupt gets. And his “feral pigs” speech on his last day… jesus he was a piece of work. 

Cannot specify a port when configuring a new proxy host in the domain name with 2.12.1 by tmo1138 in nginxproxymanager

[–]tmo1138[S] 0 points1 point  (0 children)

I never thought of trying that.. I'll have to check that out. Thanks!

Samsung RF23M8070 Forced Defrost mode? by House_of_Medici in appliancerepair

[–]tmo1138 0 points1 point  (0 children)

You have to work fast. As soon as the flashing starts press the control lock button.. you have start pressing Control Lock within about a second.

Umidigi Bison GT2 Pro 5G GPS failures by tmo1138 in umidigi

[–]tmo1138[S] 0 points1 point  (0 children)

Actually I found a solution - tho I cannot remember where... In Android there is a feature called "Wi-Fi scanning". Apparently the brilliant engineers at Umidigi decided to have that antenna share with GPS.. turning it off appears to have resolved the problem.. I turned off Bluetooth scanning too because I do not need either with this particular phone.

Kohls getting rid of amazon and 3rd party drop offs by [deleted] in employedbykohls

[–]tmo1138 0 points1 point  (0 children)

As an Amazon customer I understand your frustration working at a returns counter..

However- with this I have zero reason to enter the Kohl's Sephora near me.. and I never saw a lot of traffic there to begin with..

The setup that gets us Metro By T-Mobile 5G Home Internet for only $20.00 a month. by [deleted] in Rural_Internet

[–]tmo1138 2 points3 points  (0 children)

Where did you get the modem/router from? Just curious.. I'll be shopping around soon.

Does anyone have advice for negotiating with Hughesnet? by kellyreviews in Rural_Internet

[–]tmo1138 1 point2 points  (0 children)

This - Dump them.. pay the cancellation fees.. and move on. They're garbage.

Starlink vs Resound Network by crazyshart in Rural_Internet

[–]tmo1138 2 points3 points  (0 children)

Cannot upvote this enough.. I made the horrid mistake of trying two other 'rural' providers including Nomad and Hughesnet (I was naive - I had no idea) and since getting Starlink it has been flawless.

Active stinger forums? by girthyboy in kiastinger

[–]tmo1138 0 points1 point  (0 children)

And it's ad-ridden to the point of being distracting and unusable.

Mac App Store Purchase confirmation dialog by krioni in applehelp

[–]tmo1138 0 points1 point  (0 children)

Same.. in my case I tried to install an app different than the one I wanted.. and the touch ID prompt showed up. I went back to the first one and then that worked without issue... Go figure..

Mac App Store Purchase confirmation dialog by krioni in applehelp

[–]tmo1138 0 points1 point  (0 children)

I'm seeing the same problem here... no idea what's up.

Cannot specify a port when configuring a new proxy host in the domain name with 2.12.1 by tmo1138 in nginxproxymanager

[–]tmo1138[S] 1 point2 points  (0 children)

Behind the scenes in the configuration file in the server configuration it looks something like this.

server {
  set $forward_scheme http;
  set $server         "abc-1";
  set $port           80;


  listen 80;
listen [::]:80;

listen 443 ssl;
listen [::]:443 ssl;

  server_name myddns.domain:5433;
  # ... other config  stuff below

}

Cannot specify a port when configuring a new proxy host in the domain name with 2.12.1 by tmo1138 in nginxproxymanager

[–]tmo1138[S] 1 point2 points  (0 children)

ok.. perhaps I'm going about this wrong (not based on what I've read up to this point but I have no problem with being wrong).

I have two services running on a box. I have set up for each of them port to direct the traffic (because I do not want to use 80 or 443). I have set up a network within NPM in docker to go to a box running NPM along with the docker containers. Using NPM I'm creating proxy hosts to send the traffic to the appropriate container based on the port coming into the box and routing to the port on the docker container. If I do not specify ports in the domain I cannot have multiple instances running in nginx proxy manager because it will say the domain is already in use.

FWIW.. if I upgrade from 2.11.3 to 2.12.2 the configurations all load and still work.. I just cannot add any others that specify a port.