linux 下 figlet 小工具
下载地址:
ftp://ftp.figlet.org/pub/figlet/program/unix/
https://www.jinchuang.org/novel/lnmp/figlet-2.2.3.tar.gz
安装:
tar xf figlet.2.2.3.tar.gz cd figlet.2.2.3.tar.gz make make install #出现error 是因为拷贝字体原因可以忽略
格式:
figlet 需要输出的字符 figlet -f 指定需要的输出格式 需要输出的字符 figlet -w 指定输出宽度(px) 需要输出的字符
[root@localhost figlet-2.2.3]# figlet jinchuang
[root@localhost figlet-2.2.3]# figlet -f mini jinchuang
[root@localhost figlet-2.2.3]# figlet j i n c h u a g . o r g #默认输出宽度
[root@localhost figlet-2.2.3]# figlet -w 1000px j i n c h u a g . o r g #指定输出宽度
ssh远程连接使用实例