11 2021 档案

摘要:#环境准备: 5台主机 客户端client vmnet1仅主机网络 eth0:192.169.33.160/24 GW:192.168.33.200 路由器router vmnet1仅主机网络 eth1:192.169.33.200/24 vmnet8 NAT网络 eth0: 10.0.0.200/ 阅读全文
posted @ 2021-11-22 19:11 小糊涂90 阅读(25) 评论(0) 推荐(0) 编辑
摘要:通过loganalyzer展示数据库中的日志 loganalyzer是用 php 语言实现的日志管理系统,可将MySQL数据库的日志用丰富的WEB方式进行展示 官网:https://loganalyzer.adiscon.com 三台主机 一台日志服务器,利用上一个案例实现,IP:10.0.0.16 阅读全文
posted @ 2021-11-16 22:35 小糊涂90 阅读(45) 评论(0) 推荐(0) 编辑
摘要:http的报文结构和状态码总结 HTTP报文分为请求报文和响应报文,这两类报文都是由三个部分组成: (1)开始行:区分请求报文和响应报文 (2)首部行:说明浏览器、服务器报文主题的一些信息 (3)实体主体 请求报文的开始行包括:方法(请求方法如get、post、put、trace等)、URL、协议版 阅读全文
posted @ 2021-11-13 21:49 小糊涂90 阅读(40) 评论(0) 推荐(0) 编辑
摘要:常用模块帮助文档参考: https://docs.ansible.com/ansible/2.9/modules/modules_by_category.html https://docs.ansible.com/ansible/2.9/modules/list_of_all_modules.htm 阅读全文
posted @ 2021-11-11 22:21 小糊涂90 阅读(28) 评论(0) 推荐(0) 编辑
摘要:MariaDB [hellodb]> create user 'magedu'@'192.168.1.%' ;Query OK, 0 rows affected (0.011 sec)​MariaDB [hellodb]> grant all privileges on hellodb.* to ' 阅读全文
posted @ 2021-11-04 15:54 小糊涂90 阅读(55) 评论(0) 推荐(0) 编辑
摘要:#下载二进制安装包(centos7系统):[root@localhost ~]#wget http://mirrors.dotsrc.org/mariadb/mariadb-10.4.21/bintar-linux-x86_64/mariadb-10.4.21-linux-x86_64.tar.gz 阅读全文
posted @ 2021-11-03 15:42 小糊涂90 阅读(91) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示