1650
submitted 3 days ago by Ace120C@sopuli.xyz to c/linux@lemmy.ml

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.)

(page 4) 50 comments
sorted by: hot top controversial new old
[-] SanguineBrah@lemmy.sdf.org 12 points 3 days ago

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.

[-] Ace120C@sopuli.xyz 10 points 3 days ago

ah fair enough, hopefully one day, there is an easy way for linux to do what your school are looking for!

for my school they teach programming as such python webdev etc, so getting linux primed up for that was rather simple, I'm surprised, they haven't did this before I suggested it!

load more comments (1 replies)
[-] sorrybookbroke@sh.itjust.works 5 points 2 days ago* (last edited 2 days ago)

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.

load more comments (1 replies)
[-] hexagonwin@lemmy.sdf.org 9 points 3 days ago

This is awesome. I hope the students don't start enjoying xbill :p

load more comments (2 replies)
[-] boreengreen@lemm.ee 10 points 3 days ago

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.

[-] Ace120C@sopuli.xyz 8 points 3 days ago

we are a programming school we dont use word processing software, however as for the teachers, we decided to keep windows for them

[-] JoMiran@lemmy.ml 11 points 3 days ago* (last edited 3 days ago)

You have turned Roblox/Minecraft loving little kids into a lifelong Linux haters. 🤣

I applaud you.

PS: So how are the computers performing now?

[-] cmnybo@discuss.tchncs.de 12 points 3 days ago

Minecraft runs natively on Linux, so it won't take them long to figure that out.

[-] Ace120C@sopuli.xyz 11 points 3 days ago

well, the ones that do figure it out, they earned their game session, that would lowkey force them to learn linux, which is good tbh

load more comments (3 replies)
[-] Juliee@lemm.ee 3 points 2 days ago* (last edited 2 days ago)

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

[-] mukt@lemmy.ml 10 points 3 days ago

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.

load more comments (1 replies)
[-] mazzilius_marsti@lemmy.world 8 points 3 days ago

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.

load more comments (4 replies)
[-] beveradb@lemm.ee 4 points 2 days ago

Nice work, you did a good thing 😊

load more comments (1 replies)
load more comments
view more: ‹ prev next ›
this post was submitted on 01 May 2025
1650 points (100.0% liked)

Linux

53879 readers
1014 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS