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

LogDevice - Write data into a log

要將 Log 寫入 LogDevice,需要用 echo 輸出要寫入的 data,用 Pipline 將之帶入 ldwrite,並指定設定檔位置,以及要寫入的位置即可。 ...

October 5, 2018 · 1 min · 98 words · Larry Nung