2022年2月アーカイブ
2022年2月のアーカイブリストとなっています。
2022年01月【Linuxセミナー研修】リナックスマスタープロセミナーを開催しました。
2022年01月の【Linuxセミナー研修】リナックスマスタープロセミナー(研修)を開催しました。
今回は、オンラインとオフライン同時のハイブリットでの開催になりました。
初心者でもプロの現場技術を実践することで、短期マスターを目指せるセミナーです。
AWS日本リージョンの耐災害性レポート(日本におけるAWSリージョンのレジリエンス)
どのような災害を想定して設計されてるのか分かる資料が公開されています。
その資料は、「日本におけるAWSリージョンのレジリエンス」というタイトルで
AWSアカウントがあれば、誰でも閲覧できますので紹介します。
AWS Artifactからレジリエンスレポートをダウンロード
1.AWSコンソールにログイン後、「AWS Artifact」を検索してアクセスします。Ubuntu20.04でFailed to fetch 404 Not Foundエラーが発生した場合の対処法
Failed to fetchエラーが発生した場合の対処法を紹介します。
エラー例
Error during install: 'Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/r/ruby2.7/ruby2.7_2.7.0-5ubuntu1.5_amd64.deb 404 Not Found [IP: 160.26.2.187 80]
Invalid command 'RewriteEngine'
実際のエラー内容
Error during install: 'Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/r/ruby2.7/ruby2.7_2.7.0-5ubuntu1.5_amd64.deb 404 Not Found [IP: 160.26.2.187 80]
Failed to fetch http://jp.archive.ubuntu.com/ubuntu/pool/main/r/ruby2.7/libruby2.7_2.7.0-5ubuntu1.5_amd64.deb 404 Not Found [IP: 160.26.2.187 80]
続きを読む "Ubuntu20.04でFailed to fetch 404 Not Foundエラーが発生した場合の対処法"
LibClamAV Warning: cli_scanxz: decompress file size exceeds limits
その意味と対策を紹介します。
警告メッセージ
LibClamAV Warning: cli_scanxz: decompress file size exceeds limits - only scanning 27262976 bytes
続きを読む "LibClamAV Warning: cli_scanxz: decompress file size exceeds limits"
Ubuntu20.04+Apacheのインストールエラー対策
次のエラーが発生した場合の対処法を紹介します。
・Invalid command 'RewriteEngine'
・Invalid command 'SSLEngine'
・Invalid command 'Header'
Invalid command 'RewriteEngine'
エラー内容
Jan 19 03:14:28 linuxmaster-01 apachectl[2433]: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
対応手順
$ sudo a2enmod rewrite
Enabling module rewrite.
To activate the new configuration, you need to run:
systemctl restart apache2