PDA

View Full Version : My Teacher Confused Me...



kevin11951
September 19th, 2008, 05:15 AM
I was talking to my teacher about putting Ubuntu on one of our school computers as a demo for the kids, and when I asked him if i could, he responded "You can't put Linux on ANY school computers, because its no where near as secure as windows"

???:confused::confused::confused:

I'm just a little confused here?

kevin11951
September 19th, 2008, 05:17 AM
also, anybody know of any PDFs or web sites with security info about Linux (Preferably Ubuntu)?

doas777
September 19th, 2008, 05:24 AM
I was talking to my teacher about putting Ubuntu on one of our school computers as a demo for the kids, and when I asked him if i could, he responded "You can't put Linux on ANY school computers, because its no where near as secure as windows"

???:confused::confused::confused:

I'm just a little confused here?

your teacher has no idea what she/he is talking about.

many consider this (http://www.debian.org/doc/manuals/securing-debian-howto/) to be a very good guide to locking down an debian system (like ubuntu).

all you really need to do to secure a ubuntu to equal the security of a windows box with Norton Internet Security is to install it. ubuntu ships with 0 network ports open by default. it is largely immune to most common malwares, and has a secure process model, that prevents bad code from doing much.

basically with ubuntu, the only way you can get bad software on you box is by installing it with the sudo command (something most sane people would not do).

most likely the teacher just didn't trust you to set up the box (and they may be an idiot to boot), so I'm not sure corroborating evidence will help much, but good luck.


fight the power,
frank

RedPandaFox
September 19th, 2008, 05:28 AM
your teacher has no idea what she/he is talking about.

fight the power,
frank

+1 ask him/her what experience they have had with Linux, can garentee its very little

Bakon Jarser
September 19th, 2008, 05:29 AM
http://www.linuxsecurity.com/

http://ubuntuforums.org/showthread.php?t=510812

shazbut
September 19th, 2008, 05:39 AM
Reminds me of the saying:
"Those that can, do. Those that can't, teach."

Apologies to any teachers reading this. I had plenty of good teachers during school/uni that encouraged independent thought, but also a few without any knowledge outside of their narrow syllabus.

Brunellus
September 19th, 2008, 05:52 AM
Secunia reports on vulnerabilities for windows xp pro:

http://secunia.com/advisories/product/22/?task=statistics


and for Ubuntu:

http://secunia.com/advisories/product/18611/?task=statistics

Note the difference in patched vulnerabilities. Note also the severity of most Windows vulnerabilities--those 'system access' ones will get you every time!

To be fair, Vista is a lot better than XP, but not by much:

http://secunia.com/advisories/product/13223/?task=statistics

OutOfReach
September 19th, 2008, 05:53 AM
your teacher has no idea what she/he is talking about.

^

akiratheoni
September 19th, 2008, 06:08 AM
Secunia reports on vulnerabilities for windows xp pro:

http://secunia.com/advisories/product/22/?task=statistics


and for Ubuntu:

http://secunia.com/advisories/product/18611/?task=statistics

Note the difference in patched vulnerabilities. Note also the severity of most Windows vulnerabilities--those 'system access' ones will get you every time!

To be fair, Vista is a lot better than XP, but not by much:

http://secunia.com/advisories/product/13223/?task=statistics

Those are really good links.

Keep in mind that there are some bugs that Microsoft has refused to fix and instead told users of I think it was NT 4.0 to upgrade to NT 5.0 if they want the bug fixed. Guess what, that just means more money for Microsoft. Also, the fastest time between the discovery of a bug and its solution for Microsoft was... I believe 10 days? For the WMF vulnerability. But compare to FOSS: on average, it takes less than a day. Actually I'm looking at my report that I wrote (back in May so things may have changed) but it says less than eight hours. That's the average, too. Not the fastest time. Average. Granted it might mean that a bug took four hours to provide a solution then another bug 12 hours, but that's still a LOT less than Microsoft's FASTEST bugfix.

eragon100
September 19th, 2008, 06:11 AM
Could he be talking aboutt he fact that if a student clicks on reboot and selects recovery mode from the grub menu, he is taking directly to a root terminal withhout being asked for a password, where he can simply type rm --rf / and the computer is gone?

JetskiDude911
September 19th, 2008, 06:13 AM
You also have to stop and think it may not be up to your teacher.

I don't agree with the reason, but I would think the IT department would want all the computers to be the same. I know I would. If they're all Ubuntu that'd be ok, but ideally in a computer lab you'd want all the computers to be the same (hardware and software wise). This just makes it easier when it comes time to update or re-image the computers.

As for security, Faronics does make a version of Deep Freeze for Linux (mainly for SUSE). Really all you'd need to do is install it, make a generic user, and slap Deep Freeze on it.

cardinals_fan
September 19th, 2008, 06:14 AM
Could he be talking aboutt he fact that if a student clicks on reboot and selects recovery mode from the grub menu, he is taking directly to a root terminal withhout being asked for a password, where he can simply type rm --rf / and the computer is gone?
That's a fault/feature with Ubuntu, not Linux in general.

akiratheoni
September 19th, 2008, 06:17 AM
Could he be talking aboutt he fact that if a student clicks on reboot and selects recovery mode from the grub menu, he is taking directly to a root terminal withhout being asked for a password, where he can simply type rm --rf / and the computer is gone?

Or the fact that you can pop in a LiveCD of Linux in any computer (Windows or not) and delete all of the files?

Even if you removed the recovery mode from GRUB, can't you just edit GRUB at boot and add the 'single' parameter to boot into single user mode? It worked great when I pulled a random computer from the shelves in my computer class and it had CentOS on it... I was able to login and everything because of single user mode ;) I had to catalog the computers because they're being shipped off to middle schools.

Tatty
September 19th, 2008, 06:32 AM
Or the fact that you can pop in a LiveCD of Linux in any computer (Windows or not) and delete all of the files?

Even if you removed the recovery mode from GRUB, can't you just edit GRUB at boot and add the 'single' parameter to boot into single user mode? It worked great when I pulled a random computer from the shelves in my computer class and it had CentOS on it... I was able to login and everything because of single user mode ;) I had to catalog the computers because they're being shipped off to middle schools.

But surely if you wanted to deploy ubuntu in a school you would want to edit menu.lst to prevent the grub menu from appearing at all, so no one would have a chance to mess with it.

You would also want to change the BIOS boot order to boot from the HDD first, to stop someone trying to boot with a liveCD. Then you would want to password protect the BIOS to prevent anyone changing this. Then the only way someone is going to get around that is by physically opening the computer and removing the battery for a short while.

RiceMonster
September 19th, 2008, 06:46 AM
Don't waste your time on it. In the end, you're really not going to gain a lot by getting any Linux distro on one of your school's computers anyway.

toupeiro
September 19th, 2008, 08:07 AM
Don't waste your time on it. In the end, you're really not going to gain a lot by getting any Linux distro on one of your school's computers anyway.
+1

If you are really passionate about wanting ubuntu in your school, do it the right way. Forget what your teacher says, you need to take it higher than a teacher. Taking it to a Dean or principal may get you a station in a library. But, if you get turned down, leave it at that.

Vince4Amy
September 19th, 2008, 09:12 AM
We just did it anyway, on a machine in our sixth form area. They didn't mind so long as we didn't hose the NTFS partition.

Mandriva our initial Distro on there did but testdisk solved that problem.

Bakon Jarser
September 19th, 2008, 09:45 AM
Don't waste your time on it. In the end, you're really not going to gain a lot by getting any Linux distro on one of your school's computers anyway.

-1

You never gain anything if you don't try. And maybe you will gain a lot. Maybe you'll end up converting 2 or 3 people to linux. Maybe one of those people will be responsible for purchasing computers someday and they will choose linux machines. Not trying is the only way you can really fail.


“I haven't failed, I've found 10,000 ways that don't work”

billgoldberg
September 19th, 2008, 10:32 AM
Could he be talking aboutt he fact that if a student clicks on reboot and selects recovery mode from the grub menu, he is taking directly to a root terminal withhout being asked for a password, where he can simply type rm --rf / and the computer is gone?

I doubt it. It's pretty obvious the teacher hasn't got a clue what linux really is.

That being said, if you deploy Ubuntu on public computers, you remove that feature.

That feature is great for home users, that's why it is there.

stimpack
September 19th, 2008, 11:01 AM
Those that can, do.
Those that can't, teach.

t0p
September 19th, 2008, 11:05 AM
I have seen it said before that Linux is insecure because it is open source - since anyone can read the source, hackers can pore over it and find vulns. The people who say this are promoting the security model of security through obscurity.

Just in case your teacher is an advocate of security through obscurity, I advise you go google the term before you speak to him. Then you'll be able to shoot him down before he can say "nondisclosure".

darrelljon
September 19th, 2008, 11:47 AM
Ask your teacher to explain the difference between least user privilege on Windows and Linux.
Also how to make malware executable on Windows and Linux.
Chances are they won't be able to answer.

Based on them answering "Linux is nowhere near as secure as Windows" rather than "You are not allowed" they sound ignorant more than genuinely opposed.

I don't agree with other posters who seem to want to give up. I think you should persist in debunking Linux myths and misinformation and you might raise awareness of Linux in the process. Use Live CDs and dual boots.

@eragon100; You can wipe the hard disk with greater ease in Windows. If the BIOS is locked and password-protected to boot from HDD (or CD drive removed) and GRUB parameters are disabled then Linux is way more secure. And in Windows XP I think some user settings are stored on the local hard disk (unlike Linux).

NovaAesa
September 19th, 2008, 11:53 AM
Those that can, do.
Those that can't, teach.
And those that can't teach, teach PE (physical education). :lolflag:

leg
September 19th, 2008, 12:26 PM
Our IT manager takes pretty much the same stance and states things like "I don't trust it on my network" & "I can't garauntee the security of the network" etc etc. What he really means is I am comfortable with what I have and don't want the headache of having to change things.

saulgoode
September 19th, 2008, 12:49 PM
I was talking to my teacher about putting Ubuntu on one of our school computers as a demo for the kids, and when I asked him if i could, he responded "You can't put Linux on ANY school computers, because its no where near as secure as windows"

Perhaps you could ask the teacher if you could donate a computer specifically intended for running GNU/Linux (or perhaps the school has an "obsolete" Windows machine that could be used). Such a computer need not be connected to the school's network, would pose no security threat, and would still serve its intended "demo" purpose.

darrelljon
September 19th, 2008, 03:55 PM
That's a great idea. Push for an independent unconnected (to the network) Linux machine, if you have the space. Maybe use Edubuntu.

clanky
September 19th, 2008, 04:33 PM
It very much depends what your teacher meant by security, most people talk about security in terms of someone being able to gain access to your computer remotely to either access confidential information or to infect your computer with some sort of malware, but in a school they may think security in terms of being able to limit what students can do.

Not saying that Windows is better or worse at doing this, but just pointing out that your teacher might not have been talking about virus protection.

Mr. Picklesworth
September 19th, 2008, 05:01 PM
Secunia reports on vulnerabilities for windows xp pro:

*snip*

Note the difference in patched vulnerabilities. Note also the severity of most Windows vulnerabilities--those 'system access' ones will get you every time!

I really liked Microsoft's own survey on this:
http://dylanmccall.blogspot.com/2008/01/ubuntu-linux-606-red-hat-enterprise.html

(Hope nobody minds the self-link; I just like my version of the graph better).

ShanghaiTeej
September 19th, 2008, 05:55 PM
I'm sure the teacher joke is all in good fun, but if you only knew what kind of things teachers "do"and the percentage of teachers who quit after their first year, you wouldn't be poking fun at teachers. Sorry, had to defend my profession.

As for installing Ubuntu on a school computer: I'm all for having Linux installed on school computers because of its low cost, stability and freedom clauses, but you have to understand that schools need to have every computer function properly! If I take a class to the computer lab and one student has problems with any computer, it's precious time knocked off of the things I want them to work on (ie interface issues, not booting correctly, not being able to save their work on the network and etc...). Not to mention that I am unavailable for helping other students with their classwork because I'm working on a computer problem. Now, I detest Windows and would love to have Ubuntu replace it, but if you only knew the amount of IT problems in schools today, you would want everything to be streamlined as well.

I'm rooting for Ubuntu, but a total proponent of schools having working comptuers rather than experiementing (this does not mean I think Windows is more stable).

PS - Poster: Oh yeah, I think the teacher was either trying to deflect your question or truly does not the how Windows is less secure than Linux.

Dr Small
September 19th, 2008, 05:58 PM
Linux is inhertantly more secure than Windows, out of the box (so to speak).

Jeabo
September 19th, 2008, 06:08 PM
What kind of teacher is this person? Is it in computer science or programing perhaps?

timcredible
September 19th, 2008, 06:43 PM
your teacher is a just a person - and as such, can't know everything (nobody does). hopefully he/she knows more about the subject they teach than they do about computers. if it's a computer class, then that's sad.....

god0fgod
September 19th, 2008, 07:44 PM
My computing teacher doesn't have a clue sometimes lol. He is also an IT teacher.

Changturkey
September 19th, 2008, 09:19 PM
Windows is only 50% secure with Common Sense 2009 installed.

kevin11951
September 19th, 2008, 11:04 PM
your teacher is a just a person - and as such, can't know everything (nobody does). hopefully he/she knows more about the subject they teach than they do about computers. if it's a computer class, then that's sad.....

guess what... it is a computer class...

"intro to computer maintenance" to be exact.

kevin11951
September 19th, 2008, 11:06 PM
I'm sure the teacher joke is all in good fun, but if you only knew what kind of things teachers "do"and the percentage of teachers who quit after their first year, you wouldn't be poking fun at teachers. Sorry, had to defend my profession.

As for installing Ubuntu on a school computer: I'm all for having Linux installed on school computers because of its low cost, stability and freedom clauses, but you have to understand that schools need to have every computer function properly! If I take a class to the computer lab and one student has problems with any computer, it's precious time knocked off of the things I want them to work on (ie interface issues, not booting correctly, not being able to save their work on the network and etc...). Not to mention that I am unavailable for helping other students with their classwork because I'm working on a computer problem. Now, I detest Windows and would love to have Ubuntu replace it, but if you only knew the amount of IT problems in schools today, you would want everything to be streamlined as well.

I'm rooting for Ubuntu, but a total proponent of schools having working comptuers rather than experiementing (this does not mean I think Windows is more stable).

PS - Poster: Oh yeah, I think the teacher was either trying to deflect your question or truly does not the how Windows is less secure than Linux.

actually, I work with my school IT (after hours) to fix computer problems.

and i don't want Ubuntu on ALL the computers, that would be impossible, just one lab of them

Riffer
September 20th, 2008, 12:05 AM
Those that can, do.
Those that can't, teach.

As a man who worked in industry for years, went back to school in his late 30's and now has been teaching for almost 15 years, I find that remark hurtful and misleading. I can tell you that the hardest job I've ever done is teaching and for the most part quite thankless.

Yes, as in society as a whole, some teachers are quite clueless. In fact some shouldn't be in the profession. But having said that the majority of us work very hard in very difficult situations and are worthy of your respect.

cardinals_fan
September 20th, 2008, 12:30 AM
-1

You never gain anything if you don't try. And maybe you will gain a lot. Maybe you'll end up converting 2 or 3 people to linux. Maybe one of those people will be responsible for purchasing computers someday and they will choose linux machines. Not trying is the only way you can really fail.
And converting a couple people to Linux is a gain in what way?

Windows is only 50% secure with Common Sense 2009 installed.
Your common sense must be defective. Mine renders Windows as close to 100% as you can get with any OS :)

aysiu
September 20th, 2008, 12:52 AM
While it's entirely possible your teacher is a Microsoft shill, it's also possible he's simply misinformed.

Instead of being obnoxious or argumentative about it, you can simply ask him why he thinks that: "It hasn't been my experience that Linux is more insecure than Windows. What has your experience with Linux security been like? Can you show me a few of the tricks you've employed to secure Windows and to secure Linux?"

Bucky Ball
September 20th, 2008, 12:53 AM
Teacher needs to go back to school as student! :)

Aysiu has the right approach.

Teamgeist
September 20th, 2008, 04:31 PM
show him/her this:

http://www.whylinuxisbetter.net/

Chame_Wizard
September 20th, 2008, 07:30 PM
show him/her this:

http://www.whylinuxisbetter.net/

this site rules http://i.fok.nl/s/worshippy.gif

cardinals_fan
September 20th, 2008, 07:54 PM
show him/her this:

http://www.whylinuxisbetter.net/
That site always seemed strange to me. "Keep an eye on the weather"? Give me a break.

Prospero2006
September 20th, 2008, 09:59 PM
Don't waste your time on it. In the end, you're really not going to gain a lot by getting any Linux distro on one of your school's computers anyway.

I disagree.
http://www.neisd.net/imak/computerlabpage/history.html

Bucky Ball
September 21st, 2008, 04:15 PM
Prospero2006, that is just a really cool story well told. :)

init1
September 21st, 2008, 05:30 PM
Yeah I've had tech teachers tell me that they use "Windows 2003" at home, that browser history is the same thing as cache, and that Apache is an operating system for servers.

Riffer
September 21st, 2008, 05:31 PM
Prospero2006, that is just a really cool story well told. :)

It is, I'm actually jealous, to have an Admin who is very supportive and willing to look outside of the box.

Right now in my district they're throwing out PIII with 256 RAM, because they aren't good enough to run Windows well. Yet most classroom hasn't a basic "student" comp that does simple web searches and word processing.

Bucky Ball
September 21st, 2008, 05:53 PM
In contrast and one reason I am touched by Prospero2006's tale is I'm at uni and they have a 'Desktop Excellence' program happening in IT at the moment. The plan is to rollout brand new, identical machines running the latest version of Vista across the entire campus! In the fine print, they will make available Linux Red Hat and Mac machines if staff or students apply (and that only after I emailed to point out a few holes in this plan). I have always attempted to do all my computing at home, even when using Windows, as I like reliablity. Using the studios and audiolab last year was like a lucky dip. Better off building one at home (or trying). So will be sticking to library computers for the catalogue as usual anyhow.

For an institution that is supposed to be forward thinking and prides itself on its IT and music tech departments (among other things), how the hell could all those creative, diverse thinkers imagine that this plan is cutting edge or anything to boast about when institutions worldwide are seeing the benefits of opensource? Actually presents the uni as a bit behind the times to me. But money talks, huh. Well, it ain't sayin' much! :evil: :-k

Prospero2006
September 21st, 2008, 06:17 PM
Thanks for comments!

lukjad
September 21st, 2008, 07:17 PM
Once, at the very beginning of my Ubuntu life, a classmate told me that Linux was not a secure OS, it was just unknown. He made me scared for a while (1/2 an hour) and then I remembered running Windows 98 on my PC with 40 AV/Anti-spyware programs and still getting infected and I just ignored him. :-)

Try to show your teacher a live CD. If that doesn't impress the teacher enough to let you continue, move on. There will be other times for you to talk or even other people who are more responsive.

cardinals_fan
September 21st, 2008, 07:20 PM
Try to show your teacher a live CD. If that doesn't impress the teacher enough to let you continue, move on. There will be other times for you to talk or even other people who are more responsive.
Definitely SliTaz.

lukjad
September 21st, 2008, 07:51 PM
Why is that? I would have thought that TEENpup would be a better choice.

cardinals_fan
September 21st, 2008, 07:52 PM
Why is that? I would have thought that TEENpup would be a better choice.
SliTaz is fast, simple, and elegant.

lukjad
September 21st, 2008, 07:57 PM
Ah. does it play movies and music? Open text docs?

cardinals_fan
September 21st, 2008, 08:06 PM
Ah. does it play movies and music? Open text docs?
The new cooking version includes MPlayer. A text editor is included, and AbiWord is available through Tazpkg.

By the way, the new iso (including MPlayer) is 28 megabytes.

lukjad
September 21st, 2008, 08:07 PM
*Whistles*

SirBismuth
September 23rd, 2008, 02:46 PM
Our IT manager takes pretty much the same stance and states things like "I don't trust it on my network" & "I can't garauntee the security of the network" etc etc. What he really means is I am comfortable with what I have and don't want the headache of having to change things.

I am glad that our IT Manager has the opposite view. And, he is also a Linux fan. Our firewall, webserver, and mail server are all linux-based machines, I always say to protect the end-users with Windows from themselves :D

His idea is to eventually roll-out Linux company wide, with Windows running in VirtualBox for those apps that don't work in Linux.

B