Browsing Tag
CentOS 6
40 posts
How to Add a User and Grant Root Privileges on CentOS 6.5
Pre-Flight Check These instructions are intended specifically for adding a user on CentOS 6.5. I’ll be working from…
How to Install and Configure VSFTPD on CentOS 6
FTP (File Transfer Protocol) is probably the most popular method of uploading files to a server; a wide…
Fully Managed Templates Now Optimized with FCGI
Note: Please note that this article is considered legacy documentation for an older account management system. Your fully…
How to Install the MongoDB PHP Driver (Extension) on CentOS 6
Pre-Flight Check These instructions are intended specifically for installing the MongoDB PHP Driver (Extension) on CentOS 6. I’ll…
How to Install and Connect to PostgreSQL on CentOS 6
PostgreSQL (pronounced ‘post-gres-Q-L’) is a free, open-source object-relational database management system (object-RDBMS), similar to MySQL, and is standards-compliant…
How To Install Cassandra on CentOS 6
Apache Cassandra is a NoSQL database intended for storing large amounts of data in a decentralized, highly available…
chkconfig Command Examples for Red Hat and CentOS
chkconfig is a command for checking and updating runlevel information for system services. For a primer on runlevels,…
How to Install Git on CentOS 6
Introduction Git is an open source, distributed version control system (VCS). It’s commonly used for source code management…
Error: Failed to connect to ‘127.0.0.1:7199’: Connection refused (Cassandra) [SOLVED]
Pre-Flight Check These instructions are intended specifically for solving the error: Failed to connect to ‘127.0.0.1:7199’: Connection refused.…
How To Install Docker on CentOS 6
Docker 101: The Basics I. How To Install Docker on CentOS 6 II. How To List and Attach…