摘要: root用户配置jdk vim /etc/profile加入: 其他用户配置JDK完成后执行:source /etc/profile使用 java -version 命令查看到jdk版本即为安装成功 先用root 用户执行chown -R hadoop:hadoop /usr/java 其中hado 阅读全文
posted @ 2018-09-12 14:32 xyarn 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 官方各版本源码包获取地址: https://nodejs.org/dist/ 选择需要的版本(此处为v4.6.2版本作为示例)下载、解压并移动到需要部署的目录上 在环境变量中配置 NODE_HOME 编辑 /etc/profile 加入以下两行: 阅读全文
posted @ 2018-09-12 14:01 xyarn 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 用户: root 安装方式: yum 1.查询当前系统已有的mariadb包 并卸载掉 2.安装mariadb服务 3.编辑/etc/my.cnf文件配置mysql数据库编码 编辑配置文件在 [mysqld] 中加入以下配置项 4.启动mariadb服务 5.设置开机自启动 6.修改root 密码M 阅读全文
posted @ 2018-09-12 13:37 xyarn 阅读(237) 评论(0) 推荐(0) 编辑
摘要: #/bin/bash #Auto configuration docker env #Author yarn #2018-9-10 11:53:45 ###################### REGISTRY=www.registry.example.cn HOST_NAME=application cat /etc/redhat-release read -p "If your opera... 阅读全文
posted @ 2018-09-10 16:35 xyarn 阅读(846) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #Judge Yes or No! #Author yarn #Date 2018-9-7 09:07:14 ######################## read -p "Please input Yes or No:" anw case $anw in [Yy][Ee][Ss]|[yY]) echo yes! ;; [Nn][Oo]|[Nn]) echo no! ... 阅读全文
posted @ 2018-09-07 09:20 xyarn 阅读(323) 评论(0) 推荐(0) 编辑
摘要: # mv /etc/localtime /etc/localtime_bak # cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime # date # ntpdate cn.pool.ntp.org # echo 'Asia/Shanghai' > 阅读全文
posted @ 2018-09-05 16:06 xyarn 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 挂载:(挂载新设备)fdisk -l (查看设备情况)pvcreate /dev/sdb (将该设备创建为一个pv单元)vgcreate app /dev/sdb -s 64M (创建一个名为app的vg;此处应当注意PE大小分配 eg:设置为64最大可分配4Tb,128最大分配8Tb)lvcrea 阅读全文
posted @ 2018-09-03 18:15 xyarn 阅读(6422) 评论(0) 推荐(0) 编辑
摘要: yum install epel-release y yum install ansiable 编辑 /etc/ansiblels/ansible.cfg 将 #host_key_checking = False 注释取消(取消此注释 第一次使用ansiable进行连接到其他主机时不需要输入yes进 阅读全文
posted @ 2018-08-14 09:12 xyarn 阅读(183) 评论(0) 推荐(0) 编辑
摘要: chmod +x /etc/rc.d/rc.local 摘自: https://blog.csdn.net/wuweilong/article/details/39743535 阅读全文
posted @ 2018-08-08 09:03 xyarn 阅读(115) 评论(0) 推荐(0) 编辑
//https://esofar.github.io/cnblogs-theme-silence/#/guide