Tagged articles
684 articles
Page 7 of 7
MaGe Linux Operations
MaGe Linux Operations
May 31, 2018 · Cloud Native

How to Install Kubernetes in China Without a VPN – Step‑by‑Step Guide

This guide walks you through installing a Kubernetes (K8S) cluster on CentOS 7.3 in China, covering environment preparation, downloading required packages and images via local mirrors, configuring Docker and the network, initializing the master node with kubeadm, joining worker nodes, and optionally deploying the dashboard and flannel network plugin.

ChinaDockerFlannel
0 likes · 17 min read
How to Install Kubernetes in China Without a VPN – Step‑by‑Step Guide
21CTO
21CTO
May 27, 2018 · Big Data

How to Install Elasticsearch 5.6.9 and Perform Advanced Data Aggregations with Java

This guide walks you through downloading and configuring Elasticsearch 5.6.9, setting system limits, creating indices, inserting and deleting documents, executing complex aggregation queries via HTTP, and integrating Elasticsearch with Java using the Transport client for powerful data analysis.

ElasticsearchInstallationJava
0 likes · 13 min read
How to Install Elasticsearch 5.6.9 and Perform Advanced Data Aggregations with Java
Practical DevOps Architecture
Practical DevOps Architecture
May 22, 2018 · Databases

Step-by-Step Guide to Installing MySQL 5.7 on Linux

This article provides a detailed, command-line tutorial for installing MySQL 5.7 on a Linux system, covering directory creation, downloading and extracting the binary package, user setup, initialization, configuration file adjustments, service startup, and password configuration.

InstallationLinuxTutorial
0 likes · 5 min read
Step-by-Step Guide to Installing MySQL 5.7 on Linux
MaGe Linux Operations
MaGe Linux Operations
Apr 11, 2018 · Big Data

Master ELK Stack: Install & Configure Elasticsearch, Logstash, Kibana

This step‑by‑step guide walks you through setting up the ELK stack on CentOS 6, covering Elasticsearch repository configuration, Java installation, Elasticsearch tuning, Logstash pipelines, Kibana deployment, Redis integration, and practical log collection for system, Apache, Nginx, and MySQL logs.

ELKElasticsearchInstallation
0 likes · 22 min read
Master ELK Stack: Install & Configure Elasticsearch, Logstash, Kibana
Practical DevOps Architecture
Practical DevOps Architecture
Apr 10, 2018 · Operations

Ansible Installation and Configuration Guide

This guide explains how to install Ansible via yum or pip, outlines its directory layout, describes host inventory setup, details SSH key configuration for password‑less access, and introduces common modules such as ping for basic connectivity testing.

AnsibleAutomationInstallation
0 likes · 4 min read
Ansible Installation and Configuration Guide
Programmer DD
Programmer DD
Apr 9, 2018 · Backend Development

Install and Run Spring Boot CLI with Groovy Scripts in Minutes

This guide walks you through installing Spring Boot CLI on Windows, macOS, or Linux, verifying the installation, and quickly building a simple web application using a Groovy script, complete with command‑line examples and expected output.

BackendCLIGroovy
0 likes · 4 min read
Install and Run Spring Boot CLI with Groovy Scripts in Minutes
MaGe Linux Operations
MaGe Linux Operations
Mar 15, 2018 · Cloud Native

What Is Docker? A Beginner’s Guide to Containers and Their Benefits

This article introduces Docker as an open‑source container engine, explains how it differs from traditional virtual machines, outlines its advantages, shows its relationship with micro‑services, and provides step‑by‑step installation and common command examples for getting started.

CaaSContainersInstallation
0 likes · 10 min read
What Is Docker? A Beginner’s Guide to Containers and Their Benefits
Practical DevOps Architecture
Practical DevOps Architecture
Mar 14, 2018 · Backend Development

Step-by-Step Guide to Installing LNMP (Linux, Nginx, MySQL, PHP) on CentOS

This tutorial provides a comprehensive, step-by-step procedure for setting up a complete LNMP stack on CentOS, covering environment preparation, removal of conflicting packages, compilation and installation of MySQL 5.6.17, PHP 5.6.32, Nginx 1.8.0, and their integration with detailed configuration and firewall adjustments.

CentOSInstallationLNMP
0 likes · 18 min read
Step-by-Step Guide to Installing LNMP (Linux, Nginx, MySQL, PHP) on CentOS
ITPUB
ITPUB
Mar 3, 2018 · Operations

Essential Linux Installation and Login Commands Explained

This guide walks through the most frequently used Linux installation and login commands—such as login, shutdown, halt, reboot, install, mount, umount, chsh, exit, last, file, mkdir, grep, dd, find, mv, ls, diff, cmp, cat, and ln—detailing their purpose, syntax, key options, and practical examples for effective system administration.

InstallationLinuxTutorial
0 likes · 39 min read
Essential Linux Installation and Login Commands Explained
Architect's Tech Stack
Architect's Tech Stack
Feb 3, 2018 · Backend Development

Quick Guide to Installing, Configuring, and Using Apache RocketMQ 4.2

This tutorial provides a step‑by‑step walkthrough for setting up Apache RocketMQ 4.2 on a 64‑bit Linux system, covering environment prerequisites, downloading source, building binaries, starting NameServer and Broker, sending and receiving messages, and shutting down the services.

BrokerInstallationJava
0 likes · 6 min read
Quick Guide to Installing, Configuring, and Using Apache RocketMQ 4.2
MaGe Linux Operations
MaGe Linux Operations
Feb 3, 2018 · Databases

Master MySQL: From Basics to Advanced Operations and Essential Tools

This comprehensive guide introduces MySQL fundamentals, walks through installation on Windows and Linux, explains core commands for connecting, creating databases, managing users and privileges, performing table CRUD operations, handling data types, and provides a curated list of analysis, backup, performance, HA, and GUI tools for MySQL.

CRUDData TypesInstallation
0 likes · 23 min read
Master MySQL: From Basics to Advanced Operations and Essential Tools
Architecture Digest
Architecture Digest
Jan 20, 2018 · Operations

FastDFS Overview, Architecture, and Deployment Guide

FastDFS is an open‑source lightweight distributed file system written in C, designed for high‑availability file storage and load balancing; this article explains its differences from Hadoop, details its Tracker and Storage architecture, outlines file upload/download workflows, and provides step‑by‑step instructions for installing and configuring FastDFS, Nginx, and related components.

Distributed File SystemFastDFSInstallation
0 likes · 25 min read
FastDFS Overview, Architecture, and Deployment Guide
21CTO
21CTO
Jan 6, 2018 · Big Data

Build Your Own Full‑Text Search Engine with Elasticsearch: A Step‑by‑Step Guide

This tutorial walks you through installing Elasticsearch, understanding its core concepts such as nodes, clusters, indexes, documents and types, configuring Chinese analyzers, performing CRUD operations, and executing various search queries with practical command‑line examples.

Chinese AnalyzerElasticsearchFull‑Text Search
0 likes · 14 min read
Build Your Own Full‑Text Search Engine with Elasticsearch: A Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Jan 5, 2018 · Backend Development

Step-by-Step Guide to Installing and Using Elasticsearch for Full‑Text Search

This article provides a comprehensive, from‑scratch tutorial on installing Elasticsearch, explaining core concepts such as nodes, clusters, indices, documents, and types, and demonstrates how to create, delete, update, and query data—including Chinese tokenization—using command‑line curl requests.

CLIFull‑Text SearchInstallation
0 likes · 14 min read
Step-by-Step Guide to Installing and Using Elasticsearch for Full‑Text Search
DevOps Coach
DevOps Coach
Dec 4, 2017 · Operations

How to Mount Nutanix Storage in Docker Swarm with the DVP Plugin

This step‑by‑step guide shows how to install Nutanix's Docker Volume Plug‑in (DVP), configure iSCSI connectivity, create persistent volumes in Docker Swarm, deploy Docker Datacenter components, and run an ownCloud service backed by Nutanix storage.

DVPDockerDocker Swarm
0 likes · 17 min read
How to Mount Nutanix Storage in Docker Swarm with the DVP Plugin
AI Cyberspace
AI Cyberspace
Dec 4, 2017 · Backend Development

Master RabbitMQ: Install, Core Concepts, and How It Powers Distributed Systems

This article introduces RabbitMQ's role in distributed systems, explains the AMQP protocol, provides step‑by‑step Ubuntu installation commands, and details essential objects such as messages, producers, consumers, queues, exchanges, bindings, routing keys, and exchange types.

AMQPBackendDistributed Systems
0 likes · 8 min read
Master RabbitMQ: Install, Core Concepts, and How It Powers Distributed Systems
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Nov 10, 2017 · Operations

Top 16 Common TDH Community Edition Installation Issues and How to Fix Them

This guide compiles the most frequent problems encountered when installing the TDH Community Edition—such as hostname configuration, logical volume creation errors, service startup failures, firewall settings, and license issues—and provides clear step‑by‑step solutions to help users avoid and resolve these obstacles.

InstallationLinuxOperations
0 likes · 10 min read
Top 16 Common TDH Community Edition Installation Issues and How to Fix Them
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Oct 21, 2017 · Big Data

Deploy Hadoop CDH5.4 on CentOS 6: Install HDFS, YARN, and WebHDFS

This guide walks through preparing three CentOS 6.9 nodes, configuring hostnames, time sync, password‑less SSH, disabling IPv6, installing JDK, downloading CDH 5.4, setting up core‑site and hdfs‑site XML files, formatting the NameNode, starting HDFS services, configuring YARN and MapReduce, and verifying the installations via the Web UI.

Big DataCDHCentOS
0 likes · 18 min read
Deploy Hadoop CDH5.4 on CentOS 6: Install HDFS, YARN, and WebHDFS
ITPUB
ITPUB
Sep 26, 2017 · Databases

Mastering Redis: Installation, Data Types, and Advanced Features Explained

This article provides a comprehensive guide to Redis, covering installation steps, core data structures such as strings, hashes, lists, sets and sorted sets, and advanced capabilities like pub/sub, transactions, pipelining, and persistence, plus practical client examples and a summary of its performance advantages.

Advanced FeaturesData TypesIn-Memory Database
0 likes · 12 min read
Mastering Redis: Installation, Data Types, and Advanced Features Explained
ITPUB
ITPUB
Aug 8, 2017 · Backend Development

Discover NetEase MusicBox: A Python CLI for High‑Quality Cloud Music Playback

NetEase MusicBox is a Python‑based command‑line music player offering high‑quality 320kbps streaming, extensive playlist features, customizable keyboard shortcuts, and cross‑platform installation guides for macOS, Linux distributions, and PyPI, with detailed configuration and troubleshooting information.

CLIInstallationMusic
0 likes · 6 min read
Discover NetEase MusicBox: A Python CLI for High‑Quality Cloud Music Playback
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2017 · Operations

Essential Ubuntu Apps Every Linux User Should Install

This guide presents a comprehensive list of recommended Ubuntu applications—including daily utilities, system tools, development environments, and terminal utilities—along with brief descriptions and one‑line installation commands to help Linux users quickly set up a productive workspace.

DevelopmentInstallationLinux
0 likes · 27 min read
Essential Ubuntu Apps Every Linux User Should Install
Architects' Tech Alliance
Architects' Tech Alliance
Jun 24, 2017 · Operations

BeeGFS Parallel File System: Architecture, Components, Installation, and Tuning Guide

BeeGFS is a GPL‑licensed parallel file system for Linux that offers scalable storage through a modular architecture of management, metadata, and object storage servers, supports a wide range of hardware and OS platforms, and provides detailed installation, configuration, and performance‑tuning guidance including the BeeOND burst‑buffer extension.

BeeGFSHPCInstallation
0 likes · 15 min read
BeeGFS Parallel File System: Architecture, Components, Installation, and Tuning Guide
ITPUB
ITPUB
Jun 9, 2017 · Databases

Master SQLite: From Installation to Advanced Queries in One Guide

This comprehensive SQLite tutorial walks beginners through what SQLite is, how to install it on Windows and Linux, essential syntax, CRUD operations, database objects, functions, and language-specific programming interfaces, providing step‑by‑step instructions and visual aids for practical mastery.

InstallationSQLSQLite
0 likes · 10 min read
Master SQLite: From Installation to Advanced Queries in One Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 22, 2017 · Databases

Step-by-Step Guide to Install MySQL 5.7 on CentOS 6

This tutorial walks through downloading MySQL 5.7, creating a dedicated user and group, extracting the package, initializing the database with the new mysqld --initialize command, configuring my.cnf, setting up service auto‑start, and securing the root account and remote access on a CentOS 6 server.

CentOSInstallationmysql
0 likes · 7 min read
Step-by-Step Guide to Install MySQL 5.7 on CentOS 6
MaGe Linux Operations
MaGe Linux Operations
Mar 28, 2017 · Backend Development

Master Scrapy: Step-by-Step Guide to Install the Powerful Python Web Crawler

This article walks you through the complete installation process for Scrapy, the Python-based web crawling framework, covering prerequisite Python setup, required dependencies like lxml, setuptools, zope.interface, Twisted, pyOpenSSL, win32py, and finally verifying the installation, preparing you for large‑scale data extraction tasks.

Data ExtractionInstallationPython
0 likes · 4 min read
Master Scrapy: Step-by-Step Guide to Install the Powerful Python Web Crawler
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Mar 23, 2017 · Information Security

Secure Elasticsearch with Search Guard: Step‑by‑Step Installation & Configuration Guide

This article provides a comprehensive, step‑by‑step tutorial on installing and configuring Search Guard for Elasticsearch, covering feature overview, version compatibility, downloading required packages, local installation commands, SSL/TLS certificate generation, and detailed security settings to protect both transport and REST layers.

ElasticsearchInstallationSSL/TLS
0 likes · 11 min read
Secure Elasticsearch with Search Guard: Step‑by‑Step Installation & Configuration Guide
21CTO
21CTO
Mar 9, 2017 · Operations

Master HAProxy: Step-by-Step Guide to 4‑Layer & 7‑Layer Load Balancing

This article explains HAProxy’s role as a free, open‑source Linux load balancer, compares Layer 4 (TCP) and Layer 7 (HTTP) balancing, discusses SSL handling, and provides detailed installation and configuration steps—including package and source builds, global settings, defaults, and health‑check options.

ConfigurationHAProxyInstallation
0 likes · 8 min read
Master HAProxy: Step-by-Step Guide to 4‑Layer & 7‑Layer Load Balancing
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Feb 23, 2017 · Operations

How to Build a Centralized Log System with the ELK Stack: Step‑by‑Step Installation Guide

This article explains the concept of centralized logging, introduces the ELK stack (Elasticsearch, Logstash, Kibana), compares it with other log solutions, and provides a detailed, cross‑platform installation and configuration guide for Ubuntu 14.04 and CentOS 7.1, including SSL setup and Nginx reverse‑proxy.

ELKElasticsearchInstallation
0 likes · 18 min read
How to Build a Centralized Log System with the ELK Stack: Step‑by‑Step Installation Guide
MaGe Linux Operations
MaGe Linux Operations
Feb 12, 2017 · Fundamentals

How to Set Up a Python Development Environment on Any Platform

This guide walks you through downloading Python, installing it on Unix/Linux, Windows, and macOS, configuring essential environment variables, and running Python via the interpreter, scripts, or an IDE, providing step‑by‑step commands and tips for a smooth setup.

Environment VariablesIDEInstallation
0 likes · 9 min read
How to Set Up a Python Development Environment on Any Platform
dbaplus Community
dbaplus Community
Dec 22, 2016 · Databases

MariaDB Columnstore Deep Dive: Architecture, Performance, and Deployment

MariaDB Columnstore, the newly integrated InfiniDB storage engine, brings column‑store analytics to MySQL, offering P‑scale data handling, distributed deployment, and impressive performance gains over InnoDB, with detailed installation steps, kernel tuning, command‑line administration, and optimization tips for production environments.

AnalyticsColumnstoreInfiniDB
0 likes · 11 min read
MariaDB Columnstore Deep Dive: Architecture, Performance, and Deployment
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Nov 26, 2016 · Operations

Mastering Zookeeper: Installation, Configuration, and Real-World Use Cases

This article provides a comprehensive guide to Zookeeper, covering its purpose in distributed systems, step‑by‑step installation for both standalone and cluster modes, detailed configuration options, core data model, essential Java APIs, and typical scenarios such as naming service, configuration management, leader election, locks, and queue handling.

ConfigurationDistributed CoordinationInstallation
0 likes · 24 min read
Mastering Zookeeper: Installation, Configuration, and Real-World Use Cases
Java Backend Technology
Java Backend Technology
Oct 20, 2016 · Operations

Mastering Nexus: Install, Configure, and Use Maven Repository Manager

This guide walks you through the fundamentals of Nexus—its purpose as a Maven repository manager, the structure of local, remote, and central repositories, step‑by‑step installation, essential configuration files, Maven settings integration, artifact deployment, and verification of a fully functional private Maven repository.

ConfigurationInstallationrepository-manager
0 likes · 11 min read
Mastering Nexus: Install, Configure, and Use Maven Repository Manager
dbaplus Community
dbaplus Community
Oct 11, 2016 · Databases

Master MySQL: Installation, Configuration, Charset & Engine Guide

This comprehensive guide walks you through MySQL's features, table size limits, Linux installation methods, source compilation, post‑install security hardening, character‑set management, engine selection, essential commands, and password recovery techniques for robust database administration.

Character SetConfigurationInstallation
0 likes · 19 min read
Master MySQL: Installation, Configuration, Charset & Engine Guide
DevOps
DevOps
Aug 4, 2016 · Cloud Computing

Docker for Windows and macOS: Installation Guide and Basic Usage

This guide explains how to download, install, and configure Docker on Windows 10 and macOS, covering prerequisites, enabling Hyper‑V, running the installer, adjusting memory settings, and basic Docker commands such as checking info, running hello‑world, launching Ubuntu and Nginx containers, and viewing running containers.

DevOpsDockerInstallation
0 likes · 6 min read
Docker for Windows and macOS: Installation Guide and Basic Usage
ITPUB
ITPUB
Jul 14, 2016 · Databases

How to Resolve Common Oracle RAC Installation Errors: A Step‑by‑Step Guide

This article walks through eight frequent Oracle RAC installation errors—ranging from shared‑disk configuration and s0 partition misuse to VIP interface issues and ASM disk reuse—providing clear command‑line fixes and configuration tips for Linux administrators.

InstallationLinuxOracle
0 likes · 9 min read
How to Resolve Common Oracle RAC Installation Errors: A Step‑by‑Step Guide
ITPUB
ITPUB
Jul 5, 2016 · Databases

How to Overcome 18 Common Pitfalls When Installing Oracle Enterprise Manager Grid Control 11g

This guide walks through the complete installation of Oracle Enterprise Manager Grid Control 11g on Red Hat 6.4, detailing the required software packages, configuration parameters, and step‑by‑step solutions to more than a dozen encountered errors—from missing 32‑bit libraries to hostname validation, file‑descriptor limits, and agent cleanup.

Enterprise ManagerGrid ControlInstallation
0 likes · 18 min read
How to Overcome 18 Common Pitfalls When Installing Oracle Enterprise Manager Grid Control 11g
ITPUB
ITPUB
Jun 1, 2016 · Databases

How to Install MySQL 5.6 on CentOS 6.4 Without Compiling

A step‑by‑step guide shows how to download the binary tarball, extract it, create the mysql user, initialise the data directory, configure files, set environment variables, enable auto‑start, start the service, and secure the root account on a CentOS 6.4 system.

CentOSInstallationLinux
0 likes · 5 min read
How to Install MySQL 5.6 on CentOS 6.4 Without Compiling
ITPUB
ITPUB
May 31, 2016 · Databases

Step-by-Step Guide to Install and Configure MySQL 5.7 on Windows

This tutorial walks you through configuring the PATH, editing my-default.ini, installing the MySQL service, initializing and starting it, managing the service, and resetting the root password on a Windows machine using MySQL 5.7.12 (64‑bit).

ConfigurationDatabase ServiceInstallation
0 likes · 6 min read
Step-by-Step Guide to Install and Configure MySQL 5.7 on Windows
360 Quality & Efficiency
360 Quality & Efficiency
May 11, 2016 · Mobile Development

Using STF and Minicap for Efficient Mobile Web Page Load Testing

This article explains the problems of manual mobile web page load testing, introduces STF and its Minicap screenshot tool, details their features, installation prerequisites, step‑by‑step setup commands, and demonstrates how to run and access STF for automated, low‑latency testing.

AndroidInstallationSTF
0 likes · 7 min read
Using STF and Minicap for Efficient Mobile Web Page Load Testing
MaGe Linux Operations
MaGe Linux Operations
Apr 2, 2016 · Operations

How to Install GitLab on Debian: Complete Step‑by‑Step Guide

This guide walks through the complete installation of GitLab on a Debian system, covering package installation, Ruby and Go setup, system user creation, database configuration, Redis setup, cloning the source, configuring GitLab, initializing the database, and starting the service.

DebianGoInstallation
0 likes · 18 min read
How to Install GitLab on Debian: Complete Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Feb 1, 2016 · Operations

Mastering Log Management: Step-by-Step ELK Stack Installation on CentOS

This guide walks you through the fundamentals of big‑data characteristics, the challenges of log management for small‑scale operations, and provides a detailed, step‑by‑step tutorial for installing and configuring the ELK stack (Elasticsearch, Logstash, Kibana) on a CentOS 6.6 server, including all required dependencies.

CentOSELKElasticsearch
0 likes · 15 min read
Mastering Log Management: Step-by-Step ELK Stack Installation on CentOS
ITPUB
ITPUB
Jan 8, 2016 · Databases

Mastering Oracle RAC: Best Practices, Common Pitfalls, and Real-World Cases

This technical session covers Oracle RAC high‑availability best practices, installation steps, daily operational commands, detailed case studies of auto‑start checks, version‑mix issues, addNode failures, network heartbeat problems, and client connection errors, plus a concise Q&A on uninstall, SCAN vs VIP, and split‑brain detection.

InstallationOracleRAC
0 likes · 21 min read
Mastering Oracle RAC: Best Practices, Common Pitfalls, and Real-World Cases
Efficient Ops
Efficient Ops
Oct 19, 2015 · Operations

Step-by-Step Guide to Installing and Using Clip Server and SDK on Linux

This article provides a comprehensive tutorial on installing the Clip Server (Apache, PHP, MySQL), configuring its virtual host, setting up the Clip SDK with Python, and using various Clip commands to manage IP relationships, all illustrated with command examples and screenshots.

CLIPInstallationLinux
0 likes · 12 min read
Step-by-Step Guide to Installing and Using Clip Server and SDK on Linux
21CTO
21CTO
Oct 8, 2015 · Databases

How to Fully Uninstall, Install, and Configure MySQL Character Set on Linux

This step‑by‑step guide shows how to completely remove any existing MySQL installation on Linux, reinstall it, and correctly configure the server and client character sets to UTF‑8, including version‑specific settings and verification.

Character SetDatabase ConfigurationInstallation
0 likes · 4 min read
How to Fully Uninstall, Install, and Configure MySQL Character Set on Linux
21CTO
21CTO
Sep 16, 2015 · Operations

Master Nginx: From Installation to Load Balancing and Service Scripts

This guide walks through testing Nginx configuration, starting the server, understanding its load‑balancing architecture, installing from source with required dependencies, handling common build errors, reviewing the final configuration summary, and creating a Linux init script for reliable service management.

ConfigurationInstallationNGINX
0 likes · 10 min read
Master Nginx: From Installation to Load Balancing and Service Scripts
ITPUB
ITPUB
Aug 12, 2015 · Operations

Master Splunk: Install, Configure, and Search Logs on Linux and Windows

This guide walks you through installing Splunk on Linux or Windows, configuring automatic startup, indexing diverse log sources, and using Splunk’s powerful search, Boolean operators, and timeline features to troubleshoot and analyze system and network logs efficiently.

InstallationOperationsSearch
0 likes · 15 min read
Master Splunk: Install, Configure, and Search Logs on Linux and Windows
Java High-Performance Architecture
Java High-Performance Architecture
Jun 13, 2015 · Databases

How to Set Up and Test a Redis 3 Cluster on Linux

This guide explains how Redis 3’s native clustering works, details the hash‑slot mechanism, and provides step‑by‑step instructions for installing Redis and its Ruby dependencies, configuring multiple nodes, creating a six‑node cluster, and testing key distribution across the cluster.

ClusterInstallationdatabase
0 likes · 7 min read
How to Set Up and Test a Redis 3 Cluster on Linux
ITPUB
ITPUB
May 26, 2015 · Big Data

Step-by-Step Guide to Quickly Install and Configure Hive on Hadoop

This article provides a concise, practical walkthrough for installing and configuring Apache Hive on a Hadoop cluster, covering prerequisite HDFS and MapReduce setup, downloading Hive, extracting files, setting environment variables, configuring XML files, starting Hive, and verifying the installation with simple commands.

ConfigurationETLHQL
0 likes · 4 min read
Step-by-Step Guide to Quickly Install and Configure Hive on Hadoop
MaGe Linux Operations
MaGe Linux Operations
May 12, 2015 · Backend Development

How to Compile and Install Nginx from Source on Linux

This guide explains key concepts of open source, compilation, and executables, then details the configure‑make‑install workflow and provides a step‑by‑step tutorial for compiling, installing, configuring, and testing Nginx from source on a Linux system.

BackendCompilationConfiguration
0 likes · 5 min read
How to Compile and Install Nginx from Source on Linux
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2014 · Operations

CentOS 7.0.1406 Release: Key Features, Install Media & Known Issues

The article details the official CentOS 7.0.1406 64‑bit release announced on July 7, 2014, highlighting kernel upgrades, container support, default JDK, installation media options, verification steps, major changes, downgrade options, known issues, and where to obtain source code and ISO images.

CentOSInstallationKernel
0 likes · 7 min read
CentOS 7.0.1406 Release: Key Features, Install Media & Known Issues