We will setup a 4 Node Hadoop Cluster using Hadoop 2.7.1 and Ubuntu 14.04. Our cluster will consist of: Ubuntu 14.04 Hadoop 2.7.1 HDFS 1 Master Node 3 Slave Nodes After we have setup
Ruan Bekker
A collection of 244 posts
Setup Domain Controller on Linux using Samba 4
We will be setting up a CentOS Server as Domain Controller using Samba4 and then using a Windows client to authenticate against it. This is a alternative to Microsoft's Active Directory. In the following setup I will reference the DC
Getting Started with AWS Elasticsearch Service
Elasticsearch - What is it? Elasticsearch is a search server based on Lucene. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents. Elasticsearch is developed in Java and is released as open
Serving ASP.NET on Apache with Mod Mono
In order to serve ASP.NET on Linux, we will use Apache with Mono. We will be going through the steps on how to set it up. We will be using the following: Apache Mono, Mod-Mono LibGdiPlus XSP Lets get
Setup MongoDB on CentOS and Getting Started Guide
MongoDB is a cross-platform document-oriented database. Classified as a NoSQL database, MongoDB's structure in are JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster Setup MongoDB
Setup ELK Stack with Elasticsearch Kibana Logstash
~Note:~ This post is old and is scheduled to be updated. Centralized logging, analytics and visualization with ElasticSearch, Filebeat, Kibana and Logstash. Our ELK Stack will consist of: Elasticsearch: Stores all of the logs Kibana: Web interface for searching and
Setup Ruby on Rails for CentOS
Ruby on Rails, or simply Rails, is a web application framework written in Ruby. Rails is a model–view–controller (MVC) framework, providing default structures for a database, a web service, and web pages. Lets get started with our setup:
Setup Node.js on CentOS
Node.js is an open-source, cross-platform runtime environment for developing server-side Web applications. Let's get started on setting up our environment for Node.js and then setup a Sample Application. For this example we will setup Hexo Blog Download Dependencies:
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!