#linux Survival Guide for Beginners
▻https://hackernoon.com/linux-survival-guide-for-beginners-c18bfd982036?source=rss----3a8144eabf
My notes on how I survived the transition to LinuxSource : ▻https://www.pexels.com/photo/blur-bright-business-codes-207580/Switching from Windows to Linux can be really scary. But if you can survive the first few months the returns are exponential. Here is how I survived.TLDRThough I just an amateur in Linux, I was able to survive the transition and indeed benefit from it. So these are my notes for somebody facing similar situation.Pick #ubuntu to start with. Choose other flavours once you know better and can decide for yourself.Get comfortable with following commands ssh, pwd, ls, cd, mv, cp, scp, grep, find, rm . Tip you can use ▻https://tldr.ostera.io/cp to get comfortable with most frequently used options of these commands.Learn to use the | symbol. Using this you can pass the output of (...)