跳转到内容

SRE笔记

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

https标签存档订阅

《理解 Linux 进程》

开源书籍: https://github.com/tobegit3hub/understand_li… 继续阅读 《理解 Linux 进程》

  • 发表于: 2021-07-29 2021-07-29
  • 作者: sjx
  • 分类: SRE
  • 标签: https, Linux
  • 发表评论: 《理解 Linux 进程》

公网推送镜像到aws ecr

aws ecr get-login-password –region ap-east-1 | do… 继续阅读 公网推送镜像到aws ecr

  • 发表于: 2021-07-28 2021-07-28
  • 作者: sjx
  • 分类: SRE
  • 标签: aws, bash, Docker, ecr, https, redis, tag
  • 发表评论: 公网推送镜像到aws ecr

linux安装aws cli

curl “https://awscli.amazonaws.com/awscli-exe-linu… 继续阅读 linux安装aws cli

  • 发表于: 2021-07-28 2021-07-28
  • 作者: sjx
  • 分类: SRE
  • 标签: aws, bash, curl, https, Linux
  • 发表评论: linux安装aws cli

IPTV地址

https://iptv-org.github.io/iptv/index.m3u

  • 发表于: 2021-07-28 2021-07-28
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, I/O
  • 发表评论: IPTV地址

amazon aws eks 用户指南

https://docs.amazonaws.cn/eks/latest/userguide/eks… 继续阅读 amazon aws eks 用户指南

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: aws, bash, eks, https, kubernetes
  • 发表评论: amazon aws eks 用户指南

Filecoin矿机硬件组成

Filecoin矿机的硬件部分主要是由Worker、Miner和Storage这三部分组成的。 Wo… 继续阅读 Filecoin矿机硬件组成

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: fil, https
  • 发表评论: Filecoin矿机硬件组成

斐讯N1安装kubernetes arm

现有版本为1.20.8,增加一个N1节点到集群中去 swap swapoff a 科学上网 expo… 继续阅读 斐讯N1安装kubernetes arm

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: arm, bash, https, kubernetes, n1
  • 发表评论: 斐讯N1安装kubernetes arm

kubelet 使用 systemd 作为 cgroup-driver

让 kubelet 也使用 systemd 作为 cgroup-driver armbian使用zr… 继续阅读 kubelet 使用 systemd 作为 cgroup-driver

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: armbian, bash, cgroup, https, kubelet
  • 发表评论: kubelet 使用 systemd 作为 cgroup-driver

AWS启用区域ap-east-1 香港

点击 我的账户-区域

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: aws, https
  • 发表评论: AWS启用区域ap-east-1 香港

使 docker 的 cgroupdriver 为 systemd

mkdir -p /etc/docker cat > /etc/docker/daemon.j… 继续阅读 使 docker 的 cgroupdriver 为 systemd

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, https, json
  • 发表评论: 使 docker 的 cgroupdriver 为 systemd

armbain arm64 安装docker

curl -fsSL https://get.docker.com -o get-docker.sh… 继续阅读 armbain arm64 安装docker

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: arm, armbian, bash, curl, Docker, https
  • 发表评论: armbain arm64 安装docker

mount: /nas: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.

apt install -y nfs-common

  • 发表于: 2021-07-27 2021-07-27
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, mount, nas, nfs, ubuntu
  • 发表评论: mount: /nas: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program.

ubuntu安装温度传感器

apt-get install lm-sensors hddtemp sensors-detect … 继续阅读 ubuntu安装温度传感器

  • 发表于: 2021-07-26 2021-07-26
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, Linux, ubuntu
  • 发表评论: ubuntu安装温度传感器

These critical programs are missing or too old: bison compiler

yum install -y bison

  • 发表于: 2021-07-25 2021-07-25
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, yum
  • 发表评论: These critical programs are missing or too old: bison compiler

./lotus: /lib64/libc.so.6: version `GLIBC_2.18′ not found (required by ./lotus)

解决: curl -O http://ftp.gnu.org/gnu/glibc/glibc-2.1… 继续阅读 ./lotus: /lib64/libc.so.6: version `GLIBC_2.18′ not found (required by ./lotus)

  • 发表于: 2021-07-25 2021-07-25
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, curl, ftp, glibc, http, https, lotus, make, tar
  • 发表评论: ./lotus: /lib64/libc.so.6: version `GLIBC_2.18′ not found (required by ./lotus)

Rustup install

curl –proto ‘=https’ –tlsv1.2 -sSf https://sh.ru… 继续阅读 Rustup install

  • 发表于: 2021-07-25 2021-07-25
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, curl, https, rust
  • 发表评论: Rustup install

golang go1.16.4 install

wget -c https://golang.org/dl/go1.16.4.linux-amd64… 继续阅读 golang go1.16.4 install

  • 发表于: 2021-07-25 2021-07-25
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, go, golang, https, Linux, tar
  • 发表评论: golang go1.16.4 install

Filecoin挖矿的四个阶段

Filecoin矿工获得区块奖励一般要经历“P1、P2、C1、C2”这四个阶段: P1阶段主要是将文… 继续阅读 Filecoin挖矿的四个阶段

  • 发表于: 2021-07-25 2021-07-25
  • 作者: sjx
  • 分类: SRE
  • 标签: fil, https
  • 发表评论: Filecoin挖矿的四个阶段

docker 运行 filecoin lotus mainnet

docker run -d –name lotus \ -p 1234:1234 \ -p 123… 继续阅读 docker 运行 filecoin lotus mainnet

  • 发表于: 2021-07-25 2021-07-25
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Docker, fil, filecoin, https, ipfs, lotus, s3
  • 发表评论: docker 运行 filecoin lotus mainnet

原神2.0 荒海 水下锚点 解锁流程

退游戏重进刷新可以刷初始顺序 五樱阵 右2 左2 ↑ 右1 左1 右1砍两下,左2砍两下 面相机关后… 继续阅读 原神2.0 荒海 水下锚点 解锁流程

  • 发表于: 2021-07-24 2021-07-24
  • 作者: sjx
  • 分类: SRE
  • 标签: https
  • 发表评论: 原神2.0 荒海 水下锚点 解锁流程

分页

上一页 页码: 1 … 页码: 33 页码: 34 页码: 35 页码: 36 页码: 37 页码: 38 页码: 39 页码: 40 页码: 41 页码: 42 页码: 43 … 页码: 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 月