All Articles

143513 articles · Page 6622 of 7176
ITPUB
ITPUB
Nov 16, 2017 · Operations

Essential Linux Command Cheat Sheet: Master System Operations

This article presents a comprehensive, categorized reference of common Linux commands—covering help utilities, file manipulation, content viewing, system information, networking, user management, compression, permissions, process control, and monitoring—each with concise English descriptions to aid quick mastery of command‑line operations.

LinuxShellSystem Administration
0 likes · 15 min read
Essential Linux Command Cheat Sheet: Master System Operations
Qunar Tech Salon
Qunar Tech Salon
Nov 16, 2017 · Databases

Why Upgrade PostgreSQL and How to Perform a Major Version Upgrade Using PGQ

This article explains the importance of upgrading PostgreSQL to benefit from new features and security fixes, compares traditional upgrade methods, introduces the PGQ replication system, and provides a detailed step‑by‑step guide for performing a major version upgrade with minimal downtime.

ConfigurationDatabase UpgradePGQ
0 likes · 11 min read
Why Upgrade PostgreSQL and How to Perform a Major Version Upgrade Using PGQ
Architects' Tech Alliance
Architects' Tech Alliance
Nov 16, 2017 · Operations

Understanding AIOps: How AI‑Driven Operations Transform IT Management

The article explains how AIOps—an AI‑powered IT operations platform that combines big‑data analytics, machine learning, and automation—revolutionizes traditional IT Ops by enabling rapid, accurate incident detection, root‑cause analysis, and self‑healing, thereby freeing CIOs to focus on strategic business value.

AIOpsAutomationbig data
0 likes · 8 min read
Understanding AIOps: How AI‑Driven Operations Transform IT Management
MaGe Linux Operations
MaGe Linux Operations
Nov 16, 2017 · Information Security

How to Secure Apache Zeppelin with HTTPS and Command Restrictions in 4 Hours

During a weekend project, we configured Apache Zeppelin to use HTTPS with a domain certificate, added optional mutual TLS, and modified its source code to restrict shell and Python execution, enabling the client’s security team to pass penetration testing while preserving Zeppelin’s core functionality.

Apache ZeppelinHTTPSSource Code Modification
0 likes · 5 min read
How to Secure Apache Zeppelin with HTTPS and Command Restrictions in 4 Hours
dbaplus Community
dbaplus Community
Nov 15, 2017 · Databases

How to Optimize Redis Server Config, Eviction Policies, and Sentinel Failover

This article shares practical experiences and step‑by‑step guidance on tuning Redis server settings, choosing appropriate eviction policies, limiting client output buffers, disabling risky commands, handling Sentinel‑based master‑slave failover, and selecting the right persistence strategy for reliable and high‑performance deployments.

PersistenceServer Configurationeviction policy
0 likes · 17 min read
How to Optimize Redis Server Config, Eviction Policies, and Sentinel Failover
Efficient Ops
Efficient Ops
Nov 15, 2017 · Big Data

How Tencent Built a 10 TB‑Per‑Day Full‑Link Log Monitoring Platform

This article explains how Tencent's ZhiYun full‑link log monitoring platform handles massive daily logs, overcomes challenges of diverse log formats, high throughput, fault‑tolerant design, and provides scalable storage, query, and alerting capabilities for distributed micro‑service environments.

Data PipelineLog MonitoringScalability
0 likes · 10 min read
How Tencent Built a 10 TB‑Per‑Day Full‑Link Log Monitoring Platform
DevOps
DevOps
Nov 15, 2017 · Operations

Essential Windows DevOps Tools: IDEs and Source Control

This article reviews the key Windows-based DevOps tools, covering major IDEs such as Visual Studio, Visual Studio Code, and PowerShell Studio, as well as source‑control solutions like Microsoft TFS/VSTS and Git/GitHub, to help teams adopt DevOps on the Windows platform.

DevOpsIDEPowerShell
0 likes · 6 min read
Essential Windows DevOps Tools: IDEs and Source Control
Tencent Cloud Developer
Tencent Cloud Developer
Nov 15, 2017 · Cloud Computing

How Tencent Cloud Storage Evolved Through Three Eras: From Data Access to Activation

The article traces Tencent Cloud Storage's evolution from basic data access in the early 2010s, through a data‑processing phase driven by video and image workloads, to the current data‑activation era focused on big‑data analytics and cost‑effective cloud migration, highlighting technical features and real‑world use cases.

Cloud ComputingCloud StorageData Processing
0 likes · 8 min read
How Tencent Cloud Storage Evolved Through Three Eras: From Data Access to Activation
Java Captain
Java Captain
Nov 15, 2017 · Fundamentals

Understanding Java Generics: Basics, Wildcards, Bounds, and Type Erasure

This article introduces Java generics, covering generic classes and methods, wildcard usage with the PECS principle, bounded type parameters, and the implications of type erasure, illustrating each concept with code examples and discussing common pitfalls such as generic arrays, bridge methods, and runtime type checks.

PECSWildcardsgenerics
0 likes · 17 min read
Understanding Java Generics: Basics, Wildcards, Bounds, and Type Erasure
MaGe Linux Operations
MaGe Linux Operations
Nov 15, 2017 · Fundamentals

Master Stock Market Data Analysis with Python: Moving Averages Explained

This tutorial walks through using Python and pandas to fetch Yahoo Finance data, visualize stock prices with line and candlestick charts, and apply moving‑average techniques—including 20‑day, 50‑day, and 200‑day averages—to identify trends and build simple trading signals, all while emphasizing that the content is for educational purposes only and not investment advice.

FinancePandasPython
0 likes · 13 min read
Master Stock Market Data Analysis with Python: Moving Averages Explained
21CTO
21CTO
Nov 15, 2017 · Artificial Intelligence

Which Programming Language Wins the Machine Learning Job Market? Data‑Driven Insights

An analysis of Indeed.com job‑trend data reveals how programming languages like Python, Java, R, C++, Scala and Julia rank in popularity for machine‑learning and data‑science positions, highlighting growth patterns and offering guidance on language selection based on career goals.

Job Marketdata sciencemachine learning
0 likes · 6 min read
Which Programming Language Wins the Machine Learning Job Market? Data‑Driven Insights
21CTO
21CTO
Nov 15, 2017 · Artificial Intelligence

What Is Machine Learning? Core Concepts Explained Simply

This article introduces the fundamental concepts of machine learning, defining the terms "machine" and "learning," presenting Tom Mitchell's formal definition, outlining the roles of learners and predictors, and contrasting machine‑learning programs with traditional software through clear diagrams.

DefinitionModellearning process
0 likes · 4 min read
What Is Machine Learning? Core Concepts Explained Simply
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Nov 15, 2017 · Backend Development

Design and Evolution of a Distributed Accounting System for High‑Volume Transaction Processing

This article details the background, architectural evolution, design challenges, and distributed implementation of an accounting system that automates the processing of millions of transaction records across thousands of accounts, highlighting how splitting accounts, workflows, and bills improves performance and reliability.

Accounting automationData Reconciliationbig data processing
0 likes · 10 min read
Design and Evolution of a Distributed Accounting System for High‑Volume Transaction Processing
ITPUB
ITPUB
Nov 15, 2017 · Databases

Master MySQL JSON: Create, Query, Update, and Index JSON Data in MySQL 5.7+

This guide walks you through using MySQL's native JSON data type—creating tables with JSON columns, inserting simple and complex JSON values, updating nested structures, generating indexed columns from JSON fields, converting strings to JSON, and a comprehensive list of built‑in JSON functions.

JSONMySQLSQL
0 likes · 6 min read
Master MySQL JSON: Create, Query, Update, and Index JSON Data in MySQL 5.7+
网易UEDC
网易UEDC
Nov 15, 2017 · Fundamentals

Mastering App Visual Design: 5 Key Elements to Elevate User Experience

This article explores essential visual design principles for apps—including image usage, typography hierarchy, color theory, icon creation, and whitespace—to help designers improve aesthetics, usability, and overall product quality.

UI fundamentalsWhitespaceapp design
0 likes · 16 min read
Mastering App Visual Design: 5 Key Elements to Elevate User Experience