上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: 作业五:通配符实验 但是一般使用()的方式,因为反引号在多个反引号的时候无法正确指代 echo $变量名 echo $? 表示上一次命令的执行是否成功,0表示成功,其他表示失败 3.{}表示范围 4.[]表示其中内容的任意一个 5.&&和||和; 命令a && 命令b 表示a成功才执行b a不成功不 阅读全文
posted @ 2017-03-21 19:22 qianxiamo 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 作业四:整理bash命令类型,验证寻找一个命令的优先级 ==> alias ==> Compound Commands ==> function ==> build_in ==> hash ==> $PATH ==> error: command not found hash命令 [root@pyt 阅读全文
posted @ 2017-03-21 19:21 qianxiamo 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 作业三:ssh登录,scp上传、下载,ssh秘钥登录,修改ssh server端的端口为8888然后进行登录和scp测试 1.ssh登录 [root@localhost network-scripts]# systemctl status sshd 2.scp上传、下载 [root@python1 阅读全文
posted @ 2017-03-21 19:19 qianxiamo 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 作业二:为集群内的机器设定主机名,利用/etc/hosts文件来解析自己的集群中所有的主机名,相应的,集群的配置应该改成使用主机名的方式 1.主机信息配置并解析 [root@localhost ~]# vim /etc/hosts [root@localhost ~]# ping python [r 阅读全文
posted @ 2017-03-21 19:16 qianxiamo 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 作业一:临时配置网络(ip,网关,dns)+永久配置 [root@localhost ~]# ifconfig eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.202.131 netmask 阅读全文
posted @ 2017-03-21 19:14 qianxiamo 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 作业五:源码安装nginx,并按照作业一描述的那样去测试使用 [root@localhost nginx]# yum install gcc-* glibc-* openssl openssl-devel pcre pcre-devel zlib zlib-devel -y [root@localh 阅读全文
posted @ 2017-03-21 00:10 qianxiamo 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 作业四:nginx反向代理+三台web+nfs共享存储实现集群配置 在各个web服务器上挂载nfs [root@localhost nginx]# mount -t nfs 192.168.152.134:/share /data/www/html/ [root@localhost nginx]# 阅读全文
posted @ 2017-03-21 00:09 qianxiamo 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 作业三:nginx反向代理三台web 实现基于轮询的方式调度三台web,并验证结果 实现基于权重的方式调度三台web,并验证结果 实现基于hash的方式调用三台web,并验证结果 [root@localhost ~]# vim /etc/nginx/nginx.comf [root@localhos 阅读全文
posted @ 2017-03-21 00:08 qianxiamo 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 1.二进制安装nfs 2.作为共享存储挂载在三台web的网站根目录下实现,在任意一台web上修改的结果,其余两台都可以看到 [root@localhost ~]# yum install rpcbind [root@localhost ~]# ls /var/www/html index.html 阅读全文
posted @ 2017-03-21 00:06 qianxiamo 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 作业一:nginx服务 1.二进制安装nginx包 2.作为web服务修改配置文件 3.让配置生效,验证配置 [root@localhost ~]# yum -y install epel-release [root@localhost ~]# cd /etc/yum.repos.d/ [root@ 阅读全文
posted @ 2017-03-21 00:04 qianxiamo 阅读(118) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页