Tag

Linux Commands

0 views collected around this technical thread.

IT Xianyu
IT Xianyu
Apr 15, 2025 · Databases

What Does a DBA Do? A Beginner’s Guide to Database Administration, Core Skills, and Career Path

This article explains the role of a DBA using a library analogy, outlines essential database fundamentals, Linux commands, hardware choices, common pitfalls, cloud‑era advantages, intelligent operations, and provides a detailed career roadmap with salary insights for aspiring database administrators.

Cloud DatabasesDatabase AdministrationLinux Commands
0 likes · 6 min read
What Does a DBA Do? A Beginner’s Guide to Database Administration, Core Skills, and Career Path
Top Architect
Top Architect
Dec 5, 2024 · Databases

Database Monitoring and Slow Query Log Management Guide

This article explains how database administrators can monitor system resource usage with commands like top, iostat, and vmstat, and configure MySQL slow query logging, including enabling the log, setting thresholds, viewing logs, and applying best‑practice recommendations for analysis and issue resolution.

Database AdministrationLinux CommandsMonitoring
0 likes · 8 min read
Database Monitoring and Slow Query Log Management Guide
Top Architect
Top Architect
Nov 3, 2024 · Databases

Database Monitoring and Logging: Using top, iostat, vmstat and MySQL Slow Query Log

This article explains how database administrators can monitor system resources with commands such as top, iostat, and vmstat, and how to enable and inspect MySQL slow query logs, while also including promotional information about a ChatGPT community and related services.

Database MonitoringLinux CommandsMySQL
0 likes · 7 min read
Database Monitoring and Logging: Using top, iostat, vmstat and MySQL Slow Query Log
Efficient Ops
Efficient Ops
Jan 7, 2024 · Operations

Essential Linux Command Cheat Sheet for System Administrators

This comprehensive guide lists essential Linux commands for system information, shutdown, file management, searching, mounting, disk usage, user and group handling, permissions, special attributes, packaging, RPM/YUM/DEB management, network utilities, and Vim editing, providing clear examples and options for each task.

Command LineLinux CommandsUnix
0 likes · 39 min read
Essential Linux Command Cheat Sheet for System Administrators
Test Development Learning Exchange
Test Development Learning Exchange
Jun 8, 2023 · Operations

Using Python and Paramiko to Connect to Linux Servers from Windows and Mac

This tutorial explains how to install and use the Python Paramiko library to establish SSH connections to Linux servers from Windows and Mac terminals, enabling execution of Linux commands remotely and improve server management efficiency.

Linux CommandsMACParamiko
0 likes · 3 min read
Using Python and Paramiko to Connect to Linux Servers from Windows and Mac
Aikesheng Open Source Community
Aikesheng Open Source Community
Jul 10, 2020 · Databases

Detecting Large Transactions in MySQL Binlog Using Linux Commands

This article explains how to identify and measure large MySQL transactions by extracting GTID events from binlog files using Linux command-line tools such as grep, awk, and sort, and demonstrates the process with example commands and visual results.

Database MonitoringLinux CommandsMySQL
0 likes · 3 min read
Detecting Large Transactions in MySQL Binlog Using Linux Commands