DEV Community

Discussion on: How to learn Linux from basic to pro?

Collapse
 
ghost profile image
Ghost

Well my friend, that is a broad question right there. It depends of course of your goal, you could delve ad eternum just with a single filesystem, in fact Linus Torvalds himself has said he's not very savvy about the userspace, I would bet he hasn't used more than 2 or 3 window managers, probably has no idea about databases, webservers, etc. Is just too much, is like said how do I do science or arts. Well that was some kinda useless answer on my part (I don't think is far from true tho), so here's my advice.

Don't try to become a pro-user, there is no such thing, just use it and explore, don't be afraid to try stuff and dig deep, at first you'll have no clue but using the system you'll naturally will be more interested in some topics, go deep on it and that will naturally will make you lose interest in that specific thing, get you even more interested on it or show you the next thing that interest you; rinse and repeat. You may end up helping some project, starting your own or doing something else.

To start the quest you can DDG (yes if everyone can turn Google into a verb I'm gonna use duckduckgo as a verb) about the overall structure of a Linux system, if you have enough disk I would leave a partition to easily install a secondary OS, so if you get interested, for example into install, Arch, Gentoo, Slackware, LFS or some BSD wouldn't be a big deal, just install it and try it, of course everything Arch does, Ubuntu do it as well but to build bottom up can give you an insight on how everything works and having it as a secondary distro let you keep your computing if something fails, you could also use a VM for that but is not the same. If you want to go to the deep end you may want to try Gentoo as a secondary testing distro, you don't need an installer so you can do it from your running Ubuntu, while using your PC normally and take as long as you need :)

Doing that you'll say something like, uhm, what is this tiling WM stuff? or what if I want to encrypt my disk or what is this Fish and Zsh stuff, how can I do a NAS, how do I configure my firewall, can I have a system < 100MB in RAM, etc... somewhere your next step will present itself. Just keep reading, keep learning and maybe share here some of your new acquired knowledge, more eloquently than me, maybe you'll end up writing a book about, who knows.