Linux Logo project is a small utility that displays an ANSI or ASCII logo of the Linux penguin, along with some system information. Instructions are included on how to add it to rc.scripts to have the logo displayed on login.
QUICKLY INSTALLING linux_logo:
untar and uncompress the file
tar -xzvf linux_logo-5.0.tar.gz
enter the directory
cd linux_logo-5.0
run "configure"
./configure
compile the program
make
install (you'll probably want to do this as root) with
make install
Product's homepage
What's New in This Release: [ read full changelog ]
· It adds a few new distribution logos, and fixes some minor issues with command-line logo selection.