上一页 1 2 3 4 5 6 7 8 ··· 38 下一页
摘要: 先在左侧选中要替换JS的URL地址,然后右侧标签选择“AutoResponder” ,选中“Enable rules”和"Unmatched requests passthrough"两个复选框,点击“Add Rule” ,选择你的本地文件,最后点击“Save”。 如果是接口的话就把要替换的数据放在 阅读全文
posted @ 2022-08-18 08:16 缤纷世界 阅读(825) 评论(0) 推荐(0) 编辑
摘要: var sToInsert = "<script src='https://fastly.jsdelivr.net/gh/Tencent/vConsole@3.8.1/dist/vconsole.min.js'></script><script>var vConsole = new VConsole 阅读全文
posted @ 2022-07-20 09:42 缤纷世界 阅读(2889) 评论(1) 推荐(0) 编辑
摘要: 备份 br backup full \ --pd "${PDIP}:2379" \ --storage "s3://${Bucket}/${Folder}?access-key=${accessKey}&secret-access-key=${secretAccessKey}" \ --s3.end 阅读全文
posted @ 2022-07-05 16:07 缤纷世界 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 1、安装依赖 sudo apt install pkg-config 2、安装Redis(将 redis-7.0.2.tar.gz 放到 /usr/local 下) sudo tar zxvf redis-7.0.2.tar.gz mv redis-7.0.2 redis cd redis sudo 阅读全文
posted @ 2022-06-23 16:19 缤纷世界 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 1、安装依赖 sudo apt install -y software-properties-common devscripts equivs cmake libncurses-dev 2、设置用户和权限 sudo groupadd mysql sudo useradd mysql -g mysql 阅读全文
posted @ 2022-06-23 14:08 缤纷世界 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 1、安装依赖包 sudo apt install libpcre3-dev libssl-dev perl make build-essential curl zlib1g-dev 2、编译安装 sudo tar zxvf openresty-1.21.4.1.tar.gz cd openresty 阅读全文
posted @ 2022-06-23 09:00 缤纷世界 阅读(1349) 评论(6) 推荐(0) 编辑
摘要: 安装过程中修改源地址http://mirrors.aliyun.com/ubuntu/ IP配置文件位置/etc/netplan/xxxx.yaml 修改后需要应用网络更改sudo netplan apply 关闭防火墙sudo ufw disable 阅读全文
posted @ 2022-06-22 15:34 缤纷世界 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1、将集群中所有服务器进行如下优化操作 yum install -y numactl vi /etc/rc.d/rc.local if test -f /sys/kernel/mm/transparent_hugepage/enabled; then echo never > /sys/kernel 阅读全文
posted @ 2022-06-15 14:58 缤纷世界 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 下载并安装 TiUP curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh 执行 source /root/.bash_profile 由于模拟多机部署,需要通过 root 用户调大 阅读全文
posted @ 2022-06-09 16:04 缤纷世界 阅读(188) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #获取当天的年月日 nowDate=`date "+%Y%m%d"` #res=`/usr/bin/docker exec -it gitea /bin/sh -c "su git -c 'cd /data/ && /usr/local/bin/gitea dump --fi 阅读全文
posted @ 2022-05-25 16:58 缤纷世界 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 38 下一页