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

    Install Nextcloud 13.0.0 on Fedora 27

    Scheduled Pinned Locked Moved IT Discussion
    how tonextcloudnextcloud 13real instructionsguidefedora 27
    188 Posts 21 Posters 31.2k Views
    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.
    • DustinB3403D
      DustinB3403 @JaredBusch
      last edited by

      @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

      @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

      @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

      @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

      57757506-23a2-4377-952e-5da184e71f01-image.png

      Does this show root? I just left the password blank.

      So you didn't set a root password at all if where it says "Enter password:" you just tapped enter and were logged in.

      That should be updated to be secured with a password.

      correct. that makes me think it didnt take the password earlier, because of bad characters.

      You would've set the password when you ran mysql_secure_installation

      I didnt run that, I followed the script.

      hrm, yeah just looking. @JaredBusch is there a reason to not run mysql_secure_installation ?

      Because that is what those mysql -e commands do.

      Ah never knew that.

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

        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

        @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

        @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

        mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
        

        This is you using an invalid character in a mysql password.

        what is the invalid character?

        @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

        They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

        so stick with letters and numbers?

        Yup, that's a general rule.

        DonahueD 1 Reply Last reply Reply Quote 0
        • DonahueD
          Donahue @scottalanmiller
          last edited by

          @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

          @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

          @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

          mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
          

          This is you using an invalid character in a mysql password.

          what is the invalid character?

          @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

          They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

          so stick with letters and numbers?

          Yup, that's a general rule.

          where is this the general rule? Linux? databases?

          scottalanmillerS JaredBuschJ 2 Replies Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @Donahue
            last edited by

            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

            @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

            @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

            @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

            mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
            

            This is you using an invalid character in a mysql password.

            what is the invalid character?

            @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

            They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

            so stick with letters and numbers?

            Yup, that's a general rule.

            where is this the general rule? Linux? databases?

            Anytime you are scripting passwords, automating passwords, or using passwords in systems you don't know exactly how everything between the keyboard and the final system are going to interpret special codes.

            1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @Donahue
              last edited by

              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

              @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

              @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

              @JaredBusch said in Install Nextcloud 13.0.0 on Fedora 27:

              mysql -e "CREATE USER 'ncadmin'@'localhost' IDENTIFIED BY 'N@2$#sx67UkIZ^$xsInW0&7Z';"
              

              This is you using an invalid character in a mysql password.

              what is the invalid character?

              @JaredBusch is probably looking it up, but only numbers and letters are allowed here from what I can find.

              They can be complex, but you have risks of them being misinterpreted. Like bash reading it as a variable.

              so stick with letters and numbers?

              Yup, that's a general rule.

              where is this the general rule? Linux? databases?

              I believe it was actually a requirement in the past. but no longer. I'd have to go search to find when they updated it.

              1 Reply Last reply Reply Quote 0
              • DonahueD
                Donahue
                last edited by

                TIL, use simple passwords.

                JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @Donahue
                  last edited by

                  @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                  TIL, use simple passwords.

                  Incorrect.

                  Use long passwords.

                  1 Reply Last reply Reply Quote 0
                  • JaredBuschJ
                    JaredBusch
                    last edited by

                    I believe 32 is the limit due to replication or something.

                    1 Reply Last reply Reply Quote 0
                    • DonahueD
                      Donahue
                      last edited by

                      I default to 24

                      1 Reply Last reply Reply Quote 0
                      • DonahueD
                        Donahue
                        last edited by

                        some places complain if they are too long.

                        1 Reply Last reply Reply Quote 0
                        • DonahueD
                          Donahue
                          last edited by

                          hell, our ERP only allows 10

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

                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                            TIL, use simple passwords.

                            Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

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

                              @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                              hell, our ERP only allows 10

                              That's a different kind of problem.

                              1 Reply Last reply Reply Quote 0
                              • DonahueD
                                Donahue @scottalanmiller
                                last edited by

                                @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                TIL, use simple passwords.

                                Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                they do add to the list of possible characters to try when brute forcing though.

                                DustinB3403D scottalanmillerS 2 Replies Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403 @Donahue
                                  last edited by

                                  @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                  @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                  @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                  TIL, use simple passwords.

                                  Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                  they do add to the list of possible characters to try when brute forcing though.

                                  Sure. . . but when your possible list of 24 digit passwords (including upper and lowercase) makes for an extremely long password with some insane number of combinations.

                                  So it's plenty secure.

                                  DonahueD 1 Reply Last reply Reply Quote 0
                                  • DonahueD
                                    Donahue @DustinB3403
                                    last edited by

                                    @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                    @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                    TIL, use simple passwords.

                                    Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                    they do add to the list of possible characters to try when brute forcing though.

                                    Sure. . . but when your possible list of 24 digit passwords (including upper and lowercase) makes for an extremely long password with some insane number of combinations.

                                    So it's plenty secure.

                                    It doesn't take any more effort for me to generate a more secure password with symbols added, so why skimp?

                                    scottalanmillerS DustinB3403D 2 Replies Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller @Donahue
                                      last edited by

                                      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                      @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                      @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                      TIL, use simple passwords.

                                      Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                      they do add to the list of possible characters to try when brute forcing though.

                                      Only sort of. Only in the situation where you assume that all non-special character options will be attempted first. Otherwise, it doesn't actually do that.

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

                                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                        @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                        @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                        @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                        TIL, use simple passwords.

                                        Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                        they do add to the list of possible characters to try when brute forcing though.

                                        Sure. . . but when your possible list of 24 digit passwords (including upper and lowercase) makes for an extremely long password with some insane number of combinations.

                                        So it's plenty secure.

                                        It doesn't take any more effort for me to generate a more secure password with symbols added, so why skimp?

                                        Because it so often results in an inability to login in. Either because the password isn't recorded properly, or because it can't be recorded elsewhere properly, or the worst case, that it results in a very weak password that you do not realize.

                                        DonahueD 1 Reply Last reply Reply Quote 0
                                        • DonahueD
                                          Donahue @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                          @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                          @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                          TIL, use simple passwords.

                                          Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                          they do add to the list of possible characters to try when brute forcing though.

                                          Only sort of. Only in the situation where you assume that all non-special character options will be attempted first. Otherwise, it doesn't actually do that.

                                          what nonsense are you saying now? password entropy is a thing. The more possible characters, the harder it is statistically to brute force.

                                          1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403 @Donahue
                                            last edited by

                                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @DustinB3403 said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

                                            @Donahue said in Install Nextcloud 13.0.0 on Fedora 27:

                                            TIL, use simple passwords.

                                            Simple CHARACTERS in passwords. Special characters aren't complex to a computer, only seem that way to humans.

                                            they do add to the list of possible characters to try when brute forcing though.

                                            Sure. . . but when your possible list of 24 digit passwords (including upper and lowercase) makes for an extremely long password with some insane number of combinations.

                                            So it's plenty secure.

                                            It doesn't take any more effort for me to generate a more secure password with symbols added, so why skimp?

                                            Because special characters often break when being passed through tunnels. IE the # symbol is often an "comment" indicator and might ruin the rest of your password.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 9 / 10
                                            • First post
                                              Last post