I go to a programming school, where there were computers running ancient windows 8 and some were on windows 10, they ran really slow and were completely unrelaible when doing the tasks that are required, those computers in question had either i5-4750 (I think?) or i7-4970 so running windows 10 with all its bloat was not going to be an easy task for em, so long story short I decided to talk to the principal about it explaining why linux is so much better than windows and gave him reasons why linux will be better for us for education and he agreed after considering it for a bit, he let me know that some students play roblox or minecraft in middle of the lesson and he asks if linux would stop em from doing that, I stated that as long as they dont know how to work with wine/lutris or know any specific linux packages that run windows games on linux they should not be able to play in the middle of lessons.
he gave me the green light to do it, so I spent like 3 days migrating like 20+ computers to linux (since I had to set them up and install some required applications for them)
in the last day where I was doing a last check up on the PCs to make sure they are in working order, there was a computer having a problem of which where it didnt boot, I let the principal know about this to get permission to work on it, he said yes, so after some troubleshooting I realized the boot order was all screwed, so since Ive worked with arch before I knew how to fix it, I booted up linux mint live image, chrooted, and fixed the boot order and computer went back to life, prinicipal came in checked on everything to make sure everything works, told me to wait for a bit, and then came back and paid me for his troubles (was a bit of a surprised since I expected nothing of the sort), the next day I came to school, sat down, turned PC on, noticed something was in the trash bin, opened it, found "robloxinstall.exe" on it, told the principal about it, he was pleased with it, so now 2 weeks later he seems now to be confident about linux, as he told me there is another class he is considering to move to linux.
so my question here would be: does this mean linux now is ready for the education sector?
(considering now, that I got a win win situation, I get to use an OS that I like in school, students gets to focus on the lessons instead of slacking.)
Linux has been ready for some time within various educational programs, but maybe you are referring to relatively early education curriculum in public schools? The general anecdotes I've heard from teachers within a variety of grade levels in the USA (mostly elementary and high school levels, but some doctoral engineering/scientific as well) convey that the largest hurdles to overcome are:
Teaching the teachers. Teachers are usually very smart and capable, but are often chronically overworked, overstressed, and underpaid for their labor. They have limited mental bandwidth in learning new tech workflows while having the added obligation of teaching these workflows to students which may be at an attention/interest deficit.
Challenging the status quo at the administrative level. Schools often receive incentives, grants, steep discounts, etc, for installing certain types of hardware or software packages. The software baselines of some schools are restricted at the district level; many public libraries are restricted by the city/county. Perhaps the best approach here is to install Linux as a "secondary" option (similar to how a smaller number of e.g. Macs may be installed in a computer lab comprised mostly of Windows computers) until it's more widely adopted.
Advocating for equivalent Linux support for popular proprietary software. This is especially true for the creative design community, such as graphic design and professional music production. Adobe is usually the target of criticism here; Linux does not currently hold enough market share to capture Adobe's attention while their patrons usually have unwavering brand loyalty or are unwilling to make any tooling/workflow compromises as to maintain their livelihood.
FOSS-friendly awareness campaigns. Showing people that they can remain productive while not being at the mercy of Big Tech. Not using public funds for private industry.
Feature parity case studies compared to proprietary options.
Overcoming the stereotype that Linux is only for techy people, shrouded by gatekeepers, or subject to drama/infighting.
I've actually been using linux with older customers for years. It solves several problems. First, it lets them get more life out of their older machines. Second, its free. Third, the kind of malware that targets linux systems isnt really a factor for little old man on facebook. Finally, when scammers call, they cant establish credibility with my customers. They get in, remote access barely works thanks to wayland not liking their tools yet. The entire system looks different and the commands are different so they dont understand how it works but the customer does. So the scam falls apart where they try to prove they know what they are talking about because they cant use the terminal properly. It always ends the same way. My customers get suspicious and say "I'm going to call my computer guy" and the hang up.
This trick has been successful for years and my users are very happy not to have to deal with microsoft's bullshit. The fact that it confuses the hell out of scammers is just a nice bonus.
I love Linux. I'm running Linux and love the experience.
But...
i7-4970 i7-4790 so running windows 10 with all its bloat was not going to be an easy task for em
What in the world are you talking about, man??
Even ignoring the silliness of the "bloat" - i7-4790 eats Win10 alive and asks for seconds.
I stated that as long as they dont know how to work with wine/lutris or know any specific linux packages that run windows games on linux they should not be able to play in the middle of lessons
So... No, you didn't stop them from doing that. All it takes for them to get back to playing games is to google "linux roblox how to" and 20 minutes later they're good to go. Windows has AppLocker, and GPO to prevent running unwanted software - have you researched alternatives for Linux?
does this mean linux now is ready for the education sector?
Well, depends on scale. The setup you did is fine for, what, a single classroom? Two classrooms? It's completely unusable for a larger school - for that you need an MDM solution, ideally with some form of IAM. In the Windows world that's SCCM/Intune with AD/EID (local/cloud). Correct me if I'm wrong, but there's only bare-bones equivalents in the Linux world for that, which would be the bigger a problem the larger a school you'd be dealing with.
Though I should point out that it’s also not hard to lock down a windows install a bit more if you don’t make the default account an admin one. But moving to Linux is better imo for a whole host of reasons.
so my question here would be: does this mean linux now is ready for the education sector?
No, not for elementary/HS. You have to understand that schools aren't regular users. They will have 2 top priorities:
Hardware vender support. There isn't any vendor that can/does support the volume and pricing that a school will do. While some major vendors are starting to offer Linux pre-installed, they aren't apart of their educational vendor options.
They need to have a "drag and drop" security suite. Schools don't have large/well skilled IT department, so they rely on security suites that "tick off all the boxes". This allows them an excuse is suddenly little Timmy has porn on their school computers.
(This is one of those reasons ChromeOS is becoming so popular. They can issue a device, have the student only have a Google Workspace for Education account, and then walk away. Easy and simple. And yes, there are many websites that can tell you how to get around it, but then the school gets to turn around and claim the student "hacked" it and is in violation of rules X, Y, and Z to which the parent can also be held responsible.)
Until these two issues are solved, Linux won't be ready for the public education sector. (When the parent issues the device, all rules are gone since it's up to the parent what limits to place, and all the school will say is that the device must be able to run programs X, Y, and Z.)
And if they learn about wine and lutris and manage to install Roblox, they'll probably get more out of it than by listening to the class in the first place !
I learned so much by circumventing the school security stuff. I probably wouldn't be in IT if not for the parental control limitations and school network blocks
Hey OP, regarding Minecraft: It's a Java program that uses OpenGL for rendering. Therefore it's not a Windows game, but inherently cross platform. Here's the official .deb package https://launcher.mojang.com/download/Minecraft.deb
Are you now the IT support guy for these workstations, or is the school's IT going to take over maintenance. I guess you have an internship or something if you are.
When I was in high school, computers had Deep Freeze setup, because kids would constantly break the OS and download malware. It's a software that resets the C drive to a known state on every reboot. You might consider using something similar on classroom workstations.
Also, it might be worth learning about network booting, automating the Linux installer and ansible to install things on every machine at once and automate configuration work.
For such a setup I think it Is a good idea to look in to freeipa/idm. Would make management a load more easy. centralized account control and being able to sit at any PC and login with your own credentials is one of the many benefits.
those computers in question had either i5-4750 (I think?) or i7-4970 so running windows 10 with all its bloat was not going to be an easy task
The i7-4790K is still quite powerful, so I'm pretty sure this wasn't the problem, at all.
Perhaps they're running on an HDD, have little RAM, or you got the CPU wrong.
You can see the CPU and RAM by launching System Info from tbf start menu, and see if it's running on an SSD or HDD by launching Disks from the menu.
Bill Gates is responsible for Common Core which has enshitified the education systems of many states. Anything the schools do to stop giving money to Microsoft is a good move.
Woohoo, some hacker kid is about to install Sober and Prism and will be the hero for everyone.
My kid's elementary school has a computer club handling all the PCs. The other day they were surprised to hear that the PCs they were playing GCompris, Ktuberling, Pingus, Super Tux, Tuxpaint and Tux Kart on are running Linux.
That's an awesome story. If all your doing is browsing the Web or using applications that can easily and stably run on linux or have drop in replacements then linux would definitely be totally viable. On the other hand if you need to install specific proprietary applications and you have to rely on wine then maybe not.
When I studied in university - all our computer classes were running Linux, and it was many years ago! Linux proved its effectiveness. When we had russian cyber attack on our banks (virus Petya)- our bank system survived thanks to Linux). Nowadays when twitter, facebook chose nazism - there is only one option to go to decentralized media
Linux Mint is probably the perfect educational OS to switch to like that. I’m assuming most people are coming from Windows, are mouse+gui only, and are not used to being their own admin and installing all the basics like Firefox and libreoffice.
But it’s still Linux, so the user friendliness doesn’t mean you are locked out from going on tech or customization deep dives. Daily terminal user here, still love me some mint.
Just a funny story, but, I use an Ubuntu laptop as my work computer as a teacher, and once, while I was helping another student with work, a student opened my laptop and began trying to install Roblox. She got far enough to figure out it wouldn't work, and started searching for how to install it. When I came over she was trying to figure out how to set up Wine. She got pretty close to getting it working before I came over. I was secretly pretty impressed with how fast she figured it out. It couldn't have been more than a few minutes.
It takes one technology inclined person to set it up, it's just takes another one to find a workaround, now the success of Linux in preventing gamers from doing their think depends on whether the second person decides to make the workaround known
Linux is a free and open operating system. The licence for it - GNU Public License v2 is designed to grant you and me and my wife and your family and everyone everywhere rights and not restrict our rights. The only restriction with the GPL is that if you make a change to the code, that you make it available to everyone.
Education should be about teaching concepts and ideas and ideals. I think it should not involve artificial costs that might constrain access to a full and fruitful education. Those costs might even involve ... thou shalt update to Windows 11 and your laptop's CPU is not good enough.
Please keep on doing what you are doing, in your way. When you have your school running as you think it should, there is a good chance that you will be asked to do the same thing for other schools.
Please make sure you have the full support of your school principal (I think that is the right term - I'm from Britain so we might have different names for jobs)
I run a small IT company in the UK and I am trying to put together a distribution and so on for my company. Perhaps I should try your approach and be a bit more direct.
This is a great story, and you should be really proud of yourself! Good job :). I used Linux through college and had very few issues (that I can remember!)
Lol a kid can google how to install games on linux, just need one to do it and teach the others, I used to bring games on a usb to play on macs through wine through the school lan, eventually I put them in some random folder on the school network, it didnt delete it til like the last day of school my senior year, wed copy the games to our computers and delete them at the end of class.
Sober (flatpak) should work for Roblox :) it uses the Android version with some fixes, signing in was a little jank when I tried it but after that flawless!
Btw I would recommend leaving a note on the desktop saying something like COMPUTER_SPECS.TXT. I had Linux on my computers in school, and I was thinking "holy crap Linux is slow and old", but it turned out to be cheap hardware (and I didn't know better, back then)
If I had to do this myself, I would probably choose NixOS, so that I could write up a config on one of the PCs, and the deploy the exact same thing on every single one and be certain the build is perfectly reproduced.
Though I’m sure there are similar tools for other distros, but that’s what I know.
I don’t know how developed your school system is but, I would advise the principal into blocking the websites via DNS that way the computers won’t resolve them.
AdGuard, PiHole, OpenSense are free open source DNS resolvers however, chances are your school already manages its own DNS so I would obviously consult with them first.
Holy shit if there’s that much dust on the front grille of the computer I can’t even imagine how much is caked on the internal heat sinks. I bet you could literally double the speed of these computers with a vacuum or air blower.
Cool but why do you ask the teachers? Without asking anyone would be way more funny and more interesting to see what happens
It’s the sort of school gags that people reminisce 20 years later when they sit with their family near cozy fireplace with a pipe of tobacco or crochet
You need to score all the silly memories while you still can.
People, remember the most important when you are young is to have fun. The responsibility and adulting will come for you anyway. You don’t want to be ‚mature for your age’. Have a heckin blast and take no prisoners
If I could go back in time I would spread custom furry uwumaxxed ransomware that would unlock with trollish gimmick through the school network. But when I got this good with computers I was already at uni so such things lost their luster.
Nowadays I would rather work in security and pentesting and get substantial amount of the adult green paper risk free. We get so boring with age don’t we. There’s nothing more boring than being a good, law obeying citizen but it is what it is if you have half a brain. You can always buy some expensive drugs or become motorsport adrenaline junkie
Linux is so good today. Windows is increasingly shooting itself in the foot and MacOS requires a huge premium (and also billionaires suck) which is increasingly incompatible with budget conscious sectors like education. Really great stuff if you're managing to get people to love it there.
Great job! Now it's a good time to learn a bit of Ansible so you can keep your fleet up-to-date and configured. It would also come in handy in case you get a permit to do more conversions in the future.
And IMO if one of those students can get Roblox working on Linux, they have solved a harder problem than any homework they would be given 😆.
I'm curious how ootb mint works out for this usecase. Any chance we could get a 6mo update later? I'm particularly curious how well it holds up against non-admin users who may constantly be trying to get root-level access. There's almost certainly going to be one student who figures out a local privilege escalation.
Yoo that's wild man doing gods (Richard Stallman) work here man.
Great initiative nonetheless. Compared to 8 this much more secure and for programming it's a great choice too. Bringing more life out of some old PCs, saving a school money, and forcing some kids to get creative in order to play Roblox.
As for is it ready fr this application, programming, it has been for a while. For general, especially web based, applications it absolutely is. Of course, there are quite few things were it's just not but for the most part Linux is a great choice.
Buuuut my guest gaming machine is a 4670k machine and I can confirm that not only does Windows 10 run very smoothly on it, but it also runs most modern games at 60+FPS! CPU-bound games can struggle. We finally got my partner a new computer and made that one the guest machine when Persona 5 went from 80FPS down to 5FPS when they got off the train hahaha
Is linux ready for the education sector? Kinda depends on the tools involved.
If its a google classroom kind of workflow and or everything is done in the browser, absolutely. Theres a reason Chromebooks got popular for schools, not just cause they're cheap, but being more locked down and basically only useful for in browser work made them a good alternative to Windows machines.
However, some stuff specific to certain courses or classes may not be compatible with linux. Something like a photo editing college course that requires adobe (ew) would be an example.
I'd personally love to see Linux in the education sector more. With immutable distros, no licensing costs, and lower hardware requirements, Linux is likely going to be really attractive to schools that are looking for alternatives.
So sick that you were able to do this. Kudos for taking the initiative and making your community better.
Linux has been ready for education for a long time! Most of the public high school machines I interacted with in the mid 2000s were linux based. There was a dedicated Mac lab for creative work.
Beautiful work .... I wish my school had done that when I was a kid.
The great thing about it is that now you are helping to generate a new crop of kids who will learn how to use Linux. Sure, they will try to do stupid things on it like install games or figure out how to bypass things or install or uninstall ... the great thing about that is that they will learn how to use the system in order to try to break it. It's the same way I learned how to use Linux and probably the same way you learned how to use it.
You've advanced the computer department for those kids more than you know.
This is great for a handful of devices but I deploy and administrate hundreds of devices at my school. As much as I would love to, there's no way I could sell this without a really robust way of managing device policies & software deployment. I understand RHEL has something like that but that it isn't quite up to the same standard as the Microsoft admin ecosystem just yet.
The issues are probably gonna pop up when teachers and students bring incompatible ms office documents from home, and start complaining. Excel is the one I have run in to most, not always being compatible with libreoffice.
This post reminded me of year 7, and spending like 3 or more hours with the school tech getting their shitty Education Queensland spyware to function on Linux Mint.
Next thing was circumnavigating the web filter, and getting Wine to run 😂
I had dual booted Ubuntu with Windows when I was in college, without having any prior exposure to Linux or any skill in coding or even scripting. The install itself was incredibly easy and I was wondering why more kids don't do it. All the core functions that a computer was supposed to, Ubuntu was doing it better than Windows save one - running windows specific software.
I guess Linux was good enough for education back then itself, but it ddn't run fancy games and I could not convince anyone else to dual boot their PC.
Any software in Linux can be used in education, as long as the schools invest the time:
LibreOffice can create really nice documents and presentations too. Heck, some tasks are more straightforward in LibreOffice than MS. 99% of schoolwork is done in Office suite, so this is nice. Win for Linux
For stuff like coding in C or Python, it is even easier in Linux: download a compiler, open a text editor, type some codes then use terminal to run the codes in 10 minutes. In Windows, you need to download the stupid Cygwin and mess around with environmental variables to get Cygwin to recognize the libraries.... Or if you want to automate things, MS Visual Studio will do that. The only downside is you will lose > 10 GB of space. Linux wins here again.
Anything more advanced will unfortunately Windows land. I'm talking about advanced image programs like Photoshop or professional video apps. But again, if you need them then might as well get a Mac. Another hiccup would be in CAD software: Linux just doesnt have a good app.
How does one get a job like this? This is great! I want to get a job in a school or university and infect it with linux. "Guys, look! It's cheaper and we can set it up then pay for support which still makes it cheaper and students can learn how to use it on their computers too, since it's freely available to them!"
the boot order was all screwed, so since Ive worked with arch before I knew how to fix it, I booted up linux mint live image, chrooted, and fixed the boot order and computer went back to life
Can't you just change this in the BIOS?
does this mean linux now is ready for the education sector?
Linux has always been suitable (and I would argue ideal) in the education sector. But the reality is that almost no one is going to use Linux in a professional environment so there's an argument to be made that they should be using and learning Winblows.