摘要:
https://www.zsythink.net/archives/1604 阅读全文
摘要:
https://blog.csdn.net/qq_36801585/article/details/105569544 阅读全文
摘要:
echo 'export HISTTIMEFORMAT="%F %T `whoami` "' >> /etc/profile && source /etc/profile 阅读全文
摘要:
ps -ajx | grep 父进程号 阅读全文
摘要:
https://www.cnblogs.com/ll409546297/p/10265946.html 阅读全文
摘要:
https://blog.csdn.net/qq_44273583/article/details/105853730 阅读全文
摘要:
cat /proc/pid/status (pid为子进程号) 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
mongodump -h (数据库地址:3717) -uroot -p gmM9QIj4M0 -o /home/wgmprd/momgo_bak --authenticationDatabase admin (远程备份,-d 指定库 -c 指定表) ./mongorestore --host (数据 阅读全文