啥也没写
发布时间:2021-01-11 10:50:27
curl -k -L https://istio.io/downloadIstio | sh -export PATH="$PATH:/root/istio-1.8.1/bin"使用默认配置档安装 Istio#istioctl installistioctl install --set profile=demo -ykubectl get svc,pod -n istio-system给命名空间添加标签,指示 Istio 在部署应用的时候,自动的注入 Envoy 边车代理:kubectl lab.........【阅读全文】
发布时间:2021-01-06 10:41:23
关闭防火墙 swapsystemctl stop firewalldsystemctl disable firewalldiptables -F && iptables -X && iptables -F -t nat && iptables -X -t natiptables -P FORWARD ACCEPTswapoff -ased -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstabsetenforce 0sed -i 's/^SELINUX=.*/SELINUX=disabled/' /etc/selinux/config.........【阅读全文】
发布时间:2021-01-04 10:35:04
http://tendis.cn/#/Tendisplus/%E6%95%B4%E4%BD%93%E4%BB%8B%E7%BB%8D/%E7%BC%96%E8%AF%91scl enable devtoolset-6 bash #gcc6wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.70.tar.gztar -zxvf autoconf-2.70.tar.gzcd autoconf-2.70./configure --prefix=/usrmakemake installcd ..git clone ht.........【阅读全文】
发布时间:2020-12-14 10:46:45
工具下载:https://github.com/eyjian/redis-tools/blob/master/move_redis_slot.sh支持迁移已有的keys。#!/bin/sh# Writed by yijian on 2020/8/10# 迁移 slot 工具,但一次只能迁移一个 slot## 使用时,需要指定如下几个参数:# 1)参数1:必选参数,用.........【阅读全文】
发布时间:2020-12-11 15:19:59
vi /etc/ssh/sshd_config....KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1最后添加一行,添加重启ssh服务就可以了su.........【阅读全文】