this post was submitted on 22 Jun 2026
67 points (98.6% liked)
Linux
14069 readers
290 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I find people often rely too much on guides which just tell you the steps, and you never learn how it actually works. So I would emphasize the manual bit to understand what that thing the guide told you to do actually does.
The other big hurdle is not being able to assess information for accuracy. If you have no prior knowledge, you have no clue whether that blog post with a guide you found is written by someone clueless or a genius. I've had that problem before on a topic I was unfamiliar with, and literally had to just ask an experienced person whether this looked okay or not. They were happy to correct all the misinformation I almost followed.
On a related note, it's always easier to make people give corrections than tell you everything from scratch. Just human nature.
Also taking your own notes that you can update as you trial and error, can repeat later on
That's definitely a thing in programming tutorials. When I'm unfamiliar with a library or something it's hard to tell if a tutorial is actually following best practices or if it's "tutorial code", distilled and technically working but missing edge cases or not scalable.