跳转到内容

SRE笔记

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

google golang项目Dockerfile的一个示例写法

# Build the manager binary FROM golang:1.13 as bui… 继续阅读 google golang项目Dockerfile的一个示例写法

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: Docker, go, golang, https
  • 发表评论: google golang项目Dockerfile的一个示例写法

以太坊设计原则

简洁原则 以太坊协议将尽可能简单,即便以某些数据存储和时间上的低效为代价。一个普通的程序员也能够完美… 继续阅读 以太坊设计原则

  • 发表于: 2020-12-11 2020-12-16
  • 作者: sjx
  • 分类: SRE
  • 标签: Blockchain, eth, https
  • 发表评论: 以太坊设计原则

kubernetes部署oracle-ee-11g

pvc oralce apiVersion: v1 kind: PersistentVolumeCl… 继续阅读 kubernetes部署oracle-ee-11g

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: https, kubernetes, Oracle, yaml
  • 发表评论: kubernetes部署oracle-ee-11g

oracle默认端口

1521是连接数据库的端口 1158是EM的端口号 5560是浏览器访问isqlplus的端口 80… 继续阅读 oracle默认端口

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: https, Oracle
  • 发表评论: oracle默认端口

mysql.bat查看mysql状态

@echo off ::net start mysql set NAME=%1 set PWD=%2… 继续阅读 mysql.bat查看mysql状态

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: bat, https, MySQL
  • 发表评论: mysql.bat查看mysql状态

check_tfs.sh查看tfs

#! /bin/bash export LANG=en_US.UTF-8 #WARNLIMIT=-1… 继续阅读 check_tfs.sh查看tfs

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, grep, tfs
  • 发表评论: check_tfs.sh查看tfs

discover_diskio.sh感知diskio

#! /bin/bash diskio=`iostat -d -k | grep -v Linux|… 继续阅读 discover_diskio.sh感知diskio

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, bash, grep, Linux
  • 发表评论: discover_diskio.sh感知diskio

discover_disk.sh感知disk

#! /bin/bash Disks=`df -h | awk ‘{a[NR]=$0}END{for… 继续阅读 discover_disk.sh感知disk

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, disk
  • 发表评论: discover_disk.sh感知disk

strace排查ssh连接问题

使用strace 追踪系统调用情况 strace -yo /tmp/ssh.log ssh user… 继续阅读 strace排查ssh连接问题

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, ssh, strace
  • 发表评论: strace排查ssh连接问题

Switch your CentOS systems to Oracle Linux

CentOS支持周期 不会有 CentOS Linux 9。 CentOS Linux 8 发行版的… 继续阅读 Switch your CentOS systems to Oracle Linux

  • 发表于: 2020-12-10 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, centos, curl, https, Linux, Oracle, oracle linux, post
  • 发表评论: Switch your CentOS systems to Oracle Linux

discover_tfs.sh感知tfs

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_tfs.sh感知tfs

  • 发表于: 2020-12-10 2020-12-10
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, bash, grep, json, tfs
  • 发表评论: discover_tfs.sh感知tfs

Cloud-Native-Devops-with-Kubernetes-full-book nginx官方sre白皮书

Nginx发布K8s云原生环境中落地DevOps行业实践电子书 本书籍向开发人员和运维人员展示了如何… 继续阅读 Cloud-Native-Devops-with-Kubernetes-full-book nginx官方sre白皮书

  • 发表于: 2020-12-08 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: devops, https, kubernetes, nginx, sre
  • 发表评论: Cloud-Native-Devops-with-Kubernetes-full-book nginx官方sre白皮书

discover_swift.sh感知swift

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_swift.sh感知swift

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, code, grep, http, json, swift
  • 发表评论: discover_swift.sh感知swift

discover_zookeeper.sh感知zookeeper

k “`bash #! /bin/bash export LANG=en_US.UTF-8 pid… 继续阅读 discover_zookeeper.sh感知zookeeper

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, grep, zookeeper
  • 发表评论: discover_zookeeper.sh感知zookeeper

discover_nginx.sh感知nginx

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_nginx.sh感知nginx

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, bash, grep, json, nginx
  • 发表评论: discover_nginx.sh感知nginx

discover_mongos.sh感知mongos

#! /bin/bash export LANG=en_US.UTF-8 updatedb mong… 继续阅读 discover_mongos.sh感知mongos

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, bash, grep, json, mongoDB
  • 发表评论: discover_mongos.sh感知mongos

discover_mongo_cluster.sh感知mongo集群

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux|… 继续阅读 discover_mongo_cluster.sh感知mongo集群

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, grep, mongo, mongoDB, node, sed
  • 发表评论: discover_mongo_cluster.sh感知mongo集群

discover_mongo感知mongo

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux|… 继续阅读 discover_mongo感知mongo

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, grep, json, mongo, mongoDB
  • 发表评论: discover_mongo感知mongo

discover_memcached.sh感知memcached

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux … 继续阅读 discover_memcached.sh感知memcached

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, bash, grep, json, memcached
  • 发表评论: discover_memcached.sh感知memcached

discover_kafka.sh感知kafka

#! /bin/bash export LANG=en_US.UTF-8 pids=`ps aux|… 继续阅读 discover_kafka.sh感知kafka

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: awk, grep, kafka
  • 发表评论: discover_kafka.sh感知kafka

分页

上一页 页码: 1 … 页码: 88 页码: 89 页码: 90 页码: 91 页码: 92 页码: 93 页码: 94 页码: 95 页码: 96 页码: 97 页码: 98 … 页码: 180 下一页

搜索

搜索:

近期评论

  • 周周 发表在《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)

归档

  • 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 月