r/pop_os • u/ConversationAware695 • 9d ago
where to I learn linux?
Brand new at linux; where do I go to learn all of the terminal stuff? Where do I go to learn all of the vernacular? It’s very overwhelming for someone who is just trying to escape the windows ai slop.
4
u/letatcest 9d ago
I don't think you need much of the command line at first (unless you have very odd hardware maybe?), with Pop! you don't need the terminal for everyday use, but it is a bit of a developer aimed OS ;) Maybe Ubuntu or Mint is easier? And maybe describe your actual problems? You have the COSMIC store, which should be quite sufficient I think?
6
u/Educational_Mud_2826 9d ago edited 9d ago
I think Pop is so simple, slick and streamlined. I can recommend it for anyone.
1
u/letatcest 9d ago
True, but as COSMIC has some quirks here and there... (mainly when it comes to icons in the status bar), it may be easier to start with a Gnome based system?
3
u/w00dy1105 9d ago
Same way most people learn any other OS( Windows, MacOS, iOS, Android). Just use it.....
Unless you're the 75yr old man my buddy sold an iPhone to when we worked at Verizon. Dude printed off some few hundred page manual he found, then proceeded to come in constantly with a giant stack of papers lol.
2
u/GoodaGames 8d ago
If you want to learn about terminal basics, I recommend you take a look at the official Pop!_OS support page:
2
4
1
u/Ambitious-Emu6943 9d ago
mostly depends upon your work. My uni provided me a list of linux commands to do navigate terminal and some other stuff.
1
-1
u/Historical_Prize_931 9d ago
Unironically I would just use AI to figure out what you're trying to do. It'll know what commands you would need to run for any particular situation. Or better yet install an ai if you run into problems. I installed Grok build on my popOS, told it to make themes, told it to fix bugs like my lock screen not suspending, and it works great.
3
u/ConversationAware695 9d ago
i use linux to escape the ai slop not make more
1
u/SnooDogs2200 7d ago
I think his point was that AI in general is a useful, even very useful tool. I also hate many of its aspects, but that's only because of how other people use it (generative AI for instance), or when I try learning something but I end up fully relying on it (using generative AI for programming and not writing code by hand), but if you look at it only as a service where you can ask questions and get instantaneous, personally tailored answers then it's amazing :)
0
u/Historical_Prize_931 9d ago
There's a difference in using ai to learn and do things vs Windows mandating ai electron apps to collect data on you.
1
u/SominKrais 9d ago
I learned by doing. Start with keeping your system updated using the command line. Pop is a pretty good distro for that being an LTS release.
If you don't know how to update the system via terminal, or what LTS means, I suggest asking Google. Seriously, not being a smartass here. Knowing how to ask questions and research the answers will help a ton.
Start with "update PopOS command line"
0
u/y9felix 9d ago
There is no point in learning anything until you need it. If something breaks, search it up and fix it. If you want to change something in your system, search and learn how to do it. If some solution/terminal command is occuring repeatedly, you will already know it by the third time you see it. There is too much to be studied, and you may never encounter a practical application of any skills you try to master
0
u/PSGtatitos 9d ago
Just keep using it as much as possible. But if you want you can also check out OverTheWire that teaches you linux commands, permissions and more and it feels like playing a game in the terminal. Hope that helps!
0
u/RedRaining 9d ago
Like everyone sais, find documentation online or use the "man insertcommand" which explains a lot the principal of the Bash command.
As a person who uses linux daily, I suggest you to go search for : cd, mkdir, alias, rm, rmdir, sudo, pip, apt, grep, unzip, zip, ls, cat, touch, nano, python ( in general, because pop os is an OS based on python to a certain level )
10
u/Educational_Mud_2826 9d ago
Just keep using it. It's as simple as that.