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

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 42.7m 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.
    • jmooreJ
      jmoore @Joy
      last edited by

      @joy use terminal and look for processes, then kill the process

      1 Reply Last reply Reply Quote 1
      • jmooreJ
        jmoore
        last edited by

        Stuck on I-20, currently going 3 mph

        RojoLocoR dafyreD 2 Replies Last reply Reply Quote 0
        • RojoLocoR
          RojoLoco @jmoore
          last edited by

          @jmoore said in What Are You Doing Right Now:

          Stuck on I-20, currently going 3 mph

          WELCOME TO ATLANTA!!!! Get used to that level of traffic.

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

            Dealing with a pounding headache!

            1 Reply Last reply Reply Quote 0
            • jmooreJ
              jmoore @RojoLoco
              last edited by

              @rojoloco lol dang

              1 Reply Last reply Reply Quote 0
              • hobbit666H
                hobbit666 @DustinB3403
                last edited by hobbit666

                @dustinb3403 said in What Are You Doing Right Now:

                Simple, don't run anything as root or sudo.

                But then i get errors running the commands

                ***Edit when creating the user should i be ticking the "Make this user Administrator"????

                1 Reply Last reply Reply Quote 0
                • black3dynamiteB
                  black3dynamite @Joy
                  last edited by

                  @joy said in What Are You Doing Right Now:

                  I'm using fedora and I'm looking for task manager.

                  In Fedora Gnome, its called System Monitor

                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                  • dafyreD
                    dafyre @jmoore
                    last edited by dafyre

                    @jmoore said in What Are You Doing Right Now:

                    Stuck on I-20, currently going 3 mph

                    That fast? If you're lucky, after the lunch crowd gets settled, you'll pick up to 5mph.

                    jmooreJ 1 Reply Last reply Reply Quote 0
                    • jmooreJ
                      jmoore @dafyre
                      last edited by

                      @dafyre oh I look forward to that!

                      1 Reply Last reply Reply Quote 0
                      • black3dynamiteB
                        black3dynamite @DustinB3403
                        last edited by

                        @dustinb3403 said in What Are You Doing Right Now:

                        Simple, don't run anything as root or sudo.

                        What do you mean? You get warnings from composer and the upgrade.php file when using root.
                        And once the directories and files are properly setup, you can use sudo -u apache followed by the commands.

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

                          @black3dynamite said in What Are You Doing Right Now:

                          @dustinb3403 said in What Are You Doing Right Now:

                          Simple, don't run anything as root or sudo.

                          What do you mean? You get warnings from composer and the upgrade.php file when using root.
                          And once the directories and files are properly setup, you can use sudo -u apache followed by the commands.

                          Oh yeah, I've read about this.. I keep meaning to do some new installs to clarify the instructions.

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

                            Morning conference calls.

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

                              @black3dynamite said in What Are You Doing Right Now:

                              @joy said in What Are You Doing Right Now:

                              I'm using fedora and I'm looking for task manager.

                              In Fedora Gnome, its called System Monitor

                              She's on Cinnamon. She's adjusting to the NTG standard desktop environment 🙂

                              black3dynamiteB 1 Reply Last reply Reply Quote 2
                              • scottalanmillerS
                                scottalanmiller @Joy
                                last edited by

                                @joy said in What Are You Doing Right Now:

                                I'm using fedora and I'm looking for task manager.

                                It's System Monitor on Cinnamon. Menu -> Administration -> System Monitor.

                                0_1527693645149_Screenshot from 2018-05-30 10-20-40.png

                                1 Reply Last reply Reply Quote 2
                                • jmooreJ
                                  jmoore
                                  last edited by

                                  Listening to the first bleach soundtrack while driving

                                  1 Reply Last reply Reply Quote 0
                                  • black3dynamiteB
                                    black3dynamite @scottalanmiller
                                    last edited by black3dynamite

                                    @scottalanmiller said in What Are You Doing Right Now:

                                    @black3dynamite said in What Are You Doing Right Now:

                                    @joy said in What Are You Doing Right Now:

                                    I'm using fedora and I'm looking for task manager.

                                    In Fedora Gnome, its called System Monitor

                                    She's on Cinnamon. She's adjusting to the NTG standard desktop environment 🙂

                                    Does the Cinnamon desktop use the same app?

                                    Edit: Nevermind.

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

                                      0_1527693755729_Screenshot from 2018-05-30 10-22-25.png

                                      1 Reply Last reply Reply Quote 0
                                      • black3dynamiteB
                                        black3dynamite @JaredBusch
                                        last edited by black3dynamite

                                        @jaredbusch said in What Are You Doing Right Now:

                                        @black3dynamite said in What Are You Doing Right Now:

                                        @dustinb3403 said in What Are You Doing Right Now:

                                        Simple, don't run anything as root or sudo.

                                        What do you mean? You get warnings from composer and the upgrade.php file when using root.
                                        And once the directories and files are properly setup, you can use sudo -u apache followed by the commands.

                                        Oh yeah, I've read about this.. I keep meaning to do some new installs to clarify the instructions.

                                        When running this command
                                        sudo -u apache php composer.phar install --no-dev --prefer-source

                                        You will end up getting these messages
                                        Cannot create cache directory /usr/share/httpd/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache

                                        Cannot create cache directory /usr/share/httpd/.composer/cache/files/, or directory is not writable. Proceeding without cache

                                        The fix is to have .composer directory created first and then have apache to be the owner of it.

                                        sudo mkdir /usr/share/httpd/.composer
                                        sudo chown -R apache:apache /usr/share/httpd/.composer
                                        

                                        Plus the upgrade.php file doesn't work if using root.

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

                                          @black3dynamite make a new topic. .

                                          1 Reply Last reply Reply Quote 2
                                          • dbeatoD
                                            dbeato
                                            last edited by

                                            Working on SRP Policies and SQL Server.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 2963
                                            • 2964
                                            • 2965
                                            • 2966
                                            • 2967
                                            • 4443
                                            • 4444
                                            • 2965 / 4444
                                            • First post
                                              Last post