I went from a decade with nova to Dragon Launcher recently. It was weird at the start, but I’m starting to like it more and more
- 0 Posts
- 4 Comments
Joined 4 months ago
Cake day: December 2nd, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
deifyed@lemmy.wtfto
Linux@programming.dev•What are some of your most useful or favorite terminal commands?
1·3 months agoTotally forgot my favorites. C=clear, vi=nvim, l=eza -lh
deifyed@lemmy.wtfto
Linux@programming.dev•What are some of your most useful or favorite terminal commands?
6·3 months agoMaybe “alias u=cd …” or “alias mkcd=mkdir -p $1 && cd $1”

Haven’t gotten around to testing Talos enough, but I’m very enthusiastic about the idea. The little I’ve tested it has been great. My reasoning is (from my point of view ofc): maintaining an OS(Linux/windows/what have you) is pain, maintaining Kubernetes is pain. If I can I want to put all my effort into one of them. The regular OSes are made to do anything, Talos is made for one specific thing which hopefully reduces the attack and maintenance surface a lot. You also get a fair amount of handholding with Talos compared to raw Kubernetes.
No idea about the windows server part.
If your docker services is running with docker compose, there’s a tool called https://kompose.io/ that will help you. Haven’t tried it, but as most k8s things it probably need some adjustments.
https://www.youtube.com/watch?v=3I9PkvZ80BQ is an alright overview of the idea k8s. This thing called https://k3s.io/ is a nice staying point for testing k8s out
Not sure if the following will help you, but it helped me so I’ll share:
Edit: k8s is awesome in my unpopular? opinion, but yeah. There is a significant learning curve.
A lot of the experience for getting a service up and running is boilerplate. You can checkout an old project of mine to see how a small set of information must be structured to work in k8s: https://github.com/deifyed/kaex The output will only work for a old version of k8s. Haven’t kept the project updated due to work moving away from k8s