2024-07-18から1日間の記事一覧

bash ベストプラクティス

命名規則 ファイル名 kebab-case 定数 UPPER_SNAKE_CASE readonly 宣言して使う 変数 lower_snake_case 関数内では local 宣言して使う 関数 lower_snake_caseBash スクリプトのベストプラクティス - goodbyegangsterのブログ 2024 main関数の実行をif [[ "$…

vm-bhyve migration

vm-bhyve マイグレーションのコマンドが send/recv から migrate に変更。1.5.0https://gist.github.com/churchers/b5dc5ccb77d9096af56b84d0d1df20b9?permalink_comment_id=3715131#gistcomment-3715131↓ Reimplement the send/recv code as migrate I beli…

openvas Redis oom killed

I have a relatively small greenbone installation on Docker. This is built from community containers 22.4. the problem is when i start a scan around 90% crashes them because of the Linux kernel oom_kill. I get message in the kernel log: ...…