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.
    • JaredBuschJ
      JaredBusch @travisdh1
      last edited by

      @travisdh1 said in What Are You Doing Right Now:

      @JaredBusch said in What Are You Doing Right Now:

      @Obsolesce said in What Are You Doing Right Now:

      Is it specific to NextCloud having an issue with Secure Boot?

      WTF?

      Wow, not even a FFS from @JaredBusch.

      it was beyond a FFS to a total just WTF, I can't even...

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

        @JaredBusch said in What Are You Doing Right Now:

        @Obsolesce said in What Are You Doing Right Now:

        @nadnerB said in What Are You Doing Right Now:

        @travisdh1 Yeah, Gen 2 with Secure boot set to off

        Why does everyone keep secure boot off with Hyper-V?

        Because it does not work "out of the box" with most things. Can it be made to work? sure. But it does not work by default.

        also, these are virtual machines in a secure environment. Not bob's desktop.

        also, these are linux systems not windows.

        also, generation 1 vm's cant even do it.

        Where is the benefit?

        I think this would be tantamount to HD encryption in a DC - who's going to be there everytime to enter a password at the reboot prompt?

        JaredBuschJ 1 Reply Last reply Reply Quote 2
        • JaredBuschJ
          JaredBusch @Dashrender
          last edited by

          @Dashrender said in What Are You Doing Right Now:

          @JaredBusch said in What Are You Doing Right Now:

          @Obsolesce said in What Are You Doing Right Now:

          @nadnerB said in What Are You Doing Right Now:

          @travisdh1 Yeah, Gen 2 with Secure boot set to off

          Why does everyone keep secure boot off with Hyper-V?

          Because it does not work "out of the box" with most things. Can it be made to work? sure. But it does not work by default.

          also, these are virtual machines in a secure environment. Not bob's desktop.

          also, these are linux systems not windows.

          also, generation 1 vm's cant even do it.

          Where is the benefit?

          I think this would be tantamount to HD encryption in a DC - who's going to be there everytime to enter a password at the reboot prompt?

          Similar.

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

            At least as far as being overkill without a clear benefit in most cases.

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

              Coffee number two.

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

                Coffee number three.

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

                  Doing my first Pop!_OS install. 18.10 is out now.

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

                    Nearly home time. Then get the train home, meet the kids and my Mum at McDonalds then off to see some Fireworks.

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

                      @scottalanmiller said in What Are You Doing Right Now:

                      Coffee number three.

                      Pot #2 in progress.
                      0_1541177262683_0A6ACCFC-5F6F-426B-8B49-09B70F478CB7.jpeg

                      1 Reply Last reply Reply Quote 0
                      • NerdyDadN
                        NerdyDad
                        last edited by

                        Thinking about where to go for lunch. 🤔

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

                          Kids are at the table with me doing their homework.

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

                            Playing some Steve Wonder to help my kid to sleep.

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

                              @NerdyDad said in What Are You Doing Right Now:

                              Thinking about where to go for lunch. 🤔

                              I grabbed some KFC coming back from an onsite visit.

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

                                Guess one of our sites wants to do a PC swap at 2:30 pm on a Friday. . . Guess who's going? Raises hand
                                why do people not think about potential problems - like its friday, and if anything goes down tomorrow or Sunday they have limited support. . .

                                Happy Friday peoples.

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

                                  So let' say I want to Run this command net time \\*thepcname* /set In a batch file that runs at startup.

                                  But when you run the above command you have to type in y {enter}

                                  would -y work in the batch file?
                                  I only ask because when I run the full line net time \\*thepcname* /set -y
                                  I get a syntax error,

                                  Edit It is currently set net time \\*thepcname* /set/y

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

                                    @WrCombs said in What Are You Doing Right Now:

                                    So let' say I want to Run this command net time \\*thepcname* /set In a batch file that runs at startup.

                                    But when you run the above command you have to type in y {enter}

                                    would -y work in the batch file?
                                    I only ask because when I run the full line net time \\*thepcname* /set -y
                                    I get a syntax error,

                                    /y

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

                                      @black3dynamite said in What Are You Doing Right Now:

                                      @WrCombs said in What Are You Doing Right Now:

                                      So let' say I want to Run this command net time \\*thepcname* /set In a batch file that runs at startup.

                                      But when you run the above command you have to type in y {enter}

                                      would -y work in the batch file?
                                      I only ask because when I run the full line net time \\*thepcname* /set -y
                                      I get a syntax error,

                                      /y

                                      It is currently set net time \\*ThePCName* /set/y I think It might be a premissions issue. I got the command to run in an elevated cmd prompt.
                                      Trying to figure out how to run it as admin all the time.

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

                                        @black3dynamite said in What Are You Doing Right Now:

                                        Playing some Steve Wonder to help my kid to sleep.

                                        What time is it there?

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

                                          Man, helping my kids with school work... every damn time I'm like "But this worksheet is completely wrong." From spelling errors to basic conceptual errors. It's like all of the people making worksheets for school never made it out of the fourth grade!

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

                                            @scottalanmiller said in What Are You Doing Right Now:

                                            @black3dynamite said in What Are You Doing Right Now:

                                            Playing some Steve Wonder to help my kid to sleep.

                                            What time is it there?

                                            12:16 Mountain TIme. It's my six-month kid.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3233
                                            • 3234
                                            • 3235
                                            • 3236
                                            • 3237
                                            • 4443
                                            • 4444
                                            • 3235 / 4444
                                            • First post
                                              Last post