CentOSにYUMでownCloudをインストール

CentOS 6.xにYUMのリポジトリを追加して、yumにてownCloudをインストール # cd /etc/yum.repos.d/ # wget https://download.opensuse.org/repositories/isv:ownCloud:community/CentOS_CentOS-6/isv:ownCloud:community.repo # yum update # yum info owncloud Name : owncloud Arch : noarch Version : 6.0.2 Release : 8.1 Size : 46 M Repo : isv_ownCloud_community # yum install owncloud --enablerepo=epel ownCloudの依存パッケージで下記のようなエラーが出る場合にはepelリポジトリを読み込む事。 [続きを読む]
カテゴリー: Linux  Tags: CentOS Redhat 

wrkのインストール

ベンチマークツールのwrkをインストールしました。 Macでは、brewパッケージで簡単に導入できます。 $ brew install wrk Linuxでは、パッケージが用意されていないので、githubのリポジトリを利用してインストールします。 [続きを読む]
カテゴリー: Linux Mac  Tags: CentOS OSX SL6 

APCからZend OPcacheへ変更

Scientific Linux(SL6)で運営しているこちらのサイトで、APCをやめて、Zend OPcacheへ変更してみた。 現状の環境は、 Scientific Linux: 6.4 PHP: 5.4.19 (php-fpm) nginx: 1.4.2 APC Contents [続きを読む]
カテゴリー: Linux  Tags: CentOS Fedora Redhat SL6 

mosh-serverのプロセスをkillする方法

moshは便利に利用してますが、いろんな端末からログインした後などで放っておいたりすると、プロセスがdeatacheのまま生きてます。 Mosh: You have 2 detached Mosh sessions on this server, with PIDs: – mosh [3700] – mosh [31091] [続きを読む]
カテゴリー: Linux  Tags: mosh ssh