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 44.5m 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.
    • thwrT
      thwr @WrCombs
      last edited by

      @WrCombs said in What Are You Doing Right Now:

      @thwr said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @brandon220 said in What Are You Doing Right Now:

      @WrCombs Install the Role "Active Directory Domain Services" and "DNS Server"

      Installed.
      Gotta setup a Domain controller now, it wont let me do anything else (add user, computers, etc. ) until I do.

      Just in case you're starting a new AD: Better go read a few articles about AD DNS setup, naming conventions and general best practices before configuring the role. Choosing a good root level domain name is of utmost importance and it shouldn't be changed later.

      It's possible, but requires expert level knowledge. It's like jumping through a minefield - blindfolded on a pogo stick.

      sounds like a great idea 😄 i wanna try that..

      Have fun 😛

      1 Reply Last reply Reply Quote 1
      • DashrenderD
        Dashrender @WrCombs
        last edited by

        @WrCombs said in What Are You Doing Right Now:

        @scottalanmiller said in What Are You Doing Right Now:

        @WrCombs said in What Are You Doing Right Now:

        @scottalanmiller said in What Are You Doing Right Now:

        @WrCombs I did Choco based VBox installs last night!

        ha Nice ! i opened VBox and it said there was an upgrade available, decided it was a good time to go a head and upgrade that.

        I run mine headless. I automate it from the command line via MeshCentral.

        Wonder what it would take to automate upgrades like that via Powershell.. New project!

        use chocolatey itself to update it self automatically

        choco install choco-upgrade-all-at -y

        1 Reply Last reply Reply Quote 4
        • WrCombsW
          WrCombs
          last edited by

          Got Side Tracked by work calls.. who knew you actually had to work when you work from home.

          1 Reply Last reply Reply Quote 1
          • popesterP
            popester @dafyre
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • black3dynamiteB
              black3dynamite
              last edited by

              That's annoying, the column command has limited amount of options in Debian 10 and Ubuntu 19.10 compared to Fedora. I have a script that uses column and the option that I'm using doesn't exist with the version on Debian/Ubuntu.

              thwrT 1 Reply Last reply Reply Quote 0
              • thwrT
                thwr @black3dynamite
                last edited by

                @black3dynamite said in What Are You Doing Right Now:

                That's annoying, the column command has limited amount of options in Debian 10 and Ubuntu 19.10 compared to Fedora. I have a script that uses column and the option that I'm using doesn't exist with the version on Debian/Ubuntu.

                you could compile a version from source. Or maybe replace column with a combination of awk and sed?

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

                  @thwr said in What Are You Doing Right Now:

                  @black3dynamite said in What Are You Doing Right Now:

                  That's annoying, the column command has limited amount of options in Debian 10 and Ubuntu 19.10 compared to Fedora. I have a script that uses column and the option that I'm using doesn't exist with the version on Debian/Ubuntu.

                  you could compile a version from source. Or maybe replace column with a combination of awk and sed?

                  No go with compiling since I sometimes use my script while using a Live distro installer. Maybe I can use awk and/or sed but the formatting is off compare to using column. I'll just stick with using Fedora Live installers when I want to run the script in a live session.

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

                    @black3dynamite said in What Are You Doing Right Now:

                    @thwr said in What Are You Doing Right Now:

                    @black3dynamite said in What Are You Doing Right Now:

                    That's annoying, the column command has limited amount of options in Debian 10 and Ubuntu 19.10 compared to Fedora. I have a script that uses column and the option that I'm using doesn't exist with the version on Debian/Ubuntu.

                    you could compile a version from source. Or maybe replace column with a combination of awk and sed?

                    No go with compiling since I sometimes use my script while using a Live distro installer. Maybe I can use awk and/or sed but the formatting is off compare to using column. I'll just stick with using Fedora Live installers when I want to run the script in a live session.

                    I figured it out the bad formatting I was getting.

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

                      @scottalanmiller said in What Are You Doing Right Now:

                      @dafyre said in What Are You Doing Right Now:

                      @scottalanmiller said in What Are You Doing Right Now:

                      @popester said in What Are You Doing Right Now:

                      ext4 is a given. What is common in the SMB realm?

                      ext4 is what you find in the SMB 98% of the time. XFS is what we recommend most of the time.

                      Why XFS over EXT4 ? Honestly curious.

                      Reliability, performance. EXT4 has some essentially pointless features that make it popular with the non-production set like the ability to shrink an on the fly partition. Not something you use in prod or a server, not something I've ever used, but in theory, a niche need in a lab or consumer system. But giving up performance or stability for that? Crazy (outside of lab or consumer.)

                      EXT4 is very good for a desktop, and has a slight edge in the small file transactions common there. XFS has a performance edge with nearly all workloads. Nothing is the best always.

                      Thanks for the heads up. On our systems at work that use it, it seems to have a 1MB block file. Is that the norm for XFS?

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

                        @LilAng said in What Are You Doing Right Now:

                        working thru lunch. eating nuggets. thinking about that rick and morty episode and how to convince @valentina to watch demon slayer or my hero academia ... so much in so little time! I NEED MORE TIME.

                        My Hero Academia is my daughter's favourite show and we are going to the My Hero Academia convention next weekend!

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

                          @dafyre said in What Are You Doing Right Now:

                          Thanks for the heads up. On our systems at work that use it, it seems to have a 1MB block file. Is that the norm for XFS?

                          XFS block size default is 4KB. Maximum is 64KB.

                          dafyreD 1 Reply Last reply Reply Quote 0
                          • siringoS
                            siringo
                            last edited by

                            running wsus cleanup wizard

                            nadnerBN 1 Reply Last reply Reply Quote 0
                            • nadnerBN
                              nadnerB @siringo
                              last edited by

                              @siringo said in What Are You Doing Right Now:

                              running wsus cleanup wizard

                              hope you packed dinner. You might be there a while
                              😛

                              siringoS 1 Reply Last reply Reply Quote 1
                              • siringoS
                                siringo @nadnerB
                                last edited by

                                @nadnerB said in What Are You Doing Right Now:

                                @siringo said in What Are You Doing Right Now:

                                running wsus cleanup wizard

                                hope you packed dinner. You might be there a while
                                😛

                                haha, yeah. It wasn't too bad.

                                1 Reply Last reply Reply Quote 0
                                • siringoS
                                  siringo
                                  last edited by

                                  working from home. giving up. wife has cooked chocolate cake and all i can smell is cake!

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

                                    Trying to wrap up some late work and get to bed. have a headache tonight 😞

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

                                      Doing some work from home, so looking into Windows/Unifi/DC logging

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

                                        @hobbit666 said in What Are You Doing Right Now:

                                        Doing some work from home, so looking into Windows/Unifi/DC logging

                                        So on this what do people use? ELK Stack, Graylog, Solarwinds etc. Zabbix maybe?

                                        thwrT scottalanmillerS 2 Replies Last reply Reply Quote 1
                                        • thwrT
                                          thwr @hobbit666
                                          last edited by thwr

                                          @hobbit666 said in What Are You Doing Right Now:

                                          @hobbit666 said in What Are You Doing Right Now:

                                          Doing some work from home, so looking into Windows/Unifi/DC logging

                                          So on this what do people use? ELK Stack, Graylog, Solarwinds etc. Zabbix maybe?

                                          Sounds good. Maybe Grafana? Everything you mentioned is a decent choice (except Solarwinds, never used it)

                                          scottalanmillerS 1 Reply Last reply Reply Quote 2
                                          • B
                                            bnrstnr
                                            last edited by

                                            Finally back to work. Took a couple weeks off to be a stay at home dad while my wife recovers from a total shoulder replacement surgery.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 4443
                                            • 4444
                                            • 2 / 4444
                                            • First post
                                              Last post