上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 107 下一页
摘要: 首先在一台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 阅读(963) 评论(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 阅读(1833) 评论(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 阅读(732) 评论(0) 推荐(0)
摘要: 使用Django+MySQL开发一个选择题系统,选择题有题干,对应选项,对应答案几项内容 一,创建Django项目 创建成功 修改配置 数据库配置 数据库需要先创建好 > create database health; 'default': { 'ENGINE': 'django.db.backen 阅读全文
posted @ 2021-04-01 09:46 minseo 阅读(1550) 评论(0) 推荐(1)
摘要: 网络和共享中心 设置新的连接和网络 手动连接到无线网络 设置网络信息 设置完毕打开无线连接如果wifi正常即可看到对应的wifi 阅读全文
posted @ 2021-03-23 08:40 minseo 阅读(1071) 评论(0) 推荐(0)
摘要: 一,环境查看 二,配置连接 连接以后的配置文件在/etc/NetworkManager/system-connections/ 下以wifi名命名的一个文件 使用命令查看本机连接的wifi iwconfig 如果没有iwconfig命令使用以下命令安装 apt install -y wireless 阅读全文
posted @ 2021-03-17 10:57 minseo 阅读(1340) 评论(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 阅读(1785) 评论(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 阅读(1119) 评论(0) 推荐(0)
摘要: 参考:https://jingyan.baidu.com/article/e8cdb32b732ab676052bada7.html js实现点击标签显示和隐藏p标签 代码如下 <html> <head> <meta charset='utf-8'> </head> <body> <p id='ta 阅读全文
posted @ 2021-03-01 17:26 minseo 阅读(3000) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/lj1994104/article/details/79671807 一,MySQL连接查询类型 A)内连接:join,inner join B)外连接:left join,left outer join,right join,right outer 阅读全文
posted @ 2021-01-27 09:35 minseo 阅读(5705) 评论(0) 推荐(2)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 107 下一页