Compare ClearOS with Zentyal
-
@scottalanmiller Maybe so. It's really the UI I want. I don't have time to type endless commands on a black screen!
-
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller Maybe so. It's really the UI I want. I don't have time to type endless commands on a black screen!
The stock systems have GUIs, too. Most of us just never install or use them. But they are normally available.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller Maybe so. It's really the UI I want. I don't have time to type endless commands on a black screen!
The stock systems have GUIs, too. Most of us just never install or use them. But they are normally available.
Ya the Gnome 3 environment on CentOS will give you pretty much everything you need. Other than the AD integration, but there are GUIs for that.
-
@johnhooks Call me crazy. I kinda like these purpose-built UI control panels.
I also use Webmin on top of a server. So these are Ubuntu or CentOS boxes without a desktop/windows system, but one of these control panels on top.Honestly I've never built a server using just KDE or Gnome or whatever. I've almost always just done a purpose-built control panel.
-
@guyinpv said in Compare ClearOS with Zentyal:
@johnhooks Call me crazy. I kinda like these purpose-built UI control panels.
I also use Webmin on top of a server. So these are Ubuntu or CentOS boxes without a desktop/windows system, but one of these control panels on top.Honestly I've never built a server using just KDE or Gnome or whatever. I've almost always just done a purpose-built control panel.
I would steer away from webmin if possible. Cockpit gives you a reasonable amount of info/control for RHEL based systems without going overboard. It's also developed by Red Hat. I think if I had to use webmin I would do it only through an SSH tunnel.
-
@johnhooks One thing I like about Webmin (unless I read them wrong), is that they don't change the default installations of the underlying applications. The configs and everything are in normal locations. You can even do CLI work and edit configs side-by-side with Webmin and won't hurt anything. Seems to me it's just a UI for running common scripts and editing configs.
Other control panels require installing all applications themselves, and customize things and move files around and make it so you can't (or at least shouldn't) edit anything manually. That I don't like.Never used or heard of Cockpit. On CentOS for my web servers I might run CentOS Web Panel, or Vesta.
-
Wouldn't this be similar to the Jurassic Park Effect? You're deploying systems that the user/admin doesn't generally, have any idea how the underlying components work?
All of the functions you mentioned have fairly common and standard Linux alternatives like Samba4 and BIND.
-
@coliver It could be an example of the Jurassic Park Effect, yes. Because the person setting up and managing the system doesn't know how the underlying system works in full.
Because of the specific gui built on top. I might be wrong but I thinkg @guyinpv does have an understanding of the underlying system though, as he said he can modify the individual configs even with the GUI to get things to work.
I don't believe @guyinpv is looking at these because he has no other options, but because he wants to see how they function, and tinker with them.
-
@coliver said in Compare ClearOS with Zentyal:
Wouldn't this be similar to the Jurassic Park Effect? You're deploying systems that the user/admin doesn't generally, have any idea how the underlying components work?
It's exactly that. Not quite as extreme as doing it with storage due to the nature dependencies that we have on storage. But the same general problems exactly.
-
@scottalanmiller Does this matter? I've installed and used thousands of pieces of software without knowing everything about how the underlying components work. I can install Windows Server and use AD and not know how the underlying subsystem works too. What's the point?
If anything, using Win Server abstracts the components away from me even more so than something like Webmin. At least with Webmin, I'm well aware it is just a GUI for making config changes, and I know underneath is BIND or SAMBA. With Windows I don't know anything about the subsystem, and they don't exactly let me have raw access to it.Are we suggesting here that the best way to do anything is only deal with raw components directly?
Technology would not be where it is today if people were not abstracting core stuff into simpler and simpler interfaces. I could probably write this forum post by sending obscure commands over SSH to a server with my API key, but frankly I'd rather just use the GUI and not deal with core components directly.
-
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
To play devils advocate can't the same be said about things like XO?
-
@johnhooks said in Compare ClearOS with Zentyal:
To play devils advocate can't the same be said about things like XO?
Yes, indeed. They could be. I was going to mention this but didn't go into detail... critical different is a management API. It's a layer from the integrated original team specifically for this purpose.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
-
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
Webmin is what I mean here, though. It's interacting with non-guaranteed interfaces. What it is doing is a kludge, it has to be because of the third party nature. Webmin does probably the best job out there for this, but it still adds challenges.
There are existing text, TUI and GUI tools for those systems from the original vendors who ensure testing and integration through every patch, update, documentation, etc. Webmin tries to do this, but it is not at all the same.
-
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
When I mentioned it I was specifically referring to Zentyal and ClearOS. Webmin is slightly different, although it can still suffer from the same problems.
-
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
@scottalanmiller said in Compare ClearOS with Zentyal:
@guyinpv said in Compare ClearOS with Zentyal:
Are we suggesting here that the best way to do anything is only deal with raw components directly?
Have you read the article that this is based on? It's very clearly not a problem with GUIs. It's about third party, non-expert dependencies that create a gap between you and the system that you are managing. GUIs from Microsoft or Red Hat I have no issue with. But a company or product that just slaps a GUI on top of an already existing management structure is generally problematic. You don't have the necessary vertical integration and release cycles.
I think we're getting too abstract here.
What specifically are you talking about as an example? Are you saying Webmin is doing this? What existing management structure is Webmin superseding?In my case I typically am not installing KDE or Gnome or anything, I just have CLI-only installations, so there is no existing management interface, just my raw scripts and configs. So Webmin, I don't think, would be acting as a 3rd level in this sense. It's directly acting on the default configs and scripts.
I can see how it would not make sense to install Linux with KDE or XFCE and then install another alternate GUI on top when there might be a GUI for any given service already available.
Webmin is what I mean here, though. It's interacting with non-guaranteed interfaces. What it is doing is a kludge, it has to be because of the third party nature. Webmin does probably the best job out there for this, but it still adds challenges.
There are existing text, TUI and GUI tools for those systems from the original vendors who ensure testing and integration through every patch, update, documentation, etc. Webmin tries to do this, but it is not at all the same.
For instance Webmin has a fairly competent IP Tables interface. However the FirewallD interface, until a recent update, was terrible.
-
All of these are better than applying this logic to storage systems (FreeNAS for example) where the system is highly stateful. Many of these are mostly stateless or leaning towards that direction. So they are not in the same category.
-
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
-
@guyinpv said in Compare ClearOS with Zentyal:
Can someone please tell me, then, what is the best unified interface to manage a server and its various used services?
Do I just hodgepodge around 15 different potential single-purpose GUIs? Stick strictly with CLI? Or is there a decent and capable unified interface or not?
It depends on what you are trying to do. For Windows I use the management interface that was designed for the task, or Powershell. I am using Powershell more and more. For Linux server I am 100% CLI. Easier, faster and much friendlier then a GUI providing you have some experience with it.