I've used this before in the early days of my Linux SysAdmin work, especially in the homelab. It's pretty solid , but the limited amount of projects and lack of visibility into the CLI it uses on the backend hinder the ability to translate sysadmin work into tangible Linux skills, so I dumped it at home in favor of straight SSH sessions and some TUI stuff. That said, if I gotta babysit Linux in an Enterprise without…
Part of the technical assessment I have for hiring new platform engineers involves troubleshooting a service hosted in a headless Linux vm. Troubleshooting and fluency on the command line are among what I consider core skills. Being able to dig through abstraction layers is not just essential for when things go wrong, they are essential for building infrastructure, and really tells you whether an architecture is fit…
Cockpit is a web-based graphical interface for servers
51–60 of 188 posts
Re: Cockpit is a web-based graphical interface for servers
#52I don't mind UI, but I think it's a bad approach. Instead of hiding all those complexities of the server behind UI, I would like to see each part of the application teach me how to achieve the same result in CLI. That would be useful for people to teach themselves, because UI comes and goes but basic linux commands - will stay
Re: Cockpit is a web-based graphical interface for servers
#53Would be nice if the landing page had some graphical pictures for a graphical interface...
Re: Cockpit is a web-based graphical interface for servers
#54But, it doesn't offer any way to review my incus containers.
So, I tried wolfstack, which was recently listed on HN.
It appears it only supports lxc. I'm surprised, isn't lxc and incus more or less 1:1 synonymous (unless you get into recent more complexities)?
I'm feeling like it is hard to find a simple GUI to just review a system and manage a bunch of containers and VMs.
Re: Cockpit is a web-based graphical interface for servers
#55It’s miles away from like Webmin, which I used god knows how long ago.
Re: Cockpit is a web-based graphical interface for servers
#56Re: Cockpit is a web-based graphical interface for servers
#57Question from a Cockpit PO: if you were to choose one feature to add to the project what that feature would be?
Re: Cockpit is a web-based graphical interface for servers
#58Re: Cockpit is a web-based graphical interface for servers
#59What is the use case for this over standard command line tools like systemctl, journalctl, top, docker ps?
Re: Cockpit is a web-based graphical interface for servers
#60Earlier quoted context omitted.
Part of the technical assessment I have for hiring new platform engineers involves troubleshooting a service hosted in a headless Linux vm. Troubleshooting and fluency on the command line are among what I consider core skills. Being able to dig through abstraction layers is not just essential for when things go wrong, they are essential for building infrastructure, and really tells you whether an architecture is fit…
Sure... but, I’ve got decades of experience doing that stuff, just not frequently enough to keep it in my head, these days. I usually want a small project server to just do shit and the less there is between that and booting up a fresh Linux install, the better. For example, I don’t keep firewall command line syntax in my head, but I know what needs to be done, and I always seem to need it with small home projects. I…
I am more of a TUI person anyways. I have never found web based server management to be as responsive as TUI, same reason I prefer direct attaching than live tailing on a web tool.
I configure my router through a web interface and not the command line either. It isn’t something I want to mess with on my downtime.