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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.4m
    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.
    • travisdh1T
      travisdh1 @dafyre
      last edited by

      @dafyre said in What Are You Doing Right Now:

      @DustinB3403 said in What Are You Doing Right Now:

      @dafyre said in What Are You Doing Right Now:

      @dbeato said in What Are You Doing Right Now:

      Fixing a Serial to Lan adapter...

      Oh, fun! I'm afraid to ask what it's for, lol.

      Obviously something cisco. . .

      Or maybe something else... I can think of one or two things that this type of setup could be useful for.

      Timeclocks.... they're all cursed anyway, why not continue to use a serial interface.

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

        @travisdh1 Hey, what could possible go wrong with 25 pins, only some of which you'll ever use on any given device. . .

        travisdh1T 1 Reply Last reply Reply Quote 1
        • travisdh1T
          travisdh1 @DustinB3403
          last edited by

          @DustinB3403 said in What Are You Doing Right Now:

          @travisdh1 Hey, what could possible go wrong with 25 pins, only some of which you'll ever use on any given device. . .

          25 pin, naw, the ones I used to support were 9 pin. So fancy and new 😛

          1 Reply Last reply Reply Quote 2
          • EddieJenningsE
            EddieJennings
            last edited by

            If sed existed in Windows, that would make my current task much easier.

            DustinB3403D ObsolesceO 2 Replies Last reply Reply Quote 0
            • DustinB3403D
              DustinB3403 @EddieJennings
              last edited by

              @EddieJennings said in What Are You Doing Right Now:

              If sed existed in Windows, that would make my current task much easier.

              http://gnuwin32.sourceforge.net/packages/sed.htm

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

                @DustinB3403 said in What Are You Doing Right Now:

                @EddieJennings said in What Are You Doing Right Now:

                If sed existed in Windows, that would make my current task much easier.

                http://gnuwin32.sourceforge.net/packages/sed.htm

                Nice. If I could only install that on every server we have 😄

                DustinB3403D black3dynamiteB scottalanmillerS 3 Replies Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403 @EddieJennings
                  last edited by

                  @EddieJennings said in What Are You Doing Right Now:

                  @DustinB3403 said in What Are You Doing Right Now:

                  @EddieJennings said in What Are You Doing Right Now:

                  If sed existed in Windows, that would make my current task much easier.

                  http://gnuwin32.sourceforge.net/packages/sed.htm

                  Nice. If I could only install that on every server we have 😄

                  What is stopping you, you have the root creds right?

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

                    @DustinB3403 said in What Are You Doing Right Now:

                    @EddieJennings said in What Are You Doing Right Now:

                    @DustinB3403 said in What Are You Doing Right Now:

                    @EddieJennings said in What Are You Doing Right Now:

                    If sed existed in Windows, that would make my current task much easier.

                    http://gnuwin32.sourceforge.net/packages/sed.htm

                    Nice. If I could only install that on every server we have 😄

                    What is stopping you, you have the root creds right?

                    Bureaucracy and its change management.

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

                      @EddieJennings said in What Are You Doing Right Now:

                      If sed existed in Windows, that would make my current task much easier.

                      Doesn't really need it. You have PowerShell to work with objects rather than sorting through garbled text output.

                      What are you trying to do?

                      EddieJenningsE scottalanmillerS 2 Replies Last reply Reply Quote -1
                      • black3dynamiteB
                        black3dynamite @EddieJennings
                        last edited by

                        @EddieJennings said in What Are You Doing Right Now:

                        @DustinB3403 said in What Are You Doing Right Now:

                        @EddieJennings said in What Are You Doing Right Now:

                        If sed existed in Windows, that would make my current task much easier.

                        http://gnuwin32.sourceforge.net/packages/sed.htm

                        Nice. If I could only install that on every server we have 😄

                        Are you trying to do something like this?
                        https://www.kittell.net/code/powershell-unix-sed-equivalent-change-text-file/

                        1 Reply Last reply Reply Quote 0
                        • AdamFA
                          AdamF
                          last edited by

                          Thinking about how not having to use Putty any more, and being able to SSH into my *NIX boxes right from Powershell is so nice.

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

                            @Obsolesce said in What Are You Doing Right Now:

                            @EddieJennings said in What Are You Doing Right Now:

                            If sed existed in Windows, that would make my current task much easier.

                            Doesn't really need it. You have PowerShell to work with objects rather than sorting through garbled text output.

                            What are you trying to do?

                            Problem is a piece of this can't work with Powershell (deals with Cisco AMP's sfc.exe). Where I'd want something like sed is for this.

                            1. Write two entries to the host file. This is easy enough: Echo text and redirect to the hosts file.
                            2. Do the stuff needed for AMP (which can't be done with PowerShell due to an AMP limitation)
                            3. Once stuff is done, find the two entries made from step 1 and comment them out.
                            scottalanmillerS 1 Reply Last reply Reply Quote 1
                            • scottalanmillerS
                              scottalanmiller @AdamF
                              last edited by

                              @fuznutz04 said in What Are You Doing Right Now:

                              Thinking about how not having to use Putty any more, and being able to SSH into my *NIX boxes right from Powershell is so nice.

                              That's not PowerShell enabling that. That's just that SSH is installed now. Works with anything on Windows, cmd, PS, Bash.... anything.

                              AdamFA 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @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:

                                If sed existed in Windows, that would make my current task much easier.

                                Doesn't really need it. You have PowerShell to work with objects rather than sorting through garbled text output.

                                What are you trying to do?

                                Problem is a piece of this can't work with Powershell (deals with Cisco AMP's sfc.exe). Where I'd want something like sed is for this.

                                1. Write two entries to the host file. This is easy enough: Echo text and redirect to the hosts file.
                                2. Do the stuff needed for AMP (which can't be done with PowerShell due to an AMP limitation)
                                3. Once stuff is done, find the two entries made from step 1 and comment them out.

                                This is a big deal. All other systems work transparently with one another, local and remote. The object system in PowerShell breaks that in really problematic ways.

                                1 Reply Last reply Reply Quote 0
                                • valentinaV
                                  valentina
                                  last edited by

                                  Ughhhh I was waiting for my 2 quesadillas hungry as hell and a kid threw up right next to me!!!!! I'm not eating anymore

                                  gjacobseG LilAngL 2 Replies Last reply Reply Quote 1
                                  • gjacobseG
                                    gjacobse @EddieJennings
                                    last edited by

                                    @EddieJennings said in What Are You Doing Right Now:

                                    Just passed off the on-call shackle (phone) for the next five weeks 😄

                                    Lucky - we pass it around at the start of each week. could be a moot point though.. sigh.

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

                                      @Obsolesce said in What Are You Doing Right Now:

                                      @EddieJennings said in What Are You Doing Right Now:

                                      If sed existed in Windows, that would make my current task much easier.

                                      Doesn't really need it. You have PowerShell to work with objects rather than sorting through garbled text output.

                                      What are you trying to do?

                                      Still need it, PS doesn't address the things that we almost all need to do, a lot of the time. Objects sound cool, and sometimes are, but in the real world, often don't cut it when you just need to process text. PS makes "what you see" very different from "what you get." Something we've always had in all other platforms. It's a huge functionality loss that you have to know all kinds of secret things going on in the background that aren't visible, and what is visible is often "fake".

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

                                        @EddieJennings said in What Are You Doing Right Now:

                                        @DustinB3403 said in What Are You Doing Right Now:

                                        @EddieJennings said in What Are You Doing Right Now:

                                        If sed existed in Windows, that would make my current task much easier.

                                        http://gnuwin32.sourceforge.net/packages/sed.htm

                                        Nice. If I could only install that on every server we have 😄

                                        https://chocolatey.org/packages/sed

                                        choco install sed -y
                                        
                                        black3dynamiteB 1 Reply Last reply Reply Quote 1
                                        • gjacobseG
                                          gjacobse @valentina
                                          last edited by

                                          @valentina said in What Are You Doing Right Now:

                                          Ughhhh I was waiting for my 2 quesadillas hungry as hell and a kid threw up right next to me!!!!! I'm not eating anymore

                                          ugh - send that table the bill...

                                          valentinaV 1 Reply Last reply Reply Quote 1
                                          • valentinaV
                                            valentina @gjacobse
                                            last edited by

                                            @gjacobse right????

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3562
                                            • 3563
                                            • 3564
                                            • 3565
                                            • 3566
                                            • 4443
                                            • 4444
                                            • 3564 / 4444
                                            • First post
                                              Last post