一般在服务器安装完操作系统,上架之前都要进行初步的优化工作,总结几点如下:1、修改ip地址:若centos7请查阅前面的文档设置网卡信息2、关闭selinux和iptables3、添加普通用户并进行sudo授权管理:vi/etc/sudoer4、更新国内yum源及epel源,并安装必要的软件,wget、lrzsz、ntp..
分类:
其他好文 时间:
2017-08-22 21:56:15
阅读次数:
183
下载网站:http://releases.ansible.com/ansible/
中文网站:http://www.ansible.com.cn/docs/
网站:http://docs.ansible.com/ansible/index.html
epel源:http://fedoraproject.org/wiki/EPEL
yuminstallepel*
yuminstallansible
控制端:
vim/etc/ansible/hosts
[ALL]
192..
分类:
其他好文 时间:
2017-08-22 00:25:38
阅读次数:
121
程序包管理总结编译总结程序包管理总结rpm(RedhatPackageManager)早期由redhat用perl语言研发,后来用C重写(RPMisPackageManager)。前端管理工具是yum,centos7后支持dnf(EPEL源)Fedora22之后,支持dnf工具的使用Debian系用.deb包,dpt-get前端管理工具Slackware的二次发行版:..
分类:
其他好文 时间:
2017-08-18 09:39:44
阅读次数:
256
前期准备:我用的是虚拟机上的CentOS 64位系统。所以需要设置网卡,时间,EPEL源,安装一些必备的软件。 1.1在虚拟机上安装好Linux系统后选择虚拟机设置—>网络适配器—>网络连接—>桥接模式 1.2然后进入系统配置网卡。 永久修改: vi /etc/sysconfig/network-s ...
分类:
数据库 时间:
2017-08-16 19:08:17
阅读次数:
280
redhat6.4安装epel源和aliyun的源##下载阿里云的源wget-O/etc/yum.repos.d/CentOS-Base.repohttp://mirrors.aliyun.com/repo/Centos-6.repo修改阿里云的系统版本sed-i‘s/$releasever/6/g‘CentOS-Base.repo然后就可以使用了阿里云的源了##下载epel的源wgethttp://download.fedor..
分类:
其他好文 时间:
2017-08-15 23:03:36
阅读次数:
371
192.168.88.20 master 192.168.88.21 minmion192.168.88.23 minmion一、安装saltsatack(20、21和23)1、安装epel安装:salt安装需要epel源支持,所以在安装salt前需要先安装epel包wget -O epel.rpm ...
分类:
其他好文 时间:
2017-08-15 15:11:19
阅读次数:
181
1、wetty Wetty是使用Node.js和websockets开发的一个开源`Web-based SSH` 2、环境配置 2.1、配置epel源 1 [epel] 2 name=epel 3 baseurl=https://mirrors.aliyun.com/epel/7Server/x86 ...
分类:
Web程序 时间:
2017-08-13 18:41:29
阅读次数:
305
puppet是管理上百台服务器IT基础设施自动化的工具。 实验环境:CentOS7; 安装可以用epel源进行安装,也可自行下载RPM包; #puppet使用: #资源的定义: ...
分类:
其他好文 时间:
2017-08-08 13:46:55
阅读次数:
176
为RHEL7和Centos7上安装epel源和docker源以及安装和检查 Docker入门基本的简单使用命令参数以及详解 ...
分类:
其他好文 时间:
2017-08-05 15:36:06
阅读次数:
250