上一页 1 ··· 3 4 5 6 7
摘要: 构建hello服务器 public class HelloServer{ public static void main(String[] args) throws Exception { // 定义一对线程组 // 主线程组,用于接收客户端连接,但是不做任何处理,像老板一样,不做事 EventLo 阅读全文
posted @ 2020-09-22 18:11 Edward_han 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 时间同步。查看chronyd服务的状态,并开启 # systemctl restart chronyd 主机名称解析正常 关闭防火墙 关闭iptables 禁用Selinux 禁用所有swap设备 临时关闭所有swap设备 # swapoff -a 打开所有swap设备 # swapon -a 永久 阅读全文
posted @ 2020-09-22 17:54 Edward_han 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-22 17:44 Edward_han 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-22 17:42 Edward_han 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 安装epel和方便工具 # yum install epel-release -y && yum install lrzsz -y 下载python3.6.5 # wget http://www.python.org/ftp/python/3.6.5/python-3.6.5.tar.xz 安装gc 阅读全文
posted @ 2020-09-22 17:39 Edward_han 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 启用ceph块设备接口 也称之为RADOS块设备,简称RBD。 创建块设备rbd 1.创建存储池 # ceph osd pool create rbdpool 64 2.启用rbd功能 # ceph osd pool application enable rbdpool rbd 3.初始化 # rb 阅读全文
posted @ 2020-08-22 15:59 Edward_han 阅读(1047) 评论(0) 推荐(0) 编辑
摘要: 依赖包安装 # yum install curl policycoreutils openssh-server openssh-clients postfix gitlab仓库安装 # curl -sS https://packages.gitlab.com/install/repositories 阅读全文
posted @ 2020-01-22 17:00 Edward_han 阅读(81) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7