カテゴリー: Linux

Linux

duで隠しディレクトリを含んだ容量で降順ソート

          Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

Linux

[Solved] Nginx 空のファイルがダウンロードされる nginx empty file download

    nginx.conf default_typeを変えてあげる     Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

Linux

Nginx リバースプロキシにてドメインを変数にする場合の設定例

    Nginxのリバースプロキシで、プロキシ先にドメインを含める場合は、単純に行うとNginxがDNSをキャッシュしてしまって、プロキシ先のIPが変わった場合に障害になります。 Nginx設定時にvalid=5sを加える Nginx設定時に変数にURLを一旦持たせる プロキシ先のDNSレコードのTTLを5秒程度に短くする 例の場合はhoge.example.netのTTLを5にする …

Linux

[Solved] Supervisor FATAL Exited too quickly (process log may have details)

  Laravelのqueue workerを使っていたらFATALで死んでいた     一時対応として、 start allさせることでRUNNINGにははなった。 設定に加える The total number of seconds which the program needs to stay running after a startup to consider the …

Linux

シェルスクリプトでの排他制御

  shell_script_with_lockfile_sample.sh               Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

Linux

Linux duで容量が大きいディレクトリを検索する

            Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめします><

MySQL, AWS, Linux

Resolved [mysqlbinlog] ERROR: Got error reading packet from server: Could not find first log file name in binary log index file

        mysqlbinlog: unknown option –raw ??   解決 MySQL ClientがMariadbになっていた。 RDSはMySQL5.7なので これで実行できた     Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 初めてならi …

Linux

Postfix Untrusted TLS connection established to aspmx.l.google.com

  Untrusted TLS connection established to xxx   暗号化はできてるけど、信用されていない><       よし🐱 Trusted TLS connection established to aspmx.l.google.com[xxx.xxx.xxx.xxx]:25: TL   Amazonおすすめ i …

Linux

[Solved] Let’s Encrypt Could not bind TCP port 80 because it is already in use by another process on this system (such as a web server)

更新コマンドが失敗する場合 環境に合わせて「–apache」や「–nginx」オプションを追加してあげる     このブログのWebサーバはNginなので「–nginx」を追加した     更新に成功した🐱✨     Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安い …

Linux

【Soved】Nginx [crit] 20655#20655: *56 open() “/var/log/nginx/xxxx.access.log” failed (13: Permission denied) while logging request

PHP-FPMからNginxへのログへの書き込みができない時に発生する。 NginxのuserとPHP-FPMの実行userを合わせてあげれば解決できる         既存ログへの対応   あとlogrotateも対応する         Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出た …

Linux

CentOS7 ClamAV 手動でスキャン

  急遽ウィルスキャンを求められた時に🐱     ClamAVインストール   データベースの更新   スキャンする     Amazonおすすめ iPad 9世代 2021年最新作 iPad 9世代出たから買い替え。安いぞ!🐱 初めてならiPad。Kindleを外で見るならiPad mini。ほとんどの人には通常のiPadをおすすめしま …