사용자 도구

사이트 도구


linux:fun

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linux:fun [2021/09/26 00:13]
kwon37xi 만듦
linux:fun [2021/09/26 00:32] (현재)
kwon37xi [asciiquarium]
줄 2: 줄 2:
  
 ===== lolcat ===== ===== lolcat =====
-  * 무지개 형태로 출력해주는 cat+  * [[https://github.com/busyloop/lolcat|busyloop/lolcat: Rainbows and unicorns!]] 
 +  * 무지개 형태로 출력해주는 ''cat'' 
 +<code sh> 
 +sudo apt install lolcat 
 +</code>
  
 +==== sl ====
 +  * 기차가 움직이는 것을 출력해줌
 +  * [[https://github.com/mtoyoda/sl|mtoyoda/sl: SL(1): Cure your bad habit of mistyping]]
 +<code sh>
 +sudo apt install sl
 +</code>
  
 +==== 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]]
 +<code sh>
 +sudo apt install fortune-mod
 +</code>
 +
 +==== asciiquarium ====
 +  * [[https://github.com/cmatsuoka/asciiquarium|cmatsuoka/asciiquarium: Enjoy the mysteries of the sea from the safety of your own terminal!]]
 +  * 터미널 아쿠아리움
 +<code sh>
 +sudo snap install asciiquarium
 +</code>
 +
 +
 +==== hollywood ====
 +  * [[https://github.com/dustinkirkland/hollywood|dustinkirkland/hollywood]]
 +  * 헐리웃 영화에 나올법한 리눅스 터미널을 가짜로 만들어줌.
 +  * 여러가지 터미널 유틸리티들을 실행시켜서 화면을 나눠서 보여주기 때문에 각종 프로그램을 많이 설치하게 됨.
 +
 +<code sh>
 +sudo apt install hollywood # 각종 패키지 추가 설치됨.
 +# 혹은
 +sudo snap install hollywood --classic # --classic 옵션이 계속 필요한지 확인
 +</code>
 ==== 참조 ==== ==== 참조 ====
   * [[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/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]]
  
  
linux/fun.1632582820.txt.gz · 마지막으로 수정됨: 2021/09/26 00:13 저자 kwon37xi