I run my Vista box under my administrator account whenever I go on. Less security "features" in my way.JohnnyTheDon wrote:Yes, but until Vista most people were running administrator accounts all the time. This is rarely done in Linux.inflater wrote:No, I was just pointing to the fact that you can break Linux as easy as Windows, if under root/admin access.I'm sure windows runs just fine when you delete everything.
Development path Linux (or lets make a really great system)
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Development path Linux (or lets make a really great system)
Re: Development path Linux (or lets make a really great system)
IMHO, the only real difference between administrators and limited users on Vista is that admins don't have to type a password when confronted with a UAC notification.
Correct me if I'm horribly wrong, but otherwise all other programs would run like limited user programs, a la Linux.
Correct me if I'm horribly wrong, but otherwise all other programs would run like limited user programs, a la Linux.
"Sufficiently advanced stupidity is indistinguishable from malice."
-
- Member
- Posts: 524
- Joined: Sun Nov 09, 2008 2:55 am
- Location: Pennsylvania, USA
Re: Development path Linux (or lets make a really great system)
What I meant is before UAC there was nothing to stop a program from messing around with what it wanted to for the most part. I also turn UAC off because if a virus does come up and ask me to mess with something, I won't even give it a second thought because so *ing many of those security alerts pop up every time I click a button.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Development path Linux (or lets make a really great system)
UAC won't even let the system administrator run netstat...
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Development path Linux (or lets make a really great system)
What's the use for account control when the admin's the only one using the box?
-
- Member
- Posts: 524
- Joined: Sun Nov 09, 2008 2:55 am
- Location: Pennsylvania, USA
Re: Development path Linux (or lets make a really great system)
To keep programs from doing nasty things accidentally (ie rm -rf /) or on purpose.
For example, say I have just gotten a virus through some means that has infiltrated GCC. The next time I run GCC it attempts to access my /etc/passwd file, stealing my passwords (they aren't stored there really, but you get the idea).
Not using Admin Login:
However, because I am not running with administrator privileges it fails.
Using Admin Login:
Someone hijacks my computer.
Using UAC:
Some random window comes up, on which I instinctively click OK. Someone hijacks my computer.
For example, say I have just gotten a virus through some means that has infiltrated GCC. The next time I run GCC it attempts to access my /etc/passwd file, stealing my passwords (they aren't stored there really, but you get the idea).
Not using Admin Login:
However, because I am not running with administrator privileges it fails.
Using Admin Login:
Someone hijacks my computer.
Using UAC:
Some random window comes up, on which I instinctively click OK. Someone hijacks my computer.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Development path Linux (or lets make a really great system)
Because a calculator shouldn't be able to take down the entire system.Troy Martin wrote:What's the use for account control when the admin's the only one using the box?
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Development path Linux (or lets make a really great system)
This is Vista, not 95.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Development path Linux (or lets make a really great system)
Your ignorance is shocking.Troy Martin wrote:This is Vista, not 95.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Development path Linux (or lets make a really great system)
Telling from your signature, so is yoursBrynet-Inc wrote:Your ignorance is shocking.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: Development path Linux (or lets make a really great system)
Thanks.Love4Boobies wrote:Telling from your signature, so is yours
-
- Member
- Posts: 524
- Joined: Sun Nov 09, 2008 2:55 am
- Location: Pennsylvania, USA
Re: Development path Linux (or lets make a really great system)
Okay Love4. Explain the technical advantages of Windows over Unix.
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: Development path Linux (or lets make a really great system)
Well, all I was trying to say is that UNIX is no good either; I wasn't trying to start a flame or anything. But one thing that's surely cool about the NT kernel is its capability of loading subsystems. Did you know you can actually load a POSIX subsystem and run UNIX apps on top of Windows?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
-
- Member
- Posts: 524
- Joined: Sun Nov 09, 2008 2:55 am
- Location: Pennsylvania, USA
Re: Development path Linux (or lets make a really great system)
If you had ever attempted this, you would have found out that it doesn't actually work that way. The POSIX api iimplementation is quite limited, and running normal Unix applications under NT doesn't work.
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: Development path Linux (or lets make a really great system)
That's simply resolved by running the command prompt with administrator privileges. Processes inherit the privileges of the process that executed it. A stupid idea is running Explorer.exe with admin privileges since you can simply disable UAC (I prefer Comodo instead (though annoying when you first install it and it's not trained to handle anything)).Love4Boobies wrote:UAC won't even let the system administrator run netstat...
My OS is Perception.