this post was submitted on 30 Sep 2024
196 points (99.5% liked)

Linux

47494 readers
1004 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 5 years ago
MODERATORS
 

I started university today, I'm on a more general IT department. In first semester we have only one subject that is actually IT (rest is maths and english) that is about basic programming in C. And it turns out that university computers that we will use for this subject are all running Ubuntu. I planned to bring my laptop anyway because I want to have my configs, but it's still great that students who never used Linux will be introduced to it (for some basic stuff tho).

top 29 comments
sorted by: hot top controversial new old
[–] azimir@lemmy.ml 6 points 4 hours ago (1 children)

I turned down a professorship position at a uni in part because they used windows for the whole curriculum. It would have driven me crazy having to use windows given how annoying it is for dev work. I put value on my sanity and it wasn't worth the modest pay bump to be driven batty every day.

I likely get to teach an IoT class next term. It's going to be so much fun with SBC systems running Linux and Arduino sensor systems! That's worth a ton to me.

[–] jjlinux@lemmy.ml 1 points 1 hour ago

Commendable. Not many people would have made that choice.

[–] sudoer777@lemmy.ml 12 points 8 hours ago* (last edited 8 hours ago)

Meanwhile my university has a large CS program yet uses Windows for everything, even the fucking Unix class requires Windows/macOS exclusive software. I have no idea how we are ranked top 100 for CS.

[–] arran4@aussie.zone 4 points 12 hours ago

I feel like there is some cause to list CS degrees and their position on Unix and Linux. awesome-linux-cs repo?

[–] superkret@feddit.org 72 points 21 hours ago* (last edited 21 hours ago) (3 children)

I studied ecology, and first semester maths was done by a professor who only accepted our homework if it was coded in GNU Octave.
That was a fun learning experience for most of us who went into it with no computer background.
His (as it later turned out, correct) reasoning was that Matlab is a standard tool in Geosciences, but he didn't want to require us to buy it, so we're using the free alternative that can be installed on any Linux system.

It was my first Linux experience, and I got hooked. In my bachelor's thesis I coded a 3D simulation of groundwater movement, and afterwards I ended up in IT instead of ecology.

[–] tetris11@lemmy.ml 32 points 21 hours ago

Octave FTW. Matlab is such a corporate cesspool

[–] cetvrti_magi@lemmy.world 17 points 20 hours ago

We used Matlab in 3rd year of high school. Teachers sent us link to download pirated version. I installed GNU Octave.

[–] dinckelman@lemmy.world 11 points 20 hours ago (1 children)

My uni provided a complete license for the entire MATLAB suite, but this piece of software is genuinely a nightmare to use. Every time i has to touch it, i wish i just had python instead

[–] i_am_hiding@aussie.zone 2 points 2 hours ago

My uni also provided MATLAB, but I just used Octave instead for all assignments that required it and was never asked about it or told I couldn't.

[–] red@lemmy.zip 40 points 21 hours ago (3 children)

I was actually quite surprised using Linux in technical university's is not the norm in west, in india it's the norm, every technical university atleast all the CS related departments use linux, my university uses cent os everywhere

[–] superkret@feddit.org 14 points 21 hours ago

I hope they don't use CentOS anymore. It's been discontinued 3 years ago.

[–] boredsquirrel@slrpnk.net 6 points 20 hours ago (1 children)
[–] embed_me@programming.dev 7 points 9 hours ago (1 children)

He might've graduated years ago. My experience (also from India) was Ubuntu/Mint is the most likely OS you will encounter in academia here. In school, we were taught about OSes (just GUI programs from Windows and Linux). And during engineering where basic programming is taught to all, we were encouraged to use Ubuntu and even our computer lab had Ubuntu or Mint installed on all computers.

[–] boredsquirrel@slrpnk.net 1 points 7 hours ago

Crazy how common Ubuntu is. Totally crazy. They really deserved it I think, but nowadays they do so much annoying stuff that it is quite annoying. For example them using Snaps against everyone else.

[–] delirious_owl@discuss.online 1 points 19 hours ago (1 children)

It is the norm in the West. See other comments. I don't know why OP is surprised.

[–] vaionko@sopuli.xyz 1 points 3 hours ago

I study in a technical university in the west. Apart from my own laptop, I've only spotted one Linux computer, which was an IT student's laptop. Though I don't study IT myself

[–] BrightCandle@lemmy.world 19 points 20 hours ago

Universities have been running Linux since the very early versions. Slackware was pretty common back in the 90s and 2000s and universities had labs full of them not least because there weren't really laptops so they had to have enough machines for all the students. Universities have been heavily involved in the development of unix from its inception and a lot of the tools were initially written by university professors.

[–] mat@linux.community 11 points 20 hours ago (1 children)

My cybersecurity course uses Linux... in a VM. We boot into Windows 10, then start Kali in VMware and do everything inside of it. I still don't know why, I just bring my own laptop with NixOS and add whichever package we are using to my shell.nix for that course.

[–] boredsquirrel@slrpnk.net 8 points 20 hours ago

Especially as a VM cannot do a ton of things like aircrack, which requires full hardware access and a kernel module

[–] Varyag@lemmy.dbzer0.com 13 points 21 hours ago

Welcome to CompSci university! Hope you enjoy your stay. There will be lots of maths. When I did my degree, it was my first experience with Linux too, and it was great. They eventually taught me how to install it myswlf on my laptop, and all of the student network PCs ran Debian. I later became part of the sysadmin team as my internship work, and learned a lot there. Now, 11 years later, I'm still a Linux diehard and much prefer working on it, and have been transferring my gaming over to Linux too.

[–] tetris11@lemmy.ml 7 points 21 hours ago

Our physics department used KDE managed over network shares implemented by one professor in his free time, in complete defiance of the rest of the university which used windows.

Even now they're still holding out strong, whilst Microsoft eats the rest of the university alive.
(sidenote: I get it, tech support in Linux is vritually non-existent, whilst tech-support in Windows is everywhere)

[–] programmer_belch@lemmy.dbzer0.com 10 points 22 hours ago (2 children)

I don't think coding in C is basic stuff, depending on the IDE, you can learn about using the terminal, compilers and if the course gets far, memory allocation, a really important tool in Linux programs.

[–] cetvrti_magi@lemmy.world 12 points 21 hours ago

I mean basic programming in general, as basic as it gets. It's not guaranteed that every student has programming experience.

[–] fl42v@lemmy.ml 3 points 21 hours ago* (last edited 21 hours ago) (1 children)

Plot twist: they code in replit or smth like that

[–] Cenotaph@mander.xyz 4 points 21 hours ago

Learning COBOL

[–] boredsquirrel@slrpnk.net 6 points 20 hours ago

Nice! I had one class where we had modelling and the teacher literally used some form of openSUSE Leap with XFCE (looked horrendous).

And they had a Virtualbox machine image, as that was most common to install, and everyone had Windows.

She used zsh and had a really strange program that was all over the place, I was not able to get it running on Fedora Kinoite, and still have no idea why.

That was crazy.

In the other classes, Windows everywhere and quite some windows only software. While we actually had Nextcloud and OnlyOffice but nobody uses it!

[–] andrew_bidlaw@sh.itjust.works 3 points 18 hours ago

Russian edu is kinda conflicted due to the push of leaving Microsoft (they stopped licensing openly by now) to alternatives, that's not going well with anyone but IT students I guess. But if these institutions would switch, they'd pick some closed down and paid wreck like Astra Linux. Going from bad to worse.

[–] Doombot1@lemmy.one 4 points 21 hours ago

My uni used Ubuntu in the CompE computer labs; unfortunately all other labs were windows. But the introduction to Linux was certainly nice!

[–] data1701d@startrek.website 3 points 21 hours ago* (last edited 21 hours ago)

My university's introductory CS course has us using Java. It's a web IDE within a textbook, but weirdly enough, I found it's actually just connected to an AWS instance of Ubuntu.

I myself have been daily driving since my sophomore year of high school.