码迷,mamicode.com
首页 >  
搜索关键字:centos firewalld docker    ( 47128个结果
一步一步安装CentOS 5.6操作系统
安装Linux系统 ******************************************************************************* 目标:安装Centos5操作系统 ******************************************************************************* 1、启动服务器放入...
分类:其他好文   时间:2014-07-26 02:01:16    阅读次数:213
centos 无线网卡驱动 安装 配置
1,查看一下有没有装过无线网卡驱动[root@localhost network-scripts]# iwconfiglo no wireless extensions.eth0 no wireless extensions.2,查看无线网卡型号[root@localhost network-sc....
分类:其他好文   时间:2014-07-26 01:48:36    阅读次数:209
centos 安装 lnmp
直接yum install nginx不行,要先处理下源,下面是安装完整流程1. rpm -ivhhttp://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm2.查看yum的ngi...
分类:其他好文   时间:2014-07-26 01:12:56    阅读次数:209
烂泥:KVM安装centos6.5系统
本文由秀依林枫提供友情赞助,首发于烂泥行天下。 在前一篇文章中,我介绍了有关KVM的安装与配置。接下来,就来介绍如何在KVM中安装Centos系统。 注意该centos镜像文件,使用的是:CentOS-6.5-x86_64-minimal.iso 在KVM中安装操作系统一般是分为三步: 创建虚拟机所...
分类:其他好文   时间:2014-07-25 19:08:12    阅读次数:370
为Xen虚拟机扩容根文件系统(LVM)
===== 为Xen虚拟机扩容根文件系统(LVM) =====1. 增加1个4G的映像文件# dd if=/dev/zero of=data.img bs=4k seek=1024k count=12. 更改虚拟机配置:disk = [ "tap:aio:/xen_images/xen_centos...
分类:其他好文   时间:2014-07-25 16:40:41    阅读次数:536
CentOS6.4建立本地源
#mkdir /mnt/ISO#mount -o loop /root/CentOS-6.4-x86_64-bin-DVD1.iso /mnt/ISO/#mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_ba...
分类:其他好文   时间:2014-07-25 14:24:31    阅读次数:235
graph driver-device mapper-driver初始化
// thin device数据结构 type DevInfo struct { Hash string `json:"-"` DeviceId int `json:"device_id"` Size uint64 `json:"size"` TransactionId uint64 `json:"tran...
分类:移动开发   时间:2014-07-25 11:02:35    阅读次数:549
CentOS网络启动错误
我所使用 的是centos虚拟机,在那个环境下有dhcp服务,本来用的好好的,可是突然出现了如下错误: 错误:determining IP information for eth0 ... failed; no link present . Check cable? 开始还以为是网线掉了,结果好的。 后来去网上百度,google了一下,结果出现的都是 Getting a DHCP Addr...
分类:其他好文   时间:2014-07-25 10:59:51    阅读次数:216
Docker实践(1)—入门
docker入门
分类:其他好文   时间:2014-07-25 02:35:34    阅读次数:373
centos 部署php+nginx+memadmin + memcached
nginx http://nginx.org/download/nginx-1.7.3.tar.gz php http://cn2.php.net/distributions/php-5.5.14.tar.gz php.memcache插件 http://pecl.php.net/get/memcache-3.0.8.tgz memadmin http://www.junopen.com...
分类:Web程序   时间:2014-07-25 00:03:54    阅读次数:429
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!