摘要: 最近在实施 gre over ipsec 的时候发现一个问题,ping能通,端口也通,就是无法打开业务网页 在介绍MSS之前我们必须要理解下面的几个重要的概念。 MTU: Maxitum Transmission Unit 最大传输单元MSS: Maxitum Segment Size 最大分段大小 阅读全文
posted @ 2021-11-25 09:07 行者Sun 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: <XQHX>dis transceiver in g4/0/34 #显示可插拔模块的主要特征参数 GigabitEthernet4/0/34 transceiver information: Transceiver Type : 1000_BASE_LX_SFP Connector Type : L 阅读全文
posted @ 2021-10-20 11:14 行者Sun 阅读(3471) 评论(0) 推荐(0) 编辑
摘要: 访问网址 https://grafana.com/grafana/download 下载grafanawget https://dl.grafana.com/enterprise/release/grafana-enterprise-8.1.3-1.x86_64.rpm sudo yum insta 阅读全文
posted @ 2021-09-11 09:14 行者Sun 阅读(82) 评论(0) 推荐(0) 编辑
摘要: [root@test ~]# nc -vuz 192.168.209.121 123 Connection to 192.168.209.121 123 port [udp/ntp] succeeded! 阅读全文
posted @ 2021-01-04 13:30 行者Sun 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 1.首先看是谁占用了大的空间 [root@netops ~]# cd / [root@netops /]# du -sh * 0 bin 117M boot 0 dev 36M etc 12K home 0 lib 0 lib64 0 media 0 mnt 0 opt du: cannot acc 阅读全文
posted @ 2021-01-04 11:08 行者Sun 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Grafana 可视化工具 下载 Grafana # 下载地址:https://mirrors.tuna.tsinghua.edu.cn/ [root@zabbix ~]# wget https://mirrors.tuna.tsinghua.edu.cn/grafana/yum/rpm/grafa 阅读全文
posted @ 2020-12-22 17:58 行者Sun 阅读(902) 评论(0) 推荐(0) 编辑
摘要: 修改导航栏字体大小 1.进入 settings 》 Appearance & Behavior 》 Appearance里。 2.勾选suse custom font,修改size字体大小 修改代码字体大小 1.进入 settings 》 Editor 》Font里。 2.在size处修改字体大小。 阅读全文
posted @ 2020-12-22 16:13 行者Sun 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 让你的代码动起来,让你的编辑器充满色彩,让编程不再枯燥。所以我给我的开发工具做了点小装饰,让它变得更好看。 activate-power-mode 1.activate-power-mode下载 https://github.com/ViceFantasyPlace/activate-power-m 阅读全文
posted @ 2020-12-22 16:06 行者Sun 阅读(382) 评论(0) 推荐(0) 编辑
摘要: 自签名证书可以在自己的内网环境或者非对外环境使用,保证通信安装 1、生产证书 直接使用脚本生产: 中途会提示书如1次域名和4次密码,把一下文件保存为sh文件,赋予x权限后 直接执行,根据提示输入。 #!/bin/sh # create self-signed server certificate: 阅读全文
posted @ 2020-12-21 17:13 行者Sun 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 一、编译部署Nginx 1.12 安装配置: [root@localhost ~]# groupadd nginx [root@localhost ~]# useradd -s /sbin/nologin -g nginx -M nginx [root@localhost ~]# systemctl 阅读全文
posted @ 2020-12-21 16:52 行者Sun 阅读(294) 评论(0) 推荐(0) 编辑