
liunx
跌跌撞撞创斯你
这个作者很懒,什么都没留下…
展开
-
centos7下tomcat的搭建
centos7下tomcat的搭建原创 2022-02-25 12:40:40 · 582 阅读 · 0 评论 -
liunx命令
liunx命令原创 2022-02-25 12:23:51 · 794 阅读 · 0 评论 -
CentOS7下yum安装MySQL 5.7
在此之前先关闭防火墙 shell > wget http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpm shell > yum localinstall -y mysql57-community-release-el7-7.noarch.rpm shell > yum install -y mys...转载 2019-07-08 14:28:47 · 143 阅读 · 0 评论 -
Centos7 网络报错 job for network service failed because the control process exited with errot code
报错如下 job for network service failed because the control process exited with errot code . See "systemctl status network.service " and "journalctl -xe"for details 解决方案 执行 stop NetworkManager.service ch...原创 2019-07-08 14:32:11 · 2262 阅读 · 0 评论 -
centsos 端口查看
centos 查看所有运行中的服务ip和端口信息 netstat -tunpl 查看Centos端口命令: netstat -lntp #查看监听(Listen)的端口 netstat -antp #查看所有建立的TCP连接 其他关于查看服务器网络信息命令: 1、查看Linux系统主机名: Linux学习,http:// linux.it.net.cn hostname localhost.loc...转载 2018-10-13 15:41:00 · 785 阅读 · 0 评论