跳转到内容

SRE笔记

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

yum标签存档订阅

linux yum use proxy

linux yum配置代理 yum源的参数加proxy=“http://ip:PORT” 即在/et… 继续阅读 linux yum use proxy

  • 发表于: 2023-08-09 2023-08-09
  • 作者: kangder
  • 分类: SRE
  • 标签: http, Linux, proxy, yum
  • 发表评论: linux yum use proxy

yum modify timeout on centos7

yum 超时时间修改 #修改配置文件vi /etc/yum.conf # 增加超时为5秒 timeo… 继续阅读 yum modify timeout on centos7

  • 发表于: 2023-08-01 2023-08-01
  • 作者: kangder
  • 分类: SRE
  • 标签: bash, yum
  • 发表评论: yum modify timeout on centos7

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

yum makecache fast

#crontab @daily /usr/bin/yum makecache fast

  • 发表于: 2022-10-08 2022-10-08
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, crontab, https, yum
  • 发表评论: yum makecache fast

cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in $PATH

error: cgo: C compiler "gcc" not found: … 继续阅读 cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in $PATH

  • 发表于: 2022-09-16 2022-09-16
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, gcc, yum
  • 发表评论: cgo: C compiler “gcc” not found: exec: “gcc”: executable file not found in $PATH

shell bash bash-completion

shell 命令补全 yum install -y bash-completion

  • 发表于: 2022-08-25 2022-08-25
  • 作者: shxiefc
  • 分类: SRE
  • 标签: bash, shell, yum
  • 发表评论: shell bash bash-completion

/etc/rc.d/init.d/functions: No such file or directory

yum -y install initscripts

  • 发表于: 2022-08-25 2022-08-25
  • 作者: shxiefc
  • 分类: SRE
  • 标签: bash, yum
  • 发表评论: /etc/rc.d/init.d/functions: No such file or directory

paramiko.ssh_exception.AuthenticationException: Authentication failed.

error paramiko.ssh_exception.AuthenticationExcepti… 继续阅读 paramiko.ssh_exception.AuthenticationException: Authentication failed.

  • 发表于: 2022-08-15 2022-08-15
  • 作者: aiops
  • 分类: SRE
  • 标签: bash, https, ssh, yum
  • 发表评论: paramiko.ssh_exception.AuthenticationException: Authentication failed.

ansible install Docker

– name: Remove Docker system yum: name: – docker-c… 继续阅读 ansible install Docker

  • 发表于: 2022-08-14 2022-08-14
  • 作者: aiops
  • 分类: SRE
  • 标签: ansible, Docker, shell, yum
  • 发表评论: ansible install Docker

kubernetes 命令补全

yum install bash-completion -y #apt install -y bas… 继续阅读 kubernetes 命令补全

  • 发表于: 2022-08-08 2022-08-08
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, k8s, kubernetes, yum
  • 发表评论: kubernetes 命令补全

Command ‘etcdctl’ not found

#yum install -y etcd-client apt install -y etcd-cl… 继续阅读 Command ‘etcdctl’ not found

  • 发表于: 2022-08-07 2022-08-07
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, etcd, yum
  • 发表评论: Command ‘etcdctl’ not found

mpstat: command not found

#apt install -y sysstat yum install -y sysstat

  • 发表于: 2022-08-06 2022-08-06
  • 作者: guo, jr
  • 分类: SRE
  • 标签: bash, yum
  • 发表评论: mpstat: command not found

yum install sar

yum install -y sysstat

  • 发表于: 2022-07-11 2022-07-11
  • 作者: erer, er
  • 分类: SRE
  • 标签: bash, yum
  • 发表评论: yum install sar

yum install dig

yum -y install bind-utils

  • 发表于: 2022-07-07 2022-07-07
  • 作者: erer, er
  • 分类: SRE
  • 标签: bash, dig, yum
  • 发表评论: yum install dig

centos 快速安装kernel-ml最新版内核

rpm –import https://www.elrepo.org/RPM-GPG-KEY-el… 继续阅读 centos 快速安装kernel-ml最新版内核

  • 发表于: 2022-06-30 2022-06-30
  • 作者: erer, er
  • 分类: SRE
  • 标签: bash, centos, https, yum
  • 发表评论: centos 快速安装kernel-ml最新版内核

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时间同步

centos install containerd

install yum install yum-utils device-mapper-persis… 继续阅读 centos install containerd

  • 发表于: 2022-06-22 2022-06-22
  • 作者: bfyt
  • 分类: SRE
  • 标签: bash, centos, Containerd, yum
  • 发表评论: centos install containerd

CentOS cannot change locale UTF-8

glibc: yum install -y glibc-common vim /etc/syscon… 继续阅读 CentOS cannot change locale UTF-8

  • 发表于: 2022-05-17 2022-05-17
  • 作者: qqlv
  • 分类: SRE
  • 标签: bash, glibc, vim, yum
  • 发表评论: CentOS cannot change locale UTF-8

CENTOS升级内核到最新

yum -y install https://www.elrepo.org/elrepo-relea… 继续阅读 CENTOS升级内核到最新

  • 发表于: 2022-04-11 2022-06-15
  • 作者: stnds
  • 分类: SRE
  • 标签: awk, bash, https, yum
  • 发表评论: CENTOS升级内核到最新

分页

页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 … 页码: 9 下一页

搜索

搜索:

近期评论

  • kangder发表在《Kubernetes部署NextCloud网盘》
  • xs发表在《Kubernetes部署NextCloud网盘》
  • test发表在《gin不转义html标签》
  • 路过发表在《msg=”getting status of runtime: rpc error: code = Unimplemented desc = unknown service runtime.v1alpha2.RuntimeService”》
  • 禁止chrome浏览器http自动转成https – SRE笔记发表在《nginx安全配置 XSS攻击 Header头设置》

标签

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

归档

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