上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 99 下一页
摘要: 参考:https://www.jianshu.com/p/c9a0b055947b 一,什么是拓扑排序 在图论中,拓扑排序(Topological Sorting) 是一个 有向无环图(DAG,Directed Acyclic Graph) 的所有顶点的线性序列。且该序列必须满足下面两个条件 1,每 阅读全文
posted @ 2021-07-02 15:03 minseo 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 首先在一台agent安装zabbix-agent rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86_64/zabbix-release-5.0-1.el7.noarch.rpm yum clean all yum -y install za 阅读全文
posted @ 2021-05-15 17:10 minseo 阅读(907) 评论(0) 推荐(0) 编辑
摘要: 参考官网:https://www.zabbix.com/ 一,选择安装平台及安装的版本 在官网选择download根据需要选择版本 二,安装和配置zabbix服务 a,安装zabbix源 # rpm -Uvh https://repo.zabbix.com/zabbix/5.0/rhel/7/x86 阅读全文
posted @ 2021-05-15 10:23 minseo 阅读(1774) 评论(4) 推荐(0) 编辑
摘要: 一,拓扑图 二,设备型号 思科:AIR-AP1832I-H-K9 /K9C 三,设置步骤 搭建redius服务器参考:https://www.cnblogs.com/minseo/p/14297831.html 思科AP第一次配置需要使用console进行配置用户名密码IP等信息,本次已经配置好AC 阅读全文
posted @ 2021-04-15 10:34 minseo 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 使用Django+MySQL开发一个选择题系统,选择题有题干,对应选项,对应答案几项内容 一,创建Django项目 创建成功 修改配置 数据库配置 数据库需要先创建好 > create database health; 'default': { 'ENGINE': 'django.db.backen 阅读全文
posted @ 2021-04-01 09:46 minseo 阅读(1490) 评论(0) 推荐(1) 编辑
摘要: 网络和共享中心 设置新的连接和网络 手动连接到无线网络 设置网络信息 设置完毕打开无线连接如果wifi正常即可看到对应的wifi 阅读全文
posted @ 2021-03-23 08:40 minseo 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 一,环境查看 二,配置连接 连接以后的配置文件在/etc/NetworkManager/system-connections/ 下以wifi名命名的一个文件 使用命令查看本机连接的wifi iwconfig 如果没有iwconfig命令使用以下命令安装 apt install -y wireless 阅读全文
posted @ 2021-03-17 10:57 minseo 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 已经搭建Radius认证企业级 wpa2 Enterprise现需要使用树莓派4连接wifi 一,环境查看 二,配置连接wifi 修改配置文件 root@raspberrypi:~# cat /etc/wpa_supplicant/wpa_supplicant.conf ctrl_interface 阅读全文
posted @ 2021-03-16 10:57 minseo 阅读(1678) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.51cto.com/heracles/759814 一,环境查看 二,安装freeradius-client 下载代码 git clone https://github.com/FreeRADIUS/freeradius-client.git 安装 apt insta 阅读全文
posted @ 2021-03-16 08:52 minseo 阅读(1024) 评论(0) 推荐(0) 编辑
摘要: TP-Link企业级路由器需要扩展无线AP设置 一,硬件型号 编号 设备类型 设备型号 1 路由器 TP-Link AC1200 2 吸顶式AP Tp-Link TL-AP1907GC-PoE/DC 3 Poe交换机 百兆隔离Poe交换机 二,配置拓扑图 三,配置 路由器配置不详述 无线吸顶式AP设 阅读全文
posted @ 2021-03-09 17:24 minseo 阅读(5221) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 99 下一页