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.)
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.
Liberation
Is there not some kind of RMM software you could be using to install the same setup on all of them simultaneously? How about monitoring? Firewalls?
I love Linux. I’m running Linux and love the experience.
But…
i7-4970i7-4790 so running windows 10 with all its bloat was not going to be an easy task for emWhat 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.
Wish I could do that when my school computers had Dos and Turbo Pascal. Ah, the good old himem.sys times. Miles better than W11.
Well done! Protip: You can use double new lines to format paragraphs. And full-stops.
Nicely done! That’s pretty awesome :)
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.
You are doing the lords work and I ain’t even a christian
You just taught the next generation about compatibility layers! Well done my man
deleted by creator
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.)
Would Edubuntu be a better fit?
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
oh dang, that changes everything
Well for a .deb, the users would need sudo access.
Actually it’s just an archive. It can be easily extracted using
dpkg -x *.deb ~/.local
for example.I was today years old when I realized I can install packages non-privelaged if I leverage ~/.local/
TIL but that makes sense. What else would it be. It also contains some setup logic that is executed when installing, right? I wonder whether the launcher would just work like that
You’re right, apparently amongst other things there are some hooks that are ran during the package’s lifecycle in something that is called the control archive.
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.