Simple Cent-os Management is a tool to set basic configs of a Cent OS server. NOTE: THIS IS A TRAINING PROJECT, DO NOT USE IT UNLESS YOU WANT TO CONTRIBUTE OR LEARN.
- CentOS 7+ x64
- 1GB Free storage
- Python3
pip3 install -r requirements.txt
sudo python3 main.py
- In case of failure because of python complaining about one of these reasons:
- No iscpy_core module exists
- No method named WriteToFile/AddZone exists
use this
pip3 install git+https://github.com/ali-heidari/iscpy.git
- cURL
- Handles network requests
- XAMPP
- XAMPP is All-In-One. Little tricky but when you get familiar with it, you will be happy how everything managed.
- What is inside XAMPP
We stick to the name convention described here: Python Naming Conventions
We use code beat to measure standard coding. You can check the rules here: CodeBeat rules