Comment on
Reddit Insiders Selling Days After IPO; Shares Fall
Reply in thread
Anything that keeps them listed on the exchange is too high honestly
Comment on
Reddit Insiders Selling Days After IPO; Shares Fall
Reply in thread
Anything that keeps them listed on the exchange is too high honestly
Comment on
IRS set to launch its free tax-filing pilot program for some taxpayers. Here's what to expect
Reply in thread
Or dispute it . This is how it's done almost everywhere else but the tax lobby have a best interest in this not working this way.
Or....you know bring back home ec classes that teach kids how to survive in the world instead of assuming parents will be able to do it
Comment on
. . .
Born and raised in us never understood it I eat the crust unless the it has the consistency of charcoal
Comment on
Animals
Some strange reason I tilted my head in the opposite 45 degree angle to read it and carried on....
Comment on
Ok, now this definitely counts as torture
Worse it's evian
Comment on
its even more outdated
Aim wants a word.
Comment on
[image] People would probably hate cars a lot less if they were limited in size and speed to a golf cart
Just based on the picture, do you expect this to be used anywhere that gets a decent chance of snow in the winter?
Comment on
how to set up sonarr/radarr and qbittorrent to avoid duplicate files
I don't know there are any limits to hardlinks other than that the source and destination needs to be on the same drive.This might help
Comment on
A new "Watch Unlock" feature seems to be rolling out
Don't do it it's shit in it's current form . Turned it on and at first face unlock would kick in faster . then bizzarly it would activate simultaneously with either finger print or face and results in a loop where it would unlock then get kicked back to the lock screen and tell me that it was unlocked by the watch but it wasn't unlocked . Got annoying enough that I had to hold the watch hand out away from the phone when I tried to unlock, eventually just said screw it and turned it off.
Pixel watch 2 and 8 pro.
Only had it work properly maybe a handful of times
Comment on
If Clinton, Trump, and Did Not Vote were presidential candidates in 2016
Reply in thread
It's an antiquated system from a time when travel across the country would take weeks at best
Comment on
Overcomplicating things
I mean it's all fun and games till supersentai gets involved
Comment on
how to set up sonarr/radarr and qbittorrent to avoid duplicate files
Reply in thread
If that's the case then a reformat into something that will support it is simple enough
Comment on
Tell me what it means
Tying up a landline to connect to the internet
Comment on
Food with artificial sweeteners tastes bitter and unsweetened?
Reply in thread
All the fake sugars taste off and I can never put my finger on it . It always starts as "this is really sweet” then "what's that god awful aftertaste?" So much so that I prefer seltzers and the like and are not sweetened by anything . Not alone in this but we are very much a minority
Comment on
I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up.
Reply in thread
https://www.smarthomebeginner.com/traefik-docker-compose-guide-2024/
Updated version of the guide
Comment on
*Permanently Deleted*
Reply in thread
The same way you can see the ip of your peers on any particular torrent.
Comment on
I want to get started with *arr apps - here are all the things I don't understand about (reverse-/)proxies and networking in order to get it set up.
If you get a reverse proxy setup all you need is port 80 and 443 and configure it it'll expose the services that you want to be exposed through the subdomain Personally I've got Traefik service sitting on my media server and anything I want to expose goes through it .it has the details for the connection to cloudflare and so long as I direct it properly both on the container side and Traefik it'll run as expected. The idea is if you go to say jellyfin.example.com cloudflare will direct that at at your reverse proxy(nginx in this case) which then redirects to the right machine/container because you entered from "jellyfin" .
The VPN gluten it is another container that will have the login details to your provider .
I'm still working my way through the self hosted rabbit hole myself, however I used a combination of Google and this sitehttps://www.smarthomebeginner.com/traefik-docker-compose-guide-2022/ The entire site not just the specific article linked . As well as https://trash-guides.info/