该文被密码保护。 阅读全文
posted @ 2022-01-27 22:41 supermao12 阅读(4) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-20 11:34 supermao12 阅读(2) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-18 10:39 supermao12 阅读(5) 评论(0) 推荐(0)
摘要: 每台电脑都有网线 网线连的是什么? 网线插在接入交换机 流量给入汇聚交换机 汇聚给核心交换机 核心交换机 堆叠是指将一台以上的交换机组合起来共同工作,以便在有限的空间内提供尽可能多的端口。多台交换机经过堆叠形成一个堆叠单元。可堆叠的交换机性能指标中有一个"最大可堆叠数"的参数,它是指一个堆叠单元中所 阅读全文
posted @ 2022-01-11 19:08 supermao12 阅读(73) 评论(1) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2022-01-10 17:52 supermao12 阅读(3) 评论(0) 推荐(0)
摘要: ### keystone source /etc/keystone/admin-openrc.sh #登录 openstack user create --password ps1234 --email hqs@example.com --domain demo hqs #创建用户 openstac 阅读全文
posted @ 2022-01-02 16:15 supermao12 阅读(299) 评论(0) 推荐(0)
摘要: python pymysql re requests socket库的简单运用 要考试了,这里用所学的知识做一个实例 pymysql库 这个库是用来连接数据库的,使用数据库语句在python里创建表和数据库 English.py import pymysql def init(): #创建数据库和表 阅读全文
posted @ 2021-12-28 10:48 supermao12 阅读(185) 评论(0) 推荐(0)
摘要: vsftpd nfs autofs samba firewalld selinux lvm 的试验过程 vsftpd 服务端 yum -y install vsftpd echo 'anon_root=/' >> /etc/vsftpd/vsftpd.conf firewall-cmd --perm 阅读全文
posted @ 2021-12-23 17:31 supermao12 阅读(120) 评论(0) 推荐(0)
摘要: linux 博客系统 基于LNMP安装博客系统 Linux nginx mysql php 先将lnmp和wordpress上传至虚拟机 下载unzip解压两个软件 yum -y install unzip unzip lnmp.zip unzip wordpress-4.7.3-zh_CN.zip 阅读全文
posted @ 2021-12-16 17:18 supermao12 阅读(83) 评论(0) 推荐(0)
摘要: ## 主从数据库 主数据库的内容同步传输到附属数据库 客户访问附属数据库 这样做保证了数据库的稳定性 需要两台虚拟机 **两边个虚拟机都要操作** 配置hosts文件 进入/etc/hosts追加输入 192.168.200.30 mysql1 192.168.200.40 mysql2 可以通过p 阅读全文
posted @ 2021-12-14 18:35 supermao12 阅读(105) 评论(0) 推荐(0)