Linux - Wikipedia
https://en.wikipedia.org/wiki/LinuxLinux distribution. Linux ( / ˈliːnʊks / ( listen) LEE-nuuks or / ˈlɪnʊks / LIN-uuks) is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is …
Linux C++ Software Development
www.yolinux.com/TUTORIALS/LinuxTutorialC++.htmlConfigure a fresh Linux installation for C/C++ development (gcc/g++): If not pre-configured for software development, the following packages will have to be installed (at a minimum): Ubuntu: sudo apt-get install gcc g++ make autoconf automake gawk. Red Hat: yum install gcc gcc-c++ make autoconf automake gawk binutils.