小火车

get http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
yum install sl
sl

黑客帝国

会有奇奇怪怪的报错,忽视后安装成功了

[root@slave2 /usr/local/src]$ wget https://jaist.dl.sourceforge.net/project/cmatrix/cmatrix/1.2a/cmatrix-1.2a.tar.gz
[root@slave2 /usr/local/src/cmatrix-.2a]$ tar xf cmatrix-1.2a.tar.gz
[root@slave2 /usr/local/src/cmatrix-.2a]$ cd cmatrix-.2a
[root@slave2 /usr/local/src/cmatrix-.2a]$ yum install ncurses-
devel
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: centos.ustc.edu.cn
* epel: mirror.premi.st
* extras: centos.ustc.edu.cn
* updates: ftp.sjtu.edu.cn
Setting up Install Process
Package ncurses-devel-5.7-4.20090207.el6.x86_64 already installed and latest version
Nothing to do
[root@slave2 /usr/local/src/cmatrix-.2a]$ ./configure && make && make install
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for main in -lncurses... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking return type of signal handlers... (cached) void
checking for putenv... (cached) yes
checking for curses.h... (cached) yes
checking for ncurses.h... (cached) yes
checking for tgetent in -lncurses... (cached) yes
Using ncurses as the termcap library
checking for use_default_colors in -lncurses... (cached) yes
checking for resizeterm in -lncurses... (cached) yes
checking for wresize in -lncurses... (cached) yes
checking for consolechars... (cached) no
checking for setfont... (cached) /bin/setfont
checking for /usr/lib/kbd/consolefonts... (cached) no
checking for /usr/share/consolefonts... (cached) no
configure: warning: *** You do not appear to have a consolefonts directory in a standard location
*** (/usr/lib/kbd or /usr/share), even though you appear to have the
*** consolechars and/or setfont command. The matrix font for the console
*** will not be installed. This means you will not be able to use the
*** matrix console font (and the -l command line switch) unless the font
*** is located in your current directory when you run CMatrix. checking for mkfontdir... (cached) /usr/bin/mkfontdir
checking for /usr/lib/X11/fonts/misc... (cached) no
checking for /usr/X11R6/lib/X11/fonts/misc... (cached) no
configure: warning: *** You do not appear to have an X window fonts directory in the standard
*** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The
*** mtx.pcf font will not be installed. This means you will probably not
*** be able to use the mtx fonts in your x terminals, and hence be unable
*** to use the -x command line switch. Sorry about that... creating ./config.status
creating Makefile
creating cmatrix.spec
creating config.h
config.h is unchanged
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall -Wno-comment -c cmatrix.c
gcc -g -O2 -Wall -Wno-comment -o cmatrix cmatrix.o -lncurses -lncurses
make[]: Entering directory `/usr/local/src/cmatrix-.2a'
/bin/sh ./mkinstalldirs /usr/local/bin
/usr/bin/install -c cmatrix /usr/local/bin/cmatrix
make install-man1
make[]: Entering directory `/usr/local/src/cmatrix-.2a'
/bin/sh ./mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m ./cmatrix. /usr/local/man/man1/cmatrix.
make[]: Leaving directory `/usr/local/src/cmatrix-.2a'
make[]: Leaving directory `/usr/local/src/cmatrix-.2a'
[root@slave2 /usr/local/src/cmatrix-.2a]$ ./configure && make && make install
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for main in -lncurses... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking return type of signal handlers... (cached) void
checking for putenv... (cached) yes
checking for curses.h... (cached) yes
checking for ncurses.h... (cached) yes
checking for tgetent in -lncurses... (cached) yes
Using ncurses as the termcap library
checking for use_default_colors in -lncurses... (cached) yes
checking for resizeterm in -lncurses... (cached) yes
checking for wresize in -lncurses... (cached) yes
checking for consolechars... (cached) no
checking for setfont... (cached) /bin/setfont
checking for /usr/lib/kbd/consolefonts... (cached) no
checking for /usr/share/consolefonts... (cached) no
configure: warning: *** You do not appear to have a consolefonts directory in a standard location
*** (/usr/lib/kbd or /usr/share), even though you appear to have the
*** consolechars and/or setfont command. The matrix font for the console
*** will not be installed. This means you will not be able to use the
*** matrix console font (and the -l command line switch) unless the font
*** is located in your current directory when you run CMatrix. checking for mkfontdir... (cached) /usr/bin/mkfontdir
checking for /usr/lib/X11/fonts/misc... (cached) no
checking for /usr/X11R6/lib/X11/fonts/misc... (cached) no
configure: warning: *** You do not appear to have an X window fonts directory in the standard
*** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The
*** mtx.pcf font will not be installed. This means you will probably not
*** be able to use the mtx fonts in your x terminals, and hence be unable
*** to use the -x command line switch. Sorry about that... creating ./config.status
creating Makefile
creating cmatrix.spec
creating config.h
config.h is unchanged
make[]: Entering directory `/usr/local/src/cmatrix-.2a'
/bin/sh ./mkinstalldirs /usr/local/bin
/usr/bin/install -c cmatrix /usr/local/bin/cmatrix
make install-man1
make[]: Entering directory `/usr/local/src/cmatrix-.2a'
/bin/sh ./mkinstalldirs /usr/local/man/man1
/usr/bin/install -c -m ./cmatrix. /usr/local/man/man1/cmatrix.
make[]: Leaving directory `/usr/local/src/cmatrix-.2a'
make[]: Leaving directory `/usr/local/src/cmatrix-.2a'
安装成功
[root@slave2 /usr/local/src]$ cmatrix -b -u 3 -C blue

centos6.5 有趣但是没有用的linux命令的更多相关文章

  1. 有趣但是没有用的linux命令

    1,小火车 #yum install sl 2,黑客帝国,代码雨 # wget https://jaist.dl.sourceforge.net/project/cmatrix/cmatrix/1.2 ...

  2. 动画演示10个有趣但毫无用处的Linux命令

    Linux最强大的一个特征就是它有大量的各种小命令工具,这也可以称做是它最有趣的一个地方了.在这些大量的有用的命令和脚本中,你会发现有少部 分命令工具不那么有用的——如果你不愿意说是完全没用处的话.你 ...

  3. 有趣的Linux命令,让终端炫起来

    10条真心有趣的Linux命令 动画演示10个有趣但毫无用处的Linux命令 11个无用而有趣的Linux终端彩蛋 lolcat :一个在 Linux 终端中输出彩虹特效的命令行工具

  4. 40个超有趣的Linux命令行彩蛋和游戏

    40个有趣的Linux命令行彩蛋和游戏,让你假装成日理万机的黑客高手.附一键安装脚本,在树莓派和ubuntu云主机上亲测成功,有些还可以在Windows的DOS命令行中运行. 本文配套B站视频:40个 ...

  5. 10 条有趣的 Linux 命令

    在终端工作是一件很有趣的事情.今天,我们将会列举一些有趣得为你带来欢笑的Linux命令. 1. rev 创建一个文件,在文件里面输入几个单词,rev命令会将你写的东西反转输出到控制台. # rev & ...

  6. 分享几个有趣的Linux命令

    前言 最近工作比较忙,没时间写博客,这次介绍几个有趣的Linux命令. 命令:sl 当你使用这个命令时会看到一辆小火车从你的屏幕经过.亲测! 安装命令如下: yum -y install sl 执行效 ...

  7. 10个非常有趣的Linux命令【转载】

    Linux当中有很多比较有趣的命令,可以动手看看,很简单的. 1.rev命令 一行接一行地颠倒所输入的字符串. 运行: $rev 如输入:shiyanlou shiyanlou rev.jpg 2.a ...

  8. 20个有趣的Linux命令

    写在前面:本博客为本人原创,严禁任何形式的转载!本博客只允许放在博客园(.cnblogs.com),如果您在其他网站看到这篇博文,请通过下面这个唯一的合法链接转到原文! 本博客全网唯一合法URL:ht ...

  9. [转载]几个有趣的Linux命令

      本文给大家介绍几个有趣的Linux命令. 1. pv 命令 有时候我们在电影屏幕上看到一些字幕一个个匀速显示出来,像有人在边敲键盘,边显示一样.Linux上的pv命令可以实现这种效果. 默认情况下 ...

随机推荐

  1. Javascript async异步操作库简介

    异步操作知识 在js世界中, 异步操作非常流行, nodejs就是特点基于异步非阻塞. js语言支持的异步语法包括, Promise  async await generator yield. 这些语 ...

  2. mysql 约束和外键约束实例

    1.约束保证数据的完整性和一致性. 2.约束分为表级约束和列级约束.(根据约束所针对的字段的数目的多少来决定) 列级约束:对一个数据列建立的约束 表级约束:对多个数据列建立的约束 列级约束即可以在列定 ...

  3. c# c/s 框架的分页用户控件,还有事件

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; u ...

  4. Debian Security Advisory(Debian安全报告) DSA-4405-1 openjpeg2

    package :openjpeg2 相关CVE ID: CVE-2017-17480 CVE-2018-5785 CVE-2018-6616 CVE-2018-14423 CVE-2018-1808 ...

  5. 高德地图 location字段控制台显示 为字符串类型 实际为对象

    help大神求指导 ? 高德地图new amap.PoiManager() 的 autoComplete方法 location字段控制台显示 为字符串类型 实际为对象 debugger过程入下图:

  6. Python 包

    转载自https://www.cnblogs.com/feeland/p/4401758.html Python 包 包 定义 为了组织好模块,会将多个模块分为包.Python 处理包也是相当方便的. ...

  7. Redis 深度历险

    学习资料 https://juejin.im/book/5afc2e5f6fb9a07a9b362527 包括下面几方面的内容 基础 应用 原理 集群 拓展 源码 to be done

  8. JDBC、DBCP、C3P0、jdbc-pool--链接方式?连接池?

    连接方式: java连接数据库的四种方式 - Cece_2012的专栏 - CSDN博客http://blog.csdn.net/cece_2012/article/details/7485482 J ...

  9. cubeui

    1.教程项目 安装过程中出现注解

  10. C++中,有哪4种与类型转换相关的关键字?各有什么特点?应该在什么场合下使用?

    转:https://www.cnblogs.com/mjiang2017/p/9358032.html C++中,四个与类型转换相关的关键字:static_cast.const_cast.reinte ...