差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
| linux:arduino_ide [2022/01/03 22:25] – [Arduino IDE (Linux)] ともやん | linux:arduino_ide [2024/04/19 09:59] (現在) – ↷ 移動操作に合わせてリンクを書き換えました。 非ログインユーザー | ||
|---|---|---|---|
| 行 13: | 行 13: | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| $ cd ~/work | $ cd ~/work | ||
| - | $ curl -O https:// | + | $ curl -O https:// |
| </ | </ | ||
| <WRAP color_result>< | <WRAP color_result>< | ||
| 行 5214: | 行 5214: | ||
| <WRAP prewrap 100% mincode> | <WRAP prewrap 100% mincode> | ||
| 起動スクリプトの以下の部分をコメントアウトする。\\ | 起動スクリプトの以下の部分をコメントアウトする。\\ | ||
| - | < | + | < |
| #export PATH=" | #export PATH=" | ||
| + | </ | ||
| + | <code autoconf> | ||
| #if [ -x " | #if [ -x " | ||
| # JAVA=$APPDIR/ | # JAVA=$APPDIR/ | ||
| 行 5224: | 行 5226: | ||
| <WRAP prewrap 100% mincode_long> | <WRAP prewrap 100% mincode_long> | ||
| - | < | + | < |
| # | # | ||
| 行 5651: | 行 5653: | ||
| ユーザーを **dialout** グループに所属させる。\\ | ユーザーを **dialout** グループに所属させる。\\ | ||
| - | [[:linux: | + | [[linux:commands: |
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| 行 5660: | 行 5662: | ||
| </ | </ | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ sudo usermod -a -G dialout | + | $ sudo usermod -a -G dialout |
| $ id tomoyan | $ id tomoyan | ||
| </ | </ | ||
| 行 5667: | 行 5669: | ||
| </ | </ | ||
| </ | </ | ||
| + | ※id コマンドにユーザー名を指定すると、ログインユーザーの状態ではなく現在の設定状態が確認できる。\\ | ||
| - | 再ログインして動作確認を行う。\\ | + | 再ログインして動作確認を行う。(exec bash –login)\\ |
| <WRAP color_term> | <WRAP color_term> | ||
| <WRAP color_command>< | <WRAP color_command>< | ||
| - | $ su - tomoyan | + | $ exec $SHELL |
| - | </ | + | |
| - | <WRAP color_result>< | + | |
| - | パスワード: | + | |
| - | </ | + | |
| - | <WRAP color_command>< | + | |
| $ arduino & | $ arduino & | ||
| </ | </ | ||