What Are You Doing Right Now
-
@RojoLoco said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@Obsolesce said in What Are You Doing Right Now:
@RojoLoco said in What Are You Doing Right Now:
Apparently Dell / EMC has outsourced their sales dicks to India... and now it sounds just like talking to their support. Broken english, thick accent, stiffly reading off a script.
You need to get the pro support if you want otherwise.
You're calling the wrong number then, and not actually getting pro support. It basically direct to someone in the US. This was as of a few months ago and doubt it changed.
US or overseas doesn't matter, I despise having a phone stuck to my ear for any length of time. On a support chat, I get better results with no direct human interaction, and I can still do other things while I'm on the chat.
If you had the right place on the phone, it's just you telling them what you need and them either sending you the part or sending out a tech. Always quick.
Maybe the boss here has the right number, because the time I called the "pro support" number on their website, I got a level 1 script monkey who could barely read, let alone actually provide any support. But, like I said before, I'd rather get stabbed in the ear than be on a phone call for 30 seconds, so I don't call support unless there is literally no other option.
Gotcha, calling support is always < not calling support.
-
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.