跳转到内容

SRE笔记

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

https标签存档订阅

安装容器运行时Containerd v1.4.3

安装 runc curl -OL https://github.com/opencontainers… 继续阅读 安装容器运行时Containerd v1.4.3

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Containerd, crictl, Docker, https, I/O, Linux, tar
  • 安装容器运行时Containerd v1.4.3有 1 条评论

Linux内存占用名词解释

The following may help in interpreting process lev… 继续阅读 Linux内存占用名词解释

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: https, mem, post, s3
  • 发表评论: Linux内存占用名词解释

slabtop命令显示内核片缓存信息

Linux内核需要为临时对象如任务或者设备结构和节点分配内存,缓存分配器管理着这些类型对象的缓存。现… 继续阅读 slabtop命令显示内核片缓存信息

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: cache, https, Linux, slabtop
  • 发表评论: slabtop命令显示内核片缓存信息

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状态

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

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白皮书

nikto漏洞扫描工具

nikto是一款著名的web漏洞扫描神器,支持xss sql注入 web目录爬行 敏感目录 信息收集… 继续阅读 nikto漏洞扫描工具

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, http, https, nikto, WAF
  • 发表评论: nikto漏洞扫描工具

windows10安装HyperV和Containers

InstallHyperV.bat pushd “%~dp0” dir /b %SystemRoot… 继续阅读 windows10安装HyperV和Containers

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: bat, https, HyperV, windows
  • 发表评论: windows10安装HyperV和Containers

nginx: [emerg] chown(“/var/cache/nginx/client_temp”, 0) failed (13: Permission denied)

mkdir -p /var/cache/nginx/client_temp chmod -R 777… 继续阅读 nginx: [emerg] chown(“/var/cache/nginx/client_temp”, 0) failed (13: Permission denied)

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, cache, https, nginx
  • 发表评论: nginx: [emerg] chown(“/var/cache/nginx/client_temp”, 0) failed (13: Permission denied)

yum安装nginx-mainline

官网 准备 yum install -y yum-utils yum源 vim /etc/yum.r… 继续阅读 yum安装nginx-mainline

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, http, https, nginx, yum
  • yum安装nginx-mainline有 1 条评论

docker直接运行tinymediamanager 电影信息和海报

docker run -d –name=tinymediamanager \ -v /share/… 继续阅读 docker直接运行tinymediamanager 电影信息和海报

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, http, https
  • docker直接运行tinymediamanager 电影信息和海报有 1 条评论

腾讯云支持申请 ECC 算法免费证书了

  • 发表于: 2020-12-08 2020-12-08
  • 作者: sjx
  • 分类: SRE
  • 标签: https, 腾讯云
  • 发表评论: 腾讯云支持申请 ECC 算法免费证书了

configure: error: pcre library is required

报错 checking for libpcre config script… no config… 继续阅读 configure: error: pcre library is required

  • 发表于: 2020-12-07 2020-12-07
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, pcre, yum
  • 发表评论: configure: error: pcre library is required

checking for libxml2 config script… no

报错 checking for libxml2 config script… no config… 继续阅读 checking for libxml2 config script… no

  • 发表于: 2020-12-07 2020-12-07
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, libxml2, post, s3, yum
  • 发表评论: checking for libxml2 config script… no

checking for libcurl config script… no

报错 checking for libcurl config script… no config… 继续阅读 checking for libcurl config script… no

  • 发表于: 2020-12-07 2020-12-07
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, curl, https, post, s3, yum
  • 发表评论: checking for libcurl config script… no

分页

上一页 页码: 1 … 页码: 53 页码: 54 页码: 55 页码: 56 页码: 57 页码: 58 页码: 59 页码: 60 页码: 61 页码: 62 页码: 63 … 页码: 100 下一页

搜索

搜索:

近期评论

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