Hey everyone! I finally made the jump to Linux, and I'm feeling pretty great about it. I've managed to get Linux Mint up and running, which is a relief after some awkward moments trying to verify my ISO and install ExpressVPN. It wasn't exactly smooth sailing, as I spent way too long trying to figure out how to turn a .run file into an executable instead of just using the terminal command 'sh '. I realize now that I still have a ton to learn!
So, I'm looking for advice on where to start. How do I become comfortable using Linux? What resources are out there to help me learn the terminal commands and navigate this operating system effectively? I want to avoid feeling like a complete noob fumbling around. What did you do when you were in my shoes?
5 Answers
This is a big change, and it can feel overwhelming. I'd suggest the best way to learn is to just use your OS actively. You will learn commands as you encounter problems. Familiarize yourself with `cd` to change directories and `ls -l` to list files in a directory. The terminal is a powerful tool that will become easier with usage.
For specific commands, you can look at `man ` for details about what each command does. And for your question about 'sh,' it stands for 'shell'—that's the interface you're interacting with.
Oh, and useful programs to look into include 'htop' for system monitoring and 'grep' for searching through files.
No worries at all! First off, just start using your computer like you normally do. Explore the programs you need and check YouTube for guides on Linux basics. "ExplainingComputers" has great videos that cover everything from commands to usage tips. A few commands to get started are `ls` (list files), `cd` (change directory), and `cp` (copy). If you ever forget what a command does, just type `man ` (like `man ls`) to see its manual. And don't stress too much about avoiding the terminal; Linux Mint lets you use the GUI almost exclusively if that's your preference.
Oh, and for your question about .sh files, you can use them to write scripts!
If you prefer videos, check out 'Learn Linux TV.' They cover the command line really well and have some good beginner tutorials. Here's one [link](https://youtu.be/MnY0K-3_Fjk). Plus, there's a whole world of resources out there to help you grow your Linux skills!
Just play around! Don't feel pressured to learn everything at once. Find a problem or a task you need to do, then figure out how to solve that with Linux. Like learning a new programming language, it’s much more effective to work on projects that interest you. If gaming's your thing, install Steam and have some fun!
Just dive into it! Use Linux for your everyday tasks and Google anything you find challenging as you go. The more you put it to use, the better you’ll get at navigating and understanding it. Try not to think of Linux like Windows; it operates quite differently, especially when installing programs. You’ll get the hang of it with practice!

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux