码迷,mamicode.com
首页 >  
搜索关键字:restart pending    ( 3678个结果
arthas(阿尔萨斯)使用实践----查看慢方法 /方法耗时等
初次使用时的一些问题 [ERROR] Target process 116477 is not the process using port 3658, you will connect to an unexpected process. [ERROR] 1. Try to restart arth ...
分类:其他好文   时间:2020-07-10 20:42:38    阅读次数:259
ansible安装nginx
查看hosts文件 [root@ansible playbooks]# ansible all --list hosts (4): 192.168.1.114 192.168.1.113 192.168.1.111 192.168.1.117 第一次安装报错,发现被控的服务器没有nginx 解决: ...
分类:其他好文   时间:2020-07-10 09:57:45    阅读次数:69
如何用docker 部署lnmp环境?
前提:安装好了docker-ce。systemctlstartdockersystemctlenabledockeriptables-Xiptables-Fserviceiptablessave1、部署nginx:dockerrun-it-d-p80:80-v/usr/share/nginx/html/:/usr/share/nginx/html/-v/etc/nginx/conf.d/:/etc
分类:其他好文   时间:2020-07-10 09:36:54    阅读次数:64
Windows-bat-loop for restart exe
Windows-bat-loop for restart exe July 10, 2020 2:09 AM 周期重启某个指定的程序 @echo off :start choice /t 10 /d y /n >nul cd C:\Users\Administrator\Desktop\XXXX.e ...
分类:Windows程序   时间:2020-07-10 09:20:47    阅读次数:79
08_调试
// 调试文件 node debug *.js c-continue n-next s-step // watch 观察 unwatch 解除观察 // watch('i'); undefined // watch('i == 100'); false // setBreakpoint(finena ...
分类:其他好文   时间:2020-07-10 09:17:23    阅读次数:62
harbor离线安装
环境:centos7.6 1、安装docker 详情见:https://www.cnblogs.com/wukc/p/13265528.html 2、配置时区 timedatectl set-timezone Asia/Shanghai 3、修改主机名称 hostnamectl set-hostna ...
分类:其他好文   时间:2020-07-09 15:21:21    阅读次数:181
常见方案--远程开发代码同步
工作时开发环境是windows,需要远程连接服务器编译,个人的常使用的代码同步方式有以下两种: 第一种:samba samba服务器可以作为windows和linux交互的媒介,在windows上即可访问linux文件,实现代码同步。 samba安装: sudo apt-get install sa ...
分类:其他好文   时间:2020-07-09 10:38:15    阅读次数:77
run_iep_pss_usc.sh脚本总结
APP_HOME=/home/sxylz/ggfw APP_NAME=$1# 使用说明,用来提示输入参数usage() { #Usage[可选内容] echo "Usage: sh boot [APP_NAME] [start|stop|restart|status]" exit 1} # 检查程序 ...
分类:其他好文   时间:2020-07-08 15:22:45    阅读次数:68
linux系统加固方案
1、禁止root账户登录 vim /etc/ssh/sshd_config 找到这一行,并将其改为 no 重启sshd服务 systemctl restart sshd 限制能够su为root的用户(因为禁止root登录之后,其他用户还是可以su到root的) 操作目的:检查是否使用pam认证模块禁 ...
分类:系统相关   时间:2020-07-08 15:21:19    阅读次数:104
4、自定义service 服务
vim /usr/lib/systemd/system/minio.service 1 [Unit] 2 Description=Minio service 3 Documentation=https://docs.minio.io/ 4 5 [Service] 6 WorkingDirectory ...
分类:其他好文   时间:2020-07-07 17:45:15    阅读次数:75
3678条   上一页 1 ... 20 21 22 23 24 ... 368 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!