Tag

CommandLine

1 views collected around this technical thread.

Raymond Ops
Raymond Ops
Apr 29, 2025 · Cloud Native

Master Docker Commands: Images, Pull, Save, Load, Run, and Manage Containers

This guide explains the difference between Docker image and images, demonstrates how to list, pull, save, load, and remove images, and shows how to run, start, stop, and list containers using essential Docker commands.

CommandLineContainerManagementDocker
0 likes · 5 min read
Master Docker Commands: Images, Pull, Save, Load, Run, and Manage Containers
Python Programming Learning Circle
Python Programming Learning Circle
Oct 12, 2024 · Frontend Development

Python Seat Reservation System with PySide2 GUI and Command-Line Interface

This article provides a step‑by‑step guide to building a Python‑based seat reservation application using PySide2 for the graphical interface, JSON configuration files for seat layouts, and several command‑line utilities for checking in, checking out, booking, and leaving seats.

CommandLineGUIPython
0 likes · 22 min read
Python Seat Reservation System with PySide2 GUI and Command-Line Interface
Selected Java Interview Questions
Selected Java Interview Questions
Jul 17, 2024 · Operations

Comprehensive Linux Command Cheat Sheet for System Operations

This article provides an extensive collection of Linux command-line utilities covering system information, file management, networking, package handling, backup, and more, serving as a practical reference for developers and system administrators in daily operations.

CommandLineLinuxShell
0 likes · 36 min read
Comprehensive Linux Command Cheat Sheet for System Operations
Deepin Linux
Deepin Linux
Nov 10, 2023 · Fundamentals

Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands

This article provides a step‑by‑step tutorial on Linux fundamentals, covering the basic concepts of the operating system, how to obtain and install CentOS 7 in a virtual machine, configure networking, perform system installation, use essential command‑line tools, troubleshoot common issues, and apply basic optimizations.

CentOS7CommandLineInstallation
0 likes · 23 min read
Comprehensive Guide to Linux (CentOS 7) Installation, Configuration, and Basic Commands
php中文网 Courses
php中文网 Courses
May 12, 2022 · Operations

Using ApacheBench (ab) for HTTP Performance Testing: Installation, Commands, and Result Analysis

This article introduces the ApacheBench (ab) performance testing tool, explains key load‑testing concepts such as throughput and concurrency, provides step‑by‑step instructions for downloading, installing, and running ab on Windows, and describes how to interpret the generated test report.

ApacheBenchCommandLineHTTP
0 likes · 3 min read
Using ApacheBench (ab) for HTTP Performance Testing: Installation, Commands, and Result Analysis
JD Retail Technology
JD Retail Technology
Apr 6, 2021 · Mobile Development

LLDB Overview and Common Commands

LLDB is a high‑performance debugger integrated with Xcode that supports C, Objective‑C, and C++ development; this article introduces its command‑line syntax, explains key commands such as help, expression, thread, breakpoint, watchpoint, and image, and provides usage examples to improve debugging efficiency.

CommandLineLLDBXcode
0 likes · 14 min read
LLDB Overview and Common Commands
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 22, 2017 · Mobile Development

Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps

This article explains how to overcome Xcode's limitations by using command‑line tools such as libimobiledevice to automatically collect crash logs from third‑party iOS apps, symbolicate them without dsym files, and analyze the resulting CrashReport structure for effective debugging.

CommandLineCrashLogMobileTesting
0 likes · 9 min read
Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps
Qunar Tech Salon
Qunar Tech Salon
Mar 5, 2016 · Operations

Common Linux Commands for Java Developers

This article provides Java developers with a concise reference of essential Linux shell commands, covering process inspection, file manipulation, permission changes, compression, networking checks, remote access, and other common operations needed for interacting with Linux servers during development and deployment.

CommandLineJavaLinux
0 likes · 7 min read
Common Linux Commands for Java Developers
Qunar Tech Salon
Qunar Tech Salon
Jan 24, 2016 · Operations

Linux Performance Analysis in 60 Seconds

Within the first minute of logging into a Linux server, this guide walks you through ten essential command‑line tools—such as uptime, vmstat, mpstat, pidstat, iostat, free, sar, and top—to quickly assess system load, CPU, memory, disk, and network saturation for effective performance troubleshooting.

CommandLineDiagnosticsLinux
0 likes · 19 min read
Linux Performance Analysis in 60 Seconds