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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.3m
    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.
    • siringoS
      siringo
      last edited by

      Happy Friday everyone.

      Happy for me as the prodigal tool has returned!

      20190329_090109.jpg

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

        @siringo where was it hiding?

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

          @scottalanmiller said in What Are You Doing Right Now:

          @siringo where was it hiding?

          I visit a site once a week. I must have left it on the desk there last week. Great to have it back, saves me having to look for another one.

          1 Reply Last reply Reply Quote 0
          • RojoLocoR
            RojoLoco @WrCombs
            last edited by

            @WrCombs ah.... So retro.

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

              Just cooked for the family.

              1 Reply Last reply Reply Quote 0
              • RojoLocoR
                RojoLoco
                last edited by

                Got 4oz each of red Savina and Carolina reaper beef jerky. And 2 packs of hot pepper seeds.

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

                  Finished with baseball coaching meeting.

                  1 Reply Last reply Reply Quote 0
                  • WrCombsW
                    WrCombs @RojoLoco
                    last edited by

                    @RojoLoco said in What Are You Doing Right Now:

                    @WrCombs ah.... So retro.

                    Very retro - but that's the industry .
                    We're moving cloud based with in the next year so that'll be fun.
                    Also Trying to convince my bosses that network printers are the way to go for most of our clients kitchen printers.

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

                      Finished setting up BookStack with LDAP

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

                        @dbeato said in What Are You Doing Right Now:

                        Finished setting up BookStack with LDAP

                        What a pain but is all good.

                        ObsolesceO zachary715Z 2 Replies Last reply Reply Quote 0
                        • ObsolesceO
                          Obsolesce @EddieJennings
                          last edited by Obsolesce

                          @EddieJennings said in What Are You Doing Right Now:

                          This will sound super-n00bish, but oh well. $args in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.

                          How so?

                          I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the $args.count is higher than it should be, for example.

                          What are you using it for?

                          EddieJenningsE 1 Reply Last reply Reply Quote 0
                          • ObsolesceO
                            Obsolesce @dbeato
                            last edited by

                            @dbeato said in What Are You Doing Right Now:

                            @dbeato said in What Are You Doing Right Now:

                            Finished setting up BookStack with LDAP

                            What a pain but is all good.

                            Hopefully you documented so you can do it again quickly and with ease!

                            1 Reply Last reply Reply Quote -1
                            • S
                              scotth
                              last edited by

                              @WrCombs Fuel dispensers are also still using RS-232. If you pull up to a fuel station, the ads playing on the screen are delivered on two wires -- kinda modem to modem. Honestly, our serial devices are very reliable, although you can lose the TV screens in fuel dispensers for all I care.

                              1 Reply Last reply Reply Quote 0
                              • EddieJenningsE
                                EddieJennings @Obsolesce
                                last edited by

                                @Obsolesce said in What Are You Doing Right Now:

                                @EddieJennings said in What Are You Doing Right Now:

                                This will sound super-n00bish, but oh well. $args in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.

                                How so?

                                I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the $args.count is higher than it should be, for example.

                                What are you using it for?

                                I'm working on a script right now that will make use of start-job and using $args lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into the start-job scriptblock.

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

                                  @EddieJennings said in What Are You Doing Right Now:

                                  @Obsolesce said in What Are You Doing Right Now:

                                  @EddieJennings said in What Are You Doing Right Now:

                                  This will sound super-n00bish, but oh well. $args in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.

                                  How so?

                                  I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the $args.count is higher than it should be, for example.

                                  What are you using it for?

                                  I'm working on a script right now that will make use of start-job and using $args lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into the start-job scriptblock.

                                  Man, it took me forever to figure out how to do something similar!

                                  EddieJenningsE ObsolesceO 2 Replies Last reply Reply Quote 1
                                  • EddieJenningsE
                                    EddieJennings @dafyre
                                    last edited by

                                    @dafyre said in What Are You Doing Right Now:

                                    @EddieJennings said in What Are You Doing Right Now:

                                    @Obsolesce said in What Are You Doing Right Now:

                                    @EddieJennings said in What Are You Doing Right Now:

                                    This will sound super-n00bish, but oh well. $args in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.

                                    How so?

                                    I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the $args.count is higher than it should be, for example.

                                    What are you using it for?

                                    I'm working on a script right now that will make use of start-job and using $args lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into the start-job scriptblock.

                                    Man, it took me forever to figure out how to do something similar!

                                    Hence, my life being changed 😄

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

                                      @EddieJennings said in What Are You Doing Right Now:

                                      @dafyre said in What Are You Doing Right Now:

                                      @EddieJennings said in What Are You Doing Right Now:

                                      @Obsolesce said in What Are You Doing Right Now:

                                      @EddieJennings said in What Are You Doing Right Now:

                                      This will sound super-n00bish, but oh well. $args in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.

                                      How so?

                                      I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the $args.count is higher than it should be, for example.

                                      What are you using it for?

                                      I'm working on a script right now that will make use of start-job and using $args lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into the start-job scriptblock.

                                      Man, it took me forever to figure out how to do something similar!

                                      Hence, my life being changed 😄

                                      What are you doing with start-job ? I've not had a good reason to use that yet.

                                      EddieJenningsE 1 Reply Last reply Reply Quote 0
                                      • B
                                        bnrstnr @black3dynamite
                                        last edited by

                                        @black3dynamite said in What Are You Doing Right Now:

                                        @dbeato said in What Are You Doing Right Now:

                                        One thing I hate about XCP-ng is the lack of support for UEFI...

                                        It's been awhile but does it support other filesystems like ext4 or xfs and is it still using .vhd files?

                                        The EXT4 driver is in public beta since mid Jan.

                                        It looks like whenever SMAPIv3 is production ready we'll have qcow2 as an option... who knows when that is? Maybe when XS8 drops? I believe the ZFS driver is also in beta and will be production ready shortly after SMAPIv3

                                        1 Reply Last reply Reply Quote 0
                                        • EddieJenningsE
                                          EddieJennings @dafyre
                                          last edited by

                                          @dafyre said in What Are You Doing Right Now:

                                          @EddieJennings said in What Are You Doing Right Now:

                                          @dafyre said in What Are You Doing Right Now:

                                          @EddieJennings said in What Are You Doing Right Now:

                                          @Obsolesce said in What Are You Doing Right Now:

                                          @EddieJennings said in What Are You Doing Right Now:

                                          This will sound super-n00bish, but oh well. $args in PowerShell has changed my life. That is all. Continue with your regularly scheduled ML trolling, lurking, and posting.

                                          How so?

                                          I really only ever used it to check for extra arguments/parameters in my functions / scripts to output an error if the $args.count is higher than it should be, for example.

                                          What are you using it for?

                                          I'm working on a script right now that will make use of start-job and using $args lets me pass the value of a variable between scopes. In this case, I'd be passing a value from earlier in the script into the start-job scriptblock.

                                          Man, it took me forever to figure out how to do something similar!

                                          Hence, my life being changed 😄

                                          What are you doing with start-job ? I've not had a good reason to use that yet.

                                          Because of an $issue I have a script that runs periodically that checks the max RAM available for VMs within certain Citrix silos. At its core, the script runs Get-WMIObject against the servers. Every once in a while we have a server that's online, but for some reason is having a problem, which bascially causes the WMI query to never time out nor finish.

                                          My plan is to rewrite the script to use jobs, which I can kill after X amount of time. Doing this will allow my script to return 3 possible results: 1. VM is showing the issue with RAM. 2. VM is offline, and now 3. VM is online, but WMI query is taking longer than it should -- go investigate.

                                          1 Reply Last reply Reply Quote 1
                                          • zachary715Z
                                            zachary715 @dbeato
                                            last edited by

                                            @dbeato said in What Are You Doing Right Now:

                                            @dbeato said in What Are You Doing Right Now:

                                            Finished setting up BookStack with LDAP

                                            What a pain but is all good.

                                            This is something I've been looking at doing just haven't stopped to play with yet. Any bumps you ran into that you're willing to share please do to minimize my pains :face_with_stuck-out_tongue:

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3520
                                            • 3521
                                            • 3522
                                            • 3523
                                            • 3524
                                            • 4443
                                            • 4444
                                            • 3522 / 4444
                                            • First post
                                              Last post