+ 1
how to learn linux completely and everything
I want to learn Linux very quickly in months or weeks. What can I do to learn Linux/Bash Powershell, SSH, TSL?
2 Answers
+ 4
Onildo Batista Dos Santos Neto
As there is no course related to linux in Sololearn. Using search bar of Google will be a better idea as you will get a lot of resources there, one of those is-
https://training.linuxfoundation.org/resources/free-courses/
https://www.sololearn.com/Discuss/2709979/?ref=app
Additionally, learning in a month or weeks isn't impossible but your intention should not be to finish it as quick as possible, the more time you will give the more better you will understand.
+ 1
Hey Onildo, Iâve been on a similar path and whatâs helped me the most is using the tools daily. Set up a Linux system with something like Ubuntu (VM, WSL, or even a cloud instance) and start doing basic tasks from the terminal. Practice file navigation, scripting with Bash, remote access with SSH, and use OpenSSL to explore TLS. For PowerShell, try doing the same tasks youâre learning in Linux so you can see how things are done differently. Focus on one topic each week. The more hands-on you are, the faster it all starts to make sense.