LogDevice - Edit range using ldshell

要使用 ldshell 變更 LogDevice 的 Log range,可以使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs set range,帶入 Log range,以及 Log name。 ...

October 12, 2018 · 1 min · 110 words · Larry Nung

Termux - Custom welcome screen

要修改 Termux 的歡迎畫面,可以開啟 $PREFIX/etc/motd。 ...

October 12, 2018 · 1 min · 83 words · Larry Nung

Termux - zsh

要設定 Termux zsh,可以下載 termux-ohmyzsh 並運行安裝。 ...

October 12, 2018 · 1 min · 185 words · Larry Nung

Termux - Internal and external storage

Termux 裝完後預設只能看到 Termux 空間內的資料,若要讓 Termux 能使用到 Android 的內外部空間,需要自行呼叫命令開啟。 ...

October 12, 2018 · 1 min · 118 words · Larry Nung

Termux - Getting started

要使用 Termux,首先需透過 Google Play 商店或是 F-Droid 下載安裝。 ...

October 11, 2018 · 2 min · 677 words · Larry Nung

LogDevice - Rename log using ldshell

要使用 ldshell 將 LogDevice 的 Log 更名,可以使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs rename 以及新舊 Log name 即可。 ...

October 11, 2018 · 1 min · 58 words · Larry Nung

LogDevice - Removing log using ldshell

要使用 ldshell 刪除 LogDevice 的 Log,可以使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs remove 及指定要刪除的 Log 即可。 ...

October 10, 2018 · 1 min · 57 words · Larry Nung

LogDevice - Show log tree using ldshell

要查看 LogDevice 的 Log tree,可以調用 ldshell 命令使用 -c 參數指定使用 Interactive Mode,帶入 LogDevice 的設定檔,帶入 logs show 指定要查閱 Log tree 即可。 ...

October 10, 2018 · 1 min · 104 words · Larry Nung

Termux - Package management

Termux 除了可以使用 apt & apt-get 來做套件管理外,也提供 pkg 來做套件管理。 ...

October 9, 2018 · 1 min · 134 words · Larry Nung

LogDevice - Read data from a log

要讀取 LogDevice 內的資料,可以調用 ldtail 命令,帶入設定檔位置以及要讀取的位置。 ...

October 7, 2018 · 1 min · 71 words · Larry Nung