差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| android:termux [2020/07/06 13:20] – [ストレージ設定] ともやん | android:termux [2022/10/02 02:46] (現在) – [bash の alias 設定] ともやん | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < | ||
| - | < | ||
| - | #result pre, #mincode pre { | ||
| - | overflow: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | # | ||
| - | height: 250px; | ||
| - | overflow: scroll; | ||
| - | overflow-x: hidden; | ||
| - | font-size: 10px; | ||
| - | } | ||
| - | #mintbl table { | ||
| - | font-size: 12px; | ||
| - | } | ||
| - | .dokuwiki .plugin_wrap table { | ||
| - | width: auto; | ||
| - | } | ||
| - | #logo { | ||
| - | background-color: | ||
| - | padding: 10px; | ||
| - | width: fit-content; | ||
| - | } | ||
| - | #logo p { | ||
| - | margin: 0; | ||
| - | } | ||
| - | </ | ||
| - | </ | ||
| ====== Termux - Android用ターミナル & Linux環境 ====== | ====== Termux - Android用ターミナル & Linux環境 ====== | ||
| 本家: [[https:// | 本家: [[https:// | ||
| 行 356: | 行 328: | ||
| Fedora 風に bash の alias を設定する。 | Fedora 風に bash の alias を設定する。 | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| - | < | + | < |
| $ vi ~/.bashrc | $ vi ~/.bashrc | ||
| </ | </ | ||
| </ | </ | ||
| <WRAP prewrap 100% # | <WRAP prewrap 100% # | ||
| - | < | + | < |
| + | alias diff=' | ||
| alias egrep=' | alias egrep=' | ||
| alias fgrep=' | alias fgrep=' | ||
| 行 385: | 行 358: | ||
| </ | </ | ||
| <WRAP prewrap 100% #result> | <WRAP prewrap 100% #result> | ||
| - | < | + | < |
| + | alias diff=' | ||
| alias egrep=' | alias egrep=' | ||
| alias fgrep=' | alias fgrep=' | ||
| 行 404: | 行 378: | ||
| <WRAP prewrap 100%> | <WRAP prewrap 100%> | ||
| < | < | ||
| - | $ ll | + | $ ll |
| </ | </ | ||
| </ | </ | ||
| <WRAP prewrap 100% #result> | <WRAP prewrap 100% #result> | ||
| - | < | + | < |
| total 4 | total 4 | ||
| drwx------ 2 u0_a205 u0_a205 4096 Jul 6 10:06 storage | drwx------ 2 u0_a205 u0_a205 4096 Jul 6 10:06 storage | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | ===== gatling ===== | ||
| + | < | ||
| + | gatling/ | ||
| + | A high performance http, ftp and smb server | ||
| + | |||
| + | $ pkg install gatling | ||
| + | Reading package lists... Done | ||
| + | Building dependency tree | ||
| + | Reading state information... Done | ||
| + | The following NEW packages will be installed: | ||
| + | gatling | ||
| + | 0 upgraded, 1 newly installed, 0 to remove and 51 not upgraded. | ||
| + | Need to get 96.2 kB of archives. | ||
| + | After this operation, 418 kB of additional disk space will be used. | ||
| + | Get:1 https:// | ||
| + | Fetched 96.2 kB in 2s (35.7 kB/s) | ||
| + | Selecting previously unselected package gatling. | ||
| + | (Reading database ... 5637 files and directories currently installed.) | ||
| + | Preparing to unpack .../ | ||
| + | Unpacking gatling (0.15) ... | ||
| + | Setting up gatling (0.15) ... | ||
| + | </ | ||
| + | |||
| + | ===== 参考文献 ===== | ||
| + | [[https:// | ||
| + | [[https:// | ||
| + | [[https:// | ||