该文被密码保护。 阅读全文
摘要:
rewriter配置nginx.conf配置 server { listen 80; server_name 127.0.0.1; index index.php; root /usr/share/nginx/html; #rewrite ^/projects/BookLib... 阅读全文
摘要:
确实费了不少周折,必须记下来。CentOS服务器上已有相关环境:apache2、php5.3.10需要安装:oracle客户端、pdo_oci扩展、oci8扩展Let's do it !一、 准备文件1) oracle客户端rpm包,http://www.oracle.com/technology/... 阅读全文
摘要:
安装svn:yum -y install subversion检查版本:svnserve--version创建svn版本库 mkdir -p /opt/svn/repos svnadmin create /opt/svn/repos 阅读全文
摘要:
vi /etc/sysconfig/iptables重启防火墙service iptables restart关闭防火墙iptables -F 阅读全文
摘要:
下载地址:wget http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel=release-6.8.noarch.rpm安装rpm包:rpm -ivh 阅读全文
摘要:
一、开启ssh服务 : service sshd start二、使用root用户更改配置: /etc/ssh/sshd_config 将PermitRootLogin no 改为yes 并且打开三、关闭防火墙:iptables -F上传下载安装lrzsz : yum -y install lrzsz... 阅读全文
摘要:
开启、停止、重启服务service xxx startservice xxx stopservice xxx restart服务进程:ssh:sshd网卡:network查看可用的yum安装包 yum list | grep xxxgrep -v 忽略内容head -2 test.txt 显示前2行... 阅读全文
摘要:
php安装oracle扩展打开php.ini中的oci pdo扩展配置环境变量instantclient地址 阅读全文