摘要: 第一步:安装openssh-clients yum install -y openssh-clients.x86_64第二步:生成密钥 ssh-keygen第三步:拷贝公钥到其他机器 ssh-copy-id hostname 使用脚本批量配置每台机器互相免密登录 环境:centos6.10 安装脚本 阅读全文
posted @ 2018-10-18 20:48 京东 阅读(260) 评论(0) 推荐(0)
摘要: 首先下载eclipse的scala插件,地址:http://download.scala-ide.org/sdk/lithium/e47/scala212/stable/update-site.zip 或者搜索 scala for eclipse解压后复制到eclipse安装目录的dropins下, 阅读全文
posted @ 2018-10-18 19:58 京东 阅读(220) 评论(0) 推荐(0)
摘要: 所有命令或步骤: 首先,在各个节点上安装nfs服务 yum install -y nfs service rpcbind start service nfs start 配置开机自启动服务 chkconfig rpcbind on chkconfig nfs on 编辑/etc/exports文件, 阅读全文
posted @ 2018-10-18 19:52 京东 阅读(504) 评论(0) 推荐(0)