All Articles

141085 articles · Page 7046 of 7055
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.

Task Schedulingautomationcron
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.

CassandraDatabaseMongoDB
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.

IDSLinuxPort Knocking
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.

InstallationLinuxcentos
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
MaGe Linux Operations
MaGe Linux Operations
Jul 7, 2014 · Backend Development

Apache vs Tomcat vs Jetty vs Nginx vs JBoss: Key Differences Explained

This article compares the core features, use cases, and performance characteristics of popular web and application servers—Apache, Tomcat, Jetty, Nginx, and JBoss—highlighting their distinctions in handling static versus dynamic content, scalability, and integration with Java and other technologies.

Application ServerJBossJetty
0 likes · 5 min read
Apache vs Tomcat vs Jetty vs Nginx vs JBoss: Key Differences Explained
Baidu Tech Salon
Baidu Tech Salon
Jul 7, 2014 · Fundamentals

Top 10 Vim Plugins to Bring IDE Features to Your Editor

This guide lists ten essential Vim plugins—Pathogen, SuperTab, syntastic, AutoPairs, NERD Commenter, SnipMate, NERDTree, MiniBufferExplorer, Tag List, undotree, and gdbmgr—that together provide IDE‑like features such as easy installation, auto‑completion, syntax checking, bracket pairing, commenting, snippets, file browsing, buffer management, code navigation, undo history, and debugging without bloating the editor.

IDEText EditingVim
0 likes · 8 min read
Top 10 Vim Plugins to Bring IDE Features to Your Editor
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2014 · Operations

8 Critical Factors to Evaluate Before Deploying SDN

This article outlines eight essential considerations—including industry type, network size, complexity, workload dynamics, VM count, agility needs, security simplification, and resource availability—that organizations should assess to determine whether Software‑Defined Networking is a suitable investment.

IT OperationsSDNcloud infrastructure
0 likes · 5 min read
8 Critical Factors to Evaluate Before Deploying SDN
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2014 · Operations

Discover 10 Free Tools to Load‑Test Your Web Applications

Learn about ten free, open‑source tools—including Grinder, JMeter, and Siege—that let you simulate concurrent users, measure performance, and identify bottlenecks in web applications, helping you assess server capacity and optimize site responsiveness under load.

load-testingopen source toolsoperations
0 likes · 8 min read
Discover 10 Free Tools to Load‑Test Your Web Applications
MaGe Linux Operations
MaGe Linux Operations
Jul 5, 2014 · Operations

How Tcpcopy Replicates Live Traffic for Realistic Load Testing

Tcpcopy is a distributed online pressure testing tool that copies live traffic to test machines, enabling realistic simulation of production environments without deploying new code, and the article explains its principles, code details, deployment steps, advanced usage, and real‑world application at Yitao.

Networkload-testingtcpcopy
0 likes · 13 min read
How Tcpcopy Replicates Live Traffic for Realistic Load Testing
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2014 · Information Security

Rootkit Hijack on a Linux Server: Forensic Walkthrough and Recovery

This article details a real‑world Linux server intrusion, showing how a rootkit exploited an Awstats script vulnerability, the forensic steps to identify malicious processes, hidden files, and compromised accounts, and the recommended remediation actions to restore a secure environment.

AwstatsForensicsLinux
0 likes · 14 min read
Rootkit Hijack on a Linux Server: Forensic Walkthrough and Recovery
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2014 · Information Security

How Digital Signatures Secure Data: Principles, Algorithms, and Implementation

This article explains the concept of digital signatures, their role in verifying data integrity and origin, outlines common algorithms such as RSA, DSS, and hash‑based signatures, and details the full PKI‑based workflow—including authentication, signing, and verification—while also describing how to combine encryption with signatures for confidential transmission.

PKIRSAcryptography
0 likes · 8 min read
How Digital Signatures Secure Data: Principles, Algorithms, and Implementation
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2014 · Operations

Boost High‑Load PHP Performance: Essential Linux Tuning Tips

This guide presents practical Linux system tweaks and PHP configuration adjustments—including file descriptor limits, disabling atime, using tmpfs, and optimizing php.ini and PHP‑FPM settings—to dramatically improve high‑load PHP application responsiveness and stability.

Performanceoperationstuning
0 likes · 4 min read
Boost High‑Load PHP Performance: Essential Linux Tuning Tips