Mio
@Mio@feddit.nu
- Comment on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation 3 days ago:
I am just trying to understand where the problem is. To me it looks like a way to lure Windows users to Linux. Yes, we all have different opinions but that is exactly what all Linux distros are for. Since Omarchy is open source I don’t see a big problem. It is not backed by Google or someone else so there is no monopol here that cant be won.
I just see it as a experiment, showcase, of what can be done and what people actually want. That other distributions can copy and take the good parts from.
- Comment on DigitalOcean contributes 3 million and joins the Omacom (Omarchy) Foundation 4 days ago:
This makes users try Omarchy. Users learn about the author and move to a different Linux distribution. All good?
- Comment on Anybody here does mTLS? 3 weeks ago:
I have been thinking about it until I realize that nginx still can have zero days vulnerabilities that could be even in the tls layer or so and decided to actually close the port completely in the Firewall and just run Wireguard on devices. And as fallback I have external program that have a webbserver with qr code with link and ip query encrypted so when i scan it on smartphone i have to follow the link to internal server that i only can access with Wireguard so then only that public ip is then added to my Firewall rules temporary.
- Comment on Sometimes, when I am all alpne i like to fantasize... 4 weeks ago:
I recent noticed my drive is dying but it cost about the same as I bought it for, 12 years ago.
- Comment on Reliable messenger for family use? 1 month ago:
What do you use for desktop?
- Comment on Reliable messenger for family use? 1 month ago:
I have never understood why there is no protocol that allows for multi-master node setup(if a message is written to one, then queue to write to the second one and ignore timestamp missmatchning and conflict resolution(It does not have to be perfect) - matrix put too much effort into this IMO).
For family i use Signal. My coworkers use IRC and I have it setup in link-mode for multi master support(but IRC does not have new features like send image, thread, reactions, emoji, text-styling, audio/video calls). Using unrealircd. Neat when the local city network is up but the fiber connection from the city network to the internet is down so I can still write to some friends, or dont care about uptime on my server since they fallback to the second, free, Oracle VM.
- Comment on Thoughts on crowdsec 1 month ago:
Yes, that is the hard part. But it can be done. Geoip blocking like only allow your country - blocking every China or Russian user etc. If you are selfhosting home and worry about your SSH access, then you can do a lot of things to block then early. It is all about authentication. Lets say you require VPN access in - example Wireguard. You could also do “port knocking” but that is not encrypted. You could require the user first has to be authenticated somewhere else, like require first Microsoft login and only then your ip is allowed.
- Comment on Thoughts on crowdsec 1 month ago:
I believe it is a good start with crowdsec but feels like it gives false protection. The blocking only happens after they have done a couple of attempts and not before.