地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

2020-07-01から1日間の記事一覧

perl ワンライナナー TIPS

ライブラリのインストール先のパス一覧 perl -e 'foreach $path (@INC) { print "$path\n"; }' | xargs -L 1 ls -ld インストール済みのperlモジュール一覧 find `perl -e 'print "@INC"'` -name '*.pm' -print コメント行を削除する perl -ne 'print if !/^…

CNCFでよく聞くソリューションたち

オーケストレーション Kubernetes (go) github.com コンテナランタイム contaierd (go) github.com サービスメッシュ istio (go) github.com パッケージマネージャー github.com DNS CoreDNS (go) github.com Monitoring ストレージ rook (go) github.com RP…

競プロ + Python

自分用簡易ライブラリ