Skip to content

automation64/sysop64

Repository files navigation

sysop64

License GitHub stars GitHub forks

🚀 SysOpt64 is a collection of Unix/Linux Infrastructure Systems Operations scripts


📌 Overview

This repository provides a curated collection of Unix/Linux infrastructure systems operations scripts designed to automate common administrative tasks, streamline routine operations, and facilitate efficient system management. It focuses on enhancing operational workflows by automating tasks such as log analysis, system monitoring, resource management, and configuration maintenance, ultimately improving overall system stability and operational efficiency


📦 Installation

Install SysOp64 and make available system-wide (requires root privilege): /opt/sysop64

INST64_RELEASE="$(curl -s "https://api.github.com/repos/automation64/installer64/releases/latest" | grep '"tag_name":' | cut -d '"' -f 4)" &&
test -n "$INST64_RELEASE" && curl -LO https://github.com/automation64/installer64/releases/download/${INST64_RELEASE}/install-installer64 &&
chmod 755 ./install-installer64 && sudo ./install-installer64 &&
sudo /opt/inst64/install-sysop64

🚀 Usage

Run sysop64 with the appropriate flags:

# List modules
sysop64
# List module tasks
sysop64 <MODULE>
# Run module task
sysop64 <MODULE/TASK> [TASK_PARAMETERS]

🛠 Contributing

Contributions are welcome! Help us improve by submitting issues, feature requests, or pull requests.


📜 License

SysOp64 is licensed under the Apache-2.0 License.


👤 Author


🌟 If you find this project useful, consider giving it a star!

About

SysOp64 is a collection of IT Infrastructure Systems Operations scripts

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages