Ripe for a supply chain attack. What safeguards do they have to protect against one?
Cockpit is a web-based graphical interface for servers
41–50 of 188 posts
Re: Cockpit is a web-based graphical interface for servers
#42What 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
#43Re: Cockpit is a web-based graphical interface for servers
#44Earlier quoted context omitted.
Web UIs are nicer to deal with for simpler tasks. You can use this on your phone easily. Less technical users can be instructed on how to perform simple tasks like remotely powering off a machine.
Is the overhead of such tools, and added attack surface, justified over sshing and issuing a shutdown command though?
Re: Cockpit is a web-based graphical interface for servers
#45Re: Cockpit is a web-based graphical interface for servers
#46I 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
#47I'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…
Sometimes there aren't any docs. Sometimes the docs are wrong. It's important to be able to establish what the actual running situation is.
Re: Cockpit is a web-based graphical interface for servers
#48Earlier quoted context omitted.
Web UIs are nicer to deal with for simpler tasks. You can use this on your phone easily. Less technical users can be instructed on how to perform simple tasks like remotely powering off a machine.
Is the overhead of such tools, and added attack surface, justified over sshing and issuing a shutdown command though?
Re: Cockpit is a web-based graphical interface for servers
#49Re: Cockpit is a web-based graphical interface for servers
#50the opinion you didn't ask for: avoid admin UIs... at best they make you lazy, at worst a security nightmare
If you want people to self-host, this is a gateway to that.
Everyone has to start somewhere.