Linux/Unix 桌面趣事:ASCII 艺术水族箱
作者:
Vivek Gite
译者:
LCTT geekpi
| 2015-12-30 15:25 评论: 7 收藏: 5
你可以在你的终端中使用 ASCIIQuarium 安全地欣赏海洋的神秘了。它是一个用 perl 写的 ASCII 艺术水族箱/海洋动画。
安装 Term::Animation
首先你需要安装名为 Term-Animation 的perl模块。打开终端(选择程序 > 附件 > 终端),并输入:
$ 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/
$ perl Makefile.PL && make && make test
$ sudo make install
下载安装 ASCIIQuarium
接着在终端中输入:
$ cd /tmp
$ wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
$ tar -zxvf asciiquarium.tar.gz
$ cd asciiquarium_1.0/
$ sudo cp asciiquarium /usr/local/bin
$ sudo chmod 0755 /usr/local/bin/asciiquarium
我怎么观赏 ASCII 水族箱?
输入下面的命令:
$ /usr/local/bin/asciiquarium
或者
$ perl /usr/local/bin/asciiquarium
ASCII 水族箱
相关媒体
下载:ASCII Aquarium 的 KDE 和 Mac OS X 版本
点此下载 asciiquarium。如果你运行的是 Mac OS X,试下这个可以直接使用的已经打包好的版本。对于 KDE 用户,试试基于 Asciiquarium 的KDE 屏幕保护程序
via: http://www.cyberciti.biz/tips/linux-unix-apple-osx-terminal-ascii-aquarium.html
- z75315 [Chrome 46.0|Windows 10] 2016-01-01 11:20 3 赞 回复
- 这个必须点赞,对推广很有意义。
- BIAOXYZ [Maxthon 4.4|Windows 7] 2016-01-01 00:21 4 赞 回复
- 好萌的一堆鱼~
- [1]绿色圣光 [Firefox 43.0|Windows 7] 发表于 2015-12-30 18:36 的评论:看到这个,我想起了上初中的时候,在 Windows 系统上玩过的一款小游戏。控制轮船左右移动,投弹……记不清是什么名字了。[2]TimePower [Chrome 47.0|GNU/Linux] 发表于 2015-12-30 19:21 的评论:潜艇大战
- 绿色圣光 [Iceweasel 38.5|GNU/Linux] 2015-12-30 22:26 3 赞 回复
- 对!对!对!就是这个!
- [1]绿色圣光 [Firefox 43.0|Windows 7] 发表于 2015-12-30 18:36 的评论:看到这个,我想起了上初中的时候,在 Windows 系统上玩过的一款小游戏。控制轮船左右移动,投弹……记不清是什么名字了。[2]TimePower [Chrome 47.0|GNU/Linux] 发表于 2015-12-30 19:21 的评论:潜艇大战
- 星夜之幻 [Vivaldi 1.0|GNU/Linux] 2015-12-30 21:59 4 赞 回复
- 潜艇大战,好游戏 就是再也找不到当年的版本了……
- [1]绿色圣光 [Firefox 43.0|Windows 7] 发表于 2015-12-30 18:36 的评论:看到这个,我想起了上初中的时候,在 Windows 系统上玩过的一款小游戏。控制轮船左右移动,投弹……记不清是什么名字了。
- 执着的夏风 [Chromium 47.0|Ubuntu] 2015-12-30 21:51 7 赞 回复
- 桌面弹球
LCTT 译者