Сообщения

Сообщения за декабрь, 2022

Docker - Bind for 0.0.0.0:4000 failed: port is already allocated

docker container ls docker rm -f <container-name>

.gitignore не работает

Решение git rm -rf --cached . git add .

Увеличение Swap

 mkdir /media/swap/ fallocate -l 128G /media/swap/swapfile.img chmod 600 /media/swap/swapfile.img sudo mkswap /media/swap/swapfile.img /etc/fstab #SWAP128 /media/swap/swapfile.img none swap sw 0 0 swapon /media/swap/swapfile.img

Решение ошибки Laravel /storage/logs permission denied

There is no existing directory at “…/storage/logs” and its not buildable: Permission denied Решение: php artisan route:clear php artisan config:clear php artisan cache:clear Все