PROJECT MANAGEMENT





http://www.gnu.org/prep/maintain_toc.html 



http://www.gnu.org/prep/standards_toc.html



http://packages.debian.org/unstable/doc/autobook.html



http://directory.google.com/Top/Computers/Software/System_Management/Installers/


UNIX

Save space in your home directory

Add this in your .profile or .login ...
echo "... moving cache outside homedirectory"
rm  ~/.netscape/cache
mkdir /tmp/wwwcache
ln -fs /tmp/wwwcache ~/.netscape/cache
This may open secury holes (cookies) , but who cares ?
Philippe.COVAL - http://rzr.online.fr - mailto:rzr(a)users.sf.net - 0000.00.00 -
Last modified: Sun Feb 8 18:14:02 CET 2004