-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Ross wrote: > I'm wondering if any of you guys can point in the direction of a book or > website or whatever which would be a good place to start in the world of > Linux developing? Failing that, can anyone advise as to a good route to > help me get started?
Hi Ross, I'd really recommend getting Advanced Programming in the Unix Environment (aka APUE). It does an excellent job in covering a large variety of topics. You should probably also read the GNU libc manual. Either "apt-get install glibc-doc" and point your browser at /usr/share/doc/glibc-doc/html/index.html, or else go to http://www.gnu.org/software/libc/manual/ Aside from that, I'd recommend reading the bash manpage (or http://www.gnu.org/software/bash/manual/), bearing in mind that a lot of what it covers are non-portable to other shells, and that bash is not the default system shell in Ubuntu. - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer... http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGxhaC7M8hyUobTrERCN39AJ4rV5OAJYPjUhiOEmhWhvM8iaKJLQCghjSP BZ/4/TgFbBObwSYXxHWqWc0= =j0g4 -----END PGP SIGNATURE----- -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
