Project 'linux_cmdproxier' is a project to make a python module 'linux_cmd' which control some linux command with automation. This module was design to assist make linux automation script.
| Support Linux Distributions |
Redhat
- CentOS 8 Stream
Debian
- Ubuntu 23.04
First, download this repository on your working local.
Download Repository:
git clone https://luna-negra/linux_cmdproxier
Second, import module on your project
import module:
import linux_cmdproxier
The latest version: version _0.1.1_beta
Pre-Release Version
- None
Stable Version
- None
Test Version
- Version_0.1.1_Beta (2024.03.27)
Version 0.1.1_Beta
2024. 03. 27
- Complete test on CentOS 8 Stream
- Complete test on Ubuntu 23.04
2024. 03. 26
- Complete making draft #1.
2024. 03. 01
- Start Project