Tagged: CentOS

Install CRMSH on CentOS 6 / 7

The CRM Shell for Pacemaker cluster management can be installed by fetching the OpenSUSE ha-clustering repository and installing crmsh via yum. Get the OS version (6 or 7) and use to fetch the correct...

DRBD: Redundant NFS Storage on CentOS 6

A pair of CentOS NFS servers can be a great way to build an inexpensive, reliable, redundant fileserver. Here we are going to use DRBD to replicate the data between NFS nodes and Heartbeat...

Install Jenkins on CentOS as a Service

Updated post: Yum Install Jenkins as a Service on CentOS 7. You probably want to do it this way, it’s much easier. Just saying. This guide describes how to install Jenkins on your CentOS...

Google Apps + Trac Integration Using email2trac

I have been using Trac for viewing my Subversion source repository and some ticketing, however I wanted to be able to integrate email directly to the ticketing system. The second part of my setup...

SFTP access via chroot on CentOS

Install OpenSSH 5.6 to get chroot support: Validate that you have 5.6 installed: Update /etc/ssh/sshd_config to have the following (comment out existing subsystem line) Set the user’s home directory to be just USER when...

phpMyAdmin + CentOS + Apache Worker MPM

After installing phpMyAdmin I kept getting the above error which reads: The mysqli extension is missing. Please check your PHP configuration. <a href=”Documentation.html#faqmysql” target=”documentation”><img src=”themes/dot.gif” title=”Documentation” alt=”Documentation” /></a> I had run “yum install php-mysqli” with success,...