PHPWIND8.7 配置NGINX伪静态规则 2015年11月19日 流星 42282 location /{ rewrite ^(.*)-htm-(.*)$ $1.php?$2 last; rewrite ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/thread.php?fid... 阅读全文 0 评论
centos 5.x 安装 FFmpeg, Lame,Mplayer, Mencoder, FFmpeg-PHP 视频转换 2015年11月03日 流星 10911 首先做下准备工作: yum update yum upgrade yum install libjpeg-progs libjpeg62 libjpeg62-dev libsdl1.2-dev php5-dev build-essential unzip... 阅读全文 0 评论
将Centos的yum源更换为国内的阿里云源 2015年11月03日 流星 11141 阿里云Linux安装软件镜像源阿里云是最近新出的一个镜像源。得益与阿里云的高速发展,这么大的需求,肯定会推出自己的镜像源。 阿里云Linux安装镜像源地址:http://mirrors.aliyun.com/CentOS系统更换软件安装源 1、备份你的原... 阅读全文 0 评论
yum提示another app is currently holding the yum lock;waiting for it to exit 2015年11月03日 流星 11079 可能是系统自动升级正在运行,yum在锁定状态中。 可以通过强制关掉yum进程: #rm -f /var/run/yum.pid 然后就可以使用yum了。 阅读全文 0 评论