this post was submitted on 01 May 2025
1697 points (98.6% liked)

Linux

54013 readers
1028 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
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 6 days ago (6 children)

Little side note

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.

[–] Threeme2189 1 points 6 days ago (1 children)

Start menu?
He's running Linux, he can just use one of the neo/fast/whatever + fetch commands in the terminal 😉

[–] [email protected] 1 points 6 days ago* (last edited 6 days ago)

I know, but I tried to give the easiest-to-remember and probably simplest instruction that would get the job done.

Sidenote: neofetch is no longer supported; but yes fastfetch is still neat, but it needs external resources to install on Mint (see screenshot below)
You can also check cat /proc/cpuinfo (and maybe grep 'model name') to just get the CPU model... 16 times in my case, perhaps one entry per CPU thread?


fastfetch being difficult to install: screenshot of Linux Mint failing to find fastfetch in either apt and its software manager

load more comments (4 replies)