发布时间:2014-05-08 11:41:15
Windows Azure Poweshell实例小脚本测试 说明:这些东东,是现学现用的,也不难。。。一、Poweshell 中符合定义点击(此处)折叠或打开整数比较:-eq 等于 if [ "$a" -eq "$b" ].........【阅读全文】
发布时间:2014-05-08 11:27:33
Yum安装nginx+mysql+php 1.关闭防火墙[root@CentOS ~]# chkconfig iptables off2.关闭selinuxvi /etc/sysconfig/selinux //将SELINUX=enforcing修改为disabled然后重启生效3、配置CentOS 6.0 第三方yum源(CentOS默认的标准源里没有nginx软件包.........【阅读全文】