2021-12-01から1ヶ月間の記事一覧

aws 削除 terraform

terraform で定義したリソースを全て削除するterraform destroy 10分で理解するTerraform - Qiita ELB delete protectionRDS skip_final_snapshot実践Terraformを読んでハマったこと - Qiita【Terraform】 skip_final_snapshot を設定しないでRDSを作成した…

ESPRIMO FH90

https://azby.fmworld.net/app/customer/driversearch/pc/drvlistm?modelName=FMVF90E2B&os=&category=91&kanzen=1&mode=0&reload=1&supfrom=/app/customer/mypc/view/index.vhtml

zfs 再レイアウト

https://www.unixarena.com/2013/07/zfs-how-to-extend-zpool-and-re-layout.html/

APN aws パートナーネットワーク

iDATEN(韋駄天)| APNパートナー認定資格いいじゃん!AWS パートナートレーニングと認定 - Qiita 2021

ssh authorized_keys

ssh-dss AAAAB9Nza....省略 a.hoge.jpからのアクセスを許す場合、from="a.hoge.jp"を追加します。 from="a.hoge.jp" ssh-dss AAAAB9Nza....省略 sshのauthorized_keysで接続元を制限をする方法

find mv delete

find mv xargsコマンドの-Iオプションを使用する $ find . -name "*.log" | xargs -I% mv % logsfindコマンドで取得したファイルをmvコマンドに渡す方法 – 3テラバイト -t, --target-directory=DIRECTORY move all SOURCE arguments into DIRECTORY tオプシ…

terraform S3/CloudFront/Route53/ACM

https://tech.lucheholdings.com/entry/2018/09/25/220855 2018CloudFront + S3のWebサイトをTerraformで構築する | DevelopersIO 2021 参考 【AWS CloudFront + S3】「404 NotFound」を表示させる方法 - 株式会社クイックのWebサービス開発blog 2018AWSリソ…

crontab

https://blog.sanctum.geek.nz/cron-best-practices/ 複数のコマンドを実行、ログ出力 SHELLをbashにする。丸括弧で囲んでまとめて出力先を指定する。 SHELL=/usr/local/bin/bash 0 12 * * * * ( cd /var/scripts/my_command1 ; /var/scripts/my_command2 ) …

gvm 21.04

https://community.greenbone.net/t/gvm-21-04-stable-initial-release-2021-04-16/8942 upgrade https://community.greenbone.net/t/upgrade-20-08-to-21-04/8962 If your 20.08 modules are already configured and working fines; then upgrading to 21.0…