xenobyte72's answer is excellent. I just gave it a thumbs up.
There is a LOT of documentation out there for Ubuntu. Some of the free documentation Ubuntu provides can be found at:
https://help.ubuntu.com/
You can get questions answered any number of other ways such as tech forums and chats: Information here:
http://www.ubuntu.com/support/communitysupport
And, actually, it's a foundation but it's also a business. So you can pay them for support.
Out of the box Ubuntu is a lousy development environment. It's all about providing a cheap, high quality user experience. Install build-essential, and if necessary g++ and gfortran.
Of course I'm over fifty, so I have to praise books. Web sites and chats are fine but one thing people don't seem to get is they are best suited for certain types of knowledge. For developing in a UNIX environment, even old books are great: principles are more important than specific packages, and a book will discuss shell scripts, recompiling the kernel and/or programming in X in relationship to each other, which is a perspective you don't always get on line.
Just like the perspective that Ubuntu's shortcomings out of the box are fixable -- of course Debian is great to learn programming on out of the box -- Knoppix as well as Ubuntu is based on it. But Canonical and the Ubuntu Foundation spend money on security fixes and things to make it a safe environment if you are not up to speed on that sort of thing. Why throw it away for the chance to burn out your own machine? It takes about five minutes to download the right tools onto Ubuntu too.
So get a book. Something copyright after 1990 is better but in this case NOT essential. There are newer packages but you don't need to worry about them. This is all for basic principles, perspectives, and to give you the background to explore specific topics on line. Obviously a library should have one.
|