6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux?
-
How do I even get started? Do I just install Mint and figure it out from there? Linux seems so complicated but it's been a decade since I last tried. Nowadays, I feel old and this seems like it needs too much research
Honestly, one of the great uses for gen ai is "write me a script to diagnose this problem" and then pass the output back with "write me a script to fix it"
I don't have the bandwidth in my life to diagnose and tinker for fun, and it's really made a bunch of big annoying things easy.
I found KDE way more intuitive than gnome, even though I was last on a Mac before the switch. Perhaps pick a KDE distro.
Also maybe list here if you have any deal-breaker apps or workflows to the folks can say if it's worth your effort.
-
I'm going to Linux because I have an older i5 (I think 5th or 7th gen?) which isn't compatible.
I only really kept Windows for gaming but Valve has put a lot of effort into making Linux gaming more accessible and I'm willing to try it out now
-
How do I even get started? Do I just install Mint and figure it out from there? Linux seems so complicated but it's been a decade since I last tried. Nowadays, I feel old and this seems like it needs too much research
Linux is no more complicated than Windows, we just know what we know.
Start by trying one of the big names like Ubuntu or Fedora.
There's not exactly better distros for gaming, it's just about what's preinstalled, that's why Bazzite exists.
A good idea is to install something like VirtualBox on your Windows machine and test out some diatros to learn your way around them.
-
I have no idea. I rely on music software that doesn't have a Linux port. This sucks, because that software cost money, and if I can't get it running reliably on Linux I might have to... either that, or get a Mac
-
For how I use my pc, everything just works. To give you a counter argument. My logitech devices just work out of the box on windows. For Linux I had to get a little specific tool.
Also try installing Japanese language input on Linux. Compare how much simpler it is on windows.
Linux is NOT simpler than windows in all situations. Maybe your own research methods are flawed?I game, manage my NAS (truenas running jellyfish for media etc) , sail the high seas, and browse on my pc. I also remote into a small spare mini pc running Ubuntu server with a minecraft server on it. Could've ran the server on windows, but wanted to tinker with Linux to learn)
I would say sunshine, but from personal experience the encoder never works and your stuck with horrible fps. Parsec is magic.
-
This post did not contain any content.
Been on Linux for like 15 years now
-
Linux is no more complicated than Windows, we just know what we know.
Start by trying one of the big names like Ubuntu or Fedora.
There's not exactly better distros for gaming, it's just about what's preinstalled, that's why Bazzite exists.
A good idea is to install something like VirtualBox on your Windows machine and test out some diatros to learn your way around them.
-
This post did not contain any content.
Unfortunately not. Even as an IT person I can say I just wanna come home and boot up my games without hassle. Sure alot of things have been done with proton etc but still a massive amount of games don't work without Soo much dang tweaking. I don't have time for that especially with a job/being a single parent. I am highly interested in steamos though.
-
How do I even get started? Do I just install Mint and figure it out from there? Linux seems so complicated but it's been a decade since I last tried. Nowadays, I feel old and this seems like it needs too much research
I would recommend to try linux first by dualbooting. Try Ubuntu, Fedora, Linux MINT and KDE Neon (i really like it because it has a Windowsy feel). You can see how those distros look here: https://distrosea.com/
I personally dont like the stock ubuntu, was really suprised by fedora.
-
Linux is no more complicated than Windows, we just know what we know.
Start by trying one of the big names like Ubuntu or Fedora.
There's not exactly better distros for gaming, it's just about what's preinstalled, that's why Bazzite exists.
A good idea is to install something like VirtualBox on your Windows machine and test out some diatros to learn your way around them.
-
Tip: Add your non-steam games to steam to launch launch them with Proton. thats probably the easiest way.
Otherwise there's Bottles and Lutris (and maybe HeroicLauncher)
There's also umu!
It essentially (if I've understood things correctly) aims to replicate the behaviour of proton.
Works like a charm, I have a simple alias set up that will run almost any .exe - even installers and stuff. Only thing that hasn't worked so far was my digital exam software (that is essentially a windows rootkit) because it couldn't find the cursor images lol.
-
Unfortunately not. Even as an IT person I can say I just wanna come home and boot up my games without hassle. Sure alot of things have been done with proton etc but still a massive amount of games don't work without Soo much dang tweaking. I don't have time for that especially with a job/being a single parent. I am highly interested in steamos though.
that's also my excuse, but then again, i don't even game that much. and i'm on rtx 3070 which will be getting too old soon for new games and new GPUs are just too expensive.
And god i hate w11. i mean it's not that different than w10 but things just don't work!
my logitech mouse stutters for no fucking reason, 10 year old games lag for no fucking reason. the whole windows lags after being waken up from sleep after a few days, i could go on and on. none of these problems existed on w10.
-
Made the upgrade last week to Linux mint and I’m loving it. Got my Arr stacks and stuff setup as dockers and it’s never worked so well. All the connection issues I’ve had on windows is now gone.
The interface is nice and not bloated. And I’m not being tracked which feels liberating.
Welcome :), if we're being honest lot of the tracking still happens on Linux once you open your web browser but it definitively feel nice to be liberated of the one at OS level and a solid start for caring about online privacy
-
Welcome :), if we're being honest lot of the tracking still happens on Linux once you open your web browser but it definitively feel nice to be liberated of the one at OS level and a solid start for caring about online privacy
Yeah, it’s about reducing the amount of tracking though. I’ve since deleted my Google account, stopped using gmail, moved to proton, stopped using online password managers, deleted Reddit, quit watching YouTube, moved everything I can to open source programs. Libre office instead of 365 etc.
-
This post did not contain any content.
Already upgraded to Linux Mint - https://lemmy.world/post/24365609
It’s been going great! Everything works as I expected. I now have full confidence that I will never switch back to Windows. It really does feel liberating having an OS that doesn’t track me.
-
This post did not contain any content.
Steam OS, Batocera, Bazzite, Linux Mint.. so many great distros for gaming alone.
-
So, there are multiple ways of installing things. For GUI apps the standard way is flatpaks. Some non-GUI things are installed that way, but it's less common.
For CLI apps, homebrew is installed by default and it's recommended as a way to install CLI things.
The method I like for apps that have a lot of interdependencies is to use a distrobox. If you want a development environment where multiple apps all talk to each-other, you can isolate them on their own distrobox and install them however you like there.
I currently have a distrobox running ubuntu that I use for a kubernetes project. In that distrobox I install anything I need with apt, or sometimes from source. Within that kubernetes project I use mise-en-place to manage tools just for that particular sub-project. What I like about doing things this way is that when I'm working on that project I have all the tools I need, and don't have to worry about the tools for other projects. My base bazzite image is basically unchanged, but my k8s project is highly customized.
If you really want to, you can still install RPMs as overlays to the base system, it's just not recommended because that slows down upgrades.
More details here:
I moved to endeavouros. First time using a rolling release, and I was struggling with some webdev stuff cause node was on a recent non-lts build and a few other things.
Not a problem for building, cause I already have that containerised. But things like installing packages was refusing, and obviously couldn't run dev workflows.Until I realised I should just work inside a container.
I know vscode is still Microsoft (and I'm sure I could get it to work with vscodium), but the dev container workflow is fantastic.
Absolute game changer.
And I know I can easily work on a different platform, os whatever. And still have the same dev environment. -
Wine works for a lot of software you could always try running your precious software on linux before jumping straight onto Mac
-
This post did not contain any content.
Already prepared everything for the jump. Switched MS Office for LibreOffice, and Outlook for Betterbird. Tested install, configuration and access to backups in a VM. Next vacation I take I'll go for it. Mint is my choice of Distro, because of Steam/Gaming reasons. With the US being antagonistic, if not outright hostile, right now, and Microsoft having their disgusting Copilot AI Analysis Fingers in everything, it's the rational choice I think.
-
that's also my excuse, but then again, i don't even game that much. and i'm on rtx 3070 which will be getting too old soon for new games and new GPUs are just too expensive.
And god i hate w11. i mean it's not that different than w10 but things just don't work!
my logitech mouse stutters for no fucking reason, 10 year old games lag for no fucking reason. the whole windows lags after being waken up from sleep after a few days, i could go on and on. none of these problems existed on w10.