npm installでエラー


npm install

Unhandled rejection Error: Command failed: /usr/local/bin/git submodule update -q --init --recursive
warning: templates not found in /var/folders/bv/0637g83s7bz_00000380000gn/T/pacote-git-template-tmp/git-clone-ea88f8b6
warning: templates not found in /var/folders/bv/0637g83s7bz_00000380000gn/T/pacote-git-template-tmp/git-clone-ea88f8b6
git-lfs smudge 'data/merkleTree.json': git-lfs: command not found
error: external filter 'git-lfs smudge %f' failed 127
error: external filter 'git-lfs smudge %f' failed
fatal: data/merkleTree.json: smudge filter lfs failed

brew install git-lfs
git lfs install

LogFormatを書き換え用と思ったら「Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.」でubuntoでmod_remoteip

ConohaVPSではアクセスIPはWAFのIPになります。
%{X-Forwarded-For}iを設定しようとしたら、注意文になにやらmod_remoteipを使えと。。


These deviate from the Common Log Format definitions in that they use %O
(the actual bytes sent including headers) instead of %b (the size of the requested file), because the latter makes it impossible to detect partial
requests.

#Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
#Use mod_remoteip instead.
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

知らなかった。
昔から%{X-Forwarded-For}iを追加を何も考えずに設定していたので初めてmod_remoteipを設定してみる。


root@conoha-dev:~#apachectl configtest
AH00526: Syntax error on line 227 of /etc/apache2/apache2.conf:
Invalid command 'RemoteIPHeader', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
root@conoha-dev:~#

あれ?モジュールがない?
a2enmodでモジュールをロードします。


root@conoha-dev:/etc/apache2# a2enmod remoteip
Enabling module remoteip.
To activate the new configuration, you need to run:
  systemctl restart apache2
root@conoha-dev:/etc/apache2# tree
├── mods-enabled
│   ├── access_compat.load -> ../mods-available/access_compat.load
│   ├── alias.conf -> ../mods-available/alias.conf
│   ├── alias.load -> ../mods-available/alias.load
│   ├── auth_basic.load -> ../mods-available/auth_basic.load
│   ├── authn_core.load -> ../mods-available/authn_core.load
│   ├── authn_file.load -> ../mods-available/authn_file.load
│   ├── authz_core.load -> ../mods-available/authz_core.load
│   ├── authz_host.load -> ../mods-available/authz_host.load
│   ├── authz_user.load -> ../mods-available/authz_user.load
│   ├── autoindex.conf -> ../mods-available/autoindex.conf
│   ├── autoindex.load -> ../mods-available/autoindex.load
│   ├── deflate.conf -> ../mods-available/deflate.conf
│   ├── deflate.load -> ../mods-available/deflate.load
│   ├── dir.conf -> ../mods-available/dir.conf
│   ├── dir.load -> ../mods-available/dir.load
│   ├── env.load -> ../mods-available/env.load
│   ├── filter.load -> ../mods-available/filter.load
│   ├── mime.conf -> ../mods-available/mime.conf
│   ├── mime.load -> ../mods-available/mime.load
│   ├── mpm_prefork.conf -> ../mods-available/mpm_prefork.conf
│   ├── mpm_prefork.load -> ../mods-available/mpm_prefork.load
│   ├── negotiation.conf -> ../mods-available/negotiation.conf
│   ├── negotiation.load -> ../mods-available/negotiation.load
│   ├── php7.2.conf -> ../mods-available/php7.2.conf
│   ├── php7.2.load -> ../mods-available/php7.2.load
│   ├── reqtimeout.conf -> ../mods-available/reqtimeout.conf
│   ├── reqtimeout.load -> ../mods-available/reqtimeout.load
│   ├── rewrite.load -> ../mods-available/rewrite.load
│   ├── setenvif.conf -> ../mods-available/setenvif.conf
│   ├── setenvif.load -> ../mods-available/setenvif.load
│   ├── socache_shmcb.load -> ../mods-available/socache_shmcb.load
│   ├── ssl.conf -> ../mods-available/ssl.conf
│   ├── ssl.load -> ../mods-available/ssl.load
│   ├── status.conf -> ../mods-available/status.conf
│   └── status.load -> ../mods-available/status.load
├── ports.conf

root@conoha-dev:/etc/apache2#apachectl configtest
Syntax OK
root@conoha-dev:/etc/apache2#

Cordova run が固まる Freeze on executing ‘cordova run’


Cordova run

がうんともすんとも言わなくなった。。
そんなときは「–verbose」をつけて確認してみる。


#cordova run  --verbose
  copy  www/node_modules/material-design-icons/image/2x_web/ic_filter_6_black_24dp.png platforms/android/assets/www/node_modules/material-design-icons/image/2x_web/ic_filter_6_black_24dp.png (new file)
  copy  www/node_modules/material-design-icons/image/2x_web/ic_filter_6_black_36dp.png platforms/android/assets/www/node_modules/material-design-icons/image/2x_web/ic_filter_6_black_36dp.png (new file)
  copy  www/node_modules/material-design-icons/image/2x_web/ic_filter_6_black_48dp.png platforms/android/assets/www/node_modules/material-design-icons/image/2x_web/ic_filter_6_black_48dp.png (new file)
  copy  www/node_modules/material-design-icons/image/2x_web/ic_filter_6_white_18dp.png platforms/android/assets/www/node_modules/material-design-icons/image/2x_web/ic_filter_6_white_18dp.png (new file)
  copy  www/node_modules/material-design-icons/image/2x_web/ic_filter_6_white_24dp.png platforms/android/assets/www/node_modules/material-design-icons/image/2x_web/ic_filter_6_white_24dp.png (new file)

ディレクトリ間違えててwwwディレクトリにアイコンセットをnpm installしてたみたいです。。
大量のコピーが走って固まってるように見えてただけでした。

LINEのタイムラインで流れてた多分詐欺サイト? – 現金スクラッチくじ引き大会はスクラッチを触ると「いいね」ボタンを押してしまう

LINEのタイムランで流れてきた詐欺?サイト
スクラッチを削るってところがキラキ●ウォーカー風だなと思って見てみたら、自分も「いいね」したことになっていて、HTMLをみてみたらLINEイイネのボタンがZ-index + 透明 + 全画面という昔Facebookいいねボタンで流行った手口になっていた。

LINE現金スクラッチくじ引き大会

スクラッチを削ろうとしてタップしたり、会社概要を探そうとタップすると
LINEいいねを押してしまう仕様になってる。

ただ、開いたブラウザでLINEログインしていないといけないのでFacebookよりは発動条件が厳しいようです。

“reason”: “Unknown tokenizer type [kuromoji_tokenizer] for [ja_text_tokenizer]”

Elastic CloudにMappingの設定を行なったらエラー
kuromoji_tokenizerがインストールされていないって言われただけだった。


dp$  curl -u elastic:password -X PUT https://8a3bfb8c88***********.us-west1.gcp.cloud.es.io/test_index -d @./mapping.json -H 'Content-Type: application/json' | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1326  100   271  100  1055    335   1304 --:--:-- --:--:-- --:--:--  1304
{
  "error": {
    "root_cause": [
      {
        "type": "illegal_argument_exception",
        "reason": "Unknown tokenizer type [kuromoji_tokenizer] for [ja_text_tokenizer]"
      }
    ],
    "type": "illegal_argument_exception",
    "reason": "Unknown tokenizer type [kuromoji_tokenizer] for [ja_text_tokenizer]"
  },
  "status": 400
}

Cordovaでweb3.jsを使ってkeyStoreの生成を行なうと処理が重くてUIが固まったのでミリ秒で測ってみた。

Cordovaでweb3.jsを使ってアカウント生成から、keyStoreの生成まで行なうと処理が重くてUIが固まったのでミリ秒で測ってみた。


self.prevPointTime = null;
self.log      = [];
self.bench    = function( message , obj ){
console.log( message , obj );
  if( !self.prevPointTime ){
   self.prevPointTime = new Date();
   }
  self.log.push( { message : message , time: ( new Date().getTime() )  - self.prevPointTime.getTime() } );
   self.prevPointTime = new Date();
}

//アカウント生成
self.bench( "web3 -> start create" , null );
var account = self.web3.eth.accounts.create();
self.bench( "web3 -> end create" , account );

//キーストア生成
self.bench( "web3 -> start encrypt" , null );
var key = self.web3.eth.accounts.encrypt( account.privateKey , password );
self.bench( "web3 -> end encrypt" , key );

console.log( self.log );
1: {message: "web3 -> start create", time: 0}
2: {message: "web3 -> end create", time: 51}
3: {message: "web3 -> start encrypt", time: 0}
4: {message: "web3 -> end encrypt", time: 1829}  < -- 1800ミリ秒は重いな。。

ChromeでもCordovaでも差はなくただただencryptが重い。
setTimeoutにしても結局シングルスレッドだし、keyStore形式の必要はないので
encryptの部分を別の暗号化にしてみる。

ebayでNT68676を購入-追跡番号はトラッキングできないし、不良品でセラーにクレーム

埃?でショートして、ボン!!という内臓グラボのコンデンサ爆発とともに、煙がファンから出てきたiMacをモニターとして使えないかな?と調べていみると、どうやらうちのiMacのモニターはフィリップス製のLM201WE3-TLF1というモデルみたいです。

汎用的なLCDコントローラ NT68676を使えばHDMIやD-sub入力のモニターとして使えるようなので、ebayでNT68676のLM201WE3-TLF1対応LCDコントローラを購入しました。



Panel LM201WE3-TLF1 HDMI + DVI + VGA NT68676 LCD Converter Board Kit

NT68676はプログラムによって対応するモニターが変わるのですが、シリアルケーブルなど持っていない場合は目的のモニターにNT68676をプログラム設定済みの商品を探しましょう。
日本のamazonでもありますが、1万くらいして(結局支那から届くみたいです)、ebay(こっちも支那から)なら3000円くらいです。

ebayでNT68676買ってみました。

Hi 〇〇, the seller is preparing to ship your order.
Click here to access order details border=
Tracking Number: RT39〇〇〇〇〇〇HK

RT番号HKなんで香港郵政です、がもちろん調べても出ません。
Tracking number providedは番号が決まっただけなんで、出荷したわけではありません。
それに中国人などは代理店経由であったり、出荷連絡から数日はトラッキングできません。
その辺りは承知していましたが、10日以上たってもトラッキングできないのでOrder -> More actions -> Contact sellerから連絡したら、1日くらいで返信がありました。

Dear friend:
Thank you for shopping with us. We felt very sorry about this. In fact the item has been sent to you by Hongkong Post after you bought
and the tracking number is: RT39〇〇〇〇〇〇HK

and we can see it was on the way to your country.
And I am an honest and responsible seller, I absolutely will not let my buyer interest lost, I hope you can cooperate wait for a period of time, if still not received the product, or receive the products have any problems, I will be responsible for my buyers, I can resend the item to you or give you a refund.
We do not want to give you a bad buying experience even when the shipping is out of our control. i also hope you can understand and help me about this uncontrollable factor, Your satisfaction is my incentive to work.
If you have any other suggestion or request, please also tell me,i will try my best to meet your need.
Thanks a lot.
Have a nice day!

でたよ、「安心してくださいメール」、まだトラッキングサイトに表示されないことを伝えるとまた2日あとくらいに

sorry about this
and yes, we can see the tracking information is as following:

https://www.hongkongpost.hk/en/mail_tracking/index.html
tracking number is: RT39〇〇〇〇〇〇HK

and a good news is that we can see it has the newest tracking information about 5th Oct.
so i sincerely hope you can help to wait for the item is ok
and please do not worry, if have any problem, please tell me, i am sure will be responsible for you
i also hope you can understand and help me about this uncontrollable factor
have a nice day, thank you!!

2週間以上たってやっと、トラッキング可能になりました。さすがチャイナクオリティ。。

いろいろあって1ヶ月はギリギリかからなかったけど届きましたが
HDMIでFireStickTVやD-SUBで試しても、色が反転している?
写真をとって送ると、Menuを押しながら起動(ファクトリーモード?)でLVDSModeとGain,Offsetを指示通りにしろとスクリーンショットが送られてきました。
起動してみると、全然メニュー違うけど、LVDSやGainとOffsetを合わせてみても治らない。
それもメールすると

oh, sorry about this
and if still happened as this
maybe the programme can not compatible with this screen

so you may need to make a new programme on the board
so hope you can help to confirm whether do you know how to make a new programme on the board
and if ok,we can send the programme to your email
please confirm
have a nice day, thank you!

ここに到るまで何回スクリーンショットおくって状況説明したか。。。
そろそろ「have a nice day, thank you!」がムカついてきました。
いやいや商品名「Panel LM201WE3-TLF1 HDMI + DVI + VGA NT68676 LCD Converter Board Kit」だからさ。。。
LM201WE3-TLF1と互換性なかったらなんなんだよ。。

シリアルケーブルも、書き込みプログラムも持ってないし、さっさと正しい商品送らないと、ebayに詐欺だって連絡するって伝えて
ついでに偽商品で迷惑だから、EMSで送れよって伝えましたが華麗にスルーされました。

We can make another new program on the board is ok
And we can resend to you by Hongkong Post with a tracking number
Thank you

いいから早く送れよと連絡

Ok
Thank you so much
Have a nice time

全然nice timeじゃねーよ。

いまここ。

AppCleaner が macOS Mojaveにしたら落ちる。

使ってるバージョンが古かったみたい。
AppCleanerの更新チェックは失敗したので、ダウンロードして上書き

AppCleaner Version 3.0 Beta 2 (3505) → Version 3.4 (3804)


https://freemacsoft.net/appcleaner/
Downloads
Version 3.4
Supports macOS 10.10 to 10.13
Version 2.3
Supports macOS 10.6 to 10.9
Version 1.2.2
Supports macOS 10.4 to 10.5

Elastic CloudにElasticsearchPhpでデータ登録 – Error Content-Type header [application/octet-stream] is not supported


$params = [
    'index' => 'test_index',
    'type'  => 'test_type',
    'id'    => 1,
    'body'  => [ "title" => "タイトルだよ" ]
    ];
$response = $client->index($params);
var_dump( $response );

で実行


$php elastic.php
PHP Fatal error:  Uncaught Elasticsearch\Common\Exceptions\BadRequest400Exception: {"error":"Content-Type header [application/octet-stream] is not supported","status":406} in /Users/dp/ElasticsearchPhp/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/Connection.php:669
Stack trace:

ContentTypeがダメか、Curlの時は注意してましたが、Elasticsearch-PHP [6.0] のマニュアルに指定ってあったかな?

引用:https://dev.classmethod.jp/server-side/elasticsearch/elasticsearch-6-breaking-changes/

Elasticsearch への API は Transport通信を除いて、HTTP(s) リクエストによって操作します。Elasticsearch 5系までは自動検出していた Content-Type ヘッダですが、Elasticsearch 6系より指定が必須となりました。

下記のようにClietにCurlのパラメータ指定を追加してOK


$params = [
    'index' => 'test_index',
    'type'  => 'test_type',
    'id'    => 1,
    'body'  => [ "title" => "タイトルだよ" ]
    'client' => [
        'curl'  => [
            CURLOPT_HTTPHEADER => [
                'Content-type: application/json',
            ]
        ]
    ]
];
$response = $client->index($params);
var_dump( $response );