Page 3 of 3
Re: Development path Linux (or lets make a really great system)
Posted: Fri Jan 23, 2009 5:13 pm
by Troy Martin
JohnnyTheDon wrote:inflater wrote:I'm sure windows runs just fine when you delete everything.
No, I was just pointing to the fact that you can break Linux as easy as Windows, if under root/admin access.
Yes, but until Vista most people were running administrator accounts all the time. This is rarely done in Linux.
I run my Vista box under my administrator account whenever I go on. Less security "features" in my way.
Re: Development path Linux (or lets make a really great system)
Posted: Fri Jan 23, 2009 6:32 pm
by Zenith
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.
Re: Development path Linux (or lets make a really great system)
Posted: Fri Jan 23, 2009 7:10 pm
by JohnnyTheDon
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.
Re: Development path Linux (or lets make a really great system)
Posted: Fri Jan 23, 2009 8:22 pm
by Love4Boobies
UAC won't even let the system administrator run
netstat...
Re: Development path Linux (or lets make a really great system)
Posted: Fri Jan 23, 2009 8:38 pm
by Troy Martin
What's the use for account control when the admin's the only one using the box?
Re: Development path Linux (or lets make a really great system)
Posted: Fri Jan 23, 2009 8:45 pm
by JohnnyTheDon
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.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 11:09 am
by Brynet-Inc
Troy Martin wrote:What's the use for account control when the admin's the only one using the box?
Because a calculator shouldn't be able to take down the entire system.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 11:20 am
by Troy Martin
This is Vista, not 95.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 1:50 pm
by Brynet-Inc
Troy Martin wrote:This is Vista, not 95.
Your ignorance is shocking.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 3:59 pm
by Love4Boobies
Brynet-Inc wrote:Your ignorance is shocking.
Telling from your signature, so is yours
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 4:32 pm
by Brynet-Inc
Love4Boobies wrote:Telling from your signature, so is yours
Thanks.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 5:59 pm
by JohnnyTheDon
Okay Love4. Explain the technical advantages of Windows over Unix.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 6:46 pm
by Love4Boobies
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?
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 7:26 pm
by JohnnyTheDon
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.
Re: Development path Linux (or lets make a really great system)
Posted: Sat Jan 24, 2009 11:24 pm
by AndrewAPrice
Love4Boobies wrote:UAC won't even let the system administrator run
netstat...
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)).