16. 命令: bb
首先安装“apt-get install bb”,然后敲入“bb”看看会发生什么吧。
- root@tecmint:~# bb
17. 命令: url
如果在你的朋友面前用命令行来改变你的 twitter status 会不会很酷呢。用你的用户名密码和你想要的状态分别替换username, password 和“your status message“就可以了。
- root@tecmint:~# url -u YourUsername:YourPassword -d status="Your status message" http://twitter.com/statuses/update.xml
18. ASCIIquarium
想要在终端弄一个水族馆该,怎么办?
- root@tecmint:~# apt-get install libcurses-perl
- root@tecmint:~# cd /tmp
- root@tecmint:~# wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
- root@tecmint:~# tar -zxvf Term-Animation-2.4.tar.gz
- root@tecmint:~# cd Term-Animation-2.4/
- root@tecmint:~# perl Makefile.PL && make && make test
- root@tecmint:~# make install
安装 ASCIIquarium
下载并安装ASCIIquarium。
- root@tecmint:~# cd /tmp
- root@tecmint:~# wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
- root@tecmint:~# tar -zxvf asciiquarium.tar.gz
- root@tecmint:~# cd asciiquarium_1.1/
- root@tecmint:~# cp asciiquarium /usr/local/bin
- root@tecmint:~# chmod 0755 /usr/local/bin/asciiquarium
最后在终端运行“asciiquarium”或者“/usr/local/bin/asciiquarium”,记得不要加引号,神奇的一幕将在你眼前展现。
- root@tecmint:~# asciiquarium
19. 命令: funny manpages
首先安装“apt-get install funny-manpages”然后运行下面命令的man手册。其中一些
- baby
- celibacy
- condom
- date
- echo
- flame
- flog
- gong
- grope, egrope, fgrope
- party
- rescrog
- rm
- rtfm
- tm
- uubp
- woman (undocumented)
- xkill
- xlart
- sex
- strfry
-
- root@tecmint:~# man baby
20. Linux Tweaks
该到了做一些优化的时候了
- root@tecmint:~# world
- bash: world: not found
- root@tecmint:~# touch girls\ boo**
- touch: cannot touch `girls boo**`: Permission denied
- root@tecmint:~# nice man woman
- No manual entry for woman
- root@tecmint:~# ^How did the sex change operation go?^
- bash: :s^How did the sex change operation go?^ : substitution failed
- root@tecmint:~# %blow
- bash: fg: %blow: no such job
- root@tecmint:~# make love
- make: *** No rule to make target `love`. Stop.
- $ [ whereis my brain?
- sh: 2: [: missing ]
- % man: why did you get a divorce?
- man:: Too many arguments.
- % !:say, what is saccharine?
- Bad substitute.
- server@localhost:/srv$ \(-
- bash: (-: command not found
Linux总是sexy:who | grep -i blonde | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep(如果你知道我的意思,汗!)
还有一些其它的命令,只是这些命令并不能在所有的系统上运行,所以本文没有涉及到。比如说dog , filter, banner
使用愉快,你可以稍后再对我说谢谢:)您的评价是我们前进的不竭动力。告诉我们你最喜欢的命令。继续关注,不久我会有另一篇值得阅读的文章。
via: http://www.tecmint.com/20-funny-commands-of-linux-or-linux-is-fun-in-terminal/
译者:Linchenguang 校对:wxy
本文由 LCTT 原创翻译,Linux中国 荣誉推出
本文地址:http://linux.cn/article-2831-1.html |