Monday, September 19, 2016

How To Secure Your Redis Installation on Ubuntu 14.04

Introduction Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. This tutorial shows how to implement basic security for a Redis server. However, keep in mind that Redis was designed for use by trusted clients in a trusted environment, with no robust security features...

How To Install and Use Redis

About Redis Redis, developed in 2009, is a flexible, open-source, key value data store. Following in the footsteps of other NoSQL databases, such as Cassandra, CouchDB, and MongoDB, Redis allows the user to store vast amounts of data without the limits of a relational database. Additionally, it has also been compared to memcache...

Monday, May 30, 2016

Saturday, May 21, 2016

Wednesday, May 18, 2016

Monday, May 9, 2016

How to Install MongoDB on CentOS 7

MongoDB is a NoSQL database intended for storing large amounts of data in document-oriented storage with dynamic schemas. NoSQL refers to a database with a data model other than the tabular format used in relational databases such as MySQL, PostgreSQL, and Microsoft SQL. MongoDB features include: full index support, replication,...

Thursday, May 5, 2016

Thursday, April 21, 2016

How To Install the Munin Monitoring Tool on Ubuntu 14.04

Introduction Munin is a system, network, and infrastructure monitoring application that provides information in graphs through a web browser. It is designed around a client-server architecture and can be configured to monitor the machine it's installed on (the Munin master) and any number of client machines, which in...

Wednesday, April 6, 2016

How To Map User Location with GeoIP and ELK (Elasticsearch, Logstash, and Kibana)

Introduction IP Geolocation, the process used to determine the physical location of an IP address, can be leveraged for a variety of purposes, such as content personalization and traffic analysis. Traffic analysis by geolocation...

How To Gather Infrastructure Metrics with Topbeat and ELK on Ubuntu 14.04

Introduction Topbeat, which is one of the several "Beats" data shippers that helps send various types of server data to an Elasticsearch instance, allows you to gather information about the CPU, memory, and process activity...

How To Install Elasticsearch, Logstash, and Kibana (ELK Stack) on Ubuntu 14.04

Introduction In this tutorial, we will go over the installation of the Elasticsearch ELK Stack on Ubuntu 14.04—that is, Elasticsearch 2.2.x, Logstash 2.2.x, and Kibana 4.4.x. We will also show you how to configure it to...

Friday, March 18, 2016

Installing a Comodo SSL Certificate on Zimbra Collaboration

Installing a Comodo SSL Certificate Use the article as a guide to installing a Comodo issued SSL certificate with the zmcertmgr tool or the Admin Console. Using the CLI 1. Get the bundle from Comodo in crt format, or sometimes like a zip file. Is always good call or write Comodo and obtain the proper Bundle, but you can...