跳转到内容

SRE笔记

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

网络标签存档订阅

wget镜像下载网站

wget -r -p -np -k http://test.com -r 表示递归下载,会下载所有的… 继续阅读 wget镜像下载网站

  • 发表于: 2019-05-14 2021-04-02
  • 作者: joker
  • 分类: SRE
  • 标签: html, http, https, 网络
  • 发表评论: wget镜像下载网站

nc命令常用情景

用法: [root@node01 ~]# nc –help Ncat 7.50 ( https:/… 继续阅读 nc命令常用情景

  • 发表于: 2019-05-13 2021-04-02
  • 作者: joker
  • 分类: SRE
  • 标签: proxy, ssl, udp, 网络
  • 发表评论: nc命令常用情景

wondershaper限制网卡网速

主页:https://github.com/magnific0/wondershaper 安装: g… 继续阅读 wondershaper限制网卡网速

  • 发表于: 2019-05-13 2021-04-02
  • 作者: joker
  • 分类: SRE
  • 标签: https, 网络
  • 发表评论: wondershaper限制网卡网速

Linux修改wifi ssid优先级

nmcli connection modify “your-wifi-name” connectio… 继续阅读 Linux修改wifi ssid优先级

  • 发表于: 2019-03-08 2021-04-02
  • 作者: joker
  • 分类: SRE
  • 标签: https, Linux, 网络
  • 发表评论: Linux修改wifi ssid优先级

ie解析json失败-直接下载文件

解决办法是修改Content-Type为”text/html;charset=utf-8“,然后在前… 继续阅读 ie解析json失败-直接下载文件

  • 发表于: 2019-02-25 2021-04-01
  • 作者: joker
  • 分类: SRE
  • 标签: html, https, json, 网络
  • 发表评论: ie解析json失败-直接下载文件

metallb 为私有Kubernetes集群创建LoadBalancer服务-不支持IPVS

Metallb给私有 Kubernetes 用户带来了一个方便、可用的LoadBalancer软件解… 继续阅读 metallb 为私有Kubernetes集群创建LoadBalancer服务-不支持IPVS

  • 发表于: 2019-02-19 2020-12-30
  • 作者: joker
  • 分类: SRE
  • 标签: https, I/O, k8s, kubernetes, nginx, yaml, 网络
  • metallb 为私有Kubernetes集群创建LoadBalancer服务-不支持IPVS有 1 条评论

keepalived快速安装

下载地址:http://www.keepalived.org/download.html cd wg… 继续阅读 keepalived快速安装

  • 发表于: 2019-02-14 2019-02-14
  • 作者: joker
  • 分类: SRE
  • 标签: bash, http, keepalived, Linux, nginx, tar, 工具, 网络
  • 发表评论: keepalived快速安装

UrlRewriteFilter实现tomcat重定向

下载UrlRewriteFilter wget http://urlrewritefilter.go… 继续阅读 UrlRewriteFilter实现tomcat重定向

  • 发表于: 2019-01-23 2020-12-30
  • 作者: cider
  • 分类: SRE
  • 标签: http, tomcat, xml, 网络
  • 发表评论: UrlRewriteFilter实现tomcat重定向

frp内网穿透

下载地址:https://github.com/fatedier/frp/releases 如htt… 继续阅读 frp内网穿透

  • 发表于: 2019-01-13 2019-01-13
  • 作者: happer
  • 分类: SRE
  • 标签: http, https, tcp, 工具, 网络
  • 发表评论: frp内网穿透

sshd屏蔽ip

tcp wrapper实现,其配置文件是 /etc/hosts.{deny|allow} sshd:… 继续阅读 sshd屏蔽ip

  • 发表于: 2019-01-13 2020-12-07
  • 作者: happer
  • 分类: SRE
  • 标签: awk, bash, Linux, ssh, 安全, 网络
  • 发表评论: sshd屏蔽ip

tomcat配置域名

<Host name=”www.baidu.com” appBase=”webapps/tes… 继续阅读 tomcat配置域名

  • 发表于: 2019-01-13 2020-12-30
  • 作者: happer
  • 分类: SRE
  • 标签: https, tomcat, 网络
  • 发表评论: tomcat配置域名

常用dns

DNS名称 首选 备用 DNSPod DNS 119.29.29.29 182.254.116.11… 继续阅读 常用dns

  • 发表于: 2019-01-13 2021-05-18
  • 作者: happer
  • 分类: 资源
  • 标签: dns, http, https, 工具, 网络
  • 发表评论: 常用dns

ip代理池

http://www.ip181.com/ https://www.kuaidaili.com/ h… 继续阅读 ip代理池

  • 发表于: 2019-01-13 2021-04-01
  • 作者: happer
  • 分类: 资源
  • 标签: http, https, 工具, 网络
  • 发表评论: ip代理池

DenyHosts ssh防暴破工具

DenyHosts分析sshd的日志文件/var/log/secure 当发现重复的攻击时就会记录I… 继续阅读 DenyHosts ssh防暴破工具

  • 发表于: 2019-01-08 2019-05-25
  • 作者: admin
  • 分类: SRE
  • 标签: python, ssh, tar, 安全, 工具, 网络
  • 发表评论: DenyHosts ssh防暴破工具
ngx_http_google_filter_module模块

ngx_http_google_filter_module模块

该模块依赖以下: – pcre 正则 – ngx_http_proxy_module 反向代理 – … 继续阅读 ngx_http_google_filter_module模块

  • 发表于: 2019-01-07 2019-01-07
  • 作者: admin
  • 分类: SRE
  • 标签: bash, http, https, nginx, pcre, proxy, 网络
  • 发表评论: ngx_http_google_filter_module模块

常用端口

  • 发表于: 2019-01-04 2019-01-04
  • 作者: dust
  • 分类: SRE, 资源
  • 标签: https, 网络
  • 发表评论: 常用端口

centos7改静态ip

vim /etc/sysconfig/network-scripts/ifcfg-ens192 TY… 继续阅读 centos7改静态ip

  • 发表于: 2018-12-28 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: bash, centos, vim, 网络
  • 发表评论: centos7改静态ip

ubuntu18.04设置静态IP

vim /etc/netplan/50-cloud-init.yaml # This file is… 继续阅读 ubuntu18.04设置静态IP

  • 发表于: 2018-12-27 2021-03-24
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, ubuntu, vim, yaml, 网络
  • ubuntu18.04设置静态IP有 1 条评论

Error: Cannot find module ‘are-we-there-yet’

Error: Cannot find module ‘are-we-there-yet’ at Fu… 继续阅读 Error: Cannot find module ‘are-we-there-yet’

  • 发表于: 2018-12-25 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, js, node, nodejs, npm, yum, 工具, 网络
  • Error: Cannot find module ‘are-we-there-yet’有 2 条评论

let notifier = require(‘update-notifier’)({pkg})

/usr/lib/node_modules/npm/bin/npm-cli.js:85 let no… 继续阅读 let notifier = require(‘update-notifier’)({pkg})

  • 发表于: 2018-12-25 2021-03-23
  • 作者: dust
  • 分类: SRE
  • 标签: bash, https, js, node, npm, 工具, 网络
  • 发表评论: let notifier = require(‘update-notifier’)({pkg})

分页

上一页 页码: 1 页码: 2 页码: 3 页码: 4 页码: 5 页码: 6 页码: 7 页码: 8 … 页码: 13 下一页

搜索

搜索:

近期评论

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