Laravel

A facade root has not been set.

A facade root has not been set. となる原因のうちのひとつを解説。
php

Xdebug で止まらない

VSCode で PHP デバッグをするのに毎回ハマるので、自分用のメモです。 想定する xdebug 設定 $ cat /etc/php.d/16-xdebug-add.ini zend_extension=xdebug...
Python

pyenv+venvによるpython実行環境の設定

はじめに pyenv はサーバ内のディレクトリ単位で python のバージョンを切り替えるしくみです。venv は(シェルの)セッション単位で python へのバイナリパスを切り替える仕組みです。今となっては両方必要となってしま...
AlmaLinux

Mongod起動不可

MongoDBが起動しない場合の調査方法
ansible

conditional statements should not include jinja2 templating delimiters

ansible の小ネタです。 $ ansible --version | head -1 ansible 2.9.25 when で条件を指定する際、以下のような警告が出て、しばらく悩みました。 TASK [...
タイトルとURLをコピーしました