this post was submitted on 03 Aug 2024
151 points (97.5% liked)
Linux
48061 readers
698 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I studied Computing Sciences and switched to Linux in my second year. I'll skip the computing science specifics, but my overall experience was really good.
First of all, know that when you install a Linux based OS on your laptop, that you are fully responsible to make sure it works. In a BYOD exam, I had to unzip virtual machine hard disks and import them, and something went wrong. I ended up not being able to do the first try of the exam. So be sure you know how to get around and do whatever you need to do, even the specifics.
I tried to make MS office work on Fedora and got it to work using WinApps. However turning on and off a Windows virtual machine all the time you need office takes time. I found it not worth the hassle. LibreOffice can save documents in .docx format, however, there are some compatibility issues where documents don't look the same on your/your group's end. I have stuck to OnlyOffice which looks very similar to Windows and has very good compatibility. If you want to live edit with friends you can use Google Docs or the web version of Microsoft Office.
My university is invested in the Microsoft ecosystem, the administrators disabled the use of third party mail clients. I had to use the web client of outlook. Minor inconvenience but one to take in to account nonetheless.
If an app is not available you can always create a web app from the web browser so you can get the web version.
If you run in to an application you need, but is not available as a package of your distribution (deb, rpm, flatpak, snap, appimage etc), you might be able to translate it with Wine, an application like Bottles should make this quite easy, as long as it's a simple application. Worst case scenario you need a Windows VM and install it in there.
If you need more specifics let us know. Good luck on your journey!