那些有趣却无用的 Linux 彩蛋,真好玩!

**那些有趣却无用的 Linux 彩蛋,真好玩!

迷你小火车——strem locomotive**


root@jacktian-virtual-machine:~# sudo apt-get install sl

安装完毕后,在终端下输入 sl ,就可以看到如下效果;

那些有趣却无用的 Linux 彩蛋,真好玩!

输入 sl-h 命令,可以看到一连串的小火车缓缓驶过;

那些有趣却无用的 Linux 彩蛋,真好玩!

***帝国数据字节流
通过 Linux 终端下安装并运行如下两条命令,完成假装自己是***高手,无孔不入的来***对方的计算机。


root@jacktian-virtual-machine:~# sudo apt-get install cmatrix
root@jacktian-virtual-machine:~# cmatrix

那些有趣却无用的 Linux 彩蛋,真好玩!

参数:-C + 颜色英文;

例如:camtrix -C yellow(黄色)/ red(红色)等等;

退出:Ctrl + c 快捷键;


root@jacktian-virtual-machine:~# cmatrix -C yellow

那些有趣却无用的 Linux 彩蛋,真好玩!
高端大气上档次的仪表盘——blessedcontrib


root@jacktian-virtual-machine:~# sudo apt-get install npm
root@jacktian-virtual-machine:~# sudo apt install nodejs-legacy
root@jacktian-virtual-machine:~# git clone https://github.com/yaronn/blessed-contrib.git
root@jacktian-virtual-machine:~# cd blessed-contrib/
root@jacktian-virtual-machine:~/blessed-contrib# npm install
root@jacktian-virtual-machine:~/blessed-contrib# node ./examples/dashboard.js

那些有趣却无用的 Linux 彩蛋,真好玩!

高端大气上档次的仪表盘——hollywood

Ubuntu操作系统可以直接通过以下命令安装并运行。


root@jacktian-virtual-machine:~# sudo apt install hollywood
root@jacktian-virtual-machine:~# hollywood

那些有趣却无用的 Linux 彩蛋,真好玩!

ASCII艺术框——box


root@jacktian-virtual-machine:~# sudo apt-get install boxes
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
boxes 已经是最新版 (1.2-3)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 188 个软件包未被升级。
root@jacktian-virtual-machine:~# echo "JackTian" | boxes
/************/
/* JackTian */
/************/

那些有趣却无用的 Linux 彩蛋,真好玩!

大火燃烧起字符——aafire


root@jacktian-virtual-machine:~# sudo apt-get install libaa-bin
root@jacktian-virtual-machine:~# aafire

那些有趣却无用的 Linux 彩蛋,真好玩!

跟随鼠标方向看的眼睛


root@jacktian-virtual-machine:~# sudo apt-get install x11-apps
root@jacktian-virtual-machine:~# xeyes

鼠标走到哪里,这个眼睛就会跟随鼠标的方向走到哪里。

那些有趣却无用的 Linux 彩蛋,真好玩!

艺术字生成器——toilet


root@jacktian-virtual-machine:~# sudo apt-get install toilet

那些有趣却无用的 Linux 彩蛋,真好玩!

通过在命令中加 -f 更换字体或滤镜,你可以把命令里的 Welcome to HongKong!文字换成你想要转换的字符。

以下为双色字的效果;

那些有趣却无用的 Linux 彩蛋,真好玩!

彩色字的效果;如果第一次玩,不知道怎么玩的话,可以输入 man toilet 命令查看更多帮助信息,quit/q 键为退出键。

那些有趣却无用的 Linux 彩蛋,真好玩!

艺术字生成器——figlet


root@jacktian-virtual-machine:~# sudo apt-get install figlet

输入 figlet Welcome to HongKong!这条命令,当然了,你也可以把命令里的 Welcome to HongKong!换成你想要转换的字符。

那些有趣却无用的 Linux 彩蛋,真好玩!

名人名言,古诗句的输出
安装完毕后,执行命令:fortune 就可以看到如下效果。


root@jacktian-virtual-machine:~# sudo apt-get install fortune fortune-zh
root@jacktian-virtual-machine:~# fortune
儿童散学归来早,忙趁东风放纸鸢。
-- 高鼎《村居》
root@jacktian-virtual-machine:~# fortune
唯有相思似春色,江南江北送君归。
-- 王维《送沈子归江东 / 送沈子福之江东》
root@jacktian-virtual-machine:~# fortune
《登楼》
作者:杜甫
花近高楼伤客心,万方多难此登临。
锦江春色来天地,玉垒浮云变古今。
北极朝廷终不改,西山寇盗莫相侵。
可怜后主还祠庙,日暮聊为梁父吟。
root@jacktian-virtual-machine:~# fortune
《詩經‧ 小雅‧ 甫田之什‧ 甫田》

倬彼甫田,歲取十千。我取其陳,食我農人,自古有年。
今適南畝,或耘或耔。黍稷薿薿。攸介攸止,烝我髦士。

以我齊明,與我犧羊,以社以方。
我田既臧,農夫之慶。琴瑟擊鼓,以御田祖。
以祈甘雨,以介我稷黍,以穀我士女。

曾孫來止,以其婦子,饁彼南畝。
田畯至喜,攘其左右,嘗其旨否。
禾易長畝,終善且有。曾孫不怒,農夫克敏。

曾孫之稼,如茨如梁,曾孫之庾,如坻如京。
乃求千斯倉,乃求萬斯箱,黍稷稻粱。
農夫之慶,報以介福,萬壽無疆。
root@jacktian-virtual-machine:~#

字符串视频


root@jacktian-virtual-machine:~# sudo apt-get install bb
root@jacktian-virtual-machine:~# bb

然后输入 bb ,选择 y 加音乐,选择 8 继续,即可看到一段用字符串制作的视频。

那些有趣却无用的 Linux 彩蛋,真好玩!

那些有趣却无用的 Linux 彩蛋,真好玩!

字符串水族馆
安装依赖包


root@jacktian-virtual-machine:~# sudo apt-get install libcurses-perl
root@jacktian-virtual-machine:~# cd /tmp
root@jacktian-virtual-machine:/tmp# wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
root@jacktian-virtual-machine:/tmp# tar -zxvf Term-Animation-2.4.tar.gz
root@jacktian-virtual-machine:/tmp# cd Term-Animation-2.4/
root@jacktian-virtual-machine:/tmp/Term-Animation-2.4# sudo perl Makefile.PL && make && make test
root@jacktian-virtual-machine:/tmp/Term-Animation-2.4# sudo make install

安装软件


root@jacktian-virtual-machine:/tmp/Term-Animation-2.4# cd /tmp
root@jacktian-virtual-machine:/tmp# sudo wget --no-check-certificate https://robobunny.com/projects/asciiquarium/asciiquarium.tar.gz

执行相关命令


root@jacktian-virtual-machine:/tmp# tar -zxvf asciiquarium.tar.gz
root@jacktian-virtual-machine:/tmp# cd asciiquarium_1.1/
root@jacktian-virtual-machine:/tmp/asciiquarium_1.1# sudo cp asciiquarium /usr/local/bin
root@jacktian-virtual-machine:/tmp/asciiquarium_1.1# sudo chmod 0755 /usr/local/bin/asciiquarium
root@jacktian-virtual-machine:/tmp/asciiquarium_1.1# asciiquarium

效果图

那些有趣却无用的 Linux 彩蛋,真好玩!

这头牛居然会说话?


root@jacktian-virtual-machine:~# sudo apt-get install cowsay

那些有趣却无用的 Linux 彩蛋,真好玩!

使用 -l 参数可以查看它能提供的所有动物,也可以通过 -f 参数加人物名字来更换说话人物;


root@jacktian-virtual-machine:~# cowsay -l
Cow files in /usr/share/cowsay/cows:
apt bud-frogs bunny calvin cheese cock cower daemon default dragon
dragon-and-cow duck elephant elephant-in-snake eyes flaming-sheep
ghostbusters gnu hellokitty kiss koala kosh luke-koala mech-and-cow milk
moofasa moose pony pony-smaller ren sheep skeleton snowman stegosaurus
stimpy suse three-eyes turkey turtle tux unipony unipony-smaller vader
vader-koala www

那些有趣却无用的 Linux 彩蛋,真好玩!

利用管道符,将 fortune 输出的诗句以 cowsay 的形式来展示;

那些有趣却无用的 Linux 彩蛋,真好玩!

也可以加个颜色的方式将诗句以彩色的形式进行输出;

那些有趣却无用的 Linux 彩蛋,真好玩!

下面这头会说话的牛,在 xshell 终端是无法实现的,需要在客户端页面上进行执行命令:xcowsay “xxx” xxx 里面的内容可以自己随意定义并进行输出;
那些有趣却无用的 Linux 彩蛋,真好玩!

yes命令
yes Hello JackTian:这条命令执行完之后,屏幕会不断的输出;

yes Hello JackTian | lolcat:这条命令是执行时将以彩色的形式不断的进行输出;

当然了,”Hello JackTian”可以将自己想要输出的东西进行转换的;

退出键:Ctrl + c 即可退出。

那些有趣却无用的 Linux 彩蛋,真好玩!

screenfetch——显示系统、主题等信息
在Ubuntu服务器上运行如下命令,即可很清楚的知道当前系统环境;

那些有趣却无用的 Linux 彩蛋,真好玩!

linuxlogo
Ubuntu服务器上运行linux_logo


root@jacktian-virtual-machine:~# sudo apt install linuxlogo
root@jacktian-virtual-machine:~# linux_logo

那些有趣却无用的 Linux 彩蛋,真好玩!

执行命令:linux_logo -f -L list 可查看所使用的 Logos 相关描述;

r```
oot@jacktian-virtual-machine:~# linux_logo -f -L list

Available Built-in Logos:
Num Type Ascii Name Description
1 Classic Yes aix AIX Logo
2 Classic Yes bsd FreeBSD Logo
3 Banner Yes bsd_banner FreeBSD Logo
4 Classic Yes irix Irix Logo
5 Classic Yes openbsd OpenBSD Logo
6 Banner Yes openbsd_banner OpenBSD Logo
7 Banner Yes solaris The Default Banner Logos
8 Banner Yes banner-simp Simplified Banner Logo
9 Banner Yes banner The Default Banner Logo
10 Classic Yes classic-nodots The Classic Logo, No Periods
11 Classic Yes classic-simp Classic No Dots Or Letters
12 Classic Yes classic The Default Classic Logo
13 Banner Yes blankon An ASCII BlankOn logo
14 Classic Yes core Core Linux Logo
15 Banner Yes debian_banner_2 Debian Banner 2
16 Banner Yes debian_banner Debian Banner (white)
17 Classic Yes debian_old Debian Old Penguin Logos
18 Classic Yes debian Debian Swirl Logos
19 Classic Yes gnu_linux Classic GNU/Linux
20 Banner Yes mandrake_banner Mandrake(TM) Linux Banner
21 Banner Yes mandrake Mandrakelinux(TM) Banner
22 Banner Yes mandriva Mandriva(TM) Linux Banner
23 Banner Yes pld PLD Linux banner
24 Classic Yes raspi An ASCII Raspberry Pi logo
25 Banner Yes redhat RedHat Banner (white)
26 Banner Yes slackware Slackware Logo
27 Banner Yes sme SME Server Banner Logo
28 Banner Yes sourcemage_ban Source Mage GNU/Linux banner
29 Banner Yes sourcemage Source Mage GNU/Linux large
30 Banner Yes suse SUSE Logo
31 Banner Yes ubuntu Ubuntu Logo

Do "linux_logo -L num" where num is from above to get the appropriate logo.
Remember to also use -a to get ascii version.
root@jacktian-virtual-machine:~# sudo apt-get install neofetch
root@jacktian-virtual-machine:~# neofetch


![](https://s4.51cto.com/images/blog/202101/26/af0b3c5076624579415eecba9a05aaa9.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)
执行下面这条命令可循环打印所有支持打印的 Logos;

root@jacktian-virtual-machine:~# for i in {1..30};do linux_logo -f -L $i;sleep 0.5;done


![](https://s4.51cto.com/images/blog/202101/26/7ba79391f80be307a456647c2a86b97b.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

**图片画风彩蛋**
采用恩典的照片简单做了个演示,也可以将下面的第二条命令中的 wget 后面的链接换成任意图片的URL。

root@jacktian-virtual-machine:~# sudo apt-get install aview imagemagick
root@jacktian-virtual-machine:~# wget http://sc.zolsky.com/endian/img/endiantupian/endianbizhi_2/datu/zolsky_endianbizhi_21.jpeg
root@jacktian-virtual-machine:~# asciiview zolsky_endianbizhi_21.jpeg


![](https://s4.51cto.com/images/blog/202101/26/79d84208678ccf50ddda31ad46af3ba9.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

![](https://s4.51cto.com/images/blog/202101/26/948910b476691ed5075146b85897b01b.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

**随机产生人名与地址信息**

root@jacktian-virtual-machine:~# sudo apt-get install rig
root@jacktian-virtual-machine:~# rig
Olga Burton
81 Buncaneer Dr
Rome, GA 30161
(404) xxx-xxxx
root@jacktian-virtual-machine:~# rig
Jami Carroll
481 Cimenny Rd
Raleigh, NC 27611
(919) xxx-xxxx
root@jacktian-virtual-machine:~# rig
Bryon Newman
539 Rider Blvd
Vancouver, WA 98661
(206) xxx-xxxx
root@jacktian-virtual-machine:~#


**超级牛力——包管理器的彩蛋**
通过执行 apt-get help 命令可以看到最后一行本 APT 具有超级牛力。说明你的系统可以运行当前这个菜单;

root@jacktian-virtual-machine:~# apt-get help
apt 1.7.0 (amd64)
用法:apt-get [选项] 命令
apt-get [选项] install|remove 软件包1 [软件包2 ...]
apt-get [选项] source 软件包1 [软件包2 ...]

apt-get 可以从认证软件源下载软件包及相关信息,以便安装和升级软件包,
或者用于移除软件包。在这些过程中,软件包依赖会被妥善处理。

常用命令:
update - 取回更新的软件包列表信息
upgrade - 进行一次升级
install - 安装新的软件包(注:软件包名称是 libc6 而非 libc6.deb)
remove - 卸载软件包
purge - 卸载并清除软件包的配置
autoremove - 卸载所有自动安装且不再使用的软件包
dist-upgrade - 发行版升级,见 apt-get(8)
dselect-upgrade - 根据 dselect 的选择来进行升级
build-dep - 为源码包配置所需的编译依赖关系
clean - 删除所有已下载的包文件
autoclean - 删除已下载的旧包文件
check - 核对以确认系统的依赖关系的完整性
source - 下载源码包文件
download - 下载指定的二进制包到当前目录
changelog - 下载指定软件包,并显示其变更日志(changelog)

参见 apt-get(8) 以获取更多关于可用命令的信息。
程序配置选项及语法都已经在 apt.conf(5) 中阐明。
欲知如何配置软件源,请参阅 sources.list(5)。
软件包及其版本偏好可以通过 apt_preferences(5) 来设置。
关于安全方面的细节可以参考 apt-secure(8).
本 APT 具有超级牛力。


在命令行界面输入 apt-get moo 可以看到这个彩蛋。

![](https://s4.51cto.com/images/blog/202101/26/63fb9117b452c6b14390b40595819c92.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

aptitiude 包管理器也具有类似的彩蛋,具体可执行 --help 来进行查看相关选项与执行的动作;
root@jacktian-virtual-machine:~# apt install aptitude
root@jacktian-virtual-machine:~# aptitude --help
aptitude 0.8.10
用法:aptitude [-S 文件名] [-u|-i]
aptitude [选项] <动作> ...

Actions (if none is specified, aptitude will enter interactive mode):

install Install/upgrade packages.
remove Remove packages.
purge Remove packages and their configuration files.
hold Place packages on hold.
unhold Cancel a hold command for a package.
markauto Mark packages as having been automatically installed.
unmarkauto Mark packages as having been manually installed.
forbid-version Forbid aptitude from upgrading to a specific package version.
update Download lists of new/upgradable packages.
safe-upgrade Perform a safe upgrade.
full-upgrade Perform an upgrade, possibly installing and removing packages.
build-dep Install the build-dependencies of packages.
forget-new Forget what packages are "new".
search Search for a package by name and/or expression.
show Display detailed info about a package.
showsrc Display detailed info about a source package (apt wrapper).
versions Displays the versions of specified packages.
clean Erase downloaded package files.
autoclean Erase old downloaded package files.
changelog View a package's changelog.
download Download the .deb file for a package (apt wrapper).
source Download source package (apt wrapper).
reinstall Reinstall a currently installed package.
why Explain why a particular package should be installed.
why-not Explain why a particular package cannot be installed.

add-user-tag Add user tag to packages/patterns.
remove-user-tag Remove user tag from packages/patterns.

Options:
-h This help text.
--no-gui Do not use the GTK GUI even if available.
-s Simulate actions, but do not actually perform them.
-d Only download packages, do not install or remove anything.
-P Always prompt for confirmation of actions.
-y Assume that the answer to simple yes/no questions is 'yes'.
-F format Specify a format for displaying search results; see the manual.
-O order Specify how search results should be sorted; see the manual.
-w width Specify the display width for formatting search results.
-f Aggressively try to fix broken packages.
-V Show which versions of packages are to be installed.
-D Show the dependencies of automatically changed packages.
-Z Show the change in installed size of each package.
-v Display extra information. (may be supplied multiple times).
-t [release] Set the release from which packages should be installed.
-q In command-line mode, suppress the incremental progress
indicators.
-o key=val Directly set the configuration option named 'key'.
--with(out)-recommends Specify whether or not to treat recommends as
strong dependencies.
-S fname Read the aptitude extended status info from fname.
-u Download new package lists on startup.
(terminal interface only)
-i Perform an install run on startup.
(terminal interface only)

See the manual page for a complete list and description of all the options.

This aptitude does not have Super Cow Powers.


测试效果如下:

![](https://s4.51cto.com/images/blog/202101/26/b609449c720a369483461514f7f3b3d1.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)

猜你喜欢

转载自blog.51cto.com/15067236/2607553