Development path Linux (or lets make a really great system)

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
Troy Martin
Member
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)

Post 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.
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
Zenith
Member
Member
Posts: 224
Joined: Tue Apr 10, 2007 4:42 pm

Re: Development path Linux (or lets make a really great system)

Post 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. :roll:

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."
JohnnyTheDon
Member
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)

Post 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.
User avatar
Love4Boobies
Member
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)

Post by Love4Boobies »

UAC won't even let the system administrator run netstat... :roll:
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
Troy Martin
Member
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)

Post by Troy Martin »

What's the use for account control when the admin's the only one using the box?
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
JohnnyTheDon
Member
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)

Post 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.
User avatar
Brynet-Inc
Member
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)

Post 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.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Troy Martin
Member
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)

Post by Troy Martin »

This is Vista, not 95. :)
Image
Image
Solar wrote:It keeps stunning me how friendly we - as a community - are towards people who start programming "their first OS" who don't even have a solid understanding of pointers, their compiler, or how a OS is structured.
I wish I could add more tex
User avatar
Brynet-Inc
Member
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)

Post by Brynet-Inc »

Troy Martin wrote:This is Vista, not 95. :)
Your ignorance is shocking.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Love4Boobies
Member
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)

Post by Love4Boobies »

Brynet-Inc wrote:Your ignorance is shocking.
Telling from your signature, so is yours :wink:
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
Brynet-Inc
Member
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)

Post by Brynet-Inc »

Love4Boobies wrote:Telling from your signature, so is yours :wink:
Thanks.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
JohnnyTheDon
Member
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)

Post by JohnnyTheDon »

Okay Love4. Explain the technical advantages of Windows over Unix.
User avatar
Love4Boobies
Member
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)

Post 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?
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
JohnnyTheDon
Member
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)

Post 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.
User avatar
AndrewAPrice
Member
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)

Post by AndrewAPrice »

Love4Boobies wrote:UAC won't even let the system administrator run netstat... :roll:
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)).
My OS is Perception.
Post Reply