6.0之前的版本 6.0之后的版本 Flash:右键->所有Virtual Infrastructure操作->'从清单中移除'在存储中找到这台虚拟机的vmx文件右键点击vmx文件-> 注册 HTML5:右键->'从清单中删除'在存储中找到这台虚拟机的vmx文件右键点击vm
日常命令 常用命令详释及参数 命令的基本格式 [root@localhost ~]# 命令 [选项] [参数] - 选项是用于调整命令的功能 - 参数是命令的操作对象,如果省略参数,是因为有默认参数 如果有的地方打错了,删除是乱码,使用ctrl+退
从搬家开始三四年了,还是用的移动宽带,今天终于是圆梦了,在手上不珍惜,失去了才后悔莫及,终于又把联通整回来了 7.1号继续写: 现在的宽带如果没有企业路由器,没有vpn和control口的话是不给拨号上网的,原因未知 所以使用了DMZ进行转发流量,但是从路由
此文章所用的全部设备均使用虚拟机进行安装部署调试 虚拟机安装ESXi 补于2020.9.10 创建虚拟机 处理器和内存看自己电脑配置进行选择,运行内存尽量大于10GB,安装vCenter需要
安装 yum -y install mariadb* // 安装mariadb开头的所有 systemctl { start | stop | status | restart } mariadb systemctl { enable | disable } mariadb 初始化
smtp 发送pop and imap 接收pop 创建副本,从服务器复制到客户端 不会同步imap 同步 邮件在服务器中 安装 yum -y install sendmail* // 安装sendmail开头的所有 systemctl { start | stop | stat
主/被动服务器/客户机广播 安装 yum -y install ntp systemctl { start | stop | status | restart } ntpd systemctl { enable | disable } ntpd 配置 配置文件:/etc/n
安装 yum -y install httpd systemctl { start | stop | status | restart } httpd.service systemctl { enable | disable } httpd.service // 标准三步 安装启动自启动
安装和启动 yum -y install bind // 神奇,我还以为是named systemctl { start | stop | status | restart } named.service systemctl { enable | disable } named.servic
安装 yum -y install dhcp // 注意,在配置文件为空时,会报错,可以把/usr/share/doc/dhcp*/dhcpd.conf.example覆盖到/etc/dhcp/dhcp.conf systemctl start dhcpd systemctl enable d