Until now the easiest experience for me I actually had was Arch. You have to do everything yourself but i found it way easier to fix things in Arch than in any other distro I used.
Until now the easiest experience for me I actually had was Arch. You have to do everything yourself but i found it way easier to fix things in Arch than in any other distro I used.
I don’t think they meant vanilla Linux like vanilla OS, but more as in the vanilla versions of Linux without much on top/proprietary software.
The closest was probably a mountainbiking accident.
We were going along side a hill and to the right of us was a wall going down holding the earth up. Well there came an obstacle up which was a big roller to the right up the hill a bit and then down again to the ledge. The roller took a slight curve and you needed to curve back on the trail to not go over the ledge. I broke the first rule of mountainbiking and looked down the ledge which was like 3-4m high instead of ahead. Drove straight of it but somehow managed to grab a branch of a tree that was just above the ledge. My bike fell down and i just hung in the tree allowing me to safely drop down and carry the bike back up.
Nothing happened to me but i don’t want to imagine what would have happened if i didn’t grab that branch.
Oh right, yeah.
That’s already Windows 11.
deleted by creator
Some Youtube-Channels I can recommend, but with varying levels of “noob”-friedlieness. Just watch a few and decide for yourself which can help the most:
https://youtube.com/@christianlempa
https://youtube.com/@TechnoTim
https://youtube.com/@LearnLinuxTV
As for a reverse proxy, it depends how you want to access your services. If you’re just gonna host your services on docker and then publish ports on the host you can just access them that way. But that way they are of course not encrypted, which in your home LAN can be fine. To really use a reverse proxy you also need to have a way to rewrite or add dns entries in your local network. All the domains and subdomains you’d want to use must point to the reverse proxy which would then forward the requests to the services.
The way I have it configured right now is that I have a reverse proxy on my docker host which has the ports 443 and 80 published on the host, while all the services I use in docker on that host do not have published ports. They’re all then in a network with the reverse proxy so it can forward the requests to the services. That way I can encrypt everything with SSL/TLS and have trusted certificates on everything. I use nginx proxy manager which also handles my certificates.
The really vulnerable open ports are the ones you forward to your router. But you only need those when you want to access services from outside your network. But I would wait on that until you feel comfortable.
So I use Arch for my personal work. I never had a problem with stability. I’ve also started to be interested in NixOS, but I’m gonna just use it as an Server OS, I feel like it makes sense with the infrastructure as code implications.
I don’t really remember the first I played, but the first I owned was a Nintendo DS Lite with Mario Kart. Yeah I’m not that old.
All communists are socialists but not all socialists are communists, it is a broader term.
Having switched to android recently, it’s kind of funny that lemmy is getting me some of the Apollo experience back.
I’m using wefwef right now and it is surprisingly good.
It looks really nice, kind of funny seeing the iOS-UI on Android. But I loved Apollo before switching to Android.
Yeah, Signals response pointing to how their service works and than all the data consisting of only these two things war hilarious.
I’m not completely sure but i think !memes@lemmy.ml
Arch for personal and Alma Linux on my servers, but have been playing with the thought of NixOS for a while. With the new Red Head changes though I think I’ll migrate my servers to NixOS soon. Maybe my personal setup will follow after that.
That’s sad, because the anonimity was the reason I was using it. Well, it was expectable with Google being Google.
Aurora Store is working for you? I always get the Oops, This Account is rate limited
no matter how much new sessions I request. The main screen seems to be loading though so idk.
I’ve got 7 on gh and 3-4 of them seem like serious developers with jobs. I don’t think I can handle that fame.
I use duplicati for docker containers. You just host it in docker and attach all the persistent volumes from the other containers to it, then you can set up backup jobs for each.