Plug a laptop into it and enable the wifi Hotspot feature. Works well on windows/Fedora
Sorry for scaring developers
Norwegian proot with a taste for shitposting Deeply sorry for my photoshop creation
Former account at Kbin
aspe:keyoxide.org:JYRRSWIKLZWX366Y4DONCIEYAE
Plug a laptop into it and enable the wifi Hotspot feature. Works well on windows/Fedora
“what is love?” (baby don’t hurt me)
Or in physics terms, potential energy.
I switched from duckdns about a year ago as it failed to resolve the addresses for my jellyfin server. I ended up buying a domain from cloudflare for 3 years for about $4, and I self-hosted ddns updater to automatically grab the dynamic ip, and set it to a subdomain.
As for your nginx config, I’d imagine you could make 2 separate config files in sites-enabled
that are nearly identical, but listen for different domains.
Something like this:
#config file 1
server {
listen 80;
server_name example_a.com;
location / {
return 301 http://example_c.com$request_uri;
#or use an ip instead of example_c.com
}
}
#config file 2
server {
listen 80;
server_name example_b.com;
location / {
return 301 http://example_c.com$request_uri;
#or use an ip instead of example_c.com
}
}
#Or use "proxy_pass http://example_c.com;" in the location tag instead of "return 301..." if you want to reverse proxy the traffic
1.5Tb data cap, jeez. I regularly push 6tb of monthly traffic by myself. This feels like mobile internet all over again, but now with wired…
Gosh I can’t see the red arrow. You need to add a circle showing where the red arrow is so I can find the other circle
OP, you have some dry humor
Facts don’t cure stupid… Sadly
So I’ve thought about making an inpainting tool for removing useless red circles from memes, but your idea might be better tbh.
I personally won’t pay for the extra security updates, and will switch to Linux, but like you said, it’ll be very overwhelming at first. I’ve used kubuntu on my laptop for a while now, but it’s hard to rewrite my own software for Linux because it uses native system APIs.
Depending on where you live, and what service providers you have, you might even get a free lawyer for these kinds of things.
For example in my situation I have free legal help bundled to my mobile data plan for ID theft, gdpr violations, and for removal of images and videos I didn’t concent to have recorded.
Check your services, and you might save a bunch of money.
Eh she’s going to get evicted because because the second tenant (cockroach) didn’t pay for rent
I too like to mix it with water so I can drink thicc water
It’ll end up in a museum somewhere…
“what’s in your pants?”
“a party you’re not invited to”
Another shitty thought is that if they get water up their ass while they’re floating, they might become less buoyant and thus drown.
Can we bring that back?
I have a great solution for that. Buy about 50 cheap phones, and set one in the middle of the building with wifi Hotspot enabled. Spread the rest of the phones around the building, and keep the closest ones connected to the center device. Turn wifi Hotspot on those devices, and they’ll retransmit the wifi from the center phone outwards. Do this until all phones are connected to other phones, and you’ve got a cheap and horrible mesh wifi solution with 50 SSIDs