I just started Linux programming (Red Hat) after several years of C ++ on Win32. Therefore, I am not looking for the basics of programming. Rather, I am looking to speed up with things unique to the Linux programming world, such as packages, etc. In other words, I need to know everything at https://www.redhat.com/courses/rhd251_red_hat_linux_programming/details/ without spending 3K. Any ideas on how I can quickly acquire this knowledge (and relatively cheap)?
Update. What I'm used to doing on Windows, for example, creating .exe and dll using VC ++, creating installation scripts, etc. on Linux it runs differently. They use things like yum, make and make install, etc. Things like the dependency walker, which I take for granted in the Windows world, constantly send me to Google when running Linux. Is there a “set” of new skills somewhere that I can view, or does it learn more when you go?
The main problem is this: as a very experienced programmer on Windows, I have to ask simple questions, like what is the difference between usr \ bin and usr \ local \ bin, and I would like to be prepared.
c ++ linux
Jason hunter
source share