わざわざ、そんな手袋を買うのもなんだかな。
ランニンググローブ アウトドアグローブ 防寒手袋 ***タッチパネル対応*** 登山 ジョギング サイクリング ハイキング クライミング 通勤通学 秋冬用
タッチペンを100均で買いました!
へんな鈴と合わせて200円でした!
使ってみました。
こんなかんじです。
使い勝手は、
ペン操作に慣れてないせいか
まあまあですが
寒くないので良いですよ!
わざわざ、そんな手袋を買うのもなんだかな。
タッチペンを100均で買いました!
へんな鈴と合わせて200円でした!
使ってみました。
こんなかんじです。
使い勝手は、
ペン操作に慣れてないせいか
まあまあですが
寒くないので良いですよ!
ルータの設定を変更しようと思い、
OSネットワークの設定で、
ルーターのIPアドレスを見て、
ブラウザのURLバーに入力して、
設定画面にアクセス!
なんでや。
Buffalo の Wi-Fiルーターなんだが、
なんでや。
スマホアプリを入れたら、 IPアドレスが分かります。
192.168.150.33
👉 StationRadar - Google Play のアプリ
このIPアドレスでアクセスするといける。
どうやら「ブリッジモード」のようです。
設定で自動に
「ルーター」でなく「ブリッジ」に
なっていたようです。
いちいちアプリを入れるのだるいです。
mac で MAC を調べます。
~ % get-oui -v
Renaming ieee-oui.txt to ieee-oui.txt.bak
Fetching OUI data from http://standards-oui.ieee.org/oui/oui.txt
Fetched 5029216 bytes
Opening output file ieee-oui.txt
31329 OUI entries written to file ieee-oui.txt
~ % sudo arp-scan -l
Password:
Interface: en1, type: EN10MB, MAC: f8:ff:c1:3a:12:ee, IPv4: 192.168.150.30
Starting arp-scan 1.9.7 with 256 hosts (https://github.com/royhills/arp-scan)
192.168.150.1 98:2c:ba:40:78:c2 Fibergate Inc.
192.168.150.5 ec:12:80:22:1b:c0 D-Link International
192.168.150.33 84:1f:ec:9c:26:08 BUFFALO.INC
192.168.150.34 14:12:a3:91:2e:e0 Motorola Mobility LLC, a Lenovo Company
192.168.150.42 d0:17:82:f3:68:2a AzureWave Technology Inc.
192.168.150.220 01:d0:41:d6:1f:51 AMIGO TECHNOLOGY CO., LTD.
192.168.150.52 8c:45:30:14:80:21 Murata Manufacturing Co., Ltd.
BUFFALO は、
192.168.150.33
👉 【macOS】ルーターの注意喚起が出たら arp-scan がいいよ
よく出ますよね?
このダイアログ。
Cannot Run Git : Cannot identify version of git executable: no response – on startup
調べてみると、IDEA Intellij のバグトラッカーに issue があります。
Even if the CLT is installed, if the background process is heavy (for example, after booting your mac), typing "git --version" into the terminal may result in no response for several tens of seconds.
I've had this issue on Mac a few times after a reboot and auto-reopen of the previous windows.
Easy fix: quit IntelliJ with Cmd+Q and reopen it.
I got this on Windows after a restart. As Filippo says, restarting the IDE works as a fix.
👉 Cannot identify version of git executable: no response – on startup : IDEA-219762
一応、Git の設定画面を見てみましょう。
[Preferences]
↓
[Version Control]
↓
[Git]
確認したら、IDE (AndroidStudio など) をリスタートです。
IDE 再起動でダイアログは出なくなり正常に戻ります。
OS が忙しい時の Git コマンドのレスポンスの遅さが IDE に影響を及ぼしてるようです。