Tag

Remote

1 views collected around this technical thread.

Top Architect
Top Architect
Mar 31, 2023 · Fundamentals

Comprehensive Introduction to Git and Version Control Practices

This article provides a thorough introduction to Git, covering its core concepts, repository structure, essential commands for initialization, configuration, branching, merging, rebasing, remote operations, and troubleshooting, along with practical examples and visual diagrams to help developers master version control.

BranchingCLIRemote
0 likes · 41 min read
Comprehensive Introduction to Git and Version Control Practices
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 25, 2021 · Databases

Remote MySQL Backup with mysqlbackup and Percona XtraBackup

This article demonstrates how to perform remote physical backups of MySQL databases using the mysqlbackup and Percona XtraBackup tools, covering test objectives, environment setup, step‑by‑step streaming commands, restoration procedures, replication configuration, and a comparison of the two approaches.

BackupDatabaseMySQL
0 likes · 13 min read
Remote MySQL Backup with mysqlbackup and Percona XtraBackup
Laravel Tech Community
Laravel Tech Community
May 2, 2020 · Fundamentals

Git Basics: Initial Setup, File Operations, Remote Repositories, Branches, and Conflict Resolution

This guide walks through Git's fundamental setup—including configuring username and email, initializing a repository, performing file additions, deletions, commits, managing branches, connecting to remote repositories, and resolving merge conflicts, providing command-line examples for each step.

BranchingCommand-lineRemote
0 likes · 6 min read
Git Basics: Initial Setup, File Operations, Remote Repositories, Branches, and Conflict Resolution
Amap Tech
Amap Tech
Jul 30, 2019 · Mobile Development

Remote Audio Interaction for Car Devices: Challenges, Solutions, and Final Selection

To enable reliable two‑way audio for remote testing of car‑mounted navigation devices, the team evaluated remote‑submix, software hooking, USB, Bluetooth and hardware forwarding, ultimately selecting a hybrid software‑hook and hardware‑forwarding approach combined with WebRTC encoding to meet sub‑500 ms latency and broad device coverage.

AndroidAudioRemote
0 likes · 14 min read
Remote Audio Interaction for Car Devices: Challenges, Solutions, and Final Selection