Reduce compile time with distcc (A fast, free distributed method for C/C++ compilation)
Some people prefer the convenience of pre-compiled binaries in the form of RPMs or other such installer methods. But this can be a false economy, especially with programs that are used frequently: precompiled binaries will never run as quickly as those compiled with the right optimizations for your own machine. If you use a distributed compiler, you get the best of both worlds: fast compile and faster apps. All you need is distcc....Read More at IBM
Printing with CUPS
Printing via Linux has always been a bit tricky, but the situation is improving in many ways. At the forefront of this change is the shift from the old Line Printer Daemon (LPD) printing system, as implemented in the BSD LPD or LPRng servers, to the newer Common Unix Printing System (CUPS). CUPS is now the default printing system of most Linux distributions, as well as with some non-Linux systems, such as Mac OS X....Read More at Linux Magazine