跳转到内容

SRE笔记

  • 密码
    • 短链
  • 服务器
  • 关于

bash标签存档订阅

缔造Filecoin经济 2020-engineering-filecoins-economy-zh-cn

https://filecoin.io/zh-cn/2020-engineering-filecoi… 继续阅读 缔造Filecoin经济 2020-engineering-filecoins-economy-zh-cn

  • 发表于: 2021-07-23 2021-07-23
  • 作者: sjx
  • 分类: 资源
  • 标签: bash, fil, filecoin, https, I/O
  • 发表评论: 缔造Filecoin经济 2020-engineering-filecoins-economy-zh-cn

cpufrequtils 查看和修改CPU频率

install #apt-get install cpufrequtils yum install … 继续阅读 cpufrequtils 查看和修改CPU频率

  • 发表于: 2021-07-23 2021-07-23
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, cpu, hardware
  • 发表评论: cpufrequtils 查看和修改CPU频率

docker 运行zkt zktube-prover

address echo your-eth-address-11111111222222222222… 继续阅读 docker 运行zkt zktube-prover

  • 发表于: 2021-07-22 2021-07-22
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, zkt, zktube-prover
  • 发表评论: docker 运行zkt zktube-prover

docker管理面板portainer-ce

docker run\ -d \ –restart=always \ –name=”prtain… 继续阅读 docker管理面板portainer-ce

  • 发表于: 2021-07-22 2021-07-22
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, https, nas
  • 发表评论: docker管理面板portainer-ce

docker运行nethermind searm rpc

docker run -d –restart=always –name=swarm-rpc -i… 继续阅读 docker运行nethermind searm rpc

  • 发表于: 2021-07-20 2021-07-20
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, bee, Docker, https, nas, nethermind, swarm, xdai
  • 发表评论: docker运行nethermind searm rpc

exportSwarmKey导出swarm bee私钥

linux: git clone https://github.com/jmozah/exportS… 继续阅读 exportSwarmKey导出swarm bee私钥

  • 发表于: 2021-07-19 2021-07-20
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, bee, eth, git, https, Linux, swarm, windows
  • 发表评论: exportSwarmKey导出swarm bee私钥

自由琴在线模拟工具

docker run -d -p 3030:80 –name=piano baiyuetribe/… 继续阅读 自由琴在线模拟工具

  • 发表于: 2021-07-19 2021-07-19
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, https
  • 发表评论: 自由琴在线模拟工具

docker运行随机分配端口

docker run -d -it -P tomcat # -P这个是大写的P,表示随机分配端口 d… 继续阅读 docker运行随机分配端口

  • 发表于: 2021-07-14 2021-07-14
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, docker-compose, udp
  • 发表评论: docker运行随机分配端口

helm v3.6.2安装

wget https://get.helm.sh/helm-v3.6.2-linux-amd64.t… 继续阅读 helm v3.6.2安装

  • 发表于: 2021-07-13 2021-07-13
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, helm, https, kubernetes, Linux, tar
  • 发表评论: helm v3.6.2安装

LemonBench测试vps性能

curl -fsSL http://ilemonra.in/LemonBenchIntl | bas… 继续阅读 LemonBench测试vps性能

  • 发表于: 2021-07-13 2021-07-13
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, curl, http, https, vps
  • 发表评论: LemonBench测试vps性能

iconv输出转码

cat xxx | iconv -f GBK -t UTF-8

  • 发表于: 2021-07-08 2021-07-08
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: iconv输出转码

docker-compose开机自启

@reboot /usr/local/bin/docker-compose -f /data/har… 继续阅读 docker-compose开机自启

  • 发表于: 2021-07-07 2021-07-07
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, docker-compose, harbor, https
  • 发表评论: docker-compose开机自启

kubeadm升级k8s到v1.20.8

yum install -y kubeadm-1.20.8-0.x86_64 kubelet-1.2… 继续阅读 kubeadm升级k8s到v1.20.8

  • 发表于: 2021-07-02 2021-07-02
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, k8s, kubelet, kubernetes, yum
  • 发表评论: kubeadm升级k8s到v1.20.8

git clone .git过大问题

加入层数限制,只拉最后一次提交的版本: git clone –depth=1

  • 发表于: 2021-07-01 2021-07-01
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, git, https
  • 发表评论: git clone .git过大问题

docker运行ethswarm bee

docker run\ -v /path/to/.bee-docker:/home/bee/.bee… 继续阅读 docker运行ethswarm bee

  • 发表于: 2021-07-01 2021-07-01
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, bee, bzz, Docker, eth, https, I/O
  • 发表评论: docker运行ethswarm bee

nginx路径去掉index.php

location / { index index.php index.html index.htm;… 继续阅读 nginx路径去掉index.php

  • 发表于: 2021-06-29 2021-06-29
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, html, https, nginx, php
  • 发表评论: nginx路径去掉index.php

centos 6.8 mysql客户端

http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql… 继续阅读 centos 6.8 mysql客户端

  • 发表于: 2021-06-28 2021-06-28
  • 作者: sjx
  • 分类: SRE, 开发
  • 标签: bash, centos, http, https, Linux, MySQL, tar
  • 发表评论: centos 6.8 mysql客户端

[ERR] 1840 – @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.

当前GTID_EXECUTED参数已经有值 show global variables like ‘… 继续阅读 [ERR] 1840 – @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.

  • 发表于: 2021-06-28 2021-06-28
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, MySQL, sql
  • 发表评论: [ERR] 1840 – @@GLOBAL.GTID_PURGED can only be set when @@GLOBAL.GTID_EXECUTED is empty.

armbian 设置静态ip

cp /etc/network/interfaces /etc/network/interfaces… 继续阅读 armbian 设置静态ip

  • 发表于: 2021-05-24 2021-05-24
  • 作者: sjx
  • 分类: SRE
  • 标签: armbian, bash, dns
  • 发表评论: armbian 设置静态ip

sed字符串替换

sed -i ‘s/Search_String/Replacement_String/g’ Inpu… 继续阅读 sed字符串替换

  • 发表于: 2021-05-23 2021-05-23
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, sed
  • sed字符串替换有 1 条评论

分页

上一页 页码: 1 … 页码: 28 页码: 29 页码: 30 页码: 31 页码: 32 页码: 33 页码: 34 页码: 35 页码: 36 页码: 37 页码: 38 … 页码: 57 下一页

搜索

搜索:

近期评论

  • 周周 发表在《Kubernetes部署NextCloud网盘》
  • mysql m-s via gtid – SRE笔记 发表在《MySQL SET GTID_NEXT》
  • kangder 发表在《Kubernetes部署NextCloud网盘》
  • xs 发表在《Kubernetes部署NextCloud网盘》
  • test 发表在《gin不转义html标签》

标签

aws (15) bash (1123) Blockchain (28) centos (28) Docker (105) elasticsearch (26) eth (34) fil (39) go (129) golang (154) Grafana (13) hpc (15) http (299) https (1999) ingress (14) iptables (20) java (75) JVM (20) kubernetes (309) Linux (546) lotus (30) mongoDB (41) MySQL (184) nginx (112) php (25) python (148) redis (34) s3 (75) shell (20) springboot (32) tcp (69) tomcat (15) ubuntu (31) vue (18) windows (42) wordpress (14) zabbix (37) 夏小胖 (31) 安全 (55) 工具 (451) 折腾 (24) 推荐 (15) 硬件 (61) 网络 (246) 资源 (49)

归档

  • 2025 年 3 月
  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 3 月
  • 2021 年 2 月
  • 2021 年 1 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 9 月
  • 2020 年 8 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 7 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 9 月
  • 2016 年 8 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 10 月
  • 2015 年 9 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2015 年 2 月
  • 2015 年 1 月
  • 2014 年 12 月
  • 2014 年 11 月
  • 2014 年 10 月
  • 2014 年 9 月
  • 2014 年 8 月
  • 2014 年 7 月
  • 2014 年 6 月
  • 2014 年 5 月
  • 2014 年 2 月