this post was submitted on 06 Sep 2025
158 points (98.2% liked)

linux4noobs

2877 readers
1 users here now

linux4noobs


Noob Friendly, Expert Enabling

Whether you're a seasoned pro or the noobiest of noobs, you've found the right place for Linux support and information. With a dedication to supporting free and open source software, this community aims to ensure Linux fits your needs and works for you. From troubleshooting to tutorials, practical tips, news and more, all aspects of Linux are warmly welcomed. Join a community of like-minded enthusiasts and professionals driving Linux's ongoing evolution.


Seeking Support?

Community Rules

founded 2 years ago
MODERATORS
 

Noooooob here: As title said - I don't know what distro I should choose. My needs are student stuff like Libreoffice & Videoconferences but also creative things, photo-management and cutting videos. Does it matter at all? Do I have to check for every single program I use or is there a distro that is recommended?

I was planning on getting a Tuxedo with Tuxedo OS, but my neighbour recommended another "no os"-seller and now I'm not sure. I was opting for Tuxedo mainly because of the support since I'm leaving windows after many years^^

(Picture shows the lilac and blueish ports that we had for mouse and keyboard back "in my days" with the words "How old are you" - "Me:" on top - just because this community semmingly requires a picture added)

top 50 comments
sorted by: hot top controversial new old
[–] tal@lemmy.today 20 points 1 week ago

I'd use a major distro that's been around a while. Avoids having them vanish.

Does it matter? Well, different package system. Some different conventions. Some different defaults. You can make an Arch Linux machine look identical to a Debian machine look identical to a Fedora machine if you want.

Tuxedo OS is Ubuntu LTS with some minor modifications and some drivers from Tuxedo pre-installed. I use a Tuxedo laptop running Debian just fine. You're probably fine with Tuxedo OS if you're happy with it.

[–] Ephera@lemmy.ml 9 points 1 week ago (1 children)

What vendor did your neighbor recommend?

I do think getting a Tuxedo is a good choice, if you have the money for it. New users typically struggle either because they need programs that are only available on other OSs or because their hardware doesn't work well with Linux. And getting a dedicated device for it, rules out the latter.

If you do go with Tuxedo OS (or another distribution with KDE Plasma as the desktop environment), then kind of the obvious, best-integrated choices are:

You can try these out on Windows or macOS, too.

I guess, it should also be said that you can try out Linux as well, without installing it on a piece of hardware (or making an expensive purchase).
Probably the easiest way is websites like https://distrosea.com/.

[–] bmpvy@feddit.org 3 points 1 week ago* (last edited 1 week ago) (2 children)

That is some good advice - installed digikam yesterday and will learn to use it already. Kdenlive is next, one step a time :)

My neighbour recommened one.com or one.de computer, not sure about the url?

Thanks for sharing distrosea!

load more comments (2 replies)
[–] fartsparkles@lemmy.world 8 points 1 week ago* (last edited 1 week ago) (1 children)

Distros are like trying to find the right hat for yourself. At the end of the day, you just need to ~~poop~~ put on a hat and see how it looks.

I recommend something mainstream and kept relatively up to date since you’re trying out both Linux and a number of other open source apps at the same time.

I’d start with Manjaro, Debian, Fedora.

Be sure to try out some different desktop environments: GNOME, KDE, MATE, etc. The desktop environment you use will have a big impact on your overall experience of Linux.

Edit: I’d save pooping on a hat for when you’re comparing Windows versions.

[–] DampSquid@feddit.uk 7 points 1 week ago* (last edited 1 week ago)

At the end of the day, you just need to poop on a hat and see how it looks.

I've been doing it wrong this whole time!

[–] RodgeGrabTheCat@sh.itjust.works 7 points 1 week ago* (last edited 1 week ago) (1 children)

I have a cutting board I made in shop class that is 43 years old.

load more comments (1 replies)
[–] Crashumbc@lemmy.world 7 points 1 week ago (1 children)

Younglings.

The keyboard should be twice the size!

And that mouse port is all wrong, it should be 9 pins arranged in 2 layers....

[–] bhamlin@lemmy.world 2 points 1 week ago (1 children)

What is this.... "mouse" thing? The only user input device I've ever used was a keyboard.

[–] bmpvy@feddit.org 3 points 1 week ago

Do you work with a touchpad then? So I guess you're smart Gen Z? ^^

[–] entwine@programming.dev 7 points 1 week ago (2 children)

use Bazzite, or any other distro that calls itself "immutable". That's Linux speak for "it just works, and you won't be able to break it even if you try". There are other immutable distros, but Bazzite is the one most likely to have everything you need out of the box.

Also, look at flathub.org and check if the software you need is on there. If it is, then congrats, you're on the easy path. If not, you might need to use the command line to install what you need from another source.

[–] toynbee@lemmy.world 7 points 1 week ago (1 children)

I theoretically support the sentiment behind this advice, but I - a fairly experienced Linux user both at home and at work - tried Bazzite. I installed it, configured my accounts, ran a system update and rebooted. After a reboot, it was broken.

I'm sure I did something wrong there and likely the situation would have been recoverable, but I didn't do anything complex, so I challenge the claim "you won't be able to break it if you try."

Otherwise it seemed like it would have been a positive experience.

[–] entwine@programming.dev 3 points 1 week ago

I said you won't be able to break it, but an update can. Bazzite is an open source project with limited resources, and shit happens from time to time.

However, in cases like that you can always fix it by either doing a rollback (one liner: sudo rpm-ostree rollback), or by simply choosing the previous working version in grub while the machine is booting using the arrow keys.

[–] zergtoshi@lemmy.world 4 points 1 week ago (1 children)

I can second the recommendation.
Irun Bazzite on an HP Victus laptop and SteamOS on the SteamDeck.
Both are immutable, although based on different distros.
Sadly an update a few days ago broke the desktop mode on the SteamDeck: the whole desktop was unusable and it wasn't even possible to properly shut the OS down. Gaming mode was working flawlessly at the same time - huzzah!
Gladly the last update fixed it again.
In all fairness I need to admit that I don't run the most stable release channel, because I want to have encryption on my SteamDeck.
Bazzite has been running like a charm ever since I installed it.

Seperating the OS from the apps by putting the apps in containers instead of having them install files resolves the issue of dependencies for good amongst introducing security benefits. And the OS won't get borked by apps doing strange things or introducing dependencies that can't be resolved easily.

[–] bmpvy@feddit.org 3 points 1 week ago (1 children)

Haven't heard of immutable Distros yet, that's a good advice! I've got a Steam Deck - but has it Steam Os by nature or did you tweak smt?

load more comments (1 replies)
[–] rekabis@lemmy.ca 6 points 1 week ago (2 children)

How old am I?

That’s how old I am.

load more comments (2 replies)
[–] swagmoney@lemmy.ca 6 points 1 week ago (1 children)
[–] Venus_Ziegenfalle@feddit.org 4 points 1 week ago

I love that the colors match (except for blue USB 3 and the yellow one that you can use to power stuff when the PC isn't on)

[–] bulwark@lemmy.world 6 points 1 week ago (1 children)

Jk, I'm actually just serial port old.

[–] Onomatopoeia@lemmy.cafe 2 points 1 week ago

One of my first mice was a 9-pin serial, with a DIN keyboard. PS/2 was such a game changer.

[–] edwardbear@lemmy.world 5 points 1 week ago

“How Are Old You” Don’t control the flow of time, sorry

[–] Europellinore@europe.pub 5 points 1 week ago

The Tuxedo option sounds reasonable to me. Personally I switched to Linux roughly half a year ago. Dual boot with both Linux Mint and Zorin. Main reason to choose for those, is perceived accessibility and convenience for people new to Linux. Useful website: https://distrochooser.de/

[–] hansemilla@discuss.tchncs.de 5 points 1 week ago (3 children)
[–] pezhore@infosec.pub 4 points 1 week ago

Me: Scoffs in AppleTalk.

[–] nocturne@slrpnk.net 3 points 1 week ago (2 children)

How does this compare to the Tolkien Ring Topology?

[–] hansemilla@discuss.tchncs.de 3 points 1 week ago

Both being adventures so hard and demanding you tell great stories about to your grandchildren? That bum Bilbo had it easy compared to this SysAdmin with his tiny LanMan on a friday night with 6000 users and a token ring network going haywire.

load more comments (1 replies)
[–] davidgro@lemmy.world 4 points 1 week ago (1 children)

I recently got a Tuxedo machine, and besides their US keyboard layout being weird (two \ keys, one of which should be part of left shift, and I turned it back that way using keyd), I really like it.

The OS is great because it's (K)Ubuntu but with Snaps disabled by default. Most software I want that wasn't already installed is available on Flathub through the same program (Discover) that can install from the traditional repository.

[–] bmpvy@feddit.org 3 points 1 week ago (2 children)

Ok since they are in germany and I am as well I hope they can get the german keyboard to work properly^^ Would you mind sharing which one u got?

Idk what "snaps" is - should I learn about it now or later?

load more comments (2 replies)
[–] Tippon@lemmy.dbzer0.com 4 points 1 week ago (1 children)

A lot of the software you'll find on Linux for your requirements are available for Windows too, so you can try them out before you switch, and make sure that they work for you first.

I don't know much about video conferencing, but Libre Office is preinstalled on loads of distros. For photo management, you've got programs like Darktable and RawTherapee that work like Lightroom.

For videos, you can use OpenShot, Shotcut, and KDEnlive. They're all good for the fairly basic tasks that I do, and from what I've read on here, for more advanced stuff too :)

load more comments (1 replies)
[–] AceFuzzLord@lemmy.zip 3 points 1 week ago (1 children)

Personally, I would recommend, if you're doing a lot of different things, just switching to a distro that is user friendly and not specialized* like Linux Mint and building up from there. I would hazard a guess that if a program works on a different Linux distro, it's probably gonna work on Mint, especially if it's something bigger like Flowblade, KDENLive, or others since a lot of companies tend to focus on development for Ubuntu ( which is what Mint is based on ) if they make Linux ports of their software.

I don't know the state of the software repositories they use, but if it isn't in there, it's probably gonna be available as a flatpak¹ or appimage² ( and probably be more up to date than the default repository something like Mint will use ) if it's available on Linux. If you went through Tuxedo, the chances of the hardware not working for most modern distro that isn't some obscure, niche distro is low, so I don't think that matters as much.

*Specialized as in a distro making a distro with mainly one thing, like playing games, in mind.

¹ Flatpak and AppImage are kinda universal. For flatpak, to start, I'd recommend going to the flathub website to find what you need if you aren't comfortable with a command terminal. Copy the command they give to install into a terminal and it should do a default installation. Most distros should have it installed and enabled by default at this point.

² AppImages are more like self contained programs containing everything it needs to run and will take up more space for the convenience of not needing to use the terminal to install or run.

[–] bmpvy@feddit.org 3 points 1 week ago

Specisl thanks for the footnotes 🙏

[–] Doomsider@lemmy.world 3 points 1 week ago* (last edited 1 week ago) (1 children)

A PS/2. No, not the fun thing that plays games, it is just a connecter.

If you just want things to work I would suggest a Debian based distro like Ubuntu Studio. I have heard good things about these immutable systems, but I don't really have much experience with them.

On a side note, keyboards used to have a return key where the enter key is nowadays. It was for a carriage return which went to the new line. It was not for entering data into a field as there was a separate enter key for that.

[–] bmpvy@feddit.org 2 points 1 week ago

How old are you? ^^

[–] wolfeh@lemmy.blahaj.zone 3 points 1 week ago (1 children)
load more comments (1 replies)
[–] KokusnussRitter@discuss.tchncs.de 3 points 1 week ago (1 children)

I hate to recommend Ubuntu, because of their locked garden bullshit, but yeah, ubuntu.

I personally use Linux Mint for creative work with an amd gpu and it has been a nightmare, mainly because I need amds proprietary drivers, and they are a buggy mess on mint. Since ubuntu is officially supported, I hope it would work better on there, but I couldn't get ubuntu to boot.

So if you have an amd card, driver support should be taken into account. With nvidia I had a lot less trouble.

[–] TrickDacy@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (1 children)

The AMD vs Nvidia experience you are describing is polar opposite of mine and what I always read about. Never had a single issue on AMD, never had anything stay working right for very long on Nvidia, to the point that I sold my Nvidia card to escape that uncertainty.

I mostly have run pop os but also used elementary os for a bit. Both Ubuntu based distros, like mint

[–] KokusnussRitter@discuss.tchncs.de 3 points 1 week ago (3 children)

I know. I chalk it up to my use case (3D modeling & rendering w/ blender, Game Dev), which needs AMD's proprietary drivers, instead of the open source ones. Running them on Linux Mint probably doesn't help either, since it is, strictly speaking, not supported by AMD.

load more comments (3 replies)
[–] Hansae@lemmy.dbzer0.com 3 points 1 week ago (2 children)
load more comments (2 replies)
[–] tiredofsametab@fedia.io 2 points 1 week ago

Photo management can probably be accomplished with GIMP (or even simpler tools, depending upon what you want to actually do). Video is a struggle and a big reason I'm still on windows. Davinci resolve technically works on Linux, but it is fiddly as hell. I got it working on Mint, upgraded Mint and just gave up in frustration a couple hours in to trying to get it to work again.

[–] rimu@piefed.social 2 points 1 week ago (1 children)

Check out ubuntu studio - https://ubuntustudio.org/

You can install all the same apps on any distro so in the end it won't matter too much which you choose as long as it's a mainstream one.

load more comments (1 replies)
[–] Junkers_Klunker@feddit.dk 2 points 1 week ago

Tuxedo is probably great, it is Ubuntu based and EU based. But if you want something different try fedora, that’s what I’m using and having a great time despite being close to tech illiterate.

[–] mcmodknower@programming.dev 2 points 1 week ago

You should choose a distro where you don't have to do a lot by yourself, since you are new. Another Point is software availability. Since it seems you want to use some specific software, check if its available as a flatpak (in which case the distro doesn't matter as long as the distro supports flatpak), or if it is directly available in the packages of the distro.

For concrete recommendations: as lembot_0004 said, debian and ubuntu are good general purpose starting points, but since ubunti updates some stuff a bit faste than debian and has a 3rd party driver installer, you might want to choose it if you have the need for it (for example if the current debian version does not support your graphics card yet).

I personally use linux mint, which looks more like windows on the desktop than debian or ubuntu.

Other people here have also recommended fedora, so if you want, you can check it out too.

[–] tatterdemalion@programming.dev 2 points 1 week ago* (last edited 1 week ago)

https://endeavouros.com/ is my goto recommendation for a first-time linux user.

I'd also recommend trying it out in a VM first, like VirtualBox.

load more comments
view more: next ›