2015年11月30日
摘要:
在终端中输入:xcode-select --install(./configure make等工具)
阅读全文
posted @ 2015-11-30 22:05
i-linux
阅读(253)
推荐(0)
摘要:
1.开机按住option键,选择u盘启动。2.抹掉原来的磁盘数据3.重装
阅读全文
posted @ 2015-11-30 20:49
i-linux
阅读(177)
推荐(0)
2015年11月17日
摘要:
1.安装tinyproxyapt-get install tinyproxy2.配置tinyproxy.cong注释掉allow,允许所有人连接.3.重起service tinyproxy restart4.设置浏览器代理,可以上https和http的网站了.
阅读全文
posted @ 2015-11-17 21:49
i-linux
阅读(2186)
推荐(0)
2015年9月22日
摘要:
useradd -g 组名 -s /bin/bash -d /home/用户名 用户名 (新建用户)passwd 用户名 (修改密码)
阅读全文
posted @ 2015-09-22 13:52
i-linux
阅读(155)
推荐(0)
2015年9月21日
摘要:
内存增序ps aux --sort rss内存减序ps aux --sort -rsscpu增序ps aux --sort=%cpucpu减序ps aux --sort=-%cpu
阅读全文
posted @ 2015-09-21 11:39
i-linux
阅读(249)
推荐(0)
摘要:
PEAR(PHP Extension and Application Repository)是PHP的扩展代码包,所有的扩展均以PHP代码的形式出现。PECL(PHP Extension Community Library)是PHP的标准扩展,在Windows下面以Dll的形式出现,在linux下面...
阅读全文
posted @ 2015-09-21 10:31
i-linux
阅读(397)
推荐(0)
摘要:
1、下载扩展源码。2、进入扩展源码目录。3、执行phpize。4、执行./configure --with-php-config=/path/to/php-config。5、执行make。6、执行make install。7、php.ini加上extension=扩展名.so。
阅读全文
posted @ 2015-09-21 10:26
i-linux
阅读(207)
推荐(0)