There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

How was your experience using Linux in college?

This is aimed at students/ex-students that used Linux while studying in college.

I’m asking because I’ll be starting college next year and I don’t know how much Windows-dependency to expect (will probably be studying to become a psychologist, so no technical education).

I’m also curious about how well LibreOffice and Microsoft Office mesh, i.e. can you share and edit documents together with MOffice users if you use LibreOffice?

Any other things to keep in mind when solely using Linux for your studies? Was it ever frustrating for you to work on group projects with shared documents? Anything else? Give me your all.

baldingpudenda ,

Currently in college. They are agnostic as it’s all turned in on PDF files, quizzes on browser, etc but my online classes require I install some root kit program to make sure I’m not cheating and it detects if it’s on a VM. I talked to IT and they let me borrow a laptop with windows. Slow as hell, but I only need it for the online tests so 4 times a semester.

possiblylinux127 , (edited )

It depends on the college and the region honestly. Remember they are trying to prepare you for a job.

With that being said Linux tends to be pretty popular in high end especially in computer science. Mac OS and of course Windows also have a foothold. I would get into virtualization and distrobox (podman). Even if something is natively supported on Linux is best not to pollute your system with junk. Create separate environments for everything.

gramgan ,

The people I know in my program (undergrad History) use their computers for little more than Google Chrome (specifically Google’s Office suite), a PDF reader (sometimes also Google Chrome), sometimes Zotero, and sometimes MS Word. We get a lot of Mac’s around here, so one can imagine Microsoft products are not highly relied upon, generally speaking.

Everything’s through the browser nowadays, so I’d say just pick a stable distro, install 2 or three browsers in case something doesn’t work (like Google Docs with Firefox in my experience…), and submit everything as PDF.

Can’t speak much to LibreOffice as I write my papers in Typst (and before that in LaTeX, which got me brownie points with some of the older professors), which I find much faster, easier, and more flexible than WYSIWYG word processors.

electric_nan ,

Depends on your school/classes. I had no problems. Last school I attended used MS for email etc. I got a discounted license for Office which I was able to access in the browser if/whenever LibreOffice wasn’t a good option.

possiblylinux127 ,

I tried to use MS office but Libreoffice is easier

MonkderVierte ,

I’m also curious about how well LibreOffice and Microsoft Office mesh, i.e. can you share and edit documents together with MOffice users if you use LibreOffice?

You can. But if the sender is the type to use linebreaks for spacing and textbox for grouping, be prepared that the layout may explode after saving and reopening the .docx in LO.
But that’s the formats (MS OOXML) fault, consists mostly of proprietary extensions, no such issues with .odt (ODF).

82cb5abccd918e03 ,

My freshman year I had a windows VM, only for WeChat and MS Teams, but by 2nd year WeChat got Linux support and MS Teams can now run in the browser, so I deleted the VM halfway through 2nd year. Zoom can also run in the browser.

Also a good idea to make sure your microphone and camera works.

And don’t update if there’s a deadline coming up soon since it might break.

None of my professors required anything to be submitted as .docx. Every single general education class required PDFs for submissions, and programming classes were usually submitted by pushing to code to a Git repository. Group projects were all done in Google Drive which runs in the browser, otherwise latex usually worked (one prof even required latex). I never used LibreOffice, but I’m pretty sure it should be fine for PDFs.

Psychology might require a bunch of proprietary statistical analysis software that probably won’t support Linux. I would say a windows VM is best for that. Although R is fine on Linux. I was in computer science so none of my classes required proprietary software. In total over every single class I think only C, C++, Haskell, and Python interpreters/compilers were needed which are all free software. In some of my classes professors said they would refuse to help anyone on Windows if they weren’t using an Ubuntu VM. One even said he would subtract points if anyone asked a question about windows. One crazy prof said he would fail you from the class if he saw you developing in Windows instead of the VM. Also any classes that require Docker are going to be way easier on Linux. Some of my friends were electrical engineers and they had to use some big proprietary IDE’s for flashing binaries to micro controllers which didn’t support Linux, but they were using Windows anyways. Also any CAD software almost certainly won’t work, a VM is needed for that.

If you do use a windows VM or dual boot or whatever, make sure to pirate Windows 10 LTSC since it has the least default applications installed and will run faster.

possiblylinux127 ,

Don’t pirate anything as that is bad for all sorts of reasons.

DannyBoy ,

I was in for computer science major but took lots of other electives. The only course I needed Windows for was Windows App Programming. The rest I was fine with on Linux.

souperk ,
@souperk@reddthat.com avatar

It depends on the field you are studying. I was into CS, using Linux was recommended because the machines they used to test our code were also running linux.

Most fields are going to be okay with linux, the only exception being fields that rely on specialized software like architects, engineers, and audio/video editing. Also, some software like MatLab are possible to run on Linux but it’s a pain to set them up.

Dotdev ,
@Dotdev@programming.dev avatar

In college right now 2yr computer science, anything Microsoft is a pain to work offline. I miss the onedrive sync in windows i just use syncthing for that now .

I use onlyoffice since it has one of the best Microsoft office compatibility though I submit my obsidian export as a pdf for my assignments or records.

If you really need ms office or for group projects and you have an o365 account, just use the web version for it.

Plopp ,

When I studied at the uni 5 years ago we only collaborated over Google Docs. I’d strongly recommend online collaboration over sending files back and forth. For most things I ran Linux, and booted into Windows when there was a particular need for it, which wasn’t often. But it all depends on what software you’re expected to run during your studies. If you have room on your drive maybe having a minimal Windows install along side Linux could be a good thing?

Also, I’d recommend a distro that comes out of the box with working BTRFS snapshots. The last thing you want is have the machine you rely on for school shit the bed due to a bad update or something you do, and you have to learn how to repair Linux in the middle of an assignment that’s due tomorrow. With snapshots you can just roll back to before it shat the bed.

Windows2000Srv ,

I’m a bit like you! I’m studying to become a High School science teacher, so I’m not in a technical program. My computer serves mostly as a typing machine. I switched 2 years ago and it wasn’t all smooth, but I’ll share some of the things I encountered and what I did.

First problem I had, cloud sync. I used to be a a big OneDrive user and I wanted to sync everything with my drive as I used to be. There isn’t a very good program for syncing OneDrive. I bought a licence to InSync and it made it work flawlessly. Seriously good software! (nowadays I host my own Nextcloud server, but don’t start with that, it’s a lot of job for not a whole lot).

Second problem was getting used to LibreOffice. Compared to Office, LO isn’t formated around pages, every text you write is considered “one big text” and then it calculates where to put its page breaks and everything. What does it change? Not a whole lot, but technically speaking, it’s not as good as a formatting tool as Word is. Doesn’t really matter if you aren’t a formatting freak like I am, but it took me a some time to get use to it. To get better with it, I recommend you to practice styles on it (text style and page style).

Third problem, collaboration. I didn’t find a very good solution to it. What I do is I ask all my colleagues to write their parts online (Google Docs, MS Office Online,…) then once everything is done and perfectly written, I download it and open it in LO and do the final formatting. So I’m always the one doing the formatting. It’s important than when you give it back to your teachers, give it in a .PDF format. (Btw, unrelated, but look into Zotero, it’s a life saver)

And a general tip and trick I could give you is to keep close a Windows/Mac machine (not with you at all times, but just something you access fairly easily if you plan in advance). There were a few times a professor mandated that we submitted the work in MS office format, and I didn’t want to risk it not being right, so I did it in LO and polished it in Office. That and I was asked to use a very specific, Windows only software, so having it was very useful.

If you have other questions, don’t hesitate to ask!

clark OP ,
@clark@midwest.social avatar

Thank you so much for writing this elaborate comment! Super appreciate it. :)

belha ,
@belha@bolha.us avatar

@clark Uni sold their soul to Microsoft, not one Linux machine in sight.
However, I've been using it since last year just fine, as it was intro to programming class.
Though, I will have one electronics class down the line which uses a proprietary, Windows-only, not-gonna-give-you-a-license software, and it really sucks.
Hoping that next time it gets better...

clark OP ,
@clark@midwest.social avatar

I think many technical educations are dependent on Windows to some extent, but I’m not sure how it is with humaniora / social studies-focused education programs.

belha ,
@belha@bolha.us avatar

@clark If it can be achieved on a browser, Linux can definitely be used.

BilboBargains ,

I got no pussy

gerdesj ,

It didn’t exist!

pathief ,
@pathief@lemmy.world avatar

I had a teacher who was really passionate about Ubuntu and was distributing Ubuntu 5/6 live CDs. I ended up installing it on my laptop. It was a pretty miserable experience. Everything was ugly as hell, configuring the sound card was a pain, Wi-Fi drivers had constant problems, upgrades to the new x.04/x.10 version borked the system 100℅ of the time. Pretty miserable but got the job done.

Nowadays the experience is much, much smoother. Just ensure you don’t need exclusive software.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines