NZ School Goes Open Source Amid Microsoft Mandate
Dan Jones writes "Kiwis have built an entire school IT system out of open source software, in less than two months, despite a deal between the New Zealand government and Microsoft that effectively mandates the use of Microsoft products in the country's schools. Albany Senior High School in the northern suburbs of Auckland has been running an entirely open source infrastructure since it opened in 2009. It's using a range of applications like OpenOffice, Moodle for education content, Mahara for student portfolios, and Koha for the library catalogue. Ubuntu Linux is on the desktop and Mandriva provides the server. Interestingly, the school will move into new purpose-built premises this year, which include a dedicated server room design based on standard New Zealand school requirements, including four racks each capable of holding 48 servers for its main systems. The main infrastructure at Albany Senior High only requires four servers, suggesting an almost 50-fold saving on hardware requirements."
IT Administrator who saved millions in licensing fees involved in scandal! Students used open source operating system to compile and publish their own unauthorized applications, which were of course sophomoric in character. Students were permitted to render mathematical constructs wihout let. Mandelbulb porn sighted!
The new administrator has promised to nip this in the bud: "Students will invent things within in the scope of propriety with the help of the new Microsoft systems that limit the scope of their endeavors." Further: "We'll have no more of this open scope nonsense. Our job is to teach them what to think, not to think" he said. "We'll have no more of this exploring the crevices of obscure mathematical constructs. It's obscene."
When asked, Timmy Blake responded "it's just a standard torus warped by budget figures. I didn't mean for it to look like a vagina. This is serious science."
Said IT Director Clemmons, "I didn't think it would be controversial to let the kids learn about the bare truth. My bad."
The tight time frame -- two weeks for evaluation, one week for design and two weeks for implementation -- didn't create too much disruption, Brennan said. "Although everything wasn't as polished as it could have been, when the school opened all of the core functionality was there. And it's been running for a year with no significant intervention. It hasn't really been touched in any fundamental way since then."
Clearly these are minds that have been warped by the freetards to measure things like Return On Investment and Time To Recover Investment in the scope of free software. It's not fair to measure commercial software in that context.
/ Reading the whole article is recommended.
Help stamp out iliturcy.
Inte£ free?
Science : Proprietary , Knowledge : Open Source
There is no mandate for NZ schools to use Microsoft software. There is a collective agreement (one of many agreements, including one with Apple), and the schools have always been able to choose the software they want.
Standard slashdot bias and hype. FUD FUD FUD
The school only has 230 students. I have a hard time believing they'd need 192 servers whether they used Linux or not.
And BTW, as long as you're standing on my lawn, may I remind you that my own high school's expenditure on servers was exactly zero? How's that for savings?
Breakfast served all day!
OK, 4 racks * 48 servers/rack = 192 servers at new location.
They say they are getting by (right now) with only 4.
Is is because they just over built the location, or are they expecting to do something which needs more power on the back end?
Ah, just hit me while typing. Server Capacity might be better read as rack units available. 42U is about a 7 foot rack.
So maybe the someone assumed 1U servers (42/rack capacity) when it might end up being multi-unit NAS boxes or something?
Well isn't that lovely. Demonstrably corrupt.
Sigs are too short to say anything truly profound so read the above post instead.
I can't do math right now.
So when I say 42 I mean 48.
Since 7 foot = 84 inches. If 1U = 1.75inches, 84/1.75 = 48.
So the article basically says that they have a machine room with four somewhat standard racks. That's pretty small. Figure that at some point you'll need some network gear which will likely take up at least one of the racks (switches, patch panels to other areas of the building, routers/firewalls), hopefully some UPS gear, a few servers.. four 48U racks doesn't go very far. And it only makes sense nowadays to have a couple larger servers hosting a bunch of virtual machines for mundane things. They would be wise to do that no matter what OS they run, and that more than anything is why you can cut down on the number of physical machines that are installed.
Common things are not made easy and intuitive. I had to type text paths to set up folder shortcuts on the desktops, for example...
Right-click the item/folder of interest, "Make Link", drag new "shortcut" to Desktop, rename as desired.
Forget thrust, drag, lift and weight. Airplanes fly because of money.
There's an easier way to create folder shortcuts on the desktop, which doesn't involve typing text paths: Right-click on the folder you want a shortcut to. Click "Make link". Drag the link to the desktop. Rename it if desired.
I'm not sure if the lack of "all users"-type functionality is a deficiency in Ubuntu, or an annoyance in Windows. For a single-user desktop, "All Users" is completely unnecessary, and on multi-user desktops I've more often seen it lead to annoyances than actually be useful. Google Chrome's Windows installer actually installs the program to the user desktop only by default, which will become more common as UAC-type enforcement on the Windows desktop becomes more common.
-- Old Man Kensey
including four racks each capable of holding 48 servers for its main systems. The main infrastructure at Albany Senior High only requires four servers, suggesting an almost 50-fold saving on hardware requirements.
That is a frankly hilarious leap of inference. If you have a 4 door car, that means that you always travel with 5 adults, right? I mean, c'mon. It's statements like that that make OSS guys seem like wild-eyed loony tunes. Instead of making ridiculous, bold statements, why don't you, y'know, do some homework? How many servers do they really use, regardless of how many racks they have? It might be 4-8 big ones. That would be an interesting statement of fact, and would demonstrate the value of OSS. Instead, you just seem lazy and not able to objectively gather data.
--
$tar -xvf
Your argument is that because Linux is not like Windows, it will never supplant it. But, a copy of Windows will never be as good at being Windows-like than Windows itself, so attempting to mimic Windows is a losing strategy.
IMHO there are many ways in which Linux is better than Windows. I am able to work much faster under Linux than I can do under Windows and I find doing almost anything under Windows an exercise in frustration.
The real "Libtards" are the Libertarians!
The idea behind Ubuntu (and desktop linux in general), is that it is a multi-user OS. Multi-user in the sense that the administrator determines what a user can do, and the user can do anything they want within these limits. There is no need for easily accessible multi-user desktop-shortcuts, because each user should be allowed to set up their own desktop the way they want it. You just have to shift the way you think about your desktop environment a little bit.
An even bigger problem is people who try Linux expecting it to be an identical clone of windows.
And it only makes sense nowadays to have a couple larger servers hosting a bunch of virtual machines for mundane things. They would be wise to do that no matter what OS they run, and that more than anything is why you can cut down on the number of physical machines that are installed.
So much this. The latest virtual-desktop stuff from VMware is pretty spiffy. It really is now possible to run both useful virtual servers and useful virtual desktops, and at the same time simplify all the support infrastructure (backups, AV, server/desktop config control, etc.) considerably. A couple of 5U PowerEdge servers running vSphere can probably do everything a 230-student school needs quite handily.
It also would be nice in this instance especially as it would allow students to flip effortlessly back and forth between a Linux-desktop VM and a Windows-desktop VM -- because let's face it, Office and Windows are not going away anytime soon, and students need to be at least minimally conversant with them if they're going to survive in the modern computing world.
-- Old Man Kensey
The writing implies that a Windows solution will take 48 servers.
Once Were Warriors.
Now are geeks.
Do you or your partner snore? - Visit www.snoring.com.au
Wait for Google to start playing this game. They already promote Google Apps to Businesses and Schools, it's only about time it becomes part of a nationwide IT policy.
You mean like the London Stock Exchange?
Wonderful.
do you really want to start comparing market share ? because you'll lose.
If you mod me down, I will become more powerful than you can imagine....
If they can't work out how to use MS Word in five minutes when they are used to openoffice then they really won't be trying.
Most of this stuff is so similar that it doesn't matter. When you get down to mail merges or other stuff just about every company does it differently on the same platform so they'll have to learn it anyway.
True, if they are setting up computer systems they'll be at a disadvantage - you have to know the Microsoft platform to understand that you choose "local printer" when you want to connect directly to a printer on the network (and a thousand other quirks).
By the way, I've heard EXACTLY this argument before about why schools should be full of Apple computers. It really has very little merit. If you are talking about a single semester technical college course it has merit, but for general situations it doesn't.
In a ten year time scale we went from MSDOS to XP in business desktop computing. There is no point at all in directly targeting a specific business desktop environment in the early and middle years of school and not much in the late years.
now your students will have no idea what to do when they go out into the real world of business where everything is microsoft.
you MIGHT have saved a few bucks at the students expense. bravo.
Now the students have a more clear image of the world of software, most likely their parents use MS products at home and they face the challenge of interchanging formats between software platforms. If they move on to higher education, they come better prepared, for universities and research institutes haven't bothered much with Microsoft products for years.
(sarcasm) But by all means, let one company deal with everything and decide what formats we're supposed to use and what you can do with it.(/sarcasm).
As stated in other replies, you can right click to create a link, but you can also press shift+ctrl while dragging and the drop action will be to create a link. This kind of behavior modifier is standard in windows, osx & linux.
It's not that bad. For what most people do, Windows and Linux, OOo and MS Office... work pretty much the same.
What has MS worried, and why they want ot make their stuff essentially free for schools (or , as in NZ, a once-off national license, implying no marginal costs when a school chooses Windows and Office), is that all students for that school will know about Linux.
Hopefully, Linux will be good enough so that the students will be satisfied with it.
The Cloud - because you don't care if your apps and data are up in the air.
They could run a Beowulf cluster with those extra 44 servers. :P
If there is a case for some students learning specific MS programs, they can always run them on the student's own MS system or under the hypervisor. For many purposes, such as email and web-surfing, it makes little difference which specific program and OS the students use. Students who learn to use a spreadsheet or a word processor on Ubuntu will learn not only how to use those particular programs but the concepts behind them. Learning to use another program at work won't be that hard if they already know how to use the same kind of program.
I suppose what the article means is that there are 4 x 48U racks installed in the server room. It is fiction that each rack could actually loaded with 48 x 1U servers! Potential problems are: cooling, weight, air (fire hazard), power supply.
Most likely actual rack usage looks as follows:
- Rack with 5 Servers
- Rack for Patching and switches
- Rack for phone system / phone patches
- Rack for backup.
If they have remaining capacity, they could rent it out/sell to other community organisations.
Everything is Microsoft because all everyone know is Microsoft. Thats why everyone should be learning Microsoft. See how this is a vicious circle thats not really profiting anyone but Microsoft?
Today it's just sensible to use open source.Not only does it cause far fewer headaches, it also enables children to learn more about the technology.
It's much easier for interested children to expand their knowledge. For example if they want to learn about TCP/IP, they can just use netcat, and then later maybe wireshark.
Others might learn about programming by using shell scripts.
Over time you will have many people in lots of different jobs knowing a bit about computers. This will lead to departments having one or two persons with such experience. The knowledge of those people will then slowly diffuse in the department and cause higher efficiency.
you obviously have no idea how to properly configure home folders to be shared though out multiple users....
you just set up the users to use that folder as that home folder, make sure that all the users belong to the same group, and apply group permissions to the folder.... duh.
i'd be pissed off if my kid was being taught to use applications 99% of the business world don't use.
If you mod me down, I will become more powerful than you can imagine....
Watch out for the video release of the presentation, including the deputy principal of the school who was there and did a bit of acting :)
Presentation details
I hear the videos will be out in just over a week
The way they do filtering with NuFW is interesting - it can authorize outgoing connections based on the _application_ that is trying to create the connection, by calling back to a PAM module on the client machine. And there are rulesets depending on the logged in user group. Beats forcing everyone to use proxies.
And to clear up, by 'standard server space' they mean 4 x 12RU, they only needed to use one 12RU rack.
Yay! By that logic most people would fail in the real world of business.
You know when I went to school, we had a real world business system from Microsoft. We had Microsoft Works for Xenix and Microsoft Works for DOS. State of the art systems as Microsoft surely called them back then.
It's no use teaching children about feature 5432 of version 54.22.154.12.b of some software product as it will disappear or be made obsolete by some other function in the next version, often by the time the teacher actually gets ot teach what he has learnt.
What does matter is teaching what those programs are about. What is a word processor? What are the typical features of such a piece of software? It doesn't matter if you teach that with Microsoft Word 95 or Open Office, in fact Open Office has the advantage of being available to the children.
No matter what software product you will use as an example, by the time the children start working, it will be long obsolete.
Moodle, Mahara, Koha, Ubuntu, Mandriva
Is the weirdology in software naming caused by the lack of available domain names or something? Just asking...
Pretty nearly. Two recent experiments:
1. I didn't tell a houseguest that my desktops are Ubuntu now (used to be XP) and they managed to login/surf without any help
2. Computer drop in for older people using Ubuntu, I had to tell one user where to find the word processor and I now have a one page 'manual', everyone fairly happy
None of this is statistically significant, of course, but these users certainly aren't 'power' users. Actually there are two other points here:
3. You can arrange the desktop to look pretty much like XP, if you really really want (to quote the immortal Spice Girls)
4. Knowing a couple of desktops enables you to generalise, an important education theory win
On y va, qui mal y pense!
To run a school? What the hell are they, or rather, what the hell is every other NZ school doing that they need 48 servers! 4 to do the work, 20 to handle licensing and the other 24 to handle patch management and anti-virus updates?
Bad analogies are like waxing a monkey with a rainbow.
There is one _big_ minefield with Windows, and that is software distribution. How on earth can a non-geek ever find out if a software package he downloads is legit or a piece of malware? This is probably the single biggest worry about amateurs using windows systems. (to some extend the problem is the same with the Mac)
Most Linux distributions solve that by having a package manager. I can safely tell a person to search for software in there and be assured that the chance they download malware is very slim.
As long as Microsoft refuses to address this problem and make all files downloaded instantly executable, I just cannot recommend Windows to the average user.
maybe for the likes of you and I, but for most people out there just moving the button across the screen stumps them.
i'd be pissed off if my kid was being taught to use applications 99% of the business world don't use.
99% of the world won't be using any 2010 software in 2020.
20 years ago IRIX was what you needed to know if you wanted to do CGI work.
Now IRIX has been replaced by OSX, Linux, and Windows XP/7
I don't get this fascination with teaching kids what is used by the business world.
In twenty years the business world will be running the software written by the kids in elementary school today.
Every kid should use a word processor that he or she wrote, at least once.
The ability to go, "where would I have put that?", makes learning random programs much easier.
Finally, I deserve to be moderated down for responding to a troll
Work bio at MMWD
You must have been royally pissed off when MS screwed your kid over with the ribbon in Office 2007.
Don't worry, your kid has probably figured it all out by now. You can go back to Windows.
> I had to type text paths to set up folder shortcuts on the desktops
with the mouse, it works the same as on Windows: click the folder + CTRL+SHIFT drag it on the desktop. Rename it if you need later on.
Or right click, Make link, move/rename it.
Contextual menu is there to help, in most case.
> Setting up a place for common desktop items, equivalent to Windows "all users", was a bear.
There doesn't seem to be a GUI for it.
http://library.gnome.org/admin/system-admin-guide/stable/menustructure-2.html.en
I personally don't have the need for it. On my setups the programs I install all have their .desktop with them. I.e. the package of the program comes with the menu.
What are you trying to achieve exactly ? which programs are missing in your menus ?
Maybe you're trying to do something that comes from your Windows experience, and thus should be doing in a different way on a Linux system ?
Sneak teach kids Algebra using a game
This is a new school, one that was not previously locked in to any proprietary setup... They were able to start with a clean slate and do things properly.
Incidentally, how big or inefficient is the average school in new zealand if they require 48 servers? Just what exactly would all those servers do?
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
Windows 8 to Feature Fully Virtual Monopoly
"We already have some schools switching to other operating systems. This new version of Windows will allow them to do that while still claiming to be 'Windows only.' "
fully sarcastic blog entry here.
It's pretty obvious what they need all those servers for. Dedicated Counter-Strike servers, so the students can play. There's even enough of them to let their friends from other schools join in and envy them.
If the racks are really supposed to be full of servers, did they plan for appropriate cooling, too?
swapping a school to free software to save few buckets and satisfy some nerds linux fetish = failing at education.
If you mod me down, I will become more powerful than you can imagine....
So, just like you would in Windows, then?
They get paid, that's right.
They are not being used!!! That's the first step for people to end using Microsoft products!
Have we not discussed that one of the main reason for the Microsft monopoly is that people don't know anything else?
so why use linux then? after all they already have a bulk license that's paid for by the government, there's no extra cost to use windows.
If you mod me down, I will become more powerful than you can imagine....
KMS
Too. Many. Steps.
Or doesn't "SHIFT + CTRL + Drag folder to desktop" work?
This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
Sure, Windows sometimes has stupid conventions also, but in order to unseat Windows you have be better, not a mere peer in annoyingness.
I like to call this the 'And a blowjob' argument.
'A should do everything B does plus everything A does plus most of what C does, or it will never, ever be useful. Oh, and it should give me a blowjob, too.'
They don't want a good alternative, they want a superior version of what they already have but for free.
Sounds like both you and your "kid" are fucking retards.
I hope you both die in a fire.
Such people are asymptotically extinct.
The problem is that people are resistant to change, and don't like learning new things, even if doing so would benefit them...
So they will complain about anything different, and then try to use it as if it was the same (ie not taking advantage of any advanced features)...
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
They would be better off *not* using ms products for the majority of their learning...
When I attended school, the school computers came with wordperfect and that's what we had to learn... Who uses wordperfect now? And this was wordperfect for dos we learnt, the current wordperfect versions as well as not being widely used, are completely different to the dos version anyway.
What schoolkids will find in schools today will not necessarily be what's widely used when they leave school.
So what you need to do, is teach the kids multiple programs, and teach them to think for themselves...
Don't teach them where to find a button to do X, teach them why they want to do X, and what such a function is likely to be called and have them work out for themselves how to do the same thing in multiple different programs. Teach them properly like this, and they will be prepared for whatever they encounter when they leave school and not tied to specific applications that have long since been forgotten.
The whole purpose of a school is to teach, if the result of the school's teaching means they get stumped when a button moves then the school has done a piss poor job... Buttons move around all the time, not just in computer programs... My TV has buttons on the side or the remote control for controlling it, my older TV had no remote control and had buttons on the front. In my car you need to twist one of the storks attached to the steering column to activate the headlamps, on the car i had before there was a knob you had to turn embedded into the dashboard.
Personally i'd be far more pissed if my kids were being taught in such a half assed manner that made them dependent on what's available today from a single supplier, which in no way prepares them for what might be available tomorrow.
I want my kids to learn how to think for themselves, not be indoctrinated by microsoft...
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
I used Linux for 6 months on fairly standard hardware. Ultimately I found it to be lacking in several areas so I bought a license for Windows XP (I know! I actually paid for the software I use. Shock horror!).
Linux is great. But I don't feel its quite ready for mainstream use just yet.
In the Anglosphere, there is a mandate to use only Microsoft software.and not consider alternatives.
How many cm is that?
Rubbish I work in a NZ school as an IT admin and schools have to sign up each three years (was each year). Only these schools are included in the deal and they have to activly sign up to it. This is the usual Slashdot FUD, if they don't sign up then the school is not included in the agreement and the government pays nothing. There are simmilar deals as stated above with Apple and even at one point a major linux distribution/support provider. As far as I can tell this deal is no longer open to new schools but is still maintained for those that did sign up.
Citrix? Oracle (tells the future???)? Excel? Quake? Bing?...
I used Linux for 6 months on fairly standard hardware. Ultimately I found it to be lacking in several areas so I bought a license for Windows XP (I know! I actually paid for the software I use. Shock horror!).
Linux is great. But I don't feel its quite ready for mainstream use just yet.
I'm sure that while the deficiencies of linux compared to windows were obvious to you because of your previous experience with windows, you were probably unaware of many of the things about linux that are superior, simply because you have never experienced them.
I consider a decent software updating system to be core basic functionality. As in, if a system doesn't have that, it is not ready for real use. Windows doesn't have it, however they have got most people accustomed to not having it. All my software is updated automatically, without user intervention. On windows, firefox notifies me when updates are available but since I run as a limited user it won't update, I have to log in as admin, run firefox, install the update, log out then go back to the user account. How anybody could consider that process being necessary for pretty much every third party application as acceptable defies reason.
I have a second hand box that "just works" with Fedora 12. I upgraded the IDE DVD to a SATA DVD-RW. The windows XP installation disks that came with it don't work unless I reinstall the old DVD because they don't have drivers for the DVD-RW. Seriously? So I have to keep an old DVD drive around in case I ever need to repair or reinstall windows. I only need windows once a year to file my tax because of my corrupt, lazy government, but it gives me more trouble than linux does year round.
swapping a school to free software to save few buckets and satisfy some nerds linux fetish = failing at education.
Training kids to operate one specific manufacturer's equipment = failing at education.
Seriously: will the kids in your world be employable if you teach them Office 2007 when all the companies have migrated to Office 2010? Will they all get laid off when the company switches to Office 2014? Will Taco Bell hire them if you've only trained them to use McDonald's cash registers? If you teach your kids to be mindless drones, then when employers need to find people who can solve problems, figure things out for themselves, and otherwise contribute to the business, they'll be hiring H1Bs and outsourcing. Thanks for killing the country's competitiveness.
While I was in school in micro-electronics, they only taught us the 2 or 3 first variants of the x86 Intel CPU line.
At this time the Pentium 4 was in the works, so we were wondering why not study this directly.
The teacher said that by the time we would be in the industry everything would've changed.
Moreover he said that what's really important is to understand the way the system works, so that you'll have the tools to study and understand the dozens or so CPU generations you're likely to work with.
Anyway we still reviewed the basic principle behind the new generation (bigger pipeline => smaller blocs => bigger frequency)
but ironically we now know this was a mistake and Intel rolled back to the P3 with the Core architecture...
So just memorising the architecture of the P4 would've beeen a waste of time: it won't help you understand other CPUs and this knowledge would be obsolete in no time. (it already is, think about 30 years from now...)
....
I think the same applies to software (and we did it the same way in school: windows was for the chemestry stundents, linux for comp sci).
Students need to be taught how does "Word Processors" works, not how to work with "Microsoft Word".
Eventually in the "real world" it will be easy for them to re-train to use their company's W.P. of choice, ten times throughout the course of their careers.
Learning the quirks of some particular piece of software is good in the enterprise, when you need to use that software, but it's a waste of time during education.
...
Then there's the mono-culture problem: if you're only taught about a single implementation you don't even realize there's some more generic principle behind it. When presented with an alternative, you're mind will struggle with this idea and will just view the two as separate.
The same thing applies with foreign language learning: if you're taught only one language as a kid you'll lack the abstraction needed to easily "register" a new language and learning it will be very hard, while bi-lingual kids can learn 3 more languages in the same time.
...
Don't be fooled by Micosoft, this mono-culture is only beneficial to them...
Sigh. When do you think a six year old will be arriving in the workforce? Do the math (or get a six year old to do it for you).
Even considering a twelve year old, the stuff they'll be using hasn't even been written yet.
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
"Interestingly, the school will move into new purpose-built premises this year, which include a dedicated server room designed based on standard New Zealand school requirements, including four racks each capable of holding 48 servers for its main systems. The main infrastructure at Albany Senior High only requires four servers, suggesting an almost 50-fold saving on hardware requirements."
What in the hell is a single High School running that even under normal Bill-Ware requires four racks worth of server hardware for less than 250 students? Are you fucking kidding me?
And yeah, I know they might lay in four racks for "growth" and not fill them right away, but even seeing into the future, I can't imagine why they would EVER require that much horsepower for one school when you can squeeze 16 cores, 4TB of storage, and 100GB of RAM into 2U these days. Anybody there ever heard of VMWare? Props to them for proving it can be done on far less hardware, but the other schools must be spending a fortune on electricity alone...
Servers have not had top vents for years. The vent in the front & out the back. The expectation is that there is a cold isle in the front, and either a hot isle in the back, or that the hot air is vented out the top from the back to some sort of return.
The hardware team set up some of my server racks with space between the servers & PDU's racked in the back: When one of the three AC units died, we found that the servers at the bottom were venting into the back, then up to one of the PDU's - where the air was then circulating through a gap to the front & into the top two servers. Unsuprisingly, they melted. If we did not have 195% capacity on that VMware cluster, they would have taken 20 virtualized machines with them.
Servers should be racked together: Starting from the bottom, in the correct U's & should fit flush. Has anyone even seen an odd sized server from a major vendor in years?
DO NOT RACK WITH SPACES.
Tabilizer is a big fat liar.
Your willingness to defend him and engage in empty rhetoric really doesn't change that.
A Pirate and a Puritan look the same on a balance sheet.
Need to run a single proprietary Win32 program or website?
Just run them inside of a virtual machine in VMware or VirtualBox.
There's no need to bother with an entirely separate machine even for something like iTunes or AnyDVD.
A Pirate and a Puritan look the same on a balance sheet.
> now your students will have no idea what to do when they go out into the real world of business where everything is microsoft.
>
> you MIGHT have saved a few bucks at the students expense. bravo.
This is of course nonsense.
If the student hasn't learned things in the abstract and is unable to move
from word processor to word processor or whatnot pretty much at will then
the relevant education has already failed him. This will manifest the next
time Microsoft decides to pull another Office 2007.
Kids today aren't quite as stupid as their predecessors. So the need to
fixate on a particular brand of application really isn't there so much.
A Pirate and a Puritan look the same on a balance sheet.
Load up the unused servers with ESX and rent VMs to the other schools (running Microsoft) that need more that 50 servers.
I am the unwilling control for my Origin.
MS or Linux, I don't really care, but your argument is rubbish. Unless you run a technical college, never choose software based on what people are using now; base your decision on what they will be running in 20-$CURRENTAGE years. For most values of $CURRENTAGE for school children, that software doesn't exist yet, so you're just going to have to guess. Oh, yeah, and you'll probably guess wrong.
I'm going to guess that just about everything in ten years' time will be Internet based. I think going with Moodle + Mahara was a good choice.
Put identity in the browser.
Because it's cheaper. They've saved money in power use, in configuration and in staff time.
That is why they should use Linux.
There's also the fact that if they Use Linux at school, they'll either
a) be able to use the same product at home without piracy
or
b) have MS stuff at home bought by their parents and will learn more than one application AND how to make them interoperate (by "saving as...").
Either case is fine. And if businesses use something other than what they used at work, that's no different, so they've still "merely" saved money.
Middle-click drag? And why the fuck would you want "all users" desktop items? They were one of main irritations I had back when I used windows. Random icons on my desktop that I can't get rid of without administrator priviledges? No thanks.
"I have worked with hundreds of NZ schools IT in my career"
.."
.. perhaps you aren't very good at your job.
.."
..
In what capacity, what are the names of these schools.
The schools with Linux networks BURN CASH on consultants
Absolute rubbish, once a Linux server is installed and configured, (and baring hardware failure)it just runs. Perhaps you should have consulted the people at Albany Senior High School.
The tight time frame -- two weeks for evaluation, one week for design and two weeks for implementation -- didn't create too much disruption, Brennan said. "Although everything wasn't as polished as it could have been, when the school opened all of the core functionality was there. And it's been running for a year with no significant intervention. It hasn't really been touched in any fundamental way since then "
Where do you get your 'BURN CASH on consultants' from. Come again
"This school is new as such has lots of startup funding
Where does it say they had lots of startup funding and running for a year is hardly new.
"Posting AC for obvious reasons"
Because you're talking total bullshit
So, this school uses 100% open source software? I take it this particular school will not be producing any young graphical artists, filmmakers, or music producers, then?
For most tasks students complete on school computers, I would prefer to deploy Ubuntu Desktops instead of overhauled Windows XP workstations which need to be manually pampered into health. If everyone is using open office, all documents produced at the school will look god-awful, but this will be a grand equalizer between students, demonstrating to them that there is no place for presentation in academic content.
So, this will be fine for students in most subjects... but I have to feel bad for anyone with creative or artistic leanings. Linux is an engineer's world. While young programmers will be able "express themselves" with terrible unix code and tools, artists will be left learning with archaic and useless tools that have no bearing to professional software where they could be more productive on Macs or even Windows machines. They may not suffer from "vendor lock-in", but they will be subject to "industry lock-out". Ubuntu systems are really only pragmatic in some cases.
now your students will have no idea what to do when they go out into the real world of business where everything is microsoft.
Like, open the word processor, type the document, click save, click print? Even if I'd never used Microsoft products before in my life, I'm pretty sure I could figure that out in 5 minutes.
Kids shouldn't be rote-learning a particular GUI (which will probably change - Ribbon Interface, anyone?); they should be able to generalise.
What happens if a kid only uses MS at school and home and then gets a job in an office where only Macs are used?
The main infrastructure at Albany Senior High only requires four servers, suggesting an almost 50-fold saving on hardware requirements.
No, it doesn't.
Merely by specifying four 42U racks doesn't mean they expect/assume the school will stuff each with 42 1U servers (some might be taller/use more Us), and it would be easier to build up the datacenter with racks now than straddle some random server purchase down the line with the need to buy a new server rack, UPSs capacity, KVM support,etc.
My local school district has 6x 42U racks in the data center, and it allows us tremendous flexibility in installing hardware (this is a test rack, not on generator power, these two are production servers, this rack is the SAN, another for web and other DMZ servers and one for future growth).
Each school has a 42U rack, but with only one or two local servers installed (one Windows, one OS X server), a UPS, switch or two, and fiber termination hardware with lots of room for future growth, if needed. We didn't need 42U, but the minimal cost savings didn't justify imposing limits on future growth...
Ken
Exactly. It would be nice to have access to a complete list of possible files which are part of
the MS OS, their versions/dates and cryptographic checksums. This would make checking
if a system was infected (and fixing it) simple. No guessing...
"competent Windows admins".
No brain, no pain.
Not true! I've lost weight ;-)
Table-ized A.I.
If they are moving a high school one year after opening it something tells me a few MS licenses is the least of this school district's financial issues.
How stupid of me, here I though that the goal of giving students an education was to give kids the tools to cope in the real world for the rest of their lives. Things like balancing your checkbook, understanding basic economics, logic, problem solving - you know generally how to think for themselves so they don't have to call help desk every 5 minutes because they can't figure out that "Saving a file" should be under the "File" menu.
My wife's office just switched from an AS400 terminal for order entry/customer service to a graphical front end for the same system. After 2 weeks, flipping between customer management and order entry by clicking on the tabs marked 'Order Entry' and 'Customer Management' is still a concept to 3 out of the 5 people in the office are unable to grasp. This is an example of the results of your "teaching to cope with the real world they will be going into in the very near future".
Because schools are so focused on teaching specifics and facts, they are currently failing to teach thinking as a skill. It is not a new problem, nor is it a problem with easy solutions. Worse, the solutions that do work, are not suitable to implementation in large groups - especially if a small number of members of those groups have no desire to learn.
So, I will say I agree with:
However, discarding the software flavor of the day in order to provide an opportunity to actually teach instead of prompting more rote learning is a bold move for which this school should be lauded.
Shuttleworth is from Africa. Fuckwit.
".. based on standard New Zealand school requirements, including four racks each capable of holding 48 servers for its main systems. The main infrastructure at Albany Senior High only requires four servers, suggesting an almost 50-fold saving on hardware requirements."
It suggests nothing of the sort. That's an intensely dishonest statement.
Another retard who doesn't understand that implementation is what matters most (by a long shot), not the OS or runtime environment. Here's a clue: You could write an absolutely stunningly responsive high performance stock system in .NET. You could write one in Java. You could write one that runs on Linux. You could write one that runs on Windows. You could write one that runs on Solaris. What's important is the architecture and design of the system. Anyone who's even moderately competent should understand that.
http://theopensourceschool.blogspot.com/
A good school is not about learning you monkey-tricks on a specific tool, quite the contrary they'll teach you the essence of a task and enable you to fill in the details by yourself.
Because of the nature of Linux chances of learning more in depth details are not accidental but rather an integral part, you are bound to get more able computer uses than by only teaching them Windows short cuts.
As car analogies are so popular, why teach a student to only drive a Lada when a Porsche would be so much more rewarding?
"The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
I said "wouldn't be accepted", NOT that it "wouldn't be useful". I am describing users as they are, not as we may want them to be.
Table-ized A.I.
You shouldn't teach applications to kids but the inquisitiveness to find solutions, for computers Linux is probably one of the best ways to do so.
"The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
Teaching kids is about preparing them to act flexible to an ever faster changing world and IT is probably the fastest mover.
Treating them as mindless drones that can only press buttons on today's version of a very specific machine/application is a sure way to frustration in the job market.
"The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
And because from an educational standpoint there is so little merit in going the MS (monopoly!) way.
Here we have a typical example of a win-win situation, it costs considerable less and you get a lot more.
"The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
AC has got a point, if you just try something for a short period and don't get to know the individual advantages it offers...
People who have used linux for years and try windows for a few months typically hate it even more and find it hugely lacking.
People are also resistant to change, don't like trying anything new and won't give it a proper effort if they do. You see long time windows users giving linux or macos a brief try, where they don't try to make use of workspaces (something i find absolutely essential), or the quick mouse based cut+paste of linux (middle button to paste, much quicker than right button for a context menu, then moving down to paste which most windows users do).
http://spamdecoy.net - free throwaway anonymous email - avoid spam!
I notice that anybody who criticizes Linux in any way is at heavy risk of being modded to oblivion. The refs seem to be favoring the home team.
The above is a very good point and deserves serious consideration. The world speaks Microsoft and if you learn something else you will be at a disadvantage. You are asking that they sacrifice that knowledge and be at a disadvantage in order to assist in reducing MS's influence. What is good for the individual is not necessarily good for all of society and vice verse. This problem is sometimes called "QWERTY Syndrome" and "Nash Equilibrium" I believe.
Table-ized A.I.
That's definitely true for younger students, but also consider that many students have to switch back and forth between a school PC and a home PC. If they are different OS's and their parents can't help them navigate the differences, they may be at a disadvantage.
Table-ized A.I.
You might be right; they seem more eager to explore obscure nooks and crannies and have sharper eyes. However, that exploration tilt is possibly why Windows got hosed up in the first place.
Table-ized A.I.
Correction: I meant "kids' computer" (plural). That's why I want shared/common desktop icons.
Table-ized A.I.
I don't have a separate machine for it, I have a dual boot set up. The XP set up disks I have won't work with a different DVD, I doubt they'd work in a VM.
Really, the proper solution is for the government to stop requiring the use of windows to file taxes electronically, or I suppose I could accept a total tax exemption for people who don't have windows ;-)
FWIW,I have had great success running Win2k and WinXP Virtual Box VMs, latest version 3.1.2 runs great on Ubuntu 9.10 64bit. If you have the speed/power this is your answer. I tried the ATO "E record" application in wine last year (Ubuntu 9.04 64bit AMD 5200) and it ran very fast, but I did not "fiddle with the knobs and dials" so to speak, it may be worth it for you to try that.Ubuntu has Wine 1.31 in their repos now and it runs some of my old windows games.I am sure that Fedora will be at least as advanced. If you poke around in your relevant forum/fora you may be pleasantly surprised. Good luck !
I prefer Classic Slashdot.
In actuality, most work is done at the application level. The user has only minimal interaction with the OS, and much of that interaction is similar between Windows/Linux. Linux has by default more easily available power (bash shell). This means that a Linux user unfamiliar with Windows will find it difficult to do some things in Windows and have to learn tedious workarounds. A Windows user trying to use Linux will be ignorant of the greater power available, and procede at his Windows-limited rate.
It's not true that all of the real world of business is Microsoft. It's dominant, and some degree of compatibility is needed, but not all business needs Windows and the fraction that does is shrinking.
Most people will assume your statement means "screw the individual, society is all that matters", and I think that's what you meant. Furthermore, I'll point out that whenever an individual's good differs from someone else's good, the good of all of society does not exist, because one person or the other must be excluded from the "all".
Contribute to civilization: ari.aynrand.org/donate
Market share does not a good product mean.
The Spice Girls are living dead or vampires eh?
Figures.
FWIW,I have had great success running Win2k and WinXP Virtual Box VMs, latest version 3.1.2 runs great on Ubuntu 9.10 64bit. If you have the speed/power this is your answer.
You also need a proper windows installation disk. I only have the recovery disk set that came with the computer. I have used the 2007 server demo one year.
I tried the ATO "E record" application in wine last year
etax on the other hand stopped working for me in wine about 2 years ago.
Good luck !
I'd rather not depend on good luck, but have the government stop requiring the use of a single corporations product for the whole country. It should be illegal, government officials involved should be fired at the least, possibly investigated for corruption as well. The government has no right to enforce a monopoly position in this manner.
You Kiwis are so funny - acting all grown up! You'll install Linux when we tell you. Now back to Windows.
And keep the money coming!
The US
230 pupil school and 50 fold improvement in servers being used? I'd like to see how they came up with that. Anyone designing a Windows environment with 48 servers for 230 users must be insane. ???
I disagree. In my work-place there's lots of networks and printers such that one must know how to reference them and navigate them.
Table-ized A.I.