码迷,mamicode.com
首页 >  
搜索关键字:epel    ( 1917个结果
安装epel-release
epel-release>=6isneededbyremi-release-6.5-1.el6.remi.noarch解决方案rpm-Uvhhttp://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm-Uvhhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm
分类:其他好文   时间:2015-04-15 15:01:28    阅读次数:924
linux Centons 6.5 下yum安装vlc
linuxCentons6.5下安装vlc执行下述命令前,你可以先到/etc/yum.repos.d/目录下ls一下,看看它们长得是啥样子。1、安装epel和remi的repository:[root@localhost~]#yumlocalinstall--nogpgcheckhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm老外..
分类:系统相关   时间:2015-04-15 11:34:15    阅读次数:172
RHEL/CentOS 下安装yum源地址汇集---不定期更新
启用EPEL6yum源:1、RHEL/CentOS/SLLinux6.x下安装EPEL6yum源:32位系统选择:rpm-ivhhttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm64位系统选择:rpm-ivhhttp://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm..
分类:其他好文   时间:2015-04-14 20:02:26    阅读次数:139
salt-api使用
准备工作:1.安装EPEL: rpm -ivhhttp://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm2.安装salt-api yum install salt-apisalt有大量的接口函数,如果仅靠官方文档进...
分类:Windows程序   时间:2015-04-14 16:25:52    阅读次数:166
在linux上面编译win32程序--使用mingw32
1.在虚拟机上安装centos6.6系统:http://mirror.symnds.com/distributions/CentOS-vault/6.5/isos/i386/CentOS-6.5-i386-bin-DVD1.iso2.更新所有软件:yum update3.为yum添加epel源:打开...
分类:Windows程序   时间:2015-04-14 16:22:49    阅读次数:271
centos6.5下smokeping搭建
smokeping搭建环境:centos6.5防火墙关掉。selinux禁用yum源:163,epelrpm–Uvhhttp://mirrors.neusoft.edu.cn/epel/6/i386/epel-release-6-8.noarch.rpm安装依赖包yuminstalllibxml2-devellibpng-develpangopango-devellibart_lgpllibart_lgpl-develfreetypefreetype-develf..
分类:其他好文   时间:2015-04-14 14:49:06    阅读次数:172
CentOS6.5 安装 SaltStack
Master安装 rpm-Uvhhttp://ftp.linux.ncsu.edu/pub/epel/6/i386/epel-release-6-8.noarch.rpm yuminstallsalt-master [root@COS-S1~]#chkconfigsalt-masteron [root@COS-S1~]#servicesalt-masterstart Startingsalt-masterdaemon:[OK] Minion rpm-Uvhhttp://ftp.linux.ncsu.e..
分类:其他好文   时间:2015-04-11 21:03:18    阅读次数:139
使用memcache存储session
1、安装epel,memcached,php,httpd,php的memcache扩展yuminstall-yepel*yuminstall-yhttpdphpmemcachedphp*memcache2、启动httpd,memcacheservicehttpdstartmemcached-d-m20-uroot-p120003、vim/var/www/html/04.php<?phpphpinfo();?>浏览器打开http://192.168.20.95/04.p..
分类:系统相关   时间:2015-04-11 06:49:23    阅读次数:203
使用redis存储session
1、安装httpd,epel,redis,php的redis扩展yuminstall-yepel*(先安装epel扩展YUM源)yuminstall-yhttpdredisphp*redis(安装了epel之后,再安装redis,与php的redis扩展)2、启动httpd,redisservicehttpdrestartserviceredisrestart3、vim/var/www/html/01.php<?phpphpinfo();?>..
分类:其他好文   时间:2015-04-11 06:47:50    阅读次数:138
openssh 加固
很多场合,我们不得不在公网开启ssh22端口,以CentOS6为例,下面的几个办法可以加固ssh连接1、限制密码尝试次数(denyhosts)yuminstalldenyhosts--enablerepo=epel chkconfigdenyhostson /etc/init.d/denyhostsstart2、除掉密码认证,采用ssh密钥登陆修改/etc/ssh/sshd_config..
分类:其他好文   时间:2015-04-10 07:10:27    阅读次数:124
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!