Debuginfo

思考とアウトプット

Sakura スタンダードを使ってみる. Long time no see, FreeBSD!

serversman vpsが遅すぎて死ねるので,フロントエンドのアプリを走らせるサーバを使いたくなりました。
coreserverを試しましたが,やや遅く感じたし,なによりプロセスをkillされるのがたまりません。。
結局,vpsでも利用しているSakuraさんに落ち着きそうです。下記, perlbrew+cpanm導入まで。

$ chsh
  • >/usr/local/bin/bash
$ wget http://xrl.us/perlbrew --no-check-certificate $ chmod +x perlbrew $ ./perlbrew install $ cat >> .bash_profile $ vi .bashrc $ perlbrew install perl-5.10.1 $ perlbrew install-cpanm