上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 70 下一页
摘要: cat /home/master/init_pandora.sh #! /bin/shuser=`whoami`if [ $user = 'master' ]then sudo /sbin/ifconfig lo:0 172.16.254.13 broadcast 172.16.254.13 net 阅读全文
posted @ 2018-04-11 17:50 littlevigra 阅读(315) 评论(2) 推荐(0)
摘要: [root@master k8s_images]# kubeadm init --kubernetes-version=v1.9.0 --pod-network-cidr=10.244.0.0/16 [ERROR FileContent--proc-sys-net-bridge-bridge-nf-call-iptables]: /proc/sys/net/bridge/bridge-nf-call-iptables contents are not set to 1 阅读全文
posted @ 2018-04-09 16:38 littlevigra 阅读(652) 评论(11) 推荐(0)
摘要: 1.host网络 连接到 host 网络的容器共享 Docker host 的网络栈,容器的网络配置与 host 完全一样。可以通过--network=host指定使用 host 网络。docker run -it --network=host busybox 直接使用 Docker host 的网 阅读全文
posted @ 2018-04-06 18:01 littlevigra 阅读(547) 评论(4) 推荐(0)
摘要: cd /wxqyh/soft/micro tar -xvf docker-19.03.8.tgz cp docker/* /usr/bin/ echo '[Unit] Description=Docker Application Container Engine Documentation=http 阅读全文
posted @ 2018-04-06 17:33 littlevigra 阅读(365) 评论(6) 推荐(0)
摘要: centos7 支持中文显示 - kingleoric - 博客园https://www.cnblogs.com/kingleoric/p/7517753.html http://www.linuxidc.com/Linux/2017-07/145572.htm这篇文章比较全。我印证了一下,没有问题 阅读全文
posted @ 2018-04-02 22:47 littlevigra 阅读(293) 评论(0) 推荐(0)
摘要: 2.4、libvirtd日志和VM的日志 在运行libvirtd的时候,我们需要获得lbivirtd的运行信息.所以我们需要找到他的日志文件。一般情况下,它是在/var/log/libvirt/libvirtd.log路径下.可能在这个目录下没有发现这个的日志文件.那么就要配置一些libvitd的参 阅读全文
posted @ 2018-03-30 17:16 littlevigra 阅读(241) 评论(0) 推荐(0)
摘要: 1.面试题 - 花架构图 commander 控制台,请求处理器 crp 资源分配器 相当于仓管 1、推荐系统的架构流程图和每一个模块的作用一定要了解,一般会让你一边画流程图一边讲解每个模块。 2.我自己画的-日千万pv的高可用负载均衡集群 参考:https://blog.liuts.com/pos 阅读全文
posted @ 2018-03-29 15:56 littlevigra 阅读(204) 评论(0) 推荐(0)
摘要: client (有w的公钥) < > website (公钥+私钥) | | | | - -- hack 目的:公私钥保证数据安全 数字签名为了保证数据完整 client 访问website得到证书,用证书加密数据,website得到数据后用私钥解密 website用私钥加密,发送给client,得 阅读全文
posted @ 2018-03-29 12:24 littlevigra 阅读(179) 评论(7) 推荐(0)
摘要: 1.建立一个名为RDPlog.bat的批处理文件,内容为: 2.创建Windows计划任务 服务管理器--诊断--事件查看器--Windows日志--安全 找到任务类别为登录的时间,点击鼠标右键,将任务附加到此时间选择启动,选择到上边脚本存放的路径 RDPlog.txt会记录3389远程登录日志 h 阅读全文
posted @ 2018-03-29 00:32 littlevigra 阅读(3889) 评论(3) 推荐(0)
摘要: 下面介绍centos7关闭firewall安装iptables,并且开启80端口、3306端口的操作记录:[root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) 1、关闭firewall: [r 阅读全文
posted @ 2018-03-28 15:17 littlevigra 阅读(167) 评论(2) 推荐(0)
上一页 1 ··· 57 58 59 60 61 62 63 64 65 ··· 70 下一页