ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Compare ClearOS with Zentyal

    IT Discussion
    9
    103
    42.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @stacksofplates
      last edited by

      @johnhooks said in Compare ClearOS with Zentyal:

      I think what gets people with this is Bash. Bash is pretty much the same across platforms, but Bash isn't Linux.

      And not all Linux uses it!

      1 Reply Last reply Reply Quote 2
      • coliverC
        coliver @scottalanmiller
        last edited by

        @scottalanmiller said in Compare ClearOS with Zentyal:

        @coliver said in Compare ClearOS with Zentyal:

        Are they really that different? Kind of but the general basics and metaphors are almost identical.

        They certainly CAN be wildly different.

        Sure, they can be. Generally how you manage them isn't significantly different though. The file structure can be slightly different and some of the built in management tools are slightly different. Maybe I haven't dug into them enough to notice any extreme difference though.

        scottalanmillerS 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @coliver
          last edited by

          @coliver said in Compare ClearOS with Zentyal:

          @scottalanmiller said in Compare ClearOS with Zentyal:

          @coliver said in Compare ClearOS with Zentyal:

          Are they really that different? Kind of but the general basics and metaphors are almost identical.

          They certainly CAN be wildly different.

          Sure, they can be. Generally how you manage them isn't significantly different though. The file structure can be slightly different and some of the built in management tools are slightly different. Maybe I haven't dug into them enough to notice any extreme difference though.

          The real question becomes... what's the same?

          1 Reply Last reply Reply Quote 0
          • guyinpvG
            guyinpv
            last edited by

            And so many things feel so arbitrary.

            The other day I think I was using the find command or something, and found out that there is an alias "simplified" version of the command that overwrites the "real" one. So it goes, if you want the ability to use all the command options, you have to specifically reference the executable location like /usr/bin/find because this gives full options and the useless simplified secret alias version doesn't have all the options.

            I hate little "gotchas" like this. So arbitrary, so useless and "undocumented".

            scottalanmillerS travisdh1T 2 Replies Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @guyinpv
              last edited by

              @guyinpv said in Compare ClearOS with Zentyal:

              And so many things feel so arbitrary.

              The other day I think I was using the find command or something, and found out that there is an alias "simplified" version of the command that overwrites the "real" one. So it goes, if you want the ability to use all the command options, you have to specifically reference the executable location like /usr/bin/find because this gives full options and the useless simplified secret alias version doesn't have all the options.

              I hate little "gotchas" like this. So arbitrary, so useless and "undocumented".

              What overwrites find? What OS were you on? I've never seen that. It does not appear to be happening on my systems.

              guyinpvG 1 Reply Last reply Reply Quote 1
              • guyinpvG
                guyinpv @scottalanmiller
                last edited by

                @scottalanmiller said in Compare ClearOS with Zentyal:

                @guyinpv said in Compare ClearOS with Zentyal:

                And so many things feel so arbitrary.

                The other day I think I was using the find command or something, and found out that there is an alias "simplified" version of the command that overwrites the "real" one. So it goes, if you want the ability to use all the command options, you have to specifically reference the executable location like /usr/bin/find because this gives full options and the useless simplified secret alias version doesn't have all the options.

                I hate little "gotchas" like this. So arbitrary, so useless and "undocumented".

                What overwrites find? What OS were you on? I've never seen that. It does not appear to be happening on my systems.

                I was reading a how-to for doing some advanced file-finding. It was either the find command or some other one. It said that their was a simplified alias version (built in to Bash?) that didn't have the advanced switches I needed, so they said to always reference the usr/bin version directly when using it.

                Wish I could find it for you.

                scottalanmillerS travisdh1T 2 Replies Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller @guyinpv
                  last edited by

                  @guyinpv said in Compare ClearOS with Zentyal:

                  @scottalanmiller said in Compare ClearOS with Zentyal:

                  @guyinpv said in Compare ClearOS with Zentyal:

                  And so many things feel so arbitrary.

                  The other day I think I was using the find command or something, and found out that there is an alias "simplified" version of the command that overwrites the "real" one. So it goes, if you want the ability to use all the command options, you have to specifically reference the executable location like /usr/bin/find because this gives full options and the useless simplified secret alias version doesn't have all the options.

                  I hate little "gotchas" like this. So arbitrary, so useless and "undocumented".

                  What overwrites find? What OS were you on? I've never seen that. It does not appear to be happening on my systems.

                  I was reading a how-to for doing some advanced file-finding. It was either the find command or some other one. It said that their was a simplified alias version (built in to Bash?) that didn't have the advanced switches I needed, so they said to always reference the usr/bin version directly when using it.

                  Wish I could find it for you.

                  Seems odd. I've never encountered that. If you find it again, let me know.

                  1 Reply Last reply Reply Quote 0
                  • stacksofplatesS
                    stacksofplates
                    last edited by

                    I will say however, that I think it's faster to initially build a VM with the GUI (like Virt-Manager). It's arguably easier to copy the VM through the GUI vs copying the XML file. I can script copying the XML, not script the GUI portion.

                    1 Reply Last reply Reply Quote 0
                    • travisdh1T
                      travisdh1 @guyinpv
                      last edited by

                      @guyinpv said in Compare ClearOS with Zentyal:

                      And so many things feel so arbitrary.

                      The other day I think I was using the find command or something, and found out that there is an alias "simplified" version of the command that overwrites the "real" one. So it goes, if you want the ability to use all the command options, you have to specifically reference the executable location like /usr/bin/find because this gives full options and the useless simplified secret alias version doesn't have all the options.

                      I hate little "gotchas" like this. So arbitrary, so useless and "undocumented".

                      It sounds like you're assuming that you can't use options other than what are in the alias, but you can still use all command line options when something has an alias, doesn't matter.

                      Wikipedia Alias Page Aliases were meant to simplify usage.

                      1 Reply Last reply Reply Quote 0
                      • travisdh1T
                        travisdh1 @guyinpv
                        last edited by

                        @guyinpv said in Compare ClearOS with Zentyal:

                        @scottalanmiller said in Compare ClearOS with Zentyal:

                        @guyinpv said in Compare ClearOS with Zentyal:

                        And so many things feel so arbitrary.

                        The other day I think I was using the find command or something, and found out that there is an alias "simplified" version of the command that overwrites the "real" one. So it goes, if you want the ability to use all the command options, you have to specifically reference the executable location like /usr/bin/find because this gives full options and the useless simplified secret alias version doesn't have all the options.

                        I hate little "gotchas" like this. So arbitrary, so useless and "undocumented".

                        What overwrites find? What OS were you on? I've never seen that. It does not appear to be happening on my systems.

                        I was reading a how-to for doing some advanced file-finding. It was either the find command or some other one. It said that their was a simplified alias version (built in to Bash?) that didn't have the advanced switches I needed, so they said to always reference the usr/bin version directly when using it.

                        Wish I could find it for you.

                        If you do find it, be sure to throw it away, uck.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 6 / 6
                        • First post
                          Last post