跳转到内容

SRE笔记

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

bash标签存档订阅

Deprecated: Method ReflectionParameter::getClass() is deprecated

ThinkPHP 6 运行在 PHP8.0 报以下错误 Deprecated: Method Ref… 继续阅读 Deprecated: Method ReflectionParameter::getClass() is deprecated

  • 发表于: 2020-12-12 2020-12-12
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, https, php
  • 发表评论: Deprecated: Method ReflectionParameter::getClass() is deprecated

Mac设置ethereum

wget http://developer.download.nvidia.com/compute/… 继续阅读 Mac设置ethereum

  • 发表于: 2020-12-11 2020-12-16
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Blockchain, eth, http, https, Mac
  • 发表评论: Mac设置ethereum

/dev/random和/dev/urandom

两者是Linux系统中提供的随机伪设备,这两个设备的任务是提供永不为空的随机字节数据流 /dev/r… 继续阅读 /dev/random和/dev/urandom

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE, 开发
  • 标签: bash, Linux
  • 发表评论: /dev/random和/dev/urandom

geth控制台发送以太币

> var sender = eth.accounts[0]; > var receiv… 继续阅读 geth控制台发送以太币

  • 发表于: 2020-12-11 2020-12-16
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Blockchain, eth, https
  • 发表评论: geth控制台发送以太币

OS X Homebrew安装ethereum

要从Homebrew安装以太坊C++组件,请执行以下指令: brew update brew upg… 继续阅读 OS X Homebrew安装ethereum

  • 发表于: 2020-12-11 2020-12-16
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Blockchain, eth
  • 发表评论: OS X Homebrew安装ethereum

Ubuntu安装ethereum

最新的稳定版本: sudo add-apt-repository ppa:ethereum/ethe… 继续阅读 Ubuntu安装ethereum

  • 发表于: 2020-12-11 2020-12-16
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, Blockchain, eth
  • 发表评论: Ubuntu安装ethereum

Mac配置Apache

Mac OS X 预装了 Apache,需要手动通过命令行开启。 Mac打开终端的方式:“launc… 继续阅读 Mac配置Apache

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: apache, bash, code, html, http, Mac
  • 发表评论: Mac配置Apache

openEuler 20.09上安装容器运行时iSula

安装 iSula yum install iSulad -y 配置 iSula vim /etc/i… 继续阅读 openEuler 20.09上安装容器运行时iSula

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, cni, Docker, iSula
  • 发表评论: openEuler 20.09上安装容器运行时iSula

安装容器运行时CRI-O v1.18.4

下载安装 CRI-O yum install git make curl -OL https://g… 继续阅读 安装容器运行时CRI-O v1.18.4

  • 发表于: 2020-12-11 2020-12-11
  • 作者: sjx
  • 分类: SRE
  • 标签: bash, CRI-O, Docker, https, make, tar
  • 发表评论: 安装容器运行时CRI-O v1.18.4

安装容器运行时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 条评论

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

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

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_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_oracle.sh感知oracle

#! /bin/bash export LANG=en_US.UTF-8 discover_orac… 继续阅读 discover_oracle.sh感知oracle

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

discover_mysql.sh感知mysql

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

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

nikto漏洞扫描工具

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

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

分页

上一页 页码: 1 … 页码: 36 页码: 37 页码: 38 页码: 39 页码: 40 页码: 41 页码: 42 页码: 43 页码: 44 页码: 45 页码: 46 … 页码: 57 下一页

搜索

搜索:

近期评论

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

归档

  • 2025 年 3 月
  • 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 月