Tagged articles
314 articles
Page 4 of 4
Java Backend Technology
Java Backend Technology
Mar 1, 2017 · Operations

Master ELK Stack on Ubuntu: Step-by-Step Logstash & Filebeat Setup

Learn how to install and configure the ELK stack (Elasticsearch, Logstash, Kibana, and Filebeat) on Ubuntu 16.04, covering architecture, component roles, download sources, command-line installation, pipeline testing, and integration of Filebeat for real-time log collection and visualization.

ELKElasticsearchFilebeat
0 likes · 10 min read
Master ELK Stack on Ubuntu: Step-by-Step Logstash & Filebeat Setup
ITPUB
ITPUB
Aug 27, 2016 · Operations

Check How Long a Process Has Been Running on Ubuntu with ps

Learn how to use the Linux ps command with the etime and etimes options to display the elapsed runtime of a specific process on an Ubuntu server, including finding the PID, formatting the output, and hiding headers for clean results.

Ubuntucommand-lineprocess
0 likes · 4 min read
Check How Long a Process Has Been Running on Ubuntu with ps
dbaplus Community
dbaplus Community
Jun 29, 2016 · Cloud Native

How to Build a Highly Available Kubernetes Master on Private Cloud

This guide walks through constructing a Kubernetes master high‑availability environment on a private‑cloud Ubuntu 14.04 platform, covering full component containerization, external load‑balancer setup with HAProxy and Keepalived, static pod configuration, privileged mode requirements, flannel networking, common pitfalls, and future HA master developments.

FlannelHAProxyKubernetes
0 likes · 16 min read
How to Build a Highly Available Kubernetes Master on Private Cloud
ITPUB
ITPUB
Mar 30, 2016 · Fundamentals

How to Install Lua and Bridge C with Lua on Ubuntu: Step‑by‑Step Guide

This tutorial walks you through installing Lua on Ubuntu, creating a convenient symlink, then demonstrates both calling Lua functions from C and invoking C functions from Lua, complete with compilation commands and expected output screenshots.

IntegrationTutorialUbuntu
0 likes · 4 min read
How to Install Lua and Bridge C with Lua on Ubuntu: Step‑by‑Step Guide
21CTO
21CTO
Jan 10, 2016 · Backend Development

How to Build a Powerful Site Search with Elasticsearch on Ubuntu

This article walks through installing Elasticsearch on Ubuntu, adding the IK Chinese analyzer and synonym filter, configuring custom analyzers, and using the Node.js client to index and query documents, providing a complete, reproducible setup for site‑wide full‑text search.

ElasticsearchFull‑Text SearchIK Analyzer
0 likes · 12 min read
How to Build a Powerful Site Search with Elasticsearch on Ubuntu
Qunar Tech Salon
Qunar Tech Salon
Apr 14, 2015 · Operations

Running Oracle Installation Remotely on Ubuntu Using SSH X11 Forwarding

To install Oracle or run other graphical applications on a remote Ubuntu machine, you can leverage X11 forwarding over SSH by enabling X11 support in sshd_config, connecting with the -X option, and launching GUI programs such as xeyes or Firefox, eliminating the need for a local GUI.

SSHUbuntuoracle-installation
0 likes · 3 min read
Running Oracle Installation Remotely on Ubuntu Using SSH X11 Forwarding
MaGe Linux Operations
MaGe Linux Operations
Sep 12, 2014 · Information Security

Secure Your New Ubuntu Server in Minutes: SSH, Firewall, and Fail2Ban

This step‑by‑step guide shows how to harden a freshly installed Ubuntu 12.04 LTS server by creating a non‑root user, disabling root SSH access, configuring SSH keys, applying system updates, setting up iptables firewall rules, and installing Fail2Ban to automatically block malicious login attempts.

Fail2banLinuxSSH
0 likes · 13 min read
Secure Your New Ubuntu Server in Minutes: SSH, Firewall, and Fail2Ban