Tag

CMD

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 16, 2025 · Fundamentals

Overview of Useful Python Standard Library Modules with Example Code

This article introduces several essential Python standard library modules—including cmd, getpass, glob, pickle, shelve, codecs, functools, inspect, weakref, and xml.etree.ElementTree—providing brief descriptions and ready‑to‑run code examples that demonstrate their core functionalities.

CMDPicklecode examples
0 likes · 4 min read
Overview of Useful Python Standard Library Modules with Example Code
Python Programming Learning Circle
Python Programming Learning Circle
Jan 17, 2024 · Information Security

How to Retrieve Saved WiFi Passwords on Windows Using CMD and Python

This guide shows how to list and export all saved WiFi profiles on a Windows PC via the command prompt and a Python script, explains the use of the subprocess module for executing system commands, and includes notes on UTF‑8 handling and related code examples.

CMDPythonWiFi
0 likes · 7 min read
How to Retrieve Saved WiFi Passwords on Windows Using CMD and Python
ByteFE
ByteFE
Aug 16, 2023 · Frontend Development

Evolution of Frontend Module Systems and Major Module Specifications

This article traces the history of frontend modularization from early global‑function scripts through IIFE, CommonJS, ES6 modules, AMD and CMD, explaining why modularization is needed, how each approach works, their drawbacks, and the key features of each specification.

AMDCMDCommonJS
0 likes · 14 min read
Evolution of Frontend Module Systems and Major Module Specifications
Python Programming Learning Circle
Python Programming Learning Circle
May 27, 2022 · Fundamentals

Common Windows Command-Line Tools and Their Usage

This guide introduces several essential Windows command‑line utilities—including ipconfig, msg, net user, net share, nslookup, netsh wlan show, telnet, and command chaining operators—explaining their functions and step‑by‑step usage for network and system administration tasks.

CMDSystem AdministrationTutorial
0 likes · 5 min read
Common Windows Command-Line Tools and Their Usage
Efficient Ops
Efficient Ops
Nov 28, 2021 · Cloud Native

How to Gracefully Shut Down Docker Containers Using Signals, ENTRYPOINT, and CMD

This article explains Linux signals, the difference between exec and shell forms of Dockerfile ENTRYPOINT and CMD, and demonstrates with Go and shell‑script examples how to configure containers so that docker stop sends SIGTERM and allows applications to exit cleanly.

CMDDockerENTRYPOINT
0 likes · 10 min read
How to Gracefully Shut Down Docker Containers Using Signals, ENTRYPOINT, and CMD
Efficient Ops
Efficient Ops
Jul 19, 2015 · Cloud Native

Master Building Docker WordPress Images and Understanding ENTRYPOINT vs CMD

This guide walks you through preparing Docker, building a csphere/wordpress:4.2 image, running the container with proper environment variables, and clarifies the differences between ENTRYPOINT and CMD through hands‑on examples, helping you master container image creation and command execution in Docker.

CMDDockerENTRYPOINT
0 likes · 9 min read
Master Building Docker WordPress Images and Understanding ENTRYPOINT vs CMD