I recently installed Fedora Linux and have started using it, but I feel like I'm not truly learning anything. I find myself just copying and pasting commands I find from guides or AI instead of understanding how my operating system works. How can I genuinely learn about my machine and the OS?
3 Answers
Stop copy-pasting commands without understanding them! Every time you see a command, take a moment to find out what it does. Researching each command will help you learn their functions and how they all fit together in Linux.
First off, try to break free from relying on AI. Explore the documentation that many distributions provide, like using the `man` command in the terminal to get manual pages on commands. Watching YouTube tutorials can also help you understand the basics better. If you're up for it, try installing Arch Linux in a virtual machine just to see how it all works under the hood. It'll give you a wealth of knowledge about system setup, which can greatly enhance your understanding of Linux as a whole.
Don't be shy about checking out the manual for Fedora. Just skimming through it can give you an idea of what resources are available. When you have questions, checking the manual first can save you a lot of time.

And seriously, please stop using AI like that. It's not helping your learning!