centos

route: netmask doesn't match route address と表示され、ルーティングを追加できない場合の対処法

以下コマンドを実行しても、ルーティング追加が出来ませんでした。 実行コマンド: route add -net 172.21.108.140 netmask 255.255.255.128 dev eth0 エラーメッセージ: route: netmask doesn't match route address netmask dosen't match ~~~ と書いてあっ…

dockerにてcakephp3, php7, centos7な環境を構築するメモ

docker run -it -p "80:8765" centos:7 bash #ここだけdockerホストにて実施 yum install http://rpms.famillecollet.com/enterprise/remi-release-7.rpm yum install --enablerepo=remi-php70,epel php-fpm php-gd php-gmp php-mbstring php-mcrypt php-opc…