摘要: 50 Tips For A Better Life 让生活更美好的 50 个小贴士 Ideopunk Happiness 幸福 You don’t have to love your job. Jobs are a way to make money. Many people live fine l 阅读全文
posted @ 2025-03-24 21:17 KuangZhuMing2 阅读(60) 评论(0) 推荐(0)
摘要: PowerShell脚本关闭 1.下载:https://www.microsoft.com/en-us/download/details.aspx?id=53337 2.打开powershell 以管理员模式打开命令行——输入set-ExecutionPolicy RemoteSigned并回车—— 阅读全文
posted @ 2025-03-10 21:19 KuangZhuMing2 阅读(744) 评论(0) 推荐(0)
摘要: 客户端配置: #!/bin/bash # 创建 vxlan11 接口 ip link add vxlan11 type vxlan id 11 dstport 4789 remote 10.0.200.1 local 10.0.200.4 dev ppp0 # 创建 vrf11 虚拟路由转发表 ip 阅读全文
posted @ 2025-03-04 21:58 KuangZhuMing2 阅读(30) 评论(0) 推荐(0)
摘要: 参考链接: https://blog.kelu.org/tech/2021/05/23/linux-l2tp-client.html https://www.cnblogs.com/th-lyc/p/11226464.html 1.安装 yum -y install xl2tpd ppp 2.修改配 阅读全文
posted @ 2025-03-04 21:54 KuangZhuMing2 阅读(44) 评论(0) 推荐(0)
摘要: linux做为LNS 1.安装xl2tpd yum install -y xl2tpd 2.配置文件 vim /etc/xl2tpd/xl2tpd.conf vim /etc/ppp/options.xl2tpd vim /etc/ppp/chap-secrets 3.启动 systemctl re 阅读全文
posted @ 2025-03-01 11:23 KuangZhuMing2 阅读(34) 评论(0) 推荐(0)
摘要: 拓扑 需求:centos8与防火墙建立gre over ipsec GRE-linux端配置: [root@localhost ~]# cat set_gre.sh #!bin/bash interface_name="gre1" local_ip="10.0.2.2" #本端地址,注意这里nat环 阅读全文
posted @ 2025-02-28 11:27 KuangZhuMing2 阅读(113) 评论(0) 推荐(0)
摘要: ##iostat是查看磁盘活动统计情况 ##显示所有设备负载情况 r/s: 每秒完成的读 I/O 设备次数。即 rio/s;w/s: 每秒完成的写 I/O 设备次数。即 wio/s等 iostat ##每隔2秒刷新磁盘IO信息,并且每次显示3次 iostat 2 3 #显示某个磁盘的IO信息 ios 阅读全文
posted @ 2024-12-20 22:25 KuangZhuMing2 阅读(49) 评论(0) 推荐(0)
摘要: 下载链接:https://www.softether-download.com/cn.aspx?product=softether 1.安装依赖 yum -y install wget gcc zlib-devel openssl-devel readline-devel ncurses-devel 阅读全文
posted @ 2024-09-19 17:19 KuangZhuMing2 阅读(3) 评论(0) 推荐(0)
摘要: 关于 SoftEther VPN 的重要声明 嵌入在本软件的 VPN 通信功能比以往任何时候都要强大。这个强大的 VPN 能力将为您带来巨大的好处。然而,如果你滥用此软件, IT 可能会损害你自己。为了避免这样的风险,本文档为愿意使用本软件的客户公布了重要提示。下面的说明是非常重要的。仔细阅读并理解 阅读全文
posted @ 2024-09-19 14:34 KuangZhuMing2 阅读(3) 评论(0) 推荐(0)
摘要: GOT REQUEST TO INSTALL Currently running OPNsense 24.7.4_1 at Tue Sep 17 07:40:50 HKT 2024 Updating OPNsense repository catalogue... OPNsense reposito 阅读全文
posted @ 2024-09-17 09:05 KuangZhuMing2 阅读(150) 评论(0) 推荐(0)