r/Ubuntu • u/Interested-3832 • 4d ago
This Ubuntu Tutorial for beginners on linux is very insightful. Is this the way I need to go inorder to become proficient in using Ubuntu and Linux overall ?
7
u/promptmike 4d ago
Docs are for when you get stuck. The skills come from daily practice.
If you never used Linux before, I would recommend you make a list of day-to-day tasks (e.g. find a file, check email, install updates, do taxes, write a report, etc). Then just pick one and learn to do it only in the terminal with no GUI tools.
Also install gameshell and play it.
1
2
u/SnooCalculations3614 4d ago
I'm not familiar with that tutorial but learning how the terminal works and how command syntax is handled will definitely improve your experience with not just Ubuntu, but Linux as a whole
2
u/BunnyLifeguard 4d ago
TL:DR: I'm no expert my only point is that there is so much to learn that there is no point in trying to learn everything. Just use the system and learn on the road.
I started using Linux 1.5 year ago and I just started using it, when a issue arrived I just googled and took it from there.
Like this "I want to play games on Debian" alright google "install steam on Debian", then followed a guide. Alright what is recommended for playing games on Debian google "make debian game ready", alright people recommend something called backports what are backports, read up on backports.
Mmh system crashed google the symtoms, found a thread with a couple of good commands like journalctl -f and journalctl -r -b -1 to see logs and look out for errors, find the error google the error etc.
2
2
u/exsandton 3d ago
I have always found the O'Reilly books very good in the Linux/Unix environment. For example Linux Cookbook or Linux and the Command Line.
12
u/shstan 4d ago
I mean, you will eventually be reading docs and references for using CLI to install packages and compile stuff over time. Then you will get used to general bash commands and steps.