this post was submitted on 05 Aug 2025
83 points (97.7% liked)

technology

23905 readers
392 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 5 years ago
MODERATORS
 

I finally switched to Linux, now what? Everything just worked straight away. shrux

top 40 comments
sorted by: hot top controversial new old
[–] Enjoyer_of_Games@hexbear.net 52 points 1 week ago (2 children)

linux is so boring now, you used to be able to get days of troubleshooting out of a simple install sicko-wistful

[–] GladimirLenin@hexbear.net 21 points 1 week ago (1 children)

i was expecting it to be a lot more tedious, i was surprised everything worked out of the box. even just clicking on the latest nvidia driver on the set up screen and thats it

[–] someone@hexbear.net 12 points 1 week ago (1 children)

It helps that you were given good advice at some point to start with Mint. It's an excellent choice for a general-purpose OS.

[–] LargeAdultRedBook@hexbear.net 5 points 1 week ago (1 children)

Eh Mint has so many outdated packages. I would recommend Ubuntu, Fedora, or PopOS over Mint.

Not a bad choice by any means. The interface is familiar and the base system is close enough to Debian that it's hard not to be a solid beginner distro.

[–] GladimirLenin@hexbear.net 5 points 1 week ago (2 children)

I had a friend recommend Nobara which I think is fedora based and another friend recommend cachyos which they've used without issue for a while. I pretty much picked mint because it was boring and stable

[–] LargeAdultRedBook@hexbear.net 1 points 6 days ago

I think those are pretty bad recommendations.

IIRC CachyOS is just Arch with some compiler optimizations and a better scheduler than default...so not what I would call beginner-friendly.

Seconding what marcie said about Bazzite.

Mint certainly is boring and stable. My recommendation is to use flatpaks for your apps since the packages in the Mint repos might be a few versions behind.

[–] marcie@lemmy.ml 6 points 1 week ago* (last edited 1 week ago) (1 children)

I would actually recommend against Nobara and instead suggest Bazzite which uses the same kernel and adjustments Nobara has but with a much larger team behind it. It's very good for gaming and is a generally more secure OS as it teaches you to sandbox all of your apps.

I've also had Nobara break catastrophically on upgrade before which required a fresh install. If upgrade doesn't work on Bazzite it's trivially fixed by rebasing with one command, and the upgrades themselves aren't likely to break your configs which is very very nice.

So yeah if you ever feel like distro exploring, definitely check out bazzite it's a very new and fresh take on Linux with all sorts of nice new tech in it.

[–] GladimirLenin@hexbear.net 4 points 1 week ago (1 children)

i have no doubt that i will be trying another distro at some point, thank you for the advice

[–] LargeAdultRedBook@hexbear.net 1 points 6 days ago

i have no doubt that i will be trying another distro at some point

Inevitable.

[–] communism@lemmy.ml 13 points 1 week ago (1 children)

Ikr, even doing LFS gave me minimal troubleshooting to do :/

[–] bdonvr@thelemmy.club 6 points 1 week ago (1 children)

Time to build your own kernel

And no, I don't mean compiling the Linux one

[–] communism@lemmy.ml 6 points 1 week ago

Yeah I mean next step is trying to build my own distro.

Probably I don't have enough free time to learn enough systems programming to be able to write a kernel but it sounds interesting if I had the time lol

[–] FreeRangeKitties@hexbear.net 24 points 1 week ago* (last edited 1 week ago) (3 children)

Step 1 is installing Linux on your computer

Step 2 is installing programming socks on your legs

edit: this is a joke please do not consoom just for a meme unless it makes you happy. also transing your gender is optional but becoming uwu cute uwu is mandatory. ^this^ ^is^ ^also^ ^a^ ^joke^

[–] tactical_trans_karen@hexbear.net 18 points 1 week ago (2 children)

Incorrect, transing your gender is mandatory. But the OS does it for you.

[–] bdonvr@thelemmy.club 9 points 1 week ago

Nah you don't got a be trans to wear thigh highs as a guy. Fuck gender norms be comfy as who you are :3

[–] FreeRangeKitties@hexbear.net 7 points 1 week ago (1 children)

I think even as a joke this is a bad take. You will get dysphoria if you are force-transed to the wrong gender.

[–] marcie@lemmy.ml 6 points 1 week ago (1 children)

New gender just dropped, Linux gender, you get dysphoria when not using your preferred distro of Linux

[–] decaptcha@hexbear.net 15 points 1 week ago

another japeWhen the time is right, the socks choose the wearer

[–] Demifriend@hexbear.net 14 points 1 week ago (1 children)

For now you can probably just try doing whatever you normally do on the computer and see how it feels/if you have any problems. Maybe learn some basic terminal commands

[–] axont@hexbear.net 11 points 1 week ago (1 children)

What do I do if the only computer thing I do is check hexbear and watch anime

[–] Demifriend@hexbear.net 9 points 1 week ago

Sounds like you are good to go then! Maybe you can find something fun to use for your anime watching, like try some different video players or find a script that does MAL/Anilist logging for you.

[–] depressed_lemon@lemmy.ml 14 points 1 week ago (1 children)

I guess install Steam on it. (And clamtk I also find important.)

BTW what distro did you choose?

[–] GladimirLenin@hexbear.net 6 points 1 week ago (1 children)

I went with Linux Mint.

Steam installed and games downloaded and working. I initially had issues because all my games were on an ntfs partition and couldn't get anything that needs Proton to run at all.

[–] communism@lemmy.ml 11 points 1 week ago* (last edited 1 week ago) (1 children)

Just one bit of advice is to familiarise yourself with a package manager and to use it. If you're coming from Windows you'll likely be used to downloading random .exes off the internet as a way of installing software. It's much better on Linux because we have package managers, which work sort of like your phone's Google Play Store or App Store if you use Android or iOS; it's a centralised place where you can get trusted packages (software) and get updates for all your software in one place. Different distros tend to have their own package managers. Linux Mint uses apt. I believe there are graphical interfaces for it, but I personally don't see any point in using a GUI for package management when it's much simpler to use the command line. e.g. if I wanted to install vim (a text editor) on Linux Mint I'd type sudo apt install vim. There are also things like flatpak for things your distro doesn't package.

I don't know if you downloaded Steam off the web the way you do with Windows, or if you used your package manager, but if you did the former, you'll have an easier time in the long run if you uninstall then reinstall through a package manager of your choice.

[–] GladimirLenin@hexbear.net 8 points 1 week ago (1 children)

ive installed everything so far through the package manager, albeit through the GUI just because it seemed intuitive coming from windows. ill probably learn some command line magic along the way. im enjoying how responsive everything is and the lack of worthless bullshit that was packaged with windows

[–] communism@lemmy.ml 3 points 1 week ago

Nothing wrong with using GUIs if that's your preference, but I think some people gravitate towards it just because they've told themselves it's "easier", when I personally think installing things using the command line is "easier"—you don't have to navigate a GUI, figure out where they moved something because they changed the interface, etc, you just know what line to type and it is just a one-liner. It's personal preference, but just don't let the terminal put you off just because there's no pictures. For instance, installing software from a package manager is an extremely easy thing to do on the terminal. Especially if you're on an old and slow computer, it'll be noticeably faster too.

[–] underisk@hexbear.net 14 points 1 week ago (1 children)

spend hours customizing all your various themes and settings then open a terminal, type in neofetch, take a screenshot, and post it. as is tradition.

[–] Bruja@hexbear.net 5 points 1 week ago

No longer maintained, hyfetch/neowofetch now.

[–] Euergetes@hexbear.net 10 points 1 week ago (1 children)

Now you post about it. Make others switch. Expand the hive mind!

[–] GladimirLenin@hexbear.net 4 points 1 week ago

I have every intention in making this my entire personality.

Most important, you gotta play the classic linux videogame Super Tux Adventures (it's just Mario with penguins)

[–] tombruzzo@hexbear.net 8 points 1 week ago

If you're looking for that typical Linux experience then it's time to start learning Docker, doing some networking and trying to setup remote desktop on another computer.

I feel like Linux maintains its bad reputation because it does just work. It's such a stable foundation you can start doing more technical shit on it easier and that's where you hear people complaining.

Linux works perfectly as your regular light gaming/browser interface device.

[–] LargeAdultRedBook@hexbear.net 8 points 1 week ago

Welcome aboard comrade sicko-tux

[–] trompete@hexbear.net 4 points 1 week ago

Install some window manager (i3/sway, openbox, ...) and try to use that.

[–] hello_hello@hexbear.net 1 points 1 week ago* (last edited 1 week ago) (1 children)
[–] GladimirLenin@hexbear.net 4 points 1 week ago (1 children)

Can I just learn the free software song instead?

[–] hello_hello@hexbear.net 3 points 1 week ago (1 children)
[–] GladimirLenin@hexbear.net 3 points 1 week ago

i scrolled through that first pdf you linked and there's the sheet music at the end