All Articles

140306 articles · Page 7002 of 7016
MaGe Linux Operations
MaGe Linux Operations
Aug 22, 2014 · Operations

Understanding Linux Clusters: Differences, Types, and Key Features

This article explains what a Linux cluster is, contrasts it with distributed systems, outlines its two main characteristics—scalability and high availability—along with essential capabilities like load balancing and error recovery, and details common cluster types such as high‑availability, load‑balancing, and high‑performance computing clusters.

HPCHigh Availabilitycluster
0 likes · 10 min read
Understanding Linux Clusters: Differences, Types, and Key Features
Baidu Tech Salon
Baidu Tech Salon
Aug 21, 2014 · Fundamentals

9 Essential Java Profiling Tools to Boost Performance

This article reviews nine Java performance profiling tools—including NetBeans Profiler, JProfiler, GC Viewer, VisualVM, Patty, JRockit Mission Control, Eclipse Memory Analyzer, Java Interactive Profiler, and Profiler4J—detailing their features, usage scenarios, and how they help developers identify and resolve CPU, memory, and thread bottlenecks.

JProfilerJavaNetBeans
0 likes · 8 min read
9 Essential Java Profiling Tools to Boost Performance
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2014 · Fundamentals

Master Python Regular Expressions: From Basics to Advanced Usage

This article provides a comprehensive guide to Python's regular expression support, covering fundamental concepts, greedy vs. non‑greedy quantifiers, escape handling, match objects, pattern compilation, and the full suite of re module functions with practical code examples.

Pythonmatchpattern
0 likes · 16 min read
Master Python Regular Expressions: From Basics to Advanced Usage
MaGe Linux Operations
MaGe Linux Operations
Aug 20, 2014 · Fundamentals

10 Powerful Git Tricks Every Developer Should Master

This tutorial explores advanced Git techniques—including auto‑completion, .gitignore usage, blame, log options, reflog, partial staging, interactive rebase, stash, fsck, and cherry‑pick—providing clear commands, examples, and screenshots to help developers manage repositories more efficiently.

software developmenttutorial
0 likes · 10 min read
10 Powerful Git Tricks Every Developer Should Master
Baidu Tech Salon
Baidu Tech Salon
Aug 19, 2014 · Big Data

Technology Stack Trends in Startup Companies Based on AngelList Data

Analyzing AngelList data for transportation‑sector startups, the report reveals JavaScript/Node.js and Ruby on Rails dominate programming and front‑end, MySQL/MongoDB lead storage, iOS tops mobile, AWS leads infrastructure, Chef leads DevOps, while Python is favored by higher‑tier firms and PHP by lower‑tier ones, though the scoring methodology remains opaque.

Big DataDatabasesprogramming languages
0 likes · 5 min read
Technology Stack Trends in Startup Companies Based on AngelList Data
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2014 · Information Security

Essential Linux Commands for Incident Response and System Forensics

This guide presents a comprehensive set of Linux commands and practical steps for detecting, analyzing, and responding to compromised systems, covering process identification, file inspection, network checks, log recovery, forensic imaging, and useful tools such as ldd, strace, and nc.

ForensicsSecuritySystem Administration
0 likes · 13 min read
Essential Linux Commands for Incident Response and System Forensics
MaGe Linux Operations
MaGe Linux Operations
Aug 19, 2014 · Operations

Essential Linux Security Checklist: 11 Steps to Detect Compromise

This guide provides a comprehensive 11‑step Linux security inspection checklist, covering account verification, log analysis, process and file checks, package integrity, network monitoring, scheduled tasks, backdoor detection, kernel modules, services, and rootkit scanning to help identify system compromises.

Linux commandsincident responseoperations
0 likes · 5 min read
Essential Linux Security Checklist: 11 Steps to Detect Compromise
Baidu Tech Salon
Baidu Tech Salon
Aug 18, 2014 · Big Data

Big Data and Prediction: Insights from Baidu Research Lab

At Baidu’s 53rd Technology Salon, researcher Shen Zhiyong outlined the lab’s vision of an online intelligent system that unifies monitoring, anomaly detection, diagnosis and big‑data‑driven prediction—using time‑series, causal and simulation analyses—to forecast tourism crowds, predict Gaokao essay topics, and illustrate both the opportunities and challenges of processing massive, heterogeneous data for real‑time decision support.

BaiduMachine LearningTime Series Analysis
0 likes · 8 min read
Big Data and Prediction: Insights from Baidu Research Lab
Baidu Tech Salon
Baidu Tech Salon
Aug 16, 2014 · Big Data

Big Data Prediction Practices: Baidu Technology Salon #53

At Baidu’s Technology Salon #53 on August 16, a near‑full audience heard data scientist Shen Zhiyong explain the origins of Baidu’s tourist‑flow prediction tool and Liu Ying discuss the evolution of social‑economic forecasting from classic “beer‑and‑diapers” models to modern big‑data analytics, followed by an interactive Q&A and prize‑giving session.

BaiduTechnology Salondata analysis
0 likes · 4 min read
Big Data Prediction Practices: Baidu Technology Salon #53
Baidu Tech Salon
Baidu Tech Salon
Aug 15, 2014 · Operations

My Journey with Unix: From Motivation to Automation

The author recounts how a university encounter and later work demands led them to master Unix, using tools like awk, Perl, Python and Ruby to automate massive data tasks, teach courses, and champion Ubuntu and other Unix-like systems as essential, productivity‑driving platforms.

PythonScriptingShell
0 likes · 7 min read
My Journey with Unix: From Motivation to Automation
MaGe Linux Operations
MaGe Linux Operations
Aug 15, 2014 · Operations

Automate Multi-Server Commands with Expect: A Quick Guide

This article introduces the Expect scripting language, an extension of Tcl, and provides a concise example that automates running commands on multiple Linux servers by handling interactive prompts such as password entry, along with usage instructions and installation tips for CentOS and Ubuntu.

expectlinuxssh
0 likes · 3 min read
Automate Multi-Server Commands with Expect: A Quick Guide
MaGe Linux Operations
MaGe Linux Operations
Aug 15, 2014 · Backend Development

How to Enable and Use PHP‑FPM Status Page with Nginx

This guide shows how to configure Nginx and php‑fpm to expose a status page, explains the necessary settings, and provides a sample output to help you monitor PHP request handling and fine‑tune performance parameters.

Server monitoringbackendphp-fpm
0 likes · 2 min read
How to Enable and Use PHP‑FPM Status Page with Nginx