跳转到内容

SRE笔记

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

https标签存档订阅

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

list accounts of /etc/passwd

#统计当前 Linux 系统中可以登录计算机的账户有多少个 grep "bash$&quo… 继续阅读 list accounts of /etc/passwd

  • 发表于: 2022-10-07 2022-10-07
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, grep, https
  • 发表评论: list accounts of /etc/passwd

show all open ports and usage

# 显示本机 Linux 系统上所有开放的端口列表 ss -nutlp | awk '{p… 继续阅读 show all open ports and usage

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: awk, bash, grep, https
  • 发表评论: show all open ports and usage

tr replace a-z to A-Z in full txt

#将文件中所有的小写字母转换为大写字母 tr "[a‐z]" "[A‐… 继续阅读 tr replace a-z to A-Z in full txt

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: tr replace a-z to A-Z in full txt

mysql get connect counts

#MySQL 数据库连接数量 mysqladmin -u "$user" -p … 继续阅读 mysql get connect counts

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: awk, bash, https, MySQL
  • 发表评论: mysql get connect counts

get remote host counts of tcp

# 查看有多少远程的 IP 在连接本机 # sort 可以按数字大小排序,最后使用 uniq 将多余… 继续阅读 get remote host counts of tcp

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: awk, bash, https, tcp
  • 发表评论: get remote host counts of tcp

get RX/TX pack of eth0

echo 'eth0 网卡发送的数据包流量 ' ifconfig eth0 | … 继续阅读 get RX/TX pack of eth0

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: awk, bash, grep, https
  • 发表评论: get RX/TX pack of eth0

ping set interval

#每隔0.1秒ping一次,一共ping100次,并以1毫秒为单位设置ping的超时时间 ping … 继续阅读 ping set interval

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: ping set interval

linux get disk and mem free kb

#!/bin/bash # 提取根分区剩余空间 以 Kb 为单位 disk_size=$(df / … 继续阅读 linux get disk and mem free kb

  • 发表于: 2022-10-05 2022-10-05
  • 作者: nicaier
  • 分类: SRE
  • 标签: awk, bash, disk, https, Linux, mem
  • 发表评论: linux get disk and mem free kb

docker run kubepi

# 创建持久化目录 mkdir -p /opt/kubepi # 安装 sudo docker ru… 继续阅读 docker run kubepi

  • 发表于: 2022-09-29 2022-09-29
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, Docker, https
  • 发表评论: docker run kubepi

中科大 ipv6速度测试

ipv6状态测试:https://test-ipv6.com ipv6速度测试:http://tes… 继续阅读 中科大 ipv6速度测试

  • 发表于: 2022-09-24 2022-09-24
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, http, https
  • 发表评论: 中科大 ipv6速度测试

jvm禁用编译优化

-Xint -XX:-BackgroundCompilation

  • 发表于: 2022-09-19 2022-09-19
  • 作者: nicaier
  • 分类: SRE
  • 标签: bash, https, JVM
  • 发表评论: jvm禁用编译优化

curl to go

https://mholt.github.io/curl-to-go/

  • 发表于: 2022-09-17 2022-09-17
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, curl, https, I/O
  • 发表评论: curl to go

system issue arch sol

  • 发表于: 2022-09-17 2022-09-17
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: https
  • 发表评论: system issue arch sol

golang escape use gcflags

golang进行逃逸分析 go run -gcflags="-m -l" mai… 继续阅读 golang escape use gcflags

  • 发表于: 2022-09-16 2022-09-16
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, golang, https
  • 发表评论: golang escape use gcflags

GLOWAY STK512GS3-S7 SSD benchmark

2022

  • 发表于: 2022-09-14 2022-09-14
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: benchmark, https
  • 发表评论: GLOWAY STK512GS3-S7 SSD benchmark

latency level

https://colin-scott.github.io/personal_website/res… 继续阅读 latency level

  • 发表于: 2022-09-13 2022-09-13
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, html, https, I/O
  • 发表评论: latency level

get symbol price from binance

#get symbol https://api.binance.com/api/v3/exchang… 继续阅读 get symbol price from binance

  • 发表于: 2022-09-08 2022-09-08
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, https
  • 发表评论: get symbol price from binance

Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.sql.Timestamp

代码和时间字段不匹配,映射出错了

  • 发表于: 2022-08-30 2022-08-30
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: https, java, sql
  • 发表评论: Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.sql.Timestamp

docker run iptables-web dashboard

#https://github.com/dustoair/iptables-web docker r… 继续阅读 docker run iptables-web dashboard

  • 发表于: 2022-08-28 2022-08-28
  • 作者: JerryMouse, JerryMouse
  • 分类: SRE
  • 标签: bash, Docker, https, iptables
  • 发表评论: docker run iptables-web dashboard

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 页码: 7 页码: 8 页码: 9 … 页码: 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 月