Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Ejectrode? (Score 1) 258

Now I have one of those flippy-key things like the VW and MB owners have, and saved about $35,000 on the car.

That's on my list of things to do for my Audi. Apparently the system has support for fobs, and I have instructions for coding them, but I don't actually have any fobs. So I have to go through the same process. It's an old car though, so it wasn't expensive either... just leaky.

The mechanics I've talked to say pretty much all the 4.2 liter Audis they've seen have been leaky... story of my life with bored-out versions. The 7.3 Ford is the same way.

Comment Re:Timeo Danaos et dona ferentes (Score 1) 285

This doesn't compete with PuTTY, probably: odds are it will be a console-mode ssh binary just like what cygwin users have already but without a dependency on cygwin, and a server just like what cygwin users have already but with NT auth (incl. AD) rather than /etc/passwd authentication which maps to local SIDs. PuTTY does have a command-line client, but nobody is paying for that. They're paying (if they pay at all) for the interface.

Comment Re:Cygwin (Score 1) 285

No. Cygwin runs everything under one process.

buh?

windows$ ps -aef
    UID PID PPID TTY STIME COMMAND
cyg_serv 2588 1 ? May 29 /usr/bin/cygrunsrv
cyg_serv 2672 2588 ? May 29 /usr/sbin/sshd
cyg_serv 7016 2672 ? 18:46:49 /usr/sbin/sshd
  user 8108 7016 pty0 18:46:52 /usr/bin/bash
  user 6536 8108 pty0 18:46:58 /usr/bin/ps
 
debian$ ps -aef | egrep '(sshd|bash)'
root 13792 1 0 Apr24 ? 00:00:06 /usr/sbin/sshd
root 19995 13792 0 18:48 ? 00:00:00 sshd: user [priv]
user 19997 19995 0 18:48 ? 00:00:00 sshd: user@pts/0
user 19998 19997 0 18:48 pts/0 00:00:00 -bash
user 20131 19998 0 18:50 pts/0 00:00:00 egrep (sshd|bash)

So uh, what's the difference? Looks like all cygwin is missing is proper authentication. AFAIK it maps UIDs to SIDs, but yes, is missing AD support.

Comment Re:excellent (Score 1) 285

now you can use Windows computers the way they were meant to be used, as dummy linux clients

I've been doing that for so long I've actually given Chameleon money (for Xoftware.) No, wait. Except the last time I actually wanted to do it was years ago, because it's been years since I had any Unix-specific machines. Now it's just PC Unix. I just threw away my last Unix machines, a POWER1 and an Indy R4400SC@200MHz. It wasn't worth dusting them off.

Comment Re:Odd thoughts: (Score 0, Flamebait) 285

Well, when you're typing out Unix commands on an teletype that's 80 characters wide, creating short options first made a lot of sense.

When you're typing, period, creating short options first makes a lot of sense. Powershell is a shell which is apparently not designed to be used by typing. Too bad it has a typing interface.

Comment Re:Quality of thought from nuclear playboys (Score 1) 169

The reason the US has a nuclear waste issue is that the government won't allow reprocessing.

Yeah, France still has a nuclear waste issue, and they do reprocess.

If you are unwilling to learn about nuclear physics and understand the issues,

No need to apprehend nuclear physics to understand that humans are fallible and corruptible.

Comment Re:Timeo Danaos et dona ferentes (Score 1) 285

Hell, I even played with scripting text to speech alerting just to see if I could, and it was really easy!

I know a guy who did that with a telephony system which calls him when something goes wrong then accepts voice input for what to do next... including executing a limited # of PS commands.

I've not seen the code, but like you said, I'm told it's pretty easy.

Comment Re:Odd thoughts: (Score 1) 285

PowerShell primary commands are formatted Verb-Noun. This is awfully convenient, as a PowerShell user can guess hundreds of commands just by learning a few verbs and a few nouns.

Not to mention built in tab completion for arguments where you can read the man page after finding the cmdlet to know which arguments you will have to use, or just quickly tab through to what you know is going to be there.

Slashdot Top Deals

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...