regepanのはてなブログ

個人的なメモ帳レベルの文章。

2020-07-01から1ヶ月間の記事一覧

Ubuntu16でphpでsendmailする。

0. メール送信しようとするも “Could not instantiate mail function” 的なエラーが出ていた。 1. まずsendmailとかinstallする。 Ubuntuでsendmailをインストールする - saitodev.co2. sendmailの設定らしきことをする。 Install and configure Sendmail on…

ubuntuでapache2再起動

$ systemctl reload apache2 Failed to reload apache2.service: Interactive authentication required. See system logs and 'systemctl status apache2.service' for details.$ sudo systemctl reload apache2sudoを付けると再起動される。Ubuntuスタート…

PhpStormでeditorconfigが効かなかったのを、効くようにする。

環境 Mac PhpStorm 2020.1 editorconfigが途中から無視される様になって、phpstormの設定が変わったんだと思うんですが、 editorconfig無いとめちゃくちゃ不便ですね。 Enable Editorconfig supportとかっていう項目がありました...。チェック外れてたんで、…