ASCII Art
ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable characters. We will be installing an animated ASCII Art screen saver for the banana pi terminal.
Why am I writing a guide a this? Well it looks awesome and it is cool!
Now to run the awesome asciiart screen saver
To quit simply press "q"
ASCIIQuarium
An animated program that displays ascii art as a linux screen saver for the terminal. The credit for this interesting ASCIIQuarium goes to mewbies.
Installation
A Banana Pi running and Bananian (Debian) and a access to the terminalcommands
aptitude updatewe installed perl, a programming language needed for this application
aptitude install perl libcurses-perl
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gzWe downloaded and extracted some animations
tar -zxvf Term-Animation-2.6.tar.gz
cd Term-Animation-2.6/We finished up installing the animations
perl Makefile.PL && make && make test
make install
Now to run the awesome asciiart screen saver
asciiquarium
To quit simply press "q"