安装包和主要步骤:1. 首先安装系统基础环境RHEL & CentOS 系列:yum install -y automake autoconf libtool gcc gcc-c++Debian & Ubuntu 系列:apt-get install automake autoconf libtoo...
分类:
系统相关 时间:
2015-04-28 01:49:57
阅读次数:
246
reference: http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-xrdp-remote-desktop-to-centos-6-rhel-6.html#axzz3YUmJrTYJ
1.
32bits
# rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i3...
分类:
其他好文 时间:
2015-04-27 18:34:45
阅读次数:
213
1. 安装salt-master和salt-minion安装过程不再赘述,请参考http://docs.saltstack.com/en/latest/topics/installation/index.html2. 安装salt-api,cherrypy用来jenkins与salt通信启用salt...
Docker安装一.Docker安装1.1.1docker安装在RHEL/centos上**推荐是rhel/centos系统的版本必须大于6.5以上6系列最好是6.6运行docker较稳定,低于6.5以下安装docker第一要升级内核docker运行不稳定,7系列已经把docker的包放在自己的库对于CentOS6,可以使用epel库安装Docker,命..
分类:
其他好文 时间:
2015-04-27 15:34:51
阅读次数:
121
有时你也许想要给一个网卡多个地址。你该怎么做呢?另外买一个网卡来分配地址?在小型网络中其实不用这么做。我们现在可以在CentOS/RHEL 7中给一个网卡分配多个ip地址。想知道怎么做么?好的,跟随我,这并不难。首先,让我们找到网卡的IP地址。在我的CentOS 7服务器中,我只使用了一个网卡。用r...
分类:
其他好文 时间:
2015-04-26 20:58:11
阅读次数:
182
备注:这里是以rhel-server6.264位系統安裝做演示。一、安裝rhel-server6.2以rhel-6.2光盘引导系统,会出现以下界面Installorupgradeanexistingsystem:全新安装或更新一个已存在RHEL系统。Installsystemwithbasicvideodriver:使用最基本的显卡驱动来安装操作系统(选择此项不?.
分类:
其他好文 时间:
2015-04-25 00:26:06
阅读次数:
223
文章转自:http://www.cyberciti.biz/faq/debian-ubuntu-rhel-centos-linux-bash-sudo-command-not-found/安装sudo$ su -and install sudoapt-get install sudo修改sudosu...
分类:
其他好文 时间:
2015-04-23 21:27:43
阅读次数:
223
一、环境说明操作系统版本:RHEL 5.4_64redis版本:2.8.17keepalived版本:1.1.15master:10.142.130.81slave: 10.142.130.82Virtural IP Address (VIP) :10.142.130.83(对外提供服务)redis...
分类:
其他好文 时间:
2015-04-22 20:09:14
阅读次数:
345
安装salt-minion新增minion:
【svr205-2】
[root@svr205-2~]#yuminstallsalt-minion-y
[root@svr205-2~]#vim/etc/salt/minion
master:10.0.200.21
id:svr205-2
或则,使用脚本来更改配置:
[root@svr205-2~]#catsaltstack-install-minion.sh
#!/bin/bash
#
#2015/4/21
srv_..
分类:
其他好文 时间:
2015-04-21 11:25:54
阅读次数:
211
8.Linux多网卡绑定、子接口·mii-tooleth0,查看网卡速度、状态、物理连接,·ethtooleth0,查看网卡物理特性,-i查看网卡驱动信息,-S查看网卡状态,·IP别名:linux支持在一个物理网卡上配置多个ip地址,用来实现类似子接口之类的功能,·centos/RHEL系统默认会启用NetworkMa..
分类:
系统相关 时间:
2015-04-19 19:51:08
阅读次数:
762