
Linux
不说话的卡卡西
勤奋治学 深度思考 静心钻研 先苦后甜
面向对象OO = 面向对象分析OOA + 面向对象设计OOD + 面向对象编程OOP + 面向切面编程 AOP
展开
-
传递公钥文件实现无密码登录
传递公钥文件实现无密码登录 #!/bin/bash x=`cat .ssh/id_rsa.pub` ip=$1 password=$2 if [ ! -f "/root/.ssh/id_rsa.pub" ];then echo "文件不存在" expect <<EOF set timeout -1 spawn ssh-keygen -t rsa expect { "Enter file in which to save the key (/root/.ssh/i原创 2022-02-27 22:19:45 · 270 阅读 · 0 评论 -
VMWare中Centos相关
VMWare中Centos相关 https://blog.51cto.com/14449522/2441560 https://blog.youkuaiyun.com/xiaoyi23000/article/details/80521337原创 2020-01-18 17:53:22 · 156 阅读 · 0 评论