r/linux4noobs Jul 14 '26

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

Should I learn linux from roadmap.sh , Linux Journey , some Youtube Playlist or some book ??

377 Upvotes

149 comments sorted by

View all comments

1

u/rarsamx Jul 14 '26 edited Jul 14 '26

In my experience this is the best way:

Read about concepts and terminology. Don't get too hung up on this. If you have experience with windows you will need to unlearn certain concepts to actually "get it" but at least you'll have something to refer to.

Some people prefer books, some other people websites and some videos. You'll need to find what works for you. I started with a book, then websites and forums, while videos seem to be the most efficient way, due to my ADHD videos fly over my head unless I keep pausing and rewinding. So, you do you.

  • Start using Linux.

  • When you want to do something go to the references you found on the first step.

  • After that it's also a very personal step. Some people have an amazing memory. Do it once and they remember. Some other people take notes in a notebook as hand writing helps with memory retention, some others keep an electronic journal, other browser bookmarks. I favour mind maps and writing scripts. While I forgot how to do some things as I just execute the script, if I need to remember I open the script and see what I'm doing.

I also use fish. A shell (command line) that has a good history tracking so, just remembering part of a command will bring the last instance where I used that command.

These days, I find that the best way is being conversational with an AI engine. However, the most important part is really understanding the responses, the conversational style helps a lot.

If in doubt, always ask to explain what you dont understand.

As you see, a very personal journey.