KUSANAGIのWordPress環境をIPv6対応させてみる
WordPressのnginx + php-fpm環境でIPv6対応します。 nginxの設定ファイルを編集します。デフォルトでは、ipv4の定義しかありませんので、ipv6の定義を追記します。/etc/nginx/co…
Continue reading →WordPressのnginx + php-fpm環境でIPv6対応します。 nginxの設定ファイルを編集します。デフォルトでは、ipv4の定義しかありませんので、ipv6の定義を追記します。/etc/nginx/co…
Continue reading →php7.2 なKUSANAGI環境に php-intl をインストールします。(php7.3な環境も同じ方法でいけます)なかなか情報がないのと、yumで一発導入とはいかなかったので、力業で対応しています。このため今後の…
Continue reading →私がよく使うadbのコマンドのメモ書きです。 このコマンドは android_sdk/platform-tools/ にありますので、あらかじめパスを通しておくと便利です。 Android Debug Bridge ht…
Continue reading →Androidの開発環境をインストールしていきたいと思います。 Android Developers サイト https://developer.android.com/index.html Android Studio…
Continue reading →php7.1 + phpMyAdmin4.6.6 をインストールします。 外部レポジトリ(Remi)にrpmパッケージでありますので、こちらを利用したいと思います。 # yum install –enablerepo=…
Continue reading →PHPのインストールを行った際のメモです。 CentOS6系では、PHP5.3、CentOS7系では、PHP5.4が標準レポジトリで提供されています。 今回は、外部レポジトリ(Remi)を利用して、PHPのインストールを…
Continue reading →OSはCentOS7.3を使用します。 ほぼ初期の状態からの設定メモです。 $ cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) CentOS7から…
Continue reading →投稿時点でのメモです。 コンパイルに必要なパッケージのインストール # yum install git m4 autoconf automake libtool libcurl-devel openssl-devel g…
Continue reading →必要なパッケージをインストールします。 #wireless-toolsパッケージはiwconfigを使いたいため #wpa_supplicantパッケージは暗号化にWPAを使用したいため $ sudo yum insta…
Continue reading →コンパイルに必要なパッケージをインストールしておきます。 $ sudo yum install git m4 autoconf automake libtool libcurl-devel openssl-devel g…
Continue reading →