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

CentOS8のPrivateTmp

httpdをsystemdで起動すると、デフォルトでは/tmpに書けず、毎回作られた一時ディレクトリーに書くようになっている。 /etc/systemd/system/multi-user.target.wants/httpd.serviceのPrivateTmp=trueをfalseにすれば/tmpに書くように戻る。

google-api-client gem is deprecated

gem updateするとこんなメッセージが。 The google-api-client gem is deprecated and will likely not be updated further. Instead, please install the gem corresponding to the specific service to use. For example, to use the Google Drive V3 clie…