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

mysqldump --all-databases -x -hlocalhost -uroot -p > mysql.sql wordpress が自動更新できなくなった。 php-gd

Setting Up LAMP (Linux, Apache, MariaDB and PHP) on Fedora 24 Server bash for Windows copy = ctrl + insert paste = shift + insert 10 dnf -y install httpd 11 systemctl start httpd 12 systemctl enable httpd 13 firewall-cmd --add-service=http…

yum は dnf にリダイレクトされている。 とりあえず yum update bash for Windows はとりあえず色には関係ない。 色は ~/.bashrc の LC_COLORS とか ~/.vimrc で変える。 ruby -v は 2.3.1 python -V は 2.7.12 正規表現は使う前にコンパイルすべきなのか?

/etc/init.d はもはや存在しない。 systemctl を使う。 systemctl start httpd.serivce systemctl stop firewalld

CentOS 7.1

twitter公式wordpressプラグインを使うために php5.4 が必要。 CentOS 6 は php5.3 なので、お名前.com vps に CentOS7.1 (カスタムOS)を入れる。 標準OSでないと手間暇が増える。 OS再インストールでインストールイメージを選んでマウントし、vps に戻り、…