Tagged articles

at

25 articles · Page 1 of 1
Open Source Linux
Open Source Linux
Jun 26, 2024 · Fundamentals

Mastering Linux Process Management: From Viewing to Scheduling

This guide explains Linux process fundamentals, how to view and trace process hierarchies with ps and pstree, terminate processes using kill, and schedule one-time or recurring tasks via at and crontab, providing command syntax, options, and practical examples.

Linux schedulingProcess Managementat
0 likes · 5 min read
Mastering Linux Process Management: From Viewing to Scheduling
Ops Development & AI Practice
Ops Development & AI Practice
Jun 25, 2024 · Operations

How to Keep Linux Scripts Running After Logout Without systemd

This guide explains multiple techniques—nohup, disown, setsid, tmux, screen, and at—to run scripts in a Linux environment so they continue executing after the user logs out, providing command examples, usage details, and a comparison of terminal multiplexers for reliable background processing.

LinuxProcess Managementat
0 likes · 6 min read
How to Keep Linux Scripts Running After Logout Without systemd
Efficient Ops
Efficient Ops
Apr 16, 2024 · Databases

Data Migration & Distributed Transactions: XA, BASE, TCC, AT Guide

This article explores strategies for seamless data migration—including full, incremental, and binlog‑based approaches—and examines distributed transaction models such as XA, BASE, TCC, and AT, outlining their components, workflows, advantages, challenges, and supporting tools like Seata and Canal.

BASEData MigrationTCC
0 likes · 9 min read
Data Migration & Distributed Transactions: XA, BASE, TCC, AT Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 6, 2023 · Artificial Intelligence

How We Won a Multi‑Robot Competition: Greedy Scheduling, A* Pathfinding, and Dynamic Window Control

This article details the end‑to‑end algorithmic strategy our team used to rank third in a multi‑robot competition, covering task analysis, distance‑based scheduling, custom collision detection, A* and DWA path planning, Euclidean distance transforms, radar‑based enemy tracking, and the final round’s dual‑team tactics, complete with code snippets and performance insights.

BFSCollision Detectionat
0 likes · 39 min read
How We Won a Multi‑Robot Competition: Greedy Scheduling, A* Pathfinding, and Dynamic Window Control
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Sep 26, 2022 · Databases

Data Migration & Distributed Transactions: XA, BASE, TCC, AT Demystified

This article examines how vertical and horizontal data partitioning leads to migration and consistency challenges, outlines full, full‑plus‑incremental, and binlog‑based migration strategies, and compares strong‑consistency XA transactions with flexible BASE approaches such as TCC and AT, including their components, workflows, advantages, and drawbacks.

BASEData MigrationTCC
0 likes · 9 min read
Data Migration & Distributed Transactions: XA, BASE, TCC, AT Demystified
Liangxu Linux
Liangxu Linux
Jul 24, 2022 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Scheduling

This guide explains how to automate common Linux tasks such as configuring boot‑time services with chkconfig, creating one‑time jobs using the at command, and scheduling recurring jobs with cron, including syntax, run‑level concepts, and example shell scripts.

AutomationCronat
0 likes · 8 min read
Master Linux Automation: Startup Scripts, at, and Cron Scheduling
JavaScript
JavaScript
Apr 18, 2022 · Frontend Development

Master JavaScript’s Array.at(): Simplify Access to Elements from Both Ends

This article explains how JavaScript arrays are zero‑based, demonstrates traditional bracket indexing, introduces the new Array.prototype.at() method for both positive and negative indices, and shows concise code examples that make accessing the first, middle, and last elements easier and more readable.

CodingFrontendJavaScript
0 likes · 3 min read
Master JavaScript’s Array.at(): Simplify Access to Elements from Both Ends
Aotu Lab
Aotu Lab
Mar 24, 2022 · Game Development

Building a Custom NavMesh and A* Pathfinding in Babylon.js

This article walks through creating a navigation mesh and implementing A* pathfinding for a 3D sandbox game using Babylon.js, covering Babylon's built‑in RecastJS features, their limitations, a step‑by‑step custom NavMesh generation, algorithm choices, optimization techniques, and final integration with character movement.

Babylon.jsGame DevelopmentNavMesh
0 likes · 16 min read
Building a Custom NavMesh and A* Pathfinding in Babylon.js
Liangxu Linux
Liangxu Linux
Jan 26, 2022 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Scheduling

This guide explains how to automate common Linux tasks for web servers, covering boot‑time service startup with chkconfig and rc.local, one‑off scheduling using at, and recurring jobs with cron, including syntax, examples, and integration with shell scripts.

AutomationCronat
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Scheduling
Efficient Ops
Efficient Ops
Dec 23, 2021 · Operations

Master Linux Automation: Startup Scripts, at, and Cron Made Simple

This guide explains how to automate common Linux tasks such as boot‑time service startup, one‑off scheduling with at, and recurring jobs with crontab, covering runlevel management, rc.d editing, command syntax, and integrating shell scripts for efficient system operations.

AutomationCronScripting
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and Cron Made Simple
Efficient Ops
Efficient Ops
Mar 8, 2021 · Operations

Master Linux Automation: Startup Scripts, at, and crontab Explained

This guide walks you through essential Linux automation techniques—including boot‑time service startup with chkconfig and rc.d, one‑off scheduling using at, and recurring jobs with crontab and shell scripts—so you can manage web servers efficiently without manual intervention.

AutomationCronOperations
0 likes · 9 min read
Master Linux Automation: Startup Scripts, at, and crontab Explained