====== Linux fun stuffs ======
===== lolcat =====
* [[https://github.com/busyloop/lolcat|busyloop/lolcat: Rainbows and unicorns!]]
* 무지개 형태로 출력해주는 ''cat''
sudo apt install lolcat
==== sl ====
* 기차가 움직이는 것을 출력해줌
* [[https://github.com/mtoyoda/sl|mtoyoda/sl: SL(1): Cure your bad habit of mistyping]]
sudo apt install sl
==== fortune ====
* [[https://github.com/shlomif/fortune-mod|shlomif/fortune-mod: Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.]]
* [[https://linux.die.net/man/6/fortune|fortune(6) - Linux man page]]
sudo apt install fortune-mod
==== asciiquarium ====
* [[https://github.com/cmatsuoka/asciiquarium|cmatsuoka/asciiquarium: Enjoy the mysteries of the sea from the safety of your own terminal!]]
* 터미널 아쿠아리움
sudo snap install asciiquarium
==== hollywood ====
* [[https://github.com/dustinkirkland/hollywood|dustinkirkland/hollywood]]
* 헐리웃 영화에 나올법한 리눅스 터미널을 가짜로 만들어줌.
* 여러가지 터미널 유틸리티들을 실행시켜서 화면을 나눠서 보여주기 때문에 각종 프로그램을 많이 설치하게 됨.
sudo apt install hollywood # 각종 패키지 추가 설치됨.
# 혹은
sudo snap install hollywood --classic # --classic 옵션이 계속 필요한지 확인
==== 참조 ====
* [[https://www.tecmint.com/20-funny-commands-of-linux-or-linux-is-fun-in-terminal/|20 Funny Commands of Linux or Linux is Fun in Terminal]]
* [[https://www.tecmint.com/linux-funny-commands/|6 Interesting Funny Commands of Linux (Fun in Terminal) - Part II]]
* [[https://www.tecmint.com/play-with-word-and-character-counts-in-linux/|Fun in Linux Terminal - Play with Word and Character Counts]]