差分
この文書の現在のバージョンと選択したバージョンの差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
raspberry_pi:0000initialconf [2017/07/06 02:40] admin |
raspberry_pi:0000initialconf [2017/07/13 12:02] (現在) admin |
||
|---|---|---|---|
| ライン 50: | ライン 50: | ||
| # groupadd <グループ名> | # groupadd <グループ名> | ||
| - | # useradd -m -s /bin/bash -g users rpi | + | # useradd -m -s /bin/bash -g users USER |
| # passwd <ユーザ名> | # passwd <ユーザ名> | ||
| ライン 69: | ライン 69: | ||
| 参考: http://qiita.com/tchisaka/items/e8a2b09c808715dc8515 | 参考: http://qiita.com/tchisaka/items/e8a2b09c808715dc8515 | ||
| + | |||
| + | |||
| + | ===== update/upgrade===== | ||
| + | パッケージ、ファーム(kernel)の更新 | ||
| + | |||
| + | $ sudo apt-get update && sudo apt-get upgrade | ||
| + | $ sudo rpi-update (firm用) | ||
| + | |||
| + | |||