[2004-12-27] Writing and Compiling C programs on Linux Most Linux and Unix programs are written in C. When you download source for a project, it will often be C or C++ source code. You don't necessarily need to know a darn thing about C or anything else to compile the source if you aren't changing it. It may be helpful for you to understand a bit if you are having problems with the compile, but even that isn't really necessary.
[2004-12-13] Custom Tab Completion I'm sure you already know about tab completion: type part of a command name and hit TAB and you get its matches. Leave a space and then hit TAB, and you get filenames. Wonderful stuff. But what if YOUR command wants user names instead of file names?
[2004-12-01] Sun offering free, open source Solaris 10 - not quite yet II'm reading everywhere that Sun is making Solaris 10 free and open source ( http://www.rednova.com/news/display/?id=106224).
|