You should do it on a VPS so that even if it gets infected your home network is not compromised
You should do it on a VPS so that even if it gets infected your home network is not compromised
Thanks, if most of them already have the 5.10 kernel I think KernelSU should work.
I don’t care as long as they keep it technically sound.
Use something that can do TCP, i.e. HAProxy, NGINX or Apache
Support Mullvad.
You should have bought the framework after they put more effort into Coreboot.
Pine64 and Fairphone are good companies too
Thanks man. I would much rather give my time than my money for OSS projects, but I have a lot to learn and do not match up the quality of contributions needed in said projects. I’ll do what I can.
It definitely makes a difference, and putting money into Wikipedia is a great use of funds. The reason I asked the question is because I’m not well off, but I still like to donate to projects from time to time. This means I have a limited (and strict budget), and was wondering if they need my tenner badly enough to send marketing emails over it. Because I’d like to donate to people who actually really need the money, and Wikipedia will do just fine for some time without my money going to them.
Take her to therapy to get rid of her love of slick.
Then give her chonky thinkpad with external replaceable batteries.
Part of this was sarcasm, the other was not :)
Get her a used chonky thinkpad
Yeah I need to look at the list and check if there’s something important for me in there
I think they need my help
I need to look up what else they sponsor in case there’s something important for me there
Thanks
Just let her have Gmail if she is willing to divorce you over windows and email (what a handful you’ve caught there lad)
Just use a music server and shared storage for your music. Nothing can be done about office apps
Just run KODI from anywhere
IOG?
If you can only use port 22 for multiple SSH endpoints (for example), then yes your going to need multiple IPs. Or Port-mapping as a compromise
In short, you need a reverse-proxy + traffic segregation with domain names (SNI).
I don’t remember much about ingresses, but this can be super easy to set up with Gateway API (I’m looking at it right now).
Basically, you can set up sftp.my.domain/ssh
to 192.168.1.40:22
, sftp.my.domain/sftp
to 192.168.1.40:121
(for example). Same with Forgejo, forgejo.my.domain/ssh
will point to 192.168.1.50:22
and forgejo.my.domain/gui
will point to 192.168.1.50:443
.
The Gateway API will simply send it over to the right k8s service.
About your home network: I think you could in theory open up a DMZ and everything should work. I would personally use a cheap VPS as a VPN server and NAT all traffic through it. About traffic from your router maintaining the SNI, that’s a different problem depending on your network setup. Yes, you’ll have to deal with port-mapping because at the end of the day, even Gateway API is NodePort-esque when exposing traffic outside.
You really only need Storage. Backblaze B2/Wasabi/Cloudflare R2 if you can afford it, or just get a Hetzner storage box, attach it to the VM, run Minio and off you go.