How To Configure a Redis Cluster on CentOS 7
Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence.
Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence.
Databases grow over time, sometimes outgrowing the space on the file system. You can also run into I/O contention when they’re located on the same partition as the rest of the operating system. RAID, network block storage, and other devices can offer redundancy and other…
This tutorial covers creating a simple web application on a two-tier CentOS 7 architecture using a “ground-up” approach. I.e. creating the a database tier first, then the web server. The site will be powered by an Nginx web server running PHP code that talks to a PostgreSQL database. We will call this configuration a LEPP (Linux, Nginx, PHP, PostgreSQL) stack.
Learn how to store PHP sessions in memcached on a CentOS VPS.
The Linux Audit System creates an audit trail, a way to track all kinds of information on your system. It can record a lot of data like types of events, the date and time, user IDs, system calls, processes, files used, SELinux contexts, and sensitivity levels. It can track whether a file has been accessed, edited, or executed. It can even track if changes to file attributes.
Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. Visually, it’s designed to look and behave similarly to Microsoft Visual Studio Code. In this tutorial, you’ll deploy Eclipse Theia to your CentOS 7 server using Docker Compose, a container orchestration tool.
Der Autor wählte den Free and Open Source Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Die Erstellung und Einführung von Cloud-IDE-Plattformen (IDE: Integrated…
Here we’ll install OpenX on your CentOS 6 VPS.
Go, often referred to as golang, is an open-source programming language developed by Google. It takes a minimalist approach to development with a focus on making it easy to build simple, reliable, and efficient software.
In this the cloud provider article, we are going to talk about Apache Qpid, which is one of the open-source messaging systems that implements the Advanced Message Queuing Protocol (AMQP) (similar to RabbitMQ – article #4.1) to help developers solve their needs of advanced messaging between different elements of application deployment stack. As a project, Qpid aims to implement AMQP 100%.