centos 6.8模板机制作

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 6.8模板机制作相关的知识,希望对你有一定的参考价值。

第一章虚拟化NAT网络设置

使用DHCP自动获取IP地址

技术分享

技术分享

第二章创建虚拟机

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

第三章安装CentOS-6.8-x86_64-bin-DVD1操作系统

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

第四章模板机优化

开机后使用命令ifup eth0获取到IP地址后。用SecureCRT连接。

4.1SecureCRT设置


技术分享

技术分享

技术分享

技术分享


技术分享

技术分享

技术分享

技术分享


4.2系统优化

优化开机网卡启动

sed -i ‘s#ONBOOT=no#ONBOOT=yes#g‘ /etc/sysconfig/network-scripts/ifcfg-eth0

优化支持中文字符集

[[email protected] ~]# echo $LANG
en_US.UTF-8
[[email protected] ~]# . /etc/sysconfig/i18n 
[[email protected] ~]# echo $LANG
ch_CN.UTF-8

关闭selinux

[[email protected] ~]# sed -i ‘s#SELINUX=enforcing#SELINUX=disabled#g‘ /etc/sysconfig/selinux
[[email protected] ~]# getenforce
Enforcing
[[email protected] ~]# setenforce Permissive
[[email protected] ~]# getenforce
Permissive

Base源更改为阿里云

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
wget -O /etc/yum.repos.d/CentOS-Base.repo 
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
yum update -y


本文出自 “sandshell” 博客,请务必保留此出处http://sandshell.blog.51cto.com/9055959/1970344

以上是关于centos 6.8模板机制作的主要内容,如果未能解决你的问题,请参考以下文章

centos7模板机制作

centos模板机制作前修改配置

Ocata_环境初始化准备:centos 7.2模板机制作(精华)

CentOS 6.8 Kdump 配置

C#常用代码片段备忘

基于CentOS 6.8平台最新源代码包MariaDB数据库企业版安装