上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页
摘要: https://www.zsythink.net/archives/1604 阅读全文
posted @ 2022-01-10 15:34 哦~杰克 阅读(87) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_36801585/article/details/105569544 阅读全文
posted @ 2022-01-08 10:01 哦~杰克 阅读(15) 评论(0) 推荐(0) 编辑
摘要: echo 'export HISTTIMEFORMAT="%F %T `whoami` "' >> /etc/profile && source /etc/profile 阅读全文
posted @ 2022-01-06 08:27 哦~杰克 阅读(31) 评论(0) 推荐(0) 编辑
摘要: ps -ajx | grep 父进程号 阅读全文
posted @ 2022-01-05 08:05 哦~杰克 阅读(172) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ll409546297/p/10265946.html 阅读全文
posted @ 2021-12-31 13:24 哦~杰克 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_44273583/article/details/105853730 阅读全文
posted @ 2021-12-16 21:39 哦~杰克 阅读(11) 评论(0) 推荐(0) 编辑
摘要: cat /proc/pid/status (pid为子进程号) 阅读全文
posted @ 2021-12-16 11:05 哦~杰克 阅读(368) 评论(0) 推荐(0) 编辑
摘要: lyh ALL=(ALL) NOPASSWD:ALL,!/usr/bin/su,!/usr/bin/chattr,!/usr/sbin/init,!/usr/sbin/reboot,!/sbin/reboot,!/usr/sbin/shutdown,!/usr/bin/passwd,!/bin/ba 阅读全文
posted @ 2021-12-14 20:54 哦~杰克 阅读(45) 评论(0) 推荐(0) 编辑
摘要: tar -zxvf elasticsearch-5.6.12.tar.gz 注意:ES启动不能以ROOT用户来进行,所以需要创建一个用户 创建用户: useradd user-es 授权: chown -R user-es:user-es /usr/local/elasticsearch-5.6.1 阅读全文
posted @ 2021-12-13 18:35 哦~杰克 阅读(112) 评论(0) 推荐(0) 编辑
摘要: mongodump -h (数据库地址:3717) -uroot -p gmM9QIj4M0 -o /home/wgmprd/momgo_bak --authenticationDatabase admin (远程备份,-d 指定库 -c 指定表) ./mongorestore --host (数据 阅读全文
posted @ 2021-12-13 15:18 哦~杰克 阅读(62) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页