テスト対象となるクラス名の上で Opt + Enter。
Testing library: JUnit3
テスト対象となるクラス名の上で Opt + Enter。
Testing library: JUnit3
|
1 2 3 4 5 |
$ adb devices * daemon not running. starting it now on port 5037 * * daemon started successfully * List of devices attached CB5A1Qxxxx device |
|
1 2 |
$ adb tcpip 5555 restarting in TCP mode port: 5555 |
|
1 |
$ sudo /sbin/route add -net 163.141.100.0/24 163.141.1.1 |
(註)再起動のたびに静的ルーティングの設定は失われる
|
1 |
$ vi /path/to/script |
|
1 2 |
#!/bin/sh /sbin/route add -net 163.141.100.0/24 163.141.1.1 |
|
1 |
$ sudo defaults write com.apple.loginwindow LoginHook /path/to/script |
|
1 |
$ sudo defaults read com.apple.loginwindow LoginHook |
|
1 |
$ sudo defaults delete com.apple.loginwindow LoginHook |
Mac OS X: ログインフックを作成する
https://support.apple.com/ja-jp/HT2420
|
1 2 3 4 |
$ gem update Updating installed gems ERROR: While executing gem .. (ArgumentError) invalid byte sequence in UTF-8 |
|
1 |
$ LANG=C.BINARY gem update |
|
1 |
$ LANG=C.BINARY gem install thread |
|
1 |
$ ssh-keygen -F xxx.xxx.xxx.xxx |
|
1 2 3 4 |
# Host xxx.xxx.xxx.xxx found: line 5 type RSA xxx.xxx.xxx.xxx ssh-rsa AAA6OhgkZa0L6XDnmHE0NaBprr0VHhSjQ4bEtj j/hVXLSQqMBkigKGI7AbcgAB3NzaC1yc2EAAAADAQABAAABAQC2ytDRUlU4fZB 6OmcwJuhaiZElYEYcDy7p1/MR5wqRPhk5T34yQrVlsb2utNWRHRTwG50kbrAkK |
|
1 |
$ ssh-keygen -R xxx.xxx.xxx.xxx |
|
1 2 3 |
# Host xxx.xxx.xxx.xxx found: line 5 type RSA /Users/Ichiro/.ssh/known_hosts updated. Original contents retained as /Users/Ichiro/.ssh/known_hosts.old |
Commandボタン ⌘ を押しながら、ドラッグ&ドロップする。
Optionボタン ⌥ を押しながら、ドラッグ&ドロップする。
Command ⌘ + c
Command ⌘ + v