码迷,mamicode.com
首页 >  
搜索关键字:linux命令 参数补全 nmcli systemctl    ( 9453个结果
Nginx 开启,关闭,重启,查看命令,错误解决:Job for nginx.service failed because the control process exited with error code
启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control process exited with error code. See “systemctl stat 可能原因如下: 1.nginx配置文件有错误 运行下面命令查 ...
分类:其他好文   时间:2021-06-02 19:50:08    阅读次数:0
分离部署lamp
环境介绍 RHEL8 nginx 192.168.92.129 RHEL8 myxql 192.168.92.130 RHEL8 php 192.168.92.131 nginx配置 //关闭服务器和selinux [root@nginx ~]# systemctl disable --now fi ...
分类:其他好文   时间:2021-06-02 19:38:14    阅读次数:0
shell脚本使用之awk按列求平均值(含最大,最小值)
使用Linux命令的awk工具 delay_avg.sh脚本内容如下所示: #!/bin/sh RESPONSEFILE=$1 if [ $# -ne 1 ] then echo "usage: ./delay_avg.sh named.response.X " else { cat $RESPON ...
分类:系统相关   时间:2021-06-02 18:51:02    阅读次数:0
linux命令行录制
linux命令行录制 1.安装 # mac brew install asciinema # ubuntu sudo apt instal asciinema # windows请在CYGWIN中使用 2.使用 1.)开始录制 asciinema rec 2.)停止录制 ctrl+d 或 exit ...
分类:系统相关   时间:2021-06-02 18:20:36    阅读次数:0
十、tomcat中各目录的作用
1.bin bin目录主要是用来存放tomcat的命令,主要有两大类,一类是以.sh结尾的(linux命令),另一类是以.bat结尾的(windows命令)。 重要: 很多环境变量的设置都在此处,例如可以设置JDK路径、TOMCAT路径 startup 用来启动tomcat shutdown 用来关 ...
分类:其他好文   时间:2021-06-02 16:00:31    阅读次数:0
/etc/init.d/functions: No such file or directory报错问题
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:其他好文   时间:2021-06-02 15:14:11    阅读次数:0
docker
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:其他好文   时间:2021-06-02 14:49:47    阅读次数:0
防火墙linux
一、防火墙的开启、关闭、禁用命令 (1)设置开机启用防火墙:systemctl enable firewalld.service (2)设置开机禁用防火墙:systemctl disable firewalld.service (3)启动防火墙:systemctl start firewalld ( ...
分类:系统相关   时间:2021-06-02 13:23:22    阅读次数:0
centos7默认安装没有连接网络
1、显示所有连接 [root@localhost ~]# nmcli con show 2、连接ens33网络 [root@localhost ~]# nmcli con up ens33 备注 这个ens33是通过第一步查到的 /etc/sysconfig/network-scripts目录下会有 ...
分类:其他好文   时间:2021-06-02 13:10:38    阅读次数:0
虚拟机内存占用高自动杀死进程
# 2. 新建 CentOS-aliyun.repo 文件cd /etc/yum.repos.dcp CentOS-Base.repo CentOS-aliyun.repo # 3. 在CentOS-ucloud.repo文件末尾添加如下代码vim CentOS-aliyun.repo [kerne ...
分类:系统相关   时间:2021-06-02 11:43:20    阅读次数:0
9453条   上一页 1 ... 3 4 5 6 7 ... 946 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!