下载内核www.kernel.org2.安装开发工具库DevelopmentTools,DevelopmentLibraries2.1配置yum#cd/etc/yum.repos.d/#vimlocal.repo[base]name=Serverbaseurl=file:///media/cdrom/enable=1gpgcheck=02.2安装#yum-ygroupinstall"DevelopmentTools""DevelopmentLibraries"3.解压内..
分类:
其他好文 时间:
2015-06-20 22:10:28
阅读次数:
142
1、配置YUM源、安装[nginx]name=nginxrepobaseurl=http://nginx.org/packages/OS/OSRELEASE/$basearch/gpgcheck=0enabled=1Replace“OS”with“rhel”or“centos”,dependingonthedistributionused,and“OSRELEASE”with“5”or“6”,for5.xor6.xversions,respectively.[nginx]..
分类:
其他好文 时间:
2015-06-18 20:21:40
阅读次数:
122
缘由:使用redhat的时候,一个最基本的问题就是配置yum源,我配置成功了,但是网速是硬伤,安装一个软件很耗时,这时候配置一个本地的yum源就是最好的解决办法了。方案:1、把centos安装ISO文件上传到服务器上,我这里不是ISO文件,而是已经解压出来了,你可以直接上传ISO,也..
分类:
其他好文 时间:
2015-06-16 19:33:38
阅读次数:
169
1、配置yum源[root@dn1~]#cd/etc/yum.repos.d[root@dn1yum.repos.d]#vimaliyun.repo添加如下内容:[epel]name=ExtraPackagesforEnterpriseLinux6-$basearchbaseurl=http://mirrors.aliyun.com/epel/6/$basearchhttp://mirrors.aliyuncs.com/epel/6/$basearch#mirrorlist=https:..
分类:
其他好文 时间:
2015-06-11 23:09:19
阅读次数:
238
起因应用部署入虚拟池的过程,发现虚拟机缺失gcc编译环境和telnet远程服务。解决方案为以后方便安装虚拟机其他缺失的服务,建议配置yum源。操作流程
请虚拟机管理员将系统安装镜像挂载到/media目录下
root用户登录,找到/etc/yum.repos.d/目录下的rhel-source.repo文件
cd /etc/yum.repos.d/3.vi修改文件,将media下的镜像添加为一个新的y...
分类:
其他好文 时间:
2015-06-05 00:49:08
阅读次数:
146
RT,在不方便配置yum的时候,如何给Centos6.6x86_64BasicServer快速安装httpd。拷贝光盘中以下rpm包到Centos6.6中:apr-1.3.9-5.el6_2.x86_64.rpmapr-util-1.3.9-3.el6_0.1.x86_64.rpmapr-util-ldap-1.3.9-3.el6_0.1.x86_64.rpmhttpd-tools-2.2.15-39.el6.centos.x86_64.rpmhtt..
分类:
Web程序 时间:
2015-06-03 06:14:17
阅读次数:
273
1、安装
由于是树莓派系统,还不知道怎么配置yum,sudo apt-get install libcurl
sudo apt-
2.下载例子
从网上http://curl.haxx.se/libcurl/c/example.html下载了一个allexample.zip文件。使用unzip
命令
unzip allexample.zip DirectoryExisted...
分类:
Web程序 时间:
2015-05-29 20:25:55
阅读次数:
541
0.环境: master:windows7,mysql5.5 slave:centos6.5(虚拟机),mysql5.1 1.先说下centos6.5安装mysql以及简要配置 yum?install?-y?mysql-server?mysql?mysql-devel 通过这种方式安装的是mysql5.1版本 然后 ?c...
分类:
数据库 时间:
2015-05-27 19:32:08
阅读次数:
179
公司的虚拟机,需要安装一些文件,用rpm包一个个安装太麻烦了,想用yum,但是又不能联网。所以只好配置一个本地的yum源了。将光盘mount到本地mount/dev/cdrom/media/cdrom修改yum配置文件cd/etc/yum.repos.d/在下面可以看到5个文件CentOS-Base.reposeCentOS-Debuginfo.repoCent..
分类:
其他好文 时间:
2015-05-26 16:34:41
阅读次数:
269
1.进入Linux系统挂载光盘,(或下载MysqL-serverMysqL),配置yum源2.yuminstall-ymysql-servermysql3.Servicemysqldstart4.登录数据库mysql[-uusername][-hhost][-p[password]][dbname]5.修改密码root用户:usr/bin/mysqladmin-urootpassword‘new-password‘6.数据库目录/var/l..
分类:
数据库 时间:
2015-05-22 19:37:07
阅读次数:
138