载本地光盘到系统:把Cent6.2安装光盘放入光驱,在终端命令行下操作mkdir/mnt#新建挂载目录mount/dev/cdrom/mnt#挂载光盘到/mnt目录下cd/mnt#进入挂载目录Ls查看挂载目录,配置本地yum源cd/etc/yum.repos.d/#进入yum配置目录viCentOS-Media.repo#编辑配置文件,添加以下内容:1..
分类:
其他好文 时间:
2015-06-18 22:24:54
阅读次数:
135
3、安装Grid 3.1、安装rpm包 两个节点都要安装,以节点1为例 [root@orcl1 yum.repos.d]# yum install compat-libstdc++-33 ksh gcc gcc-c++ libgomp elfutils-libelf-devel glibc-deve...
分类:
数据库 时间:
2015-06-18 19:44:15
阅读次数:
252
使用阿里云ecs,运行composer update,更新到一半,总是会提示 :
Downloading: 100%
Failed to download 2amigos/yii2-ckeditor-widget from dist: The "https://api.github.com/repos/2amigos/yii2-ckeditor-widget/zipball/023...
分类:
其他好文 时间:
2015-06-18 11:39:08
阅读次数:
455
1 创建rhel-debuginfo.repo,如果有则先备份再删除 cd /etc/yum.repos.d
rm rhel-debuginfo.repo
vi rhel-debuginfo.repo 插入以下内容: [Server]
name=Red Hat Enterprise Linux Server
baseurl=file:///home/redhat-iso #本地i...
分类:
其他好文 时间:
2015-06-17 16:45:13
阅读次数:
120
1.下载
去官网下载源码http://tomcat.apache.org/download-70.cgi
或者在eclipse中从svn导入http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_62/ 2.修改配置将下载后的文件build.properties.default更名为build.properties.
打开bui...
分类:
其他好文 时间:
2015-06-17 11:28:11
阅读次数:
156
一,首先是服务安装#vim /etc/yum.repos.d/Centos-Base.repo在最新新增[atrpms]name=Red Hat Enterprise Linux $releasever - $basearch - ATrpmsbaseurl=http://dl.atrpms.net...
分类:
其他好文 时间:
2015-06-16 10:47:57
阅读次数:
210
环境:dhcp服务器:172.168.0.1tftp+pxe服务器:172.168.0.2配置DHCP服务器一、配置本地yum源mount/dev/cdrom/mnt
rm-rf/etc/yum.repos.d/*
vi/etc/yum.repos.d/base.repo
[base]
name=base
baseurl=file:///mnt
enabled=1
gpgcheck=0
yumrepolist二、安装配置dhcpyum-yinstall..
分类:
其他好文 时间:
2015-06-15 16:42:48
阅读次数:
227
1.解决Red Hat因为没有注册而无法使用yum:(1)cd /etc/yum.repos.d/(2)wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo(3)mv rhel-debuginfo.repo rhel-debuginfo....
分类:
系统相关 时间:
2015-06-14 16:38:09
阅读次数:
453
1、升级内核到3.10.x
方式一、yum安装
cd /etc/yum.repos.d wget http://www.hop5.in/yum/el6/hop5.repoyum install kernel-ml-aufs kernel-ml-aufs-devel
方式二、rpm安装(推荐)
rpm -ivh kernel-ml-aufs-3.10.5-3.el...
分类:
系统相关 时间:
2015-06-14 13:49:28
阅读次数:
254
1.InstallnginxfromNgnixwebwithstableversionvi/etc/yum.repos.d/nginx.repo[nginx]name=nginxrepobaseurl=http://nginx.org/packages/centos/6/x86_64/gpgcheck=0enabled=1yum-yinstallnginxvi/etc/nginx/nginx.conf#setitwithinnumberofCPUcoresworker_processes2;#uncommen..
分类:
Web程序 时间:
2015-06-12 15:11:26
阅读次数:
205