

How does it not mitigate the danger? You are putting a secure web server in front of the tunnel rather than basically all traffic being forwarded to the port?
ed25519 verify key: 6614c7acfe8e7419bbc26709d7f0fdcc55d8258f205a95173ce37e42e1715462
How does it not mitigate the danger? You are putting a secure web server in front of the tunnel rather than basically all traffic being forwarded to the port?
It’s probably a bit dangerous to expose your internal network in this way. If you really want a server running at home, there are interesting services which provide that for a fee, or you could set up a “reverse ssh proxy”.
It’s easier to do on some flavor of Linux, but you will set up a background service to ssh to a cloud server you rent, which links a local port on the cloud server to a local port on your home computer. You can then run a web service like caddy server on the cloud server to securely serve this port.
I realize this sounds rather complex, but something to look into and learn.
Your Caddyfile on the cloud server will look something like this:
my_subdomain.my_domain.com {
reverse_proxy / {
to 127.0.0.1:8081
}
encode gzip
}
And the service on your local will look something like this:
[Unit]
Description=Keeps a reverse tunnel to '' open on port 8081 on the remote server
After=network-online.target
[Service]
Environment="AUTOSSH_GATETIME=0"
ExecStart=/usr/bin/autossh -N -M 10986 -o "PubKeyAuthentication=yes" -o "PasswordAuthentication=no" -o "ExitOnForwardFailure=yes" -R 8081:127.0.0.1:8080 root@ -i -p 2097
ExecStop=/bin/kill $MAINPID
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
You will have to allow ssh on a non standard port (arbitrarily 2097 here), that way you can still use ssh on the standard port 22. I have some services running like this through a NAT for years.
Guessing you don’t run a couple docker containers to support local development;-)
currently depends on having a working-age population that is large enough to support the non-working population
This is only a problem if production does not increase dramatically, as it has for the last century. The reason it feels like there are insufficient working people is because parasites siphon from the resource distribution between more and more productive workers and their non working counterparts
Confidence is indistinguishable from correctness if you lack competence and experience. Now in addition to the competent and experienced having to interpret the requirements and do the work, they must also sift through half baked AI solutions.
Well clearly you drank the Comcast kool-aid. Bandwidth is nothing like clean water supply, food, or generated electricity. It’s more like traffic on a highway. Sure, there is a finite amount of room on the highway, but until you hit that at any one time, there is room on the highway for more traffic.
It could be a problem if everyone was playing flight simulator at the same time but they are not.
Id go so far as to say SaaS in general. Small startups are paying $5000/month to send emails and we’ve come to the point where inboxes are monopolized and if you don’t pay up to a cloud provider your emails end up in spam.
Take this and repeat for everything. Monopolize, ratchet up the costs, profit.
Parsing poorly documented c spaghetti code is not a good vehicle to learn programming anyway though. The root issue here is the fact that interop between open source software and other oss, closed source software, and firmware is a headless beast where each user has to take on the project manager role.
Windows phone 10 had most of these things in 2015
It would have deposited the funds in an account “foobar123” and been lost forever
I’m in the market, and the answer is kinda, for non Teslas. I do a road trip up the east coast a few times a year and the Tesla will reliably add about 4 30 minute stops on each half of the trip. A non Tesla also requires four stops, but they could be anywhere from 20 minutes best case to 1 hr plus, depending on the availability and status of the unreliable chargers.
A lucid with 400 miles of true range would probably cut it down to two stops, but I don’t have $140k
I experienced this too, and landed at a smart company that paid me for the time I spent on the take home project. Yes, it’s less money than I might earn at a more prestigious company who abused my time, but I’ve also successfully selected for a company that has a good working environment.
They have an engineer for probably 30% less than what I demanded from another company with a dumb hiring practice. The dumb company was willing to give me the money too, but I was annoyed with their process so I told them I would not work for them unless they put a four day work week in my offer.
Its not marketing it’s that they extend credit to anyone who comes through the door. 550 credit score? No problem sir, here is your $62500 RAM 1500, loaded with options. If you can’t pay $1000/month for a Kia why not splurge and not pay $2000/month for an optioned out truck?