在安装MediaWiki的过程中遇到了下面的apc未安装的问题。
采用brew方法进行安装如下:命令为 brew install php53-apc
apache2 brew install php53-apc
==> Installing php53-apc from homebrew/homebrew-php
==> Downloa...
分类:
Web程序 时间:
2015-02-10 18:48:21
阅读次数:
255
这里记录一下。 之前在mac下使用brew install mysql安装,但是安装完成后发现密码不好修改,上网搜了下发现mac下使用命令行安装mysql确实存在很多问题,这一点确实远不如Ubuntu方便。 网上建议的是去mysql官网下载,这里采用官方版本。 1.去mysql官网下载 http:/...
分类:
数据库 时间:
2015-02-09 22:48:26
阅读次数:
235
$ brew update $ brew outdated $?brew upgrade $ brew cleanup
分类:
系统相关 时间:
2015-02-09 14:20:00
阅读次数:
604
1、安装homebrewruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)" 2、安装homebrew-caskbrew tap phinze/homebrew-cask && brew install bre...
分类:
Web程序 时间:
2015-02-08 06:44:19
阅读次数:
260
#brew 是一个mac下很好用的包管理软件,类似linux下的apt-get,默认软件安装目录是/usr/local/,通过它安装的软件都会出现在该目录下,方便管理。 ##brew升级 brew update brew outdated brew upgrade [software...
分类:
系统相关 时间:
2015-02-07 10:24:46
阅读次数:
571
1. wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O -|sh
2. 在.zshrc下添加这两条:
plugins=(git textmate ruby autojump osx mvn gradle)
[[ -s `brew --prefix`/etc/autojump.sh ...
分类:
系统相关 时间:
2015-02-06 11:22:43
阅读次数:
289
安装用brew太方便了,还自动下载字体。
sudo brew install figlet
linux源码安装不带字体,可以自己下载flf后缀字体,figlet -f 字体路径 来引用。
这里下字体ftp://ftp.figlet.org/pub/figlet/fonts/
然后我本想穷举每种字体看效果,没想到自带就有这个程序,真方便。
安装目录/usr/local/hom...
分类:
系统相关 时间:
2015-02-02 18:12:06
阅读次数:
263
1,安装命令首先从mac AppStore 上面安装brew。brew只能当前用户使用。$ brew install lua --with-completion==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
################################################################...
分类:
系统相关 时间:
2015-01-28 15:59:23
阅读次数:
225
1,安装命令首先从mac AppStore 上面安装brew。brew只能当前用户使用。$ brew install lua --with-completion==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
################################################################...
分类:
系统相关 时间:
2015-01-28 15:58:55
阅读次数:
248
1,安装命令首先从mac AppStore 上面安装brew。brew只能当前用户使用。$ brew install lua --with-completion==> Downloading http://www.lua.org/ftp/lua-5.2.3.tar.gz
################################################################...
分类:
系统相关 时间:
2015-01-28 15:58:48
阅读次数:
537