摘要:
Linux find /home/my_folder -type f -mtime +10 | xargs rm -rf or find /home/my_folder -type f -mtime +10 -exec rm {} \; or find /home/my_folder -type f 阅读全文
摘要:
Linux find /home/my_folder -type f -mtime +10 | xargs rm -rf or find /home/my_folder -type f -mtime +10 -exec rm {} \; or find /home/my_folder -type f 阅读全文
摘要:
1. 远程 linux 服务器建立目录 mkdir -p /data/tipray 2. 本地windows服务器安装winscp 略 3. 本地windows服务器生成cripts.txt和scripts.log # scripts.txt option echo off option trans 阅读全文
摘要:
1. 华为交换机配置ssh & sftp # 生成密匙 [Huawei] rsa local-key-pair create # 配置vty [Huawei] user-interface vty 0 4 [Huawei-ui-vty0-4] authentication-mode aaa [Hua 阅读全文
摘要:
https://ac.nowcoder.com/discuss/900113?type=5&order=0&page=1&source_id=discuss_center_5_nctrack&gio_id=-1648452336554 作者:dummer0525 链接:https://ac.nowc 阅读全文
摘要:
参考 https://ken.io/note/docker-swarm-service-deploy-and-manage 阅读全文
摘要:
参考 https://bbs.sangfor.com.cn/forum.php?mod=viewthread&tid=124057 https://cloud.tencent.com/developer/article/1842283 https://www.iyusou.com/?news_12/ 阅读全文
摘要:
参考 https://devops.hc-yun.com/archives/18.html https://www.cnblogs.com/dowi/p/10309418.html https://www.haproxy.com/blog/haproxy-on-docker-swarm-load-b 阅读全文
摘要:
参考 https://self-service-password.readthedocs.io/en/latest/installation.html#docker https://www.cnblogs.com/keitsi/p/16618565.html https://blog.ruanbek 阅读全文
摘要:
1. 生成复杂root密码 # openssl rand -base64 12 a+uJ29c3ECR0BMAv 2. 生成sshkey # ssh-keygen -N '' -b 2048 -t rsa -f srv-2-96 srv-2-96 srv-2-96.pub 3. sshkey公匙拷贝 阅读全文
摘要:
https://github.com/Pa55w0rd/Enterprise_-Security_tools http://blog.nvacg.org/2017/12/05/packetfence%E7%9A%84%E6%90%AD%E5%BB%BA/ https://www.cnblogs.co 阅读全文
|