引用符のHTML特殊文字をsedで一括置換

Wordpress から Hugo で使うために markdown 形式で出力したのはいいものの&で始まる “や”などの HTML 特殊文字が入ってしまってるのが気になるのでfindとsedを使って一括置換することにした。 ...

2019-05-29 · 鉄

linuxで特定のファイルの最終行だけ削除する

Digital Ocean では OS を気軽に Droplet で作成して、気軽にポイポイ捨てれるのが売りですが、そのせいで sshで新しく繋ぎ直したホストに繋ごうとすると @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the RSA key sent by the remote host is xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx. Please contact your system administrator. Add correct host key in /home/ironsand/.ssh/known_hosts to get rid of this message. Offending RSA key in /home/ironsand/.ssh/known_hosts:18 RSA host key for 107.170.114.105 has changed and you have requested strict checking. Host key verification failed. と怒られてしまう。 ...

2014-03-27 · 鉄