作者:AlbertWen
添加时间:2017-10-27 19:43:25
修改时间:2025-05-22 18:42:39
分类:
06.Linux软件安装
编辑
./configure --with-mysql=/backup/mysql --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-curl --with-gd --enable-gd-native-ttf --with-apxs2=/usr/local/apache/bin/apxs --enable-sockets --with-iconv
make时提示:
.....................................................
ext/iconv/.libs/iconv.o(.text+0x1738): In function `zif_iconv_mime_encode':
/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1017: undefined reference to `libiconv_open'
ext/iconv/.libs/iconv.o(.text+0x1756):/home/jjdai/work/zhupiter/php-5.2.0/ext/iconv/iconv.c:1031: undefined reference to `libiconv_open'
作者:AlbertWen
添加时间:2015-11-25 12:36:44
修改时间:2025-05-22 18:03:03
分类:
06.Linux软件安装
编辑
操作步骤如下:
1、打开虚拟机中的 Ubuntu 系统;
2、安装“增强工具”
3、设置“共享文件夹”
作者:AlbertWen
添加时间:2018-08-25 18:58:34
修改时间:2025-05-22 17:36:44
分类:
06.Linux软件安装
编辑
1、下载
http://zookeeper.apache.org/releases.html
当前stable版是zookeeper-3.4.13
3、解压
tar –xzvf ./zookeeper-3.4.13.tar.gz
解压文件到 "/alidata/server/zookeeper/zookeeper-3.4"
4、复制 conf 目录下的 zoo_sample.cfg,并命名为 zoo.cfg
作者:AlbertWen
添加时间:2017-10-27 19:34:56
修改时间:2025-05-28 12:22:02
分类:
06.Linux软件安装
编辑
Mac 自带的日历工具一点也不好用,好在 Itsycal 弥补了这个缺陷,效果图如下:

作者:AlbertWen
添加时间:2017-10-29 21:25:43
修改时间:2025-05-23 00:41:52
分类:
06.Linux软件安装
编辑
软件环境
宿主机系统:Deepin 15.4.1,
虚拟机软件:VirtualBox 5.1
虚拟机系统:XP
作者:AlbertWen
添加时间:2017-10-27 19:34:14
修改时间:2025-05-22 17:48:02
分类:
06.Linux软件安装
编辑
1、安装svn
yum -y install subversion
2、创建svn仓库路径
mkdir -p /opt/svn/project1
mkdir -p /opt/svn/project2
svnadmin create /opt/svn/project1
svnadmin create /opt/svn/project2
作者:AlbertWen
添加时间:2016-01-06 09:59:02
修改时间:2025-06-04 02:11:25
分类:
06.Linux软件安装
编辑
在Ubuntu 12中启动刚安装好的Nginx,报错:
nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
作者:AlbertWen
添加时间:2015-10-24 09:21:52
修改时间:2025-05-22 17:51:44
分类:
06.Linux软件安装
编辑
安装过程如下:
1、下载XDebug源码:http://xdebug.org/files/xdebug-2.3.3.tgz
2、解压到某个目录,如 /opt/software/xdebug-2.3.3
tar -xzvf ./xdebug-2.3.3.tgz
3、运行 phpize 命令
cd /opt/software/xdebug-2.3.3
/opt/software/php/bin/phpize
作者:AlbertWen
添加时间:2017-10-26 13:09:28
修改时间:2025-05-22 17:50:53
分类:
06.Linux软件安装
编辑
任务目标:
有如下2台Linux主机
主机A:192.168.1.1
主机B:192.168.1.2
用 主机A 上的用户 www,登录到 主机B(root用户)
作者:AlbertWen
添加时间:2017-10-26 13:58:54
修改时间:2025-05-22 17:46:54
分类:
06.Linux软件安装
编辑
系统自带的 SVN 版本为 1.7.2
$ svn --version
svn, version 1.7.22 (r1694152)
有点老,安装下最新版本
brew install svn