发布时间:2014-10-28 11:26:57
首先需要安装cpanm:wget http://xrl.us/cpanm --no-check-certificate然后,后用cpanm安装cpan-outdated。安装模块:cpanm --notest foo更新模块:cpan-outdated -p | cpanm --notest貌似,没有类似于apt-get autoremove之类的功能。......【阅读全文】
发布时间:2014-10-10 10:23:49
DEFAULT_VERSIONS= apache=2.4 php=5.5 mysql=5.5 pgsql=9.4......【阅读全文】
发布时间:2014-10-05 19:45:24
postgresql_initdb_flags="--encoding=UTF8 --locale=en_US.UTF-8"This will be used as the default parameters when creating new databases.......【阅读全文】