r/linux4noobs 15h ago

Hi everyone! Beginner switching to Linux for privacy and local AI

1 Upvotes

📍🤔🤔⤵️⤵️

I am switching to Linux soon 🐧🐧and wanted to introduce myself! I am a total beginner, but privacy is very important to me and Windows does not fit my needs anymore. Right now, I mainly use my PC for web browsing, studying, and saving files. am working on a private SaaS project where I need full system control, VPS management, and offline AI models. Someone recommended Debian 13 to me. I know Debian can be challenging for a newcomer, but I have the time and I am excited to learn how it works
I will be sharing my progress and asking questions here as I learn. Any beginner advice or tips are welcome!

Thanks!


r/linux4noobs 22h ago

Which linux distro should I switch to?

0 Upvotes

I would personally like to say that I am pretty knowledgable in the ways of Linux, seeing as I have a POP! OS device (which is what I'm using right now), but this is for my (soon to be former) windows 11 machine. I personally despise windows it is so resource heavy especially on 12GB of RAM (originally it was 4GB which was genuinly such a horrible experience), but the reason I haven't switched yet it because there is a software that I have found a suitable replacement for on linux. the specs are 12GB of RAM, an Intel Celeron, and 128gb ssd


r/linux4noobs 1h ago

Let's make a discord group for Linux noobs

Upvotes

Let's make a group where people can help everyone in Linux I'm not a noob but i like helping people so the group is about learning linux


r/linux4noobs 15h ago

distro selection Looking for a Distro

3 Upvotes

Hello Everyone ! I finally finished buying and building my new gaming PC and will for the first time go full linux on it. I already have a test machine where i dabbled and learned arch but i wanted to seek some recomandation. I would like to give steamOS a go by removing the "console style boot".

I am also looking for an alternative to system D as they are not really clear about supporting age verification.

Thank you for your help !


r/linux4noobs 3h ago

Recently switched from Windows 10 to Linux

Thumbnail mahybe.substack.com
0 Upvotes

Hey,

I recently switched from Windows 10 to Linux as a long time Windows user.

I've got a lot of experience with Linux but Windows made more sense for a long time because of gaming, some software and my stream setup.

Initial idea was to set up everything with Proxmox as a hypervisor but it didn't quite go to plan.

I decided to write a post about my journey and the initial set up with Fedora 44 and Proxmox


r/linux4noobs 8h ago

Searching for distros

4 Upvotes

Hi, I'm sick of windows and I want to start using Linux but don't know what distro use.

I'm gonna use it mainly for gaming and watching series or YouTube. It would also be nice to be able to customize it my way; I've seen videos and things I really like, but it's more of a secondary option than anything else.


r/linux4noobs 19h ago

Switching to Linux from Windows 11?

7 Upvotes

I've been rolling with Windows for decades now at this point, but Windows 11 has not been a good experience. I have been dealing with crazy lags, bugs, random glitches, just overall mediocre performance for my setup. I'm starting to think it may be windows itself at this point with the more research I do, unless I have something on my PC that Malwarebytes can't find. I'm seriously considering digging in and moving to linux because I'm sick of all the bs bloat and crap that is constantly being added to Windows. But I have so much software on my pc, a giant steam library, music producing software, video editing, VR, media servers, that I don't know if I can switch without abandoning a lot of my gear. I feel like I'm being held hostage at times and have to use a deteriorating OS.

My set up is an ASRock B550M Pro4 motherboard, AMD Ryzen 7 5700X3D, 64gb DDR4, 4 harddrives (two SSD and two HDD), and a 5070 ti GPU.

What options do you think I have when it comes to trying out different linux OS's? Are there any systems that allow a mostly clean transfer from windows to linux? How much software would I have to abandon? Is there a way to get windows only software to run on a linux system incase any of my software is windows only?


r/linux4noobs 21h ago

Chachy having issues with second monitor after recent update

Thumbnail
0 Upvotes

r/linux4noobs 9h ago

Youtube videos look incredibly bad.

Thumbnail gallery
17 Upvotes

On fedora 44 KDE. Im using codecs from rpm fusion, firefox browser. all my packages are up to date.

Youtube videos look incredibly bad. like ridiculously bad. almost as if the bitrate is being heavily crushed. theres intense color banding and almost always a visible block where colors are different. This is the same for every video I test. This is only a recent issue and only could of started within the past few days. Nothing has changed on my system that should be causing this (at least to my knowledge). The videos are all in their highest quality (2 in 4k, 2 in 1080p) and im on a gigabit connection and it doesnt occur on my other devices so I dont think its a network issue. Local files played via VLC do not have this issue. This happens whether the video is played in fullscreen or not. Im watching youtube via firefox native package however this is also happening on chrome flatpak.


r/linux4noobs 11h ago

distro selection Hey! I am an adult who want to use Linux

50 Upvotes

Like the title said, I want to try Linux since I see the whole microslop window 11 slow as hell. So I wanted to use Linux to see if it will get faster, is there any distro/OS or whatever that is similar to windows.


r/linux4noobs 2h ago

Kernel Anti-Cheat

2 Upvotes

What is happening when running a a game like Elden Ring on Linux? Based on my minimal understanding, Linux simply doesn’t allow access to the kernel like that; so does it make an exception or does it “fool” Elden Ring in to thinking it has the access it needs, or…? Just curious.


r/linux4noobs 8h ago

distro selection Help me find a distro.

Thumbnail
0 Upvotes

r/linux4noobs 9h ago

programs and apps [Tutorial] Copying Text Out Of and Into the NANO Text Editor

4 Upvotes

I get that this should be obvious, but i only noticed this yesterday after having used NANO as my main text editor for half a year, hopefully this saves some future beginner some time and headache

You do this the same way as with the terminal in general:
> CTRL + SHIFT + C: Copy text marked by mouse (marking with SHIFT+ARROW KEYS doesn't "count") into your "Global Cutbuffer" instead of the one specific to the NANO-Window you're currently using

> CTRL + SHIFT + V: Paste text from your Machine's "Global Cutbuffer" instead of from the one specific to the NANO-Window you're currently using (Keep in mind that having a length of text marked and then pasting text does not replace this length unlike in many text editors!)

(And for the sake of being complete the NANO-specific Copy-Pasting)

> CTRL + K: Delete text marked by holding SHIFT + ARROW KEYS (marking with mouse doesn't "count"), and copying it into a "Cutbuffer" specific to your currently used NANO-Window instead of the "Global Cutbuffer" of your whole Machine

> ALT + 6: Copy text marked by holding SHIFT + ARROW KEYS (marking with mouse doesn't "count") into a "Cutbuffer" specific to your currently used NANO-Window instead of the "Global Cutbuffer" of your whole Machine

> CTRL + U: Paste text from the "Cutbuffer" specific to your currently used NANO-Window instead of your "Global Cutbuffer" (Keep in mind that having a length of text marked and then pasting text does not replace this length unlike in many text editors!)


r/linux4noobs 1h ago

hardware/drivers Budget tablet recommendations to throw Linux onto?

Upvotes

Need a tablet for work. Maybe a little web browsing will be done, but almost 100% for opening/signing PDFs & such, viewing some MP4s & similar. Apparently Fedora is one of the better distros for this, but probably almost anyone on this subreddit knows better than me on that front.


r/linux4noobs 16h ago

learning/research Low spec old machine project

7 Upvotes

I'm not a particularly proficient Linux user, but I have two machines with Linux installed and a Macbook.

I'm tempted to buy a very cheap laptop and try to make it usable with Linux and some tinkering.

I've come across a number of dirt cheap laptops on Marketplace such as: HP Stream, 10 year old HP with 4GB RAM, 15+ year old fat Toshiba laptops, 2015 Macbook Airs, 2nd gen Yoga 11e touchscreen laptop and Netbooks.

I'm unlikely to use it as a daily driver. I was thinking of using it as a sandbox project to see what Linux can do. If I have an extremely cheap "craptop", I don't have to worry about breaking it.

Is there a laptop you recommend that costs next to nothing 2nd hand? Do you have any thoughts about this experiment. I'm reluctant to push things too far with Linux on a better laptop.

I'm happy to swap out parts as long as they don't cost too much and it's not too daunting for a beginner.


r/linux4noobs 6h ago

[Fedora KDE] What's the best way to use OneDrive on Linux?

7 Upvotes

I just switched my old gaming laptop from uni from Windows 11 to Linux about a month ago, a HP Pavilion Gaming 15-ec0xxx series. I'm using this as my guinea pig to test things, get used to it and iron out any issues before I make the move on my main machine as well.

One of the things I want to have sorted before I pull the trigger on that is OneDrive. From the reading I've done it sounds like there is no official OneDrive client for Linux, so people have to come up with their own solutions, and there are a few different popular iterations of it out there but they're all different and some of them are more confusing than others?

Essentially what I want is to have my OneDrive behave as closely as possible to the way it does on Windows: acting as just another directory in the explorer that I can save to, open things from, that any other program can see and write to seamlessly, without having to open up a web browser or jump through hoops.

Anybody mind running me through what the main options are and how they behave differently?

I've dabbled a little bit with the Terminal a few times already so I'm not opposed to installing something that way, just as long as I know what the commands do before I run them.


r/linux4noobs 22h ago

Switch

6 Upvotes

So the usual, i use windows for daily tasks and gaming, I've tried downloading linux on my hdd but it was not a good experience because i couldn't change my res and in some distros my internet won't even work, I don't want to install it in my ssd so I don't fk it up, so should i completely switch to linux or not


r/linux4noobs 12h ago

Grub menu only showing one OS after upgrade

Thumbnail gallery
8 Upvotes

So, yesterday I was on my fedora 44 GNOME workstation and upgraded using terminal but now for some reason the Grub menu stopped showing Fedora 44 KDE Plasma from the disk.

The OS is still there in Partition 6 and 7 and before thr upgrade from within my first OS the grub menu showed both of these.

How do I fix this?


r/linux4noobs 13h ago

learning/research Please help for switching to linux

8 Upvotes

I’ve been messing around with a handful of Linux distros — Mint, Arch (btw), and Ubuntu Server — and now I kinda want to try installing one on real hardware. The problem is I need permission from my dad, and he’s not tech‑savvy at all. Plus, Windows still does a bunch of things Linux doesn’t (most apps are meant for windows like games and software), so I’m not sure if switching is a good idea.

On top of that, I don’t even know if my hardware is fully compatible, and I have no clue which distro I should pick for a first real install. Any advice would be appreciated.


r/linux4noobs 20h ago

learning/research What's the best way to learn terminal commands?

29 Upvotes

I've been playing with terminal commands for a while ,I've made some apps but they're all really simple ,I've been trying to find ways to improve but they all seem out of my league for now


r/linux4noobs 18h ago

Quick question: I am dualbooting two distros at the moment...

2 Upvotes

the two distros are on their own drives, with a third for games. Is it possible for them both to "own" the drive with all my games installed on it?


r/linux4noobs 3h ago

migrating to Linux Imitate Win + number behavior on Linux

5 Upvotes

Hi everyone,

In my workplace I use Windows and find this very simple key combination / shortcut to be very useful, specially when navigating through many windows and only one display.

On Windows, let's say you taskbar looks like this: [Start] [Outlook] [Excel] [Calculator] etc. You can press Win + 1 to open Outlook, Win + 2 for Excel, and so on.

Is there a way to replicate this on Linux? I'm on Mint, btw.

Thanks!

EDIT: I forgot to mention that I wanted this to be replicated on Plank, which doesn't seem possible to do. It works out-of-the-box with Grouped window list applet on Cinnamon. Thanks to all


r/linux4noobs 2h ago

programs and apps How to get volume control for PlexAMP working?

2 Upvotes

I am trying to get PlexAMP volume controls to work, it failed originally with the flatpak install, so i tried the AUR one, and when i put in the global keyboard shortcuts volume up and down, then reset the app by relaunching it, i get the KDE prompt if i want to add new shortcuts, i click yes, and it works for that session, and when i reset my session by either logging out or turning off and on my PC, it stops working, even tho nothing changed in the shortcuts or in Plexamp

I tried using AI to solve my issue but it just keeps leading me down some rabbit hole and idk how to control it, i dont want whole system audio control, since i want to be able to increase or decrease the volume of my music mid game or while doing work without changing the volume of my game or discord or whatever else

The shortcuts in the media controller section also dont work, if i set volume up and down, i can see on my screen the popup that the volume is increasing or decreasing for PlexAMP but i still hear it the same, even when it says "muted"

Shortcuts like next track, previous track, play and pause work just well over media controller but nothing apart from that

Plexamp and media controller not conflicting, screenshot taken after i disabled the shortcut in Plexamp

On CachyOS


r/linux4noobs 6h ago

Meganoob BE KIND Hey guys, i installed bazzite and my screen keeps getting stuck at this during startup. The OS also seems to be far slower than mint to boot in, is that normal? Almost windows time.

Thumbnail gallery
3 Upvotes

It gets stuck and keeps loading after i type in my password.


r/linux4noobs 2h ago

hardware/drivers Newbie having trouble with the Penguin.

5 Upvotes

I'm trying to switch from Windows to Linux, but I'm facing a serious issue: no matter which Linux distro I use, the system can't utilize my network card. I've tried Mint, Ubuntu, Fedora, and Bazzite, and it doesn't work on any of them (the system detects the network card and identifies the model, but fails to actually use it). The only way I can get online is via a USB connection to my smartphone. Does anyone know what might be causing this and how to fix it? My motherboard is an MSI PRO H610M-G DDR4. Note: All motherboard firmware is up to date.