I’d like to never boot into Windows again. I have VirtualBox installed where I can install Windows 11 if I need to but is there anything that it(Windows on a VM) wouldn’t be able to do like accessing hardware devices? Thanks in advance
Depends on your major, I guess.
My university’s CS program basically required GNU+Linux (as I’ve recently took to calling it). It was great actually.
Hopefully you don’t have to use Photoshop, anon.
i’d just like to interject for a moment
I got through University running Debian testing. It was mostly fine, some Linux based subjects were way easier without dealing with a VM (they recommended against WSL for some reason).
However there were a couple units that absolutely required you to use Visual Studio (non-code), I occasionally used a VM, the Uni IT also provided me with a remote VM (there’s a form to fill and and it’s all automated). But I mostly used Rider, which for one unit it confused their CI and I got marked down for (otherwise got top marks so it’s fine).
For office, it didn’t matter. Group projects mostly used Google Docs, occasionally Microsoft Office where the online version worked fine. All my units wanted PDFs at the end anyway, so it does not matter that you used LibreOffice or whatever. Some units provided you with DOCX templates, I had no issues opening them with LibreOffice.
Edit: People are mentioning online exams, my Uni did ‘online quizzes’ which worked fine, and some had to be done in class on their PCs anyway. Final exams where always done on paper.
It depends on what you’re studying. Some majors like accounting might require you to use Excel, for example. On the other hands, when I was getting my BS+MS in computer engineering, running Linux was actually advantageous
I’m going into a Medical Lab Tech program. I know 1 lab tech but he went to school in the 80’s. So I’m not sure what software they use now.
I don’t know specifically about a medical lab tech program. But I do know about clinical software in general. It is by and large proprietary Widows software. Seems like something you may encounter. But said software could be delivered via Citrix, which does have a Linux client.
deleted by creator
Accountants use Excel!?
If you can’t run your business out of Excel, you aren’t using Excel correctly.
/SI mean I’m sure it’s possible but surely there are better solutions…?
Not for the price of €12/user/month
Salesforce, ServiceNow, and SAP can never match those prices.
I wasn’t referring to those, I was referring to dedicated accounting software.
€12/user is trivial for any business, much less an accounting business that I’m sure it’s lucrative.
Yes, the price is the point. Excel (Office) is that dirt fucking cheap, industry standard, and comes with a bunch of other shit included that can be legitimate value add for a small business.
If you’re at a firm that has legitimate need for specialized accounting software, you’ll have enough money to get those. But even those generally export to Excel format. Without outing myself too much, I’ve had comsiderable exposure to financial tech over the last decade and less than 10 specialized accounting softwares I’ve seen couldn’t export to Excel. All of those still exported to csv, or “software agnostic excel” if we want to bend things a bit.
The power of being industry standard for going on 30 years now cannot be overstated.
I did a bachelor of videogame programming in Belgium 99% on Linux (minus exams), but it was definitely a huge struggle. All the courses and assignments were Windows-only, and 90%-ish required Visual Studio (non-Code) and Windows-only libraries like DirectX or Win32. I got by writing my own tooling to auto-convert these to CMake projects and convincing each teacher to allow me to hand in CMake projects. I wrote SDL backends for most of the win32 assignments, falling back on clang’s excellent cross-compiling for stuff that requires e.g Windows.h. I wrote a blog post about this: https://blog.allpurposem.at/adventures-cross-compiling-a-windows-game-engine And using e.g DirectX natively on Linux, easier than expected: https://blog.allpurposem.at/directx
I also wrote a small wiki on my general experience + a summary of courses and main problems encountered… Windows was non-negotiable during exams: https://dae-linux.allpurposem.at/ I maintain tools, converted assignments, and information on this for future students who want to attempt something like me, but it’s hard to recommend the Linux challenge if you are totally new to programming!
Hope some of this is helpful!
Admirable dedication to the cause
Yes, except online exams. The online spyware they make you install for those is designed not to work on a VM or anything like that. I had to keep a barebones windows partition around just for that.
Replying to give you an extra boost. If your courses are remote or have online exams, you may need to install spyware onto your computer. I’m re-imaging my wife’s computer this weekend because of it…
Yeah you usually can. LibreOffice works fine for most things. Some classes need things like Solid works that only run on Windows, and the remote testing software can be a nightmare. You might get an O365 license as part of your enrollment but doubt you really need it.
Protip; learn how to typeset your papers in something like LyX and integrate Zotero for citation management. The typesetting usually got me a few extra points alone.
Learning proper typesetting is a great skill anyway, so do it! And yea, I can vouch for the extra credit 👍
Depends on the program and the professors. I’m doing computer scuence at CSUN, and I’ve gotten lucky, none of the online exams have required any proctoring software (rootkit monitoring software). They just do them in the browser.
I was studying computer science and at my University in Gothenburg all the lab computers were Linux. We had one course which required Windows because there was one software which never got ported to Linux which we had to use and it was a pain because only one lab room had windows computers and they were constantly booked.
Most probably you’ll be just fine.
What software was that?
It was some custom software for emulating electrical wires and very low level stuff, I don’t remember much more.
I’ve been using it since high school. Never looked back. The only thing that bothers is annoying professors using privative software. But don’t let them define your freedom. Work around “those specific cases” rather than suffering windows just for them.
I bet you could get through college entirely on your phone if you really wanted to, but it’d suck.
What are you studying? Windows VM should be able to handle any programs linux can’t run.
Depends on your course
It’s been a while since I was in college, but I dual booted my laptop with Windows and Fedora for the first couple years then moved exclusively to Fedora. I even wrote my master’s thesis using Libre Office.
Unless you come across arcane statistics software or bullshit “education” tools that only exist for Windows that you need, which is possible, you should be good to go. Even then, you might be able to use Wine or find alternatives.
So yeah, go for it! Keep the Windows VM if you want a safety net.
I did.
However I had to borrow one if the schools Windows computer for final exams because the anticheat spyware didn’t run on Linux.
Lol same. Eventually (maybe the fifth exam or so) they just stopped caring about me though, and let me use my own laptop with openSUSE. Zero security, I was even hooked up to their WIFI and could easily have cheated… I didn’t though; the only exams where it would have been tempting were hand-written anyway.
It sucks that education institutions care so little for people not using giant corpo microshit though.
It sucks that education institutions care so little for people not using giant corpo microshit though.
Its so bad too.
Our school used ciscovpn for access to the university cluster and web services.
I figured out how to configure openconnect to work properly. And even wrote and hosted documentation for other Linux users to do the same.
However the school had no interest in incorporating my documentation into their VPN help site.
You pretty much need networkmanager for eduroam. If you are a wpa_supplicant enthusiast you need to swallow your pride. Otherwise no issues with using linux for higher education.
Learning Latex for your dissertation will make referencing easier, as an aside.
The official python installer uses wpa_supplicant if it doesn’t find NetworkManager. On my debian I was using wpa_supplicant for eduroam only because it could not “find” NetworkManager on my machine.
don’t most distros use networkmamager anyway?
Damn, everyone using iwd (my favorite), wicked, or connman — those are the only wpa_supplicant alternatives I can think of — is out of luck. God I love iwd, it’s so fast…