2010年10月14日 星期四

Z Shell (zsh) 的特色 與 安裝



特色:

  1. Acts extremely similar to bash.
  2. Typo correction.
  3. Phenomenally intelligent tab completion.
安裝:

$ sudo yum install zsh
$ curl http://stuff.mit.edu/~jdong/misc/zshrc > ~/.zshrc
$ chsh -s /bin/zsh
 
P.S 須調整時區 將 .zshrc 中的 TZ 設為 Asia/Taipei 即可. 
 
REBOOT
 

How to use simple speedtest in RaspberryPi CLI

  pi@ChunchaiRPI2:/tmp $  wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --2023-06-26 10:4...