What Are You Doing Right Now
-
Fixing a Serial to Lan adapter...
-
@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.
-
@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.
I'm not. @dbeato, what in the world are you supporting that requires a serial to lan adapter?
-
@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. . .
-
@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.
-
@travisdh1 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.
I'm not. @dbeato, what in the world are you supporting that requires a serial to lan adapter?
Old access control system...
-
@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.
-
@travisdh1 Hey, what could possible go wrong with 25 pins, only some of which you'll ever use on any given device. . .
-
@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
-
If
sed
existed in Windows, that would make my current task much easier. -
@EddieJennings said in What Are You Doing Right Now:
If
sed
existed in Windows, that would make my current task much easier. -
@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.Nice. If I could only install that on every server we have
-
@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.Nice. If I could only install that on every server we have
What is stopping you, you have the root creds right?
-
@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.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.
-
@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?
-
@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.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/ -
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.
-
@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.
- Write two entries to the host file. This is easy enough: Echo text and redirect to the hosts file.
- Do the stuff needed for AMP (which can't be done with PowerShell due to an AMP limitation)
- Once stuff is done, find the two entries made from step 1 and comment them out.
-
@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.
-
@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.
- Write two entries to the host file. This is easy enough: Echo text and redirect to the hosts file.
- Do the stuff needed for AMP (which can't be done with PowerShell due to an AMP limitation)
- 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.