Skip to content

Instantly share code, notes, and snippets.

@Mahedi-61
Last active April 8, 2018 14:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Mahedi-61/dc023e64948ca31f118ccae167e62d6e to your computer and use it in GitHub Desktop.
Save Mahedi-61/dc023e64948ca31f118ccae167e62d6e to your computer and use it in GitHub Desktop.
this file contains linux command for fun. so let's install and enjoy :-)
### command: sl (Steam Locomotive) :-) :-)
sudo apt-get install sl
# This command works even when you type ‘LS‘ and not ‘ls‘.
#### CMatrix is a simple program that shows the cool matrix scrolling lines in the terminal.
sudo apt-get install cmatrix
# for running cmatrix type
#cmatrix
# for different options please type man cmatrix
#### asciiquarium - enjoy the mysteries of the sea from the safety of your own terminal!
## install ternm animation
sudo apt install libcurses-perl
# for temporary file installation
cd /tmp
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.6.tar.gz
tar -zxvf Term-Animation-2.6.tar.gz
cd Term-Animation-2.6
perl Makefile.PL && make && make test
sudo make install
## now download and install asciiquarium
cd /tmp
wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
tar -zxvf asciiquarium.tar.gz
sudo cp asciiquarium /usr/local/bin/
sudo chmod 0755 /usr/local/bin/asciiquarium
# fro running asciiquarium just type
#asciiquarium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment