📜 ⬆️ ⬇️

Live Nyancat in your terminal

Many people know what nyancat is, and who does not know, then we go to you !
The craftsmen scratched themselves and wrote a nykat that can be run in the niksovom terminal, as well as distribute via telnet to everyone.
image

Merge the code with git and compile:
root@erlyhome:~# git clone git://github.com/klange/nyancat.git nyancat
root@erlyhome:~# cd nyancat
root@erlyhome:~# make clean
root@erlyhome:~# make
We start, the program will ask you to choose a color mode, it works fine for me in 256-color.
root@erlyhome:~# cd src
root@erlyhome:~# ./nyancat
If we want to start a telnet server (starts on port 23, do not forget sudo , for whom it is necessary):
root@erlyhome:~# ./nyancat.py
Checking should work like this:
telnet miku.acm.uiuc.edu
If you dig further, you can make yourself a nice MOTD.
Enjoy! Enjoy your Nankat!

Posted by: github.com/klange/nyancat

')

Source: https://habr.com/ru/post/133777/


All Articles