可以先尝试用 systemctl start gitlab-runsvdir.service 如果冻结不动的话,就需要查看系统服务项了 systemctl -t target 如果系统正常的话,所有任务应该是loaded active active,如果存在inactive dead选型,意味着有些 ...
分类:
其他好文 时间:
2020-06-14 20:49:54
阅读次数:
260
编译安装: 下载:http://nginx.org/download/nginx-1.18.0.tar.gz 解压:tar -zxvf nginx-1.18.0.tar.gz configure: ./configure --prefix=/usr/local/soft/nginx-1.18.0 - ...
分类:
其他好文 时间:
2020-06-14 13:14:28
阅读次数:
63
https://www.cnblogs.com/zipxzf/articles/11255817.html xufat CentOS7 Firewall常用命令汇总,开放端口及查看已开放的端口 1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: ...
分类:
其他好文 时间:
2020-06-14 13:13:47
阅读次数:
74
监控docker 下载sysdig/sysdig docker pull sysdig/sysdig [root@localhost ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE sysdig/sysdig latest 150a67c ...
分类:
其他好文 时间:
2020-06-13 00:14:56
阅读次数:
96
列出后台进程 :ps -ef | grep java杀死进程:kill -9 112708退出:ctrl+c 查看内存: df-h查看进程的内存:top 查看剩余内存: free -m 创建目录:mkdir -p app/microistore/elastic-search删除目录:rm -rf f ...
分类:
系统相关 时间:
2020-06-12 12:35:29
阅读次数:
76
常用命令速查 # SNAP #重启服务 systemctl restart snapd # 安装microk8s本 #snap install microk8s --classic --channel=latest/stable # 安装microk8s指定版本 snap install micro ...
分类:
其他好文 时间:
2020-06-11 10:26:41
阅读次数:
125
1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : ...
分类:
其他好文 时间:
2020-06-10 19:37:48
阅读次数:
75
LVS+keepalived做Mysql集群的负载均衡:注:1、LVS本身不对node做健康检查的,所以要借助keepalived2、根据配置当某nodedown掉会有几秒判断时间,这点请注意。负载均衡端:yuminstallipvsadmkeepalivedipset-devel注:keepalived的log在/var/log/message里vi/etc/keepalived/keepali
分类:
数据库 时间:
2020-06-10 19:25:38
阅读次数:
79
查看防火墙状态 [root@HUNDSUN ~]# systemctl status firewalld ● firewalld.service - firewalld - dynamic firewall daemon Loaded: loaded (/usr/lib/systemd/system ...
分类:
其他好文 时间:
2020-06-08 14:53:28
阅读次数:
74