1. 删除原有的RHEL yum $ rpm aq | grep yum|xargs rpm erase – nodeps 2. 下载 CentOS 5 yum 2.1 i386: 2.2 x86_64: 3. 安装 CentOS5 yum 3.1 i386: 3.2 x86_64: 4. 下载 C ...
分类:
其他好文 时间:
2018-07-01 22:02:43
阅读次数:
212
容器技术已经成为应用程序封装和交付的核心技术 ? 容器技术的核心有以下几个内核技术组成: – CGroups(Control Groups)-资源管理 – NameSpace-进程隔离 – SELinux安全 ? 由于是在物理机上实施隔离,启动一个容器,可以像启动一个进程一样快速 Docker是完整 ...
分类:
其他好文 时间:
2018-07-01 17:50:42
阅读次数:
250
CentOS7中执行 会报错Failed to start iptables.service: Unit iptables.service failed to load: No such file or directory. 在CentOS 7或RHEL 7或Fedora中防火墙由firewalld ...
分类:
其他好文 时间:
2018-06-29 17:19:49
阅读次数:
3930
四、添加监控客户端1、监控Linux服务器首先安装zabbix-agent客户端CentOS6客户端:#rpm-ivhhttp://repo.zabbix.com/zabbix/3.4/rhel/6/x86_64/zabbix-release-3.4-1.el6.noarch.rpm#yuminstallzabbix-agent#安装的过程自动创建zabbix用户和组#chkconfig--lev
分类:
其他好文 时间:
2018-06-29 16:29:21
阅读次数:
269
创建表hbase(main):033:0> create ‘test‘,‘cf‘创建要导入的文件[hadoop-user@rhel work]$ cat /home/hadoop-user/work/sample1.csvrow10,"mjj10"row11,"mjj11"row12,"mjj12"r
分类:
其他好文 时间:
2018-06-29 12:07:30
阅读次数:
224
Shell语言脚本:可以运行,一个文件,可以实现某种功能(命令的堆积)[root@server0~]#vim/root/stu.shechohelloworldcat/etc/redhat-releaseuname-rhostnameifconfig|head-2[root@server0~]#chmod+x/root/stu.sh[root@server0~]#/root/stu.sh案例1:书
分类:
系统相关 时间:
2018-06-29 10:59:02
阅读次数:
190