I've had a bit of a bumpy start in my IT career, having spent six months in a help desk role before needing to leave. Now I'm trying to find another job but haven't had much luck. I'm thinking about getting some certifications to help boost my chances, and I'm currently saving up for the CompTIA Linux+ certification. In the meantime, I want to learn more about using the Linux terminal. Right now, I can only install software and updates with `apt`, and I know how to run `neofetch`. I have Ubuntu Server running in a virtual machine, so I'm open to any webpages or video resources that might help me. Thanks in advance for any advice!
4 Answers
You can also find some good learning materials in PDF format if you search for them online. Just Google "Linux terminal PDF" and you'll find plenty!
Check out the Humble Bundle website for some great Linux book deals! They often have resources you can get for cheap. Also, you can find useful info at and don’t miss —both are fantastic for beginners!
The best way to learn is just by using the terminal as much as you can! The more you practice, the better you'll get.
You might want to create a VM with a terminal-focused distro like Arch. Use a window manager instead of a full desktop environment and install command-line apps. That way, you’ll be using the terminal all the time, which is a great way to learn.
Thank you very much!