ubuntu
beiwangnull
这个作者很懒,什么都没留下…
展开
-
ubuntu开启php错误提示
修改php.ini文件/etc/php5/cli/php.inidisplay_errors = Off error_reporting = E_ALL & ~E_NOTICE 修改apache配置文件/etc/apache2/apache2.confphp_flag display_errors on php_value error_reporting 2039原创 2014-03-03 15:48:35 · 1171 阅读 · 0 评论 -
配制nginx
cd /tmpwget http://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.zip make && make installwget http://www.openssl.org/source/openssl-0.9.8zg.tar.gz make && make installwget http://zlib.net/原创 2015-09-24 21:13:10 · 483 阅读 · 0 评论 -
ubuntu 安装curl拓展
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl原创 2014-12-30 16:43:51 · 782 阅读 · 0 评论 -
svn ubuntu
删除svn本地存储的账号信息:rm -rf ~/.subversion/auth/原创 2014-12-29 17:36:28 · 473 阅读 · 0 评论 -
ubuntu 13.04编译安装php 5.3
wget http://cn.php.net/distributions/php-5.3.3.tar.gztar -zxf php-5.3.3.tar.gzcd php-5.3.3/./configure原创 2014-11-21 14:32:27 · 1375 阅读 · 0 评论 -
ubuntu rewrite
sudo a2enmod rewrite原创 2014-08-19 14:11:01 · 604 阅读 · 0 评论 -
ubuntu samba共享
apt-get install sambaapt-get install cifs-utils原创 2014-08-19 12:13:01 · 454 阅读 · 0 评论 -
ubuntu 安装redis-php
wget --no-check-certificate http://github.com/nicolasff/phpredis/tarball/master -O phpredis.tar.gztar zxvf phpredis.tar.gz转载 2014-08-19 15:10:31 · 560 阅读 · 0 评论 -
vim 编辑器
1、块插入符号 conrl+v 方向键选择后原创 2014-05-17 16:12:08 · 572 阅读 · 0 评论 -
linux crontab定时任务
cron是一个linux下的定时执行工具,可以在无需人工干预的情况下运行作业。由于Cron 是Linux的内置服务,但它不自动起来,可以用以下的方法启动、关闭这个服务:/sbin/service crond start //启动服务/sbin/service crond stop //关闭服务/sbin/service crond restart //重启服务转载 2014-05-17 15:03:51 · 561 阅读 · 0 评论 -
ubuntu ssh无密钥登陆
1.ssh-keygen -t rsaGenerating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Yo原创 2014-04-25 13:57:12 · 738 阅读 · 0 评论 -
ubuntu 目录
/ 根目录转载 2014-04-17 17:40:53 · 511 阅读 · 0 评论 -
服务器压力测试 webbench
wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gztar zxvf webbench-1.5.tar.gzcd webbench-1.5原创 2014-04-30 14:06:30 · 650 阅读 · 0 评论 -
ubuntu 常用命令
1。运行。sh文件,先给予zhi xing权限原创 2014-04-14 16:32:30 · 448 阅读 · 0 评论 -
ubuntu 安装memcache扩展
wget http://pecl.php.net/get/memcached-1.0.2.tgz原创 2014-04-14 17:32:54 · 750 阅读 · 0 评论 -
ubuntu 安装amqp扩展
安装php编译工具sudo apt-get install php5-dev安装rabbitmq的库apt-get install librabbitmq-dev原创 2014-04-14 16:36:02 · 2079 阅读 · 0 评论 -
ubuntu 13.10 安装json 扩展
先安装拓展,上官网gethttp://cn2.php.net/manual/en/json.installation.php有提示简洁的安装方式原创 2014-04-14 16:16:48 · 1469 阅读 · 0 评论 -
nginx压力测试http_load
1.wget http://www.acme.com/software/http_load/http_load-12mar2006.tar.gz2. tar zxvf http_load-12mar2006.tar.gz 3.cd http_load-12mar20064.原创 2014-04-30 14:38:47 · 1115 阅读 · 0 评论 -
codis proxy 配制
http://download.oracle.com/otn-pub/java/jdk/8u65-b17/jdk-8u65-linux-x64.tar.gzhttp://mirror.bit.edu.cn/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz修改环境变量为 vim /etc/profile JAVA_HO原创 2015-11-20 23:25:44 · 2476 阅读 · 0 评论