All Articles

140254 articles · Page 7004 of 7013
Baidu Tech Salon
Baidu Tech Salon
Jul 15, 2014 · Industry Insights

14 Legendary Programmers Who Shaped Modern Computing

This article profiles fourteen of the most influential programmers, detailing their key contributions, awards, and the high praise they receive from peers, offering a concise overview of the individuals who have driven major advances in software, algorithms, and open‑source technology.

Computer Historyalgorithm competitionsindustry insights
0 likes · 12 min read
14 Legendary Programmers Who Shaped Modern Computing
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2014 · Fundamentals

Master a New Programming Language in a Week: Practical Learning Blueprint

This article presents a concise, experience‑based roadmap for developers to quickly acquire the most essential 50% of a new programming language within days, emphasizing core syntax, data structures, error handling, and best practices to avoid fragile code and boost productivity.

Learning Guidecoding fundamentalsprogramming language
0 likes · 8 min read
Master a New Programming Language in a Week: Practical Learning Blueprint
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2014 · Information Security

How I Traced a Bandwidth‑Hogging Malware on a Linux Server

A Linux admin recounts responding to a bandwidth‑saturation incident, discovering a suspicious sbin process hidden in /var/cache, using ifconfig, top, and netstat to reveal PPTP connections, and outlining the steps taken to identify and remove the malicious scripts.

Bandwidth HijackingMalware Investigationifconfig
0 likes · 6 min read
How I Traced a Bandwidth‑Hogging Malware on a Linux Server
MaGe Linux Operations
MaGe Linux Operations
Jul 14, 2014 · Operations

What Makes Red Hat Enterprise Linux 7 a Powerhouse for Modern Ops?

This article outlines the origins, release cycle, commercial licensing, feature set, and derivative distributions of Red Hat Enterprise Linux, focusing on version 7’s hardware support, kernel enhancements, storage, networking, virtualization, container integration, toolchain, and system management capabilities.

Enterprise OSRHELSystem Administration
0 likes · 6 min read
What Makes Red Hat Enterprise Linux 7 a Powerhouse for Modern Ops?
Baidu Tech Salon
Baidu Tech Salon
Jul 11, 2014 · R&D Management

Misconceptions and Governance in China's Open Source Community – Insights from Microsoft Executives

Microsoft executives warn that China’s rapidly growing open‑source community suffers from three key misconceptions—misdefining open source, over‑valuing code over community, and viewing itself as niche—so it must adopt clear governance, align with international standards, and integrate with the global ecosystem to thrive.

Chinamicrosoft
0 likes · 6 min read
Misconceptions and Governance in China's Open Source Community – Insights from Microsoft Executives
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2014 · Operations

Master dstat: Real-Time Linux System Monitoring Made Easy

Learn how to install, configure, and use dstat—a versatile, Python‑based Linux monitoring tool that replaces vmstat, iostat, netstat, and more—covering its features, command‑line options, plugins, CSV export, and real‑time performance insights for effective system administration.

CLICSV exportLinux monitoring
0 likes · 9 min read
Master dstat: Real-Time Linux System Monitoring Made Easy
MaGe Linux Operations
MaGe Linux Operations
Jul 11, 2014 · Databases

How to Build a Simple Database from Scratch Using B‑Trees

This article explains how to build a minimal database by storing records in a fixed‑length text file, using B‑tree structures for efficient lookup, creating index files for non‑primary fields, and outlines additional features such as SQL parsing, joins, transactions, backup and remote access.

B+TreeSQL
0 likes · 7 min read
How to Build a Simple Database from Scratch Using B‑Trees
Baidu Tech Salon
Baidu Tech Salon
Jul 10, 2014 · Mobile Development

How Baidu’s BlendUI Makes Webview Transitions as Smooth as Native Apps

This article analyzes Baidu's lightweight app platform, presents research on web‑vs‑native performance gaps, introduces the BlendUI concept that treats every element as an independent webview, and details its design principles, core implementation, and suitable use cases for achieving native‑level transition smoothness.

BaiduBlendUIHybrid App
0 likes · 14 min read
How Baidu’s BlendUI Makes Webview Transitions as Smooth as Native Apps
MaGe Linux Operations
MaGe Linux Operations
Jul 10, 2014 · Operations

Mastering Linux Cron: How to Schedule Tasks Efficiently

This guide explains what the Linux cron service is, how to configure it via /var/spool/cron and /etc/crontab, the syntax of cron expressions, environment variables, and provides practical examples for scheduling recurring tasks.

AutomationCronTask scheduling
0 likes · 9 min read
Mastering Linux Cron: How to Schedule Tasks Efficiently
MaGe Linux Operations
MaGe Linux Operations
Jul 9, 2014 · Databases

SQL Server vs Oracle: 45 Essential Function Equivalents

This article presents a comprehensive side‑by‑side mapping of 45 common SQL Server functions to their Oracle equivalents, covering numeric, string, date, and miscellaneous operations with example queries and notes on usage differences.

Data MigrationDatabase FunctionsOracle
0 likes · 16 min read
SQL Server vs Oracle: 45 Essential Function Equivalents
MaGe Linux Operations
MaGe Linux Operations
Jul 9, 2014 · Databases

Top 15 NoSQL Databases You Should Know in 2024

An extensive overview of fifteen popular NoSQL databases—including MongoDB, CouchDB, HBase, Cassandra, Redis, and more—detailing their architectures, key features, performance characteristics, and typical applications, helping readers choose the right solution for high‑scale, high‑concurrency data storage needs.

CassandraMongoDBNoSQL
0 likes · 33 min read
Top 15 NoSQL Databases You Should Know in 2024
Baidu Tech Salon
Baidu Tech Salon
Jul 9, 2014 · Frontend Development

Mobile Web App Adaptive Design: Understanding PPI/DPI and Viewport Solutions

Understanding mobile web app adaptive design requires grasping PPI/DPI concepts, the variable meaning of CSS pixels, and using viewport meta tags—especially target-densitydpi and initial-scale—to achieve 1:1 rendering across Android density buckets and iOS Retina screens while balancing layout and asset sizing.

DPIMobile WebPPI
0 likes · 8 min read
Mobile Web App Adaptive Design: Understanding PPI/DPI and Viewport Solutions
Baidu Tech Salon
Baidu Tech Salon
Jul 8, 2014 · Information Security

Understanding TCP RST Attacks: From Handshakes to Exploiting Sequence Numbers

This article explains TCP fundamentals—including three‑way handshakes, sliding windows, and four‑way termination—then details how the RST flag works and how attackers can forge packets using source ports and sequence numbers to execute powerful RST denial‑of‑service attacks.

HandshakeRST attackSliding Window
0 likes · 9 min read
Understanding TCP RST Attacks: From Handshakes to Exploiting Sequence Numbers
MaGe Linux Operations
MaGe Linux Operations
Jul 8, 2014 · Information Security

Top 9 Essential Linux Security Practices Every Admin Should Implement

Securing Linux systems requires more than a single anti‑malware tool; this guide outlines nine practical measures—including SELinux, vulnerability alerts, service hardening, log monitoring, port knocking, iptables, default‑deny policies, IDS, and full‑disk encryption—to strengthen system defenses against attacks.

IDSPort KnockingSecurity
0 likes · 6 min read
Top 9 Essential Linux Security Practices Every Admin Should Implement
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.

CentOSInstallationSystem Administration
0 likes · 7 min read
CentOS 7.0.1406 Release: Key Features, Install Media & Known Issues
MaGe Linux Operations
MaGe Linux Operations
Jul 7, 2014 · Operations

10 Powerful Linux Commands to Generate Random Passwords

This article presents ten tested Linux command‑line techniques for generating random passwords, each easily adjustable for length and suitable for use on Linux, Cygwin‑enabled Windows, and even macOS, offering practical options for sysadmins and developers.

command-linepasswordrandom
0 likes · 5 min read
10 Powerful Linux Commands to Generate Random Passwords