脳みそスワップアウト

揮発性なもので。おもにPHPのこととか。

2019-01-01から1年間の記事一覧

多段SSH

ssh

PC --(pubkey)--> 踏み台(bastion) --(password)--> リモート(remote1, remote2) # 踏み台 Host bastion Hostname bastion.exapmle.com User pen PreferredAuthentications publickey IdentityFile ~/.ssh/bastion.id_rsa IdentitiesOnly yes # 踏み台の先 H…

cmd.exe からネットワーク設定

業務でノートPCを使っていて、固定IPアドレスだったり、DHCPだったり、現場のルールによって頻繁にネットワーク設定を変更しなければならない。 手間なのでバッチファイル化しておくといい。 固定IPアドレスの場合 netsh interface ipv4 set address "Wi-Fi"…

phpunit/dbunit のフォーク

phpunit/dbunit 終了 の続き phpunit8 で動くようにこそこそ手直しをしていたのだけど (iamapen/dbunit) すでに先人がいるのを発見した。 とくに kornrunner/dbunit の方がリリースタグも打っていて丁寧。 https://github.com/kornrunner/dbunit https://git…

phpunit/dbunit 終了

phpunit/dbunit が終了した。 Wanted (Maybe?): New Maintainer · Issue #217 · sebastianbergmann/dbunit · GitHub 2019-02時点で最新のphpunit8ではもう使えない。 私はこのツールを愛用してきた。 iamapen/commentable-data-set というニッチなものを作る…