2016年10月9日
摘要: 在虚拟机模式下 进入 cd /etc/sysconfig/network-scripts/ vim ifcfg-eth0 编辑 IPADDR=新的内网ip PREFIX = 24 (对应255.255.255.0 16对应255.255.0.0) GATAWAY = 172.16.14.254 DN 阅读全文
posted @ 2016-10-09 20:40 ChaseForFuture 阅读(247) 评论(0) 推荐(0)
摘要: 英文: /bin: where binary programs live. /boot: the special programs that start the system when you turn the machine on. /dev: aaaaaalll the "device" lis 阅读全文
posted @ 2016-10-09 09:51 ChaseForFuture 阅读(252) 评论(0) 推荐(0)
摘要: Apache的配置由httpd.conf文件配置,因此下面的配置指令都是在httpd.conf文件中修改。 主站点的配置(基本配置) (1) 基本配置: ServerRoot "/mnt/software/apache2" #你的apache软件安装的位置。其它指定的目录如果没有指定绝对路径,则目录 阅读全文
posted @ 2016-10-09 09:49 ChaseForFuture 阅读(348) 评论(0) 推荐(0)