Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 886 Bytes

fun_cmds.md

File metadata and controls

50 lines (39 loc) · 886 Bytes

재미있는 터미널 명령어 설치

사실 리눅스 세계에서는 재미를 위해서 프로그래밍하는 사람들이 많이 있습니다. 오늘은 일 예로 몇가지 툴을 설치하고 그 문화를 잠시나마 즐겨보는 실습을 해보겠습니다.

명령어 설치

# yum install sl
$ sl
# yum install banner
$ banner WELCOME
$ factor 60
# yum install xeyes
$ xeyes
# yum install espeak
$ espeak "Hello Linux."
# yum install oneko
$ oneko
# yum install pv
$ echo "test" | pv -qL 10

스타워즈 영화보기

$ telnet towel.blinkenlights.nl

그만보기 Ctrl + ] 키를 누르고 엔터, 커서가 나오면 quit를 타이핑 한다.

Reference