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.

  • Diplomjodler
    link
    fedilink
    109 months ago

    I used UNIX on a greenscreen terminal at university before Windows was even released. There were no compatibility problems because nobody used computers outside of CS departments. And now get off my lawn, damn kids!

  • @BaalInvoker@lemmy.eco.br
    link
    fedilink
    Português
    99 months ago

    Well, I’m a psychologist and my entire college time I used Linux. Most of the times me and my friends used Google Docs instead of MS Office

    In psychologist school you’ll be reading a lot, so you’ll need pdf reader, but that is easy in Linux. Maybe, but this is a big maybe, you’ll learn about statistics using a software, but we have Jamovi and JASP for that. If you’re into R or Python, that’s easier in Linux then Windows

    If you really need to share documents with your friends using MS Office, LibreOffice may do the job for the content, but have in mind that if you’re in charge of formatting the document, noone else could do it. Otherwise, if other person is in charge, you’ll be better not try to format. Or just use Google Docs / Office 365 (online)

    In my own experience, I had no issue using only Linux in my school time

    Also, in my daily work as a psychologist, I have no issue with that as well

  • monovergent 🛠️
    link
    fedilink
    9
    edit-2
    9 months ago

    Storytime!

    As a physics major, daily driving Linux worked out pretty smoothly. The thing that saved me from trouble the most was making a weekly full system backup (I used Clonezilla and my file server). If anything was truly incompatible, I took care of it on the school’s computers.

    In my second semester, I began dual-booting on my X201 Tablet and desktop, eventually booting into Windows infrequently enough that I made my X201T Linux-only by the end of my second year.

    Around that point, I began using LUKS full-disk encryption on my machines and USB drives. I highly recommend if you don’t already, even if just for peace of mind. I have strong ideas about the way things ought to look and work, so being able to customize Linux to my heart’s content (with Chicago95 ofc) made doing work on my computer a bit more enjoyable.

    Documents

    • MS Office: Libreoffice worked 95% of the time. For the other 5%, I used the school computers or my Windows VM.
    • Google Docs and GMail: accessed through Chromium, which I only used to access Google and sites linked to my school’s SSO system.
    • We did a lot of writing in Latex, though it might be a physics thing
    • A lot of other small stuff I’m starting to forget, but if I don’t mention it, I probably did it through the browser.

    Lab

    • MATLAB: GNU Octave sufficed 75% of the time, often needing just slight changes to the code. Otherwise I used the lab computers or my desktop with actual MATLAB.
    • Proprietary dana analysis software: One had a .deb package for oldoldoldstable so I set up a VM just for that. Otherwise, lab computers it was.
    • Lab computers running old and new versions of Windows were available to us, so if there was anything computationally intensive or requiring proprietary software, I would just take care of it in the lab.

    Social

    • Slack, Discord, Facebook, Instagram, Whatsapp: browser client, which I would check on a schedule

    Tools

    • VPN: NetworkManager, though it was a bit janky. I think it’s a lot better nowadays.
    • Printing: We had a web print portal to upload docs and pdfs to a printer of our choice.

    Graphics

    • Mostly prepared my posters, etc in a mix of Libreoffice Draw, GIMP, and Inkscape
    • Adobe: Had to use it on one occasion. Used the library computers where it was installed for everyone to use.
    • Digital notes: I would use Xournal on my X201 Tablet whenever I forgot to bring my notebook or refill my fountain pen. Managed to impress a few of my iPad-toting classmates when I whipped out the pen and the display around on what they believed to be an ancient clunker.

    As for the desktop, I had purchased it with gaming in mind, but it eventually became my SMB file share, media server, and RDP session host so I could make any library desktop like my own. Each thing in its own VM, of course. By the end of it, I was one of about 3 students running a server over the campus LAN. Even in the comp sci department, surprisingly few students used Linux.

    Linux also met all of my computing needs while studying abroad in Germany. For five whole months, I had not used Windows once. Though my SSD did give out on me once, a backup saved the day.

    A friend once did need to use a rather invasive remote proctoring tool. Highly recommend a separate laptop or at least a fresh SSD for this case.

    Mobile privacy, if it’s relevant

    • I was in the fortunate position where none of my classes or jobs required proprietary mobile apps
    • Friends used Venmo or whatever else, I paid back in cash
    • SMS and emails sufficed for regular communication

    Overall, it was smooth sailing using Linux throughout my college years and no incompatibilities that couldn’t be solved in the library or a computer lab.

    edit: i used debian btw

  • @Omega_Jimes@lemmy.ca
    link
    fedilink
    79 months ago

    I’m doing a CIS degree right now, and I did 99% of my first year on fedora. I did need a full windows install because some exams took place using a lock down software.

    Honestly, the hardest part was remembering to boot into windows the day before so it could update and stabilize for the exam the next day

  • @pastermil@sh.itjust.works
    link
    fedilink
    59 months ago

    Computer Science graduate here

    It’s great, and in fact the recommended setup. We even had a lab running Ubuntu, managed by a bunch of volunteers that pass down sysadmin knowledge.

    There was this one class, tho, that required MS Visual C++ 2008. There was no way around it, so what I did was I installed Windows on VM.

    Office document support was janky with LibreOffice but it got the job done for me. They seem to have improved a lot recently, so you probably won’t have issue.

    Even up to today, I never felt the need to have Windows. Some proprietary softwares like Zoom are available thru Flatpak while the Windows-only ones like Adobe Acrobat can be installed thru Wine.

    The only times I had to have Windows was to play certain video games. In general, I could live without them, as most video games are playable on Linux with Wine (thanks, Steam!), while some others provide Linux native port.

  • /home/pineapplelover
    link
    fedilink
    59 months ago

    I’m currently using Arch Linux in college and my advice will be to dual boot. In some lower div classes my specific professor wanted Visual Studio .sln files so there was no other way (I guess you could VM it but I’m not trusting that with my grade).

    Group sharing documents, our schools and most schools are in the MS ecosystem so you can edit on word online through the onedrive thing.

    For writing stuff I would mostly use libreoffice with the LanguageTool plugin installed.

    For lockdown proctored exams, I would typically get a loaner laptop from school because no way am I downloading their sussy stuff.

    Edit: Since you’re studying to be a psychologist, my first paragraph will probably not apply to you. If you want to, dual boot, if not, I think maybe you could boot up a vm if there’s some really niche use cases.

    • Wild BillOP
      link
      fedilink
      99 months ago

      College / university, the thing right after highschool.

  • @OhNoMoreLemmy@lemmy.ml
    link
    fedilink
    5
    edit-2
    9 months ago

    Honestly, if you’re sharing office files you’re probably using office 365. This means everything is a web app first and therefore Linux compatible.

    I tried using the desktop version of word on a Mac last week, and the latency was so bad on a shared document that I had to switch to the web app anyway.

    Basically, if you just want to use Linux you’ll be fine. If instead you don’t want to use Microsoft, you’ll probably have lots of problems.

    Microsoft have been brutally effective in getting their tentacles into academic institutes, and you’ll find that everything from email to logging into internal sites relies on an office 365 account.

  • @phrogpilot73@lemmy.world
    link
    fedilink
    59 months ago

    I used nothing but Linux for my Master’s and am currently using it for my doctorate. I’ve been full-time on Linux for over 10 years.

    I did find that OnlyOffice played better with MS Office than LibreOffice. I also use the school’s Office 365 that they provided me to open my finished files in the web version to verify the formatting matched. There was only one time it didn’t.

  • @BCsven@lemmy.ca
    link
    fedilink
    49 months ago

    Linux was just being invented when I was in college… But if your profs want certain files traded as MS documents Windows will make your life easier. While docx is opened/saved by LibreOffice etc, there are formatting things that can trip you up like default margins, missing fonts (on either end of use) this means what you send somebody may not open and look as intended (even if the issue is actually on the MS user end). It makes things frustrating unless they only want pdf. Also powerpoints get wonky too.

  • @EnderMB@lemmy.world
    link
    fedilink
    49 months ago

    We installed Slackware. One kid bet me that Linux wouldn’t let him drag his entire drive into the bin to delete. It did, and we all laughed, including the professor - who still gave him the passing grade since he’d seen enough of it working before it went up in flames.

  • @WhiteBerry@lemmy.ml
    link
    fedilink
    English
    49 months ago

    Just finished my Master’s this year.

    I belonged to the Department of Computer Science at a university in the UK so granted there’s a lot of bias here:

    I will point out a few observations, without going into much detail or reasoning:

    1. Microsoft’s Office suite was a non-requirement. For collaboration, everyone was using Google’s Office suite (Google Docs, Sheets) or Overleaf (Premium if we signed up with our university email).
    2. Around half (maybe more) were MacOS users, maybe 25-25% split between Linux and Windows.
    3. Lots of iPads, particularly in any Maths classes.

    Anything else to keep in mind? Yes, that people are ignorant. Even in our CS department people used to actively avoid using Linux, a lot of people will buy Macbooks because of reasons I would attribute more to the demographics of CS students, i.e. primarily from Asian countries where Apple is seen as a economic symbol.

    Be prepared for people to judge you (not saying they should, but that they likely will). If you want to avoid this judgement, get an Apple silicon Macbook Air or something. However, I commend you for going out of your way to learn and wanting to reduce your dependency on Windows. I think that learning to be comfortable with the machine will help you in the future, most likely indirectly.

    Lastly, keep in mind that when we have discussions about privacy or Linux or not supporting big tech companies who we might not agree with (e.g. Microsoft, Google, Apple etc) it’s never a binary problem. You might find that you will end up relying on teams for internal communication or that your university email is with outlook/office365.

    Try and do your bit, but don’t be too harsh on yourself. :)

    Needless to say, if you’re looking for a laptop that runs Linux well plenty of people will tell you to buy a used thinkpad (great from a value perspective), or if you’d prefer some of the new kidz stuff then a Tuxedo notebook.

    Do not make the mistake of buying a notebook which doesn’t have a reputation of good Linux support. I bought a HP notebook (can’t quite remember the model number right now but can get back to you) and still no sound without manual kernel module patch :D

    • monovergent 🛠️
      link
      fedilink
      19 months ago

      If you want to avoid this judgement, get an Apple silicon Macbook Air or something…

      Damn, me over here trying to flex my Chicago95-ass X201T to my classmates

    • @tabular@lemmy.world
      link
      fedilink
      English
      19 months ago

      If you want to avoid this judgement (being a Linux user)

      We’re here, we’re queer, Linux is top gear!

  • downhomechunk
    link
    fedilink
    English
    49 months ago

    I used linux all through the years I should have been in college, but was instead a hopeless drug addict. I regret nothing!!!

    …apart from the drugs…

    …and not going to college…

  • @artinel@lemmy.world
    link
    fedilink
    49 months ago

    Software engineering student here. Well we had a course about Microsoft excel but i used Libreoffice and almost got a full mark. There were no problem with lessons like Advanced programming (C#) and Data structure (C and C++) and few others with languages like python and php. There has been few courses that requires softwares that are not available on linux(Cisco packet tracer and Proteus) but wine solved the problem perfectly. Back in high school i even managed to run Visual Studio but it was hard tbh. I don’t know about what they teach on the other countries colleges but i think you should mostly be fine with linux and wine.