Ah good this means I can continue to safely ignore it when I migrate.
egonallanon
Ooh that looks quite promising. I'll keep an eye on those guys.
A guy at work asked if he could use some similar pair of AR glasses at work and was rejected because the companion app for it required to always be running as elevated in windows. Was a solid no there.
Given you essentially made no money of this would you stick with crypto if you did this again or go with a more altruistic project such as folding@home as that would provide essentially the same heating effect?
Can you mount SMB shares in unprivliged containers? I thought that was blocked.
Can the host itself write to the file share? You can check this by trying to create a file in it via the host's shell. If it can't write to it the container won't be able to either.
What was this guy doing to break his pihole all the time? I can't remember the last time I logged into mine at all.
Man I miss having a dishwasher. Definitely a requirement for the next place I'm in.
Microsoft is a lot more aggressive with EoLing it's Windows versions now exactly because XP lived so long. It was an absolute pain for them to maintain and support that for so long and they've made very sure they don't repeat that experience.
Reverse proxies can be useful for hiding your IP if you do something like host it in a VPS and tunnel the traffic back to your self hosted service. There's also a lot of documentation on attaching things like fail2ban or crowd sec which can be helpful in reducing the threat from attacks. if you're running lots of services it can reduce the risk of two apps using the same ports as ultimately everything will go through ports 80 and 443 on the public facing side. Finally again if you're hosting several services having a central place to manage and deal with cert from can save a lot of time rather than having to wrangle it per service/ server.