码迷,mamicode.com
首页 >  
搜索关键字:yum    ( 23269个结果
OPStackComputeNodeMaintain
1,yum -y install openstack-nova-compute计算节点配置完成后 其配置文件默认非注释行内容如下;2,Ruiy手动部署如下endpoint的nova配置文件配置如上endpoint的具体novainone配置openstack 计算节点(compute nodes)b...
分类:其他好文   时间:2014-09-02 17:28:45    阅读次数:298
Linux 6.2配置yum本地
yum 1、挂在iso文件 [root@localhostmedia]# mount /dev/cdrom /media 2、安装createrepo createrepo是配置YUM源的配置工具,检查当前是否已经安装createrepo包的安装情况: [root@localhostPackages]# rpm -ivh createrepo-0.9.8-4.el6.no...
分类:系统相关   时间:2014-09-02 15:56:44    阅读次数:211
Apache 实现http协议自动转成https协议,Apache 防DDOS攻击 使用mod_rpaf模块 mod_evasive模块
一:实践环境介绍二:配置Apache,实现访问http页面自动转成https页面需求1:整个站点都实现http自动转https需求2:整个站点使用http协议,只有某个单独页面从http自动转到https实验环境介绍使用yum安装apacheApache版本#httpd-vServerversion:Apache/2.2.15(Unix)Serverbuilt:..
分类:其他好文   时间:2014-09-02 12:40:05    阅读次数:360
yum安装软件包错误 HTTP Error 404 - Not Found Trying other mirror.
# yum clean all # rpm --rebuilddb # yum update...
分类:其他好文   时间:2014-09-02 09:06:04    阅读次数:199
rhel7安装yum源
wgethttp://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-1.noarch.rpmyuminstallepel-release-7-1.noarch.rpm或者用rpm-ivhepel-release-7-1.noarch.rpm安装查看是否安装成功:yumrepolist
分类:其他好文   时间:2014-09-01 15:50:14    阅读次数:550
Nginx配置详解
安装nginx:yum-yinstallpcre*tar-zxvfnginx-1.6.0.tar.gzcdnginx-1.6.0/mkdir/usr/local/nginx/./configure--prefix=/usr/local/nginx/--with-http_stub_status_module#开启NginxStatus功能,监控nginx当前状态make&&makeinstall至此,安装完成配置nginx:usernobodyno..
分类:其他好文   时间:2014-09-01 15:49:04    阅读次数:285
软件的安装rpm和yum
RPM默认安装的路径/etc一些配置档放置的目录,例如 /etc/crontab/usr/bin一些可运行文件/usr/lib一些程序使用的动态函式库/usr/share/doc一些基本的软件使用手册与说明档/usr/share/man一些manpage文件RPM安装(install)rpm-ivhpackage_name选项与参数: -i:install的意思 -v:..
分类:其他好文   时间:2014-09-01 15:46:23    阅读次数:212
添加 centos 右键 terminal
centos6.2以上默认右键都没有terminal,现添加方法 如下 1》  yum -y install nautilus-open-terminal 2》 shutdown -r now...
分类:其他好文   时间:2014-09-01 01:39:52    阅读次数:411
centos安装python2.7
---恢复内容开始---centos6.5 自带python2.6,因工作需要,另装python2.7,参考网上资料,整理如下1.sudo yum install gcc gcc-c++2.wget https://www.python.org/ftp/python/2.7.8/Python-2.7...
分类:编程语言   时间:2014-09-01 00:13:52    阅读次数:219
日积月累Learning Linux(一):在Linux下安装Git工具
背景: 由于项目需要,经常在github上下载开源库项目源代码。因此最近决定花时间系统学习一下Linux下的相关软件的安装方法,这里就以Git工具的安装为例进行讲解。...
分类:系统相关   时间:2014-08-31 21:33:21    阅读次数:384
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!