作者 | Nixcraft
譯者 | CYLeft
《駭客帝國》是 1999 年,由 Wachowki 兄弟編導的科幻動作片。這部電影的熒屏裡有無盡的綠色字元降落。數字雨模擬著《駭客帝國》中的虛擬現實活動。現在,Linux 和 Unix 終端上,你也可以透過 CMatrix 模仿出矩陣數字雨。
安裝 cmatrix
根據你的 Linux/Unix 發行版或作業系統安裝並且設定 CMatrix。
如何在 Debian/Ubuntu Linux 發行版中安裝 cmatrix
在 Debian/Ubuntu/Mint 系統中鍵入以下命令 apt-get 命令[1]/apt 命令[2]:
$ sudo apt install cmatrix
示例輸出:
[sudo] password for vivek:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
cmatrix-xfont
The following NEW packages will be installed:
cmatrix
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.8 kB of archives.
After this operation, 50.2 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu artful/universe amd64 cmatrix amd64 1.2a-5build2 [15.8 kB]
Fetched 15.8 kB in 0s (19.7 kB/s)
Selecting previously unselected package cmatrix.
(Reading database ... 205388 files and directories currently installed.)
Preparing to unpack .../cmatrix_1.2a-5build2_amd64.deb ...
Unpacking cmatrix (1.2a-5build2) ...
Setting up cmatrix (1.2a-5build2) ...
Processing triggers for man-db (2.7.6.1-2) ...
如何在 Arch Linux 發行版安裝 cmatrix
鍵入 pacman 命令:
$ sudo pacman -S cmatrix
如何在 FreeBCD 系統中安裝 cmatrix
執行如下命令安裝 port:
# cd /usr/ports/misc/cmatrix/ && make install clean
或者使用 pkg 命令新增二進位制包:
# pkg install cmatrix
如何在 macOS Unix 發行版中安裝 cmatrix
鍵入下列命令:
$ brew install cmatrix
如何在 OpenBSD 系統中安裝 cmatrix
鍵入 pkg_add 命令:
# pkg_add cmatrix
使用 cmatrix
簡單鍵入命令:
$ cmatrix
cmtarix 運轉中
使用鍵盤
在執行期間,下列按鍵有效(-s
樣式下,按鍵無效):
按鍵 | 說明 |
---|---|
a |
切換非同步滾動 |
b |
隨機字元加粗 |
B |
全部字元加粗 |
n |
關閉字元加粗 |
0 –9 |
調整更新時間 |
! @ # $ % ^ & ) |
改變對應的矩陣顏色: ! – 紅、@ – 綠、# – 黃、$ – 藍、% – 洋紅、^ – 青、 & – 白、 ) – 黑。 |
q |
退出程式 |
你可以透過以下命令獲取 cmatrix 選項:
$ cmatrix -h
-a
: 非同步滾動-b
: 開啟字元加粗-B
: 所有字元加粗(優先於 -b 選項)-f
: 強制開啟 Linux $TERM 樣式-l
: Linux 樣式(使用 matrix 控制檯字型)-o
: 啟用舊式滾動-h
: 輸出使用說明並退出-n
: 關閉字元加粗 (優先於 -b and -B,預設)-s
: “屏保”樣式, 第一次按鍵時退出-x
: X 視窗樣式,如果你使用的時 mtx.pcf 終端-V
: 輸出版本資訊並且退出-u delay
(0 – 10,預設 4): 螢幕更新延時-C [color]
: 調整 matrix 顏色(預設綠色)現在,你擁有了一款最炫酷的終端應用!
via: https://www.cyberciti.biz/open-source/command-line-hacks/matrix-digital-rain-on-linux-macos-unix-terminal/
作者:nixCraft[4] 譯者:CYLeft 校對:校對者ID
本文由 LCTT 原創編譯,Linux中國 榮譽推出