출처: 여기저기
1) sl
$ sudo apt-get install sl
$ sl
2) fortune
$ sudo apt-get install fortune
$ fortune
3) figlet
$ sudo apt-get install figlet
$ figlet hello-linux
4) toilet
$ sudo apt-get install toilet
$ toilet hello-linux
$ toilet -f mono12 -F metal hello-linux
$ while true; do echo "$(date '+%D %T' | toilet -f term -F border --gay)"; sleep 1; done
5) cowsay
$ sudo apt-get install cowsay
$ cowsay "linux is fun"
$ cowsay -f sheep "I too love linux"
$ fortune | cowsay
6) xcowsay
$ sudo apt-get install xcowsay
$ xcowsay "linux is fun"
7) cmatrix
$ sudo apt-get install cmatrix
$ cmatrix
8) oneko
$ sudo apt-get install oneko
$ oneko
'Linux > Ubuntu Debian' 카테고리의 다른 글
한글 입력기 나비 설정 (0) | 2013.06.25 |
---|---|
The easiest way to split and merge pdf files in Ubuntu (0) | 2013.06.21 |
버추얼박스 서버 이미지 다른 PC로 옮긴후 네트워크 문제 (0) | 2013.04.26 |
Virtualbox 에 우분투 서버 구축하기 요약 (0) | 2013.04.26 |
tip 모음 (server + desktop, gui installation, other tips) (0) | 2013.04.26 |