1. 查看linux主机名 cat /etc/hostname
2. 修改网络配置 vim /etc/sysconfig/network-scripts/ifcfg-ens33
3. 查看防火墙状态:systemctl status firewalld.service
关闭防火墙:systemctl stop firewalld.service
永久关闭防火墙:systemctl disable firewalld.service
1. 查看linux主机名 cat /etc/hostname
2. 修改网络配置 vim /etc/sysconfig/network-scripts/ifcfg-ens33
3. 查看防火墙状态:systemctl status firewalld.service
关闭防火墙:systemctl stop firewalld.service
永久关闭防火墙:systemctl disable firewalld.service
上一篇:17 迭代器模式
下一篇:console.dir()
一些命令
qpython运行的shell命令 查看python进程 杀掉进程 查看atx服务 关闭atx服务 启动atx服务,需要root权限
spring历程概述一、xml配置 spring1.x,基本是用xml配置bean,频繁的在xml和配置文件中切换。二、注解配置 spring2.x,基于JDK1.5的注解支持,采用声明Bean的直接(@Service、@Component)减少配置,最终出现基本数据配置采用xml,业务配置用注解。三、java配置 spring3.x,Spring提供java配置的能力,减小xml的依赖,统一使用
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M