跳转到内容

SRE笔记

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

aliyun标签存档订阅

centos7 install kubernetes repos

cat <<EOF > /etc/yum.repos.d/kubernetes.r… 继续阅读 centos7 install kubernetes repos

  • 发表于: 2023-06-04 2023-06-04
  • 作者: kangder
  • 分类: SRE
  • 标签: aliyun, bash, https, kubernetes, yum
  • 发表评论: centos7 install kubernetes repos

edit pip source via ~/.pip/pip.conf

修改pip源vim ~/.pip/pip.conf [global] index-url = htt… 继续阅读 edit pip source via ~/.pip/pip.conf

  • 发表于: 2022-08-17 2022-08-17
  • 作者: aiops
  • 分类: SRE
  • 标签: aliyun, bash, http, https, pip, s3, vim
  • 发表评论: edit pip source via ~/.pip/pip.conf

kubernetes部署ubuntu跳板机 on aliyun pod

pvc apiVersion: v1 kind: PersistentVolumeClaim met… 继续阅读 kubernetes部署ubuntu跳板机 on aliyun pod

  • 发表于: 2022-08-15 2022-08-15
  • 作者: aiops
  • 分类: SRE
  • 标签: aliyun, Docker, https, kubernetes, ubuntu
  • 发表评论: kubernetes部署ubuntu跳板机 on aliyun pod

docker run redis exporter

run: docker run -d –name redis_exporter -p 9121:9… 继续阅读 docker run redis exporter

  • 发表于: 2022-08-04 2022-08-04
  • 作者: guo, jr
  • 分类: SRE
  • 标签: aliyun, bash, Docker, Grafana, redis, yaml
  • 发表评论: docker run redis exporter

aliyun drive webdav in rust

docker run -d –name=aliyundrive-webdav –restart=… 继续阅读 aliyun drive webdav in rust

  • 发表于: 2022-07-29 2022-07-29
  • 作者: guo, jr
  • 分类: SRE
  • 标签: aliyun, bash, disk, Docker, rust
  • 发表评论: aliyun drive webdav in rust

aliyun /etc/yum.repos.d/kubernetes.repo

[kubernetes] name=Kubernetes baseurl=http://mirror… 继续阅读 aliyun /etc/yum.repos.d/kubernetes.repo

  • 发表于: 2022-06-22 2022-06-22
  • 作者: erer, er
  • 分类: SRE
  • 标签: aliyun, http, kubernetes, yum
  • 发表评论: aliyun /etc/yum.repos.d/kubernetes.repo

centos chrony时间同步

yum install chrony -y systemctl start chronyd syst… 继续阅读 centos chrony时间同步

  • 发表于: 2022-06-22 2022-06-22
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, bash, centos, vim, yum
  • 发表评论: centos chrony时间同步

golang multi stage Dockerfile

FROM golang:alpine AS builder WORKDIR /go/pj COPY … 继续阅读 golang multi stage Dockerfile

  • 发表于: 2022-06-12 2022-06-12
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, alpine, go, golang, https
  • 发表评论: golang multi stage Dockerfile

kubernetes部署polardbx v1.2.1

https://polardbx.com/document namespace: kubectl c… 继续阅读 kubernetes部署polardbx v1.2.1

  • 发表于: 2022-05-26 2022-05-26
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, bash, https, kubernetes
  • 发表评论: kubernetes部署polardbx v1.2.1

privoxy on aliyun kubernetes

Deployment privoxy apiVersion: apps/v1 kind: Deplo… 继续阅读 privoxy on aliyun kubernetes

  • 发表于: 2022-05-24 2022-05-24
  • 作者: bfyt
  • 分类: SRE
  • 标签: aliyun, kubernetes, privoxy, yaml
  • 发表评论: privoxy on aliyun kubernetes

requirements.txt use custom mirror

pip install -i http://mirrors.aliyun.com/pypi/simp… 继续阅读 requirements.txt use custom mirror

  • 发表于: 2022-04-20 2022-04-20
  • 作者: stnds
  • 分类: SRE
  • 标签: aliyun, bash, http, https, pip
  • 发表评论: requirements.txt use custom mirror

linux设置时区并同步时间

ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/local… 继续阅读 linux设置时区并同步时间

  • 发表于: 2022-02-13 2022-02-13
  • 作者: stnds
  • 分类: SRE, 开发
  • 标签: aliyun, bash, crontab, grep, https, Linux, ntpdate
  • 发表评论: linux设置时区并同步时间

ntp改时间

ntpdate time1.aliyun.com && hwclock –syst… 继续阅读 ntp改时间

  • 发表于: 2021-12-17 2021-12-17
  • 作者: tesla
  • 分类: SRE
  • 标签: aliyun, bash, https, ntpdate
  • 发表评论: ntp改时间

ntpdate校准时间

yum install -y ntpdate /usr/sbin/ntpdate time1.ali… 继续阅读 ntpdate校准时间

  • 发表于: 2021-11-09 2021-11-09
  • 作者: dn
  • 分类: SRE, 开发
  • 标签: aliyun, bash, crontab, https, ntpdate, yum
  • 发表评论: ntpdate校准时间

aliyun-log-grafana-datasource-plugin阿里云日志服务grafana数据源

https://github.com/aliyun/aliyun-log-grafana-datas… 继续阅读 aliyun-log-grafana-datasource-plugin阿里云日志服务grafana数据源

  • 发表于: 2021-10-08 2021-10-08
  • 作者: dn
  • 分类: SRE
  • 标签: aliyun, Grafana, https
  • 发表评论: aliyun-log-grafana-datasource-plugin阿里云日志服务grafana数据源

aliyun polardb开启binlog

loose_polar_log_bin参数打开即可。

  • 发表于: 2021-09-26 2021-09-26
  • 作者: dn
  • 分类: SRE
  • 标签: aliyun, binlog, https
  • 发表评论: aliyun polardb开启binlog

ubuntu系统源换为 ali 源

function cha_mirr(){ local target=”/etc/apt/source… 继续阅读 ubuntu系统源换为 ali 源

  • 发表于: 2021-09-14 2021-09-14
  • 作者: dn
  • 分类: SRE
  • 标签: aliyun, bash, http, https, sed, ubuntu
  • 发表评论: ubuntu系统源换为 ali 源

golang 环境变量

wget https://golang.google.cn/dl/go1.17.linux-amd6… 继续阅读 golang 环境变量

  • 发表于: 2021-09-03 2021-09-03
  • 作者: dn
  • 分类: SRE
  • 标签: aliyun, bash, go, golang, https, Linux, tar
  • 发表评论: golang 环境变量

aliyun ack apiserver 超时问题 APISERVER_500

错误详情:APISERVER_500 Get https://192.168.23.251:9403… 继续阅读 aliyun ack apiserver 超时问题 APISERVER_500

  • 发表于: 2021-08-20 2021-08-20
  • 作者: sjx
  • 分类: SRE
  • 标签: ack, aliyun, http, https, json, kuboard
  • 发表评论: aliyun ack apiserver 超时问题 APISERVER_500

aliyun shell ddns

#!/bin/bash #Dependences: bind-dig, curl, openssl-… 继续阅读 aliyun shell ddns

  • 发表于: 2021-08-16 2021-08-16
  • 作者: sjx
  • 分类: SRE
  • 标签: aliyun, ddns, shell
  • 发表评论: aliyun shell ddns

分页

页码: 1 页码: 2 页码: 3 下一页

搜索

搜索:

近期评论

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