Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi Thanks The EPEL links failed. I find the new one: http://mirrors.ircam.fr/pub/fedora/epel/6/i386/repoview/epel-release.html
Hi, good article!
If you add third-party repo i recommend using a yum-plugin-priorities! This plugin is particularly useful for anyone who uses one or more third-party repositories, as these repositories may update system files, which can potentially compromise the stability of your CentOS installation. http://wiki.centos.org/PackageManagement/Yum/Priorities
In my opinion is a much better way (easy & safe). Specifically:
STEP 1: Install EPEL repo (eg. for CentOS x64) wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum install epel-release-6-8.noarch.rpm
STEP 2: Disable EPEL repo by default vi /etc/yum.repos.d/epel.repo change enabled=1 --> enabled=0
STEP 3: Anytime you want to include EPEL repo from command line: yum --enblerepo=epel <your_parameter_as_usual_here>
I hope it helps.
Manos
I used the enitre repo for my OS version and arch type with this article: http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/
using:
root user login is ofc disabled.
Anyway this method worked for me.
@Manos Please explain why you are disabling it and what are the security repercussions if not done
epel-release-6-8.noarch.rpm is latest release. for 32-bit system, use rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm for 64-bit system, use rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
I am afraid that fail2ban is not interacting with my iptables:
$ yum install -y fail2ban $ cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local $ service fail2ban restart $ iptables -L
Chain INPUT (policy ACCEPT) target prot opt source destination
Chain FORWARD (policy ACCEPT) target prot opt source destination
Chain OUTPUT (policy ACCEPT) target prot opt source destination