Tag

System Commands

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Feb 8, 2025 · Fundamentals

Using Python’s os, sys, and os.path Modules: Common Operations and Code Examples

This article introduces Python’s os, sys, and os.path modules, demonstrating how to retrieve the current working directory, create and delete directories, list files, execute system commands, access interpreter information, handle command‑line arguments, redirect I/O, and manipulate file paths with practical code snippets.

PythonSystem Commandsfile handling
0 likes · 4 min read
Using Python’s os, sys, and os.path Modules: Common Operations and Code Examples
Test Development Learning Exchange
Test Development Learning Exchange
Dec 23, 2024 · Fundamentals

Linux Fundamentals: Directory Structure, Kernel Architecture, and Essential Commands

This article provides a comprehensive overview of Linux fundamentals, covering directory structure, kernel architecture, essential commands, and advanced piping techniques for system administration and development.

Directory StructureLinux fundamentalsNetwork Administration
0 likes · 10 min read
Linux Fundamentals: Directory Structure, Kernel Architecture, and Essential Commands
Test Development Learning Exchange
Test Development Learning Exchange
Jun 9, 2023 · Operations

Common Linux Commands for System Stress Testing and Performance Monitoring

This article introduces a collection of essential Linux command‑line tools for stress testing and monitoring system resources such as CPU, memory, disk, network, processes, load, temperature, and other aspects, helping administrators assess stability and performance.

LinuxStress TestingSystem Commands
0 likes · 5 min read
Common Linux Commands for System Stress Testing and Performance Monitoring