prewrap

検索

以下に検索結果を表示します。

sd_mount
27 ヒット, 最終更新:
00|Mount Points}}\\ ===== パーティションの作成 ===== <WRAP prewrap 100%> <code> # gdisk /dev/sda </code> </WRAP> <WRAP prewrap 100% #result_long> <code> GPT fdisk (gdisk) versi... y. </code> </WRAP> ===== パーティションの初期化 ===== <WRAP prewrap 100%> <code> # mkfs.ext4 /dev/sda1 </code> </WRAP> <WRAP prewrap 100% #result> <code> mke2fs 1.44.1 (24-Mar-2018)
commands
4 ヒット, 最終更新:
Samba の設定 ==== OpenWrt の Samba の設定を変更する。\\ <WRAP prewrap 100%> <code> # vi /etc/config/samba </code> </WRAP> <WRAP prewrap 100% #mincode> <code autoconf /etc/config/samba> ... </code> </WRAP> 上記の変更は **uci** にも反映される。\\ <WRAP prewrap 100%> <code> # uci show samba </code> </WRAP> <WRAP prewrap 100% #result> <code> samba.@samba[0]=samba samba.
python
4 ヒット, 最終更新:
====== Python ====== ===== インストール ===== <WRAP prewrap 100%> <code> # opkg update && opkg install python3 python3-pip </code> </WRAP> <WRAP prewrap 100% #result_long> <code> Installing python3 (3.7... 3. Configuring python3-pip. </code> </WRAP> <WRAP prewrap 100%> <code> # python3 -VV </code> </WRAP> <WRAP prewrap 100% #result> <code> Python 3.7.9 (default, Feb 1