ブログ移転しました。

移転先はこちら。 ↓ https://blog.kunst1080.net/ もしお気に入り登録している人がいれば、URLの変更をお願いします。 なお、はてなブログの方は今の所、2020年12月ごろに

sbtの~/.ivy2の場所を変更する

sbtの起動オプションで指定できるらしい。 たとえばsbtで使用する ~/.sbt をカレントの .ivy2 に変更したい場合、以下のように環境変数をセットして実行する

Ansible入門しました

今まで食わず嫌いをしてしまっていたAnsibleに、今更ながら1入門しました。 使う前に抱いていた印象と実際に使ってみた感想を並べてみて、最後

古いfind(1)と新しいfind(1)

ソース読むときのためのメモ。 https://www.gnu.org/software/findutils/manual/html_mono/find.html#fts The findutils source distribution contains two different implementations of find. The older implementation descends the file system recursively, while the newer one uses fts. Both are normally installed. If the option –without-fts was passed to configure, the recursive implementation is installed as find and the fts-based implementation is installed as ftsfind. Otherwise, the fts-based implementation