会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
忆殇之痕
博客园
首页
新随笔
联系
管理
订阅
2014年6月30日
mysql
该文被密码保护。
阅读全文
posted @ 2014-06-30 16:55 忆殇之痕
阅读(0)
评论(0)
推荐(0)
2014年6月27日
memcache完全解析
该文被密码保护。
阅读全文
posted @ 2014-06-27 16:28 忆殇之痕
阅读(1)
评论(0)
推荐(0)
2014年5月13日
nginx rewriter配置
摘要: rewriter配置nginx.conf配置 server { listen 80; server_name 127.0.0.1; index index.php; root /usr/share/nginx/html; #rewrite ^/projects/BookLib...
阅读全文
posted @ 2014-05-13 14:02 忆殇之痕
阅读(229)
评论(0)
推荐(0)
2014年5月12日
ubuntu 安裝 pdo_oci oci8
摘要: 确实费了不少周折,必须记下来。CentOS服务器上已有相关环境:apache2、php5.3.10需要安装:oracle客户端、pdo_oci扩展、oci8扩展Let's do it !一、 准备文件1) oracle客户端rpm包,http://www.oracle.com/technology/...
阅读全文
posted @ 2014-05-12 17:46 忆殇之痕
阅读(839)
评论(0)
推荐(0)
2014年4月16日
centos svn
摘要: 安装svn:yum -y install subversion检查版本:svnserve--version创建svn版本库 mkdir -p /opt/svn/repos svnadmin create /opt/svn/repos
阅读全文
posted @ 2014-04-16 16:08 忆殇之痕
阅读(119)
评论(0)
推荐(0)
配置防火墙
摘要: vi /etc/sysconfig/iptables重启防火墙service iptables restart关闭防火墙iptables -F
阅读全文
posted @ 2014-04-16 10:52 忆殇之痕
阅读(104)
评论(0)
推荐(0)
安装yum第三方源epel
摘要: 下载地址:wget http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel=release-6.8.noarch.rpm安装rpm包:rpm -ivh
阅读全文
posted @ 2014-04-16 10:40 忆殇之痕
阅读(141)
评论(0)
推荐(0)
2014年4月15日
centos ssh服务开启
摘要: 一、开启ssh服务 : service sshd start二、使用root用户更改配置: /etc/ssh/sshd_config 将PermitRootLogin no 改为yes 并且打开三、关闭防火墙:iptables -F上传下载安装lrzsz : yum -y install lrzsz...
阅读全文
posted @ 2014-04-15 15:00 忆殇之痕
阅读(238)
评论(0)
推荐(0)
centos 基础操作
摘要: 开启、停止、重启服务service xxx startservice xxx stopservice xxx restart服务进程:ssh:sshd网卡:network查看可用的yum安装包 yum list | grep xxxgrep -v 忽略内容head -2 test.txt 显示前2行...
阅读全文
posted @ 2014-04-15 10:02 忆殇之痕
阅读(107)
评论(0)
推荐(0)
2014年4月14日
php的一些配置
摘要: php安装oracle扩展打开php.ini中的oci pdo扩展配置环境变量instantclient地址
阅读全文
posted @ 2014-04-14 17:06 忆殇之痕
阅读(85)
评论(0)
推荐(0)
下一页
公告