https://github.com/casanovg/itops-scripts
IT operations scripts
https://github.com/casanovg/itops-scripts
bash-script fedora it ops script
Last synced: 10 months ago
JSON representation
IT operations scripts
- Host: GitHub
- URL: https://github.com/casanovg/itops-scripts
- Owner: casanovg
- License: mit
- Created: 2019-12-26T10:32:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T13:05:07.000Z (11 months ago)
- Last Synced: 2025-03-02T14:20:06.009Z (11 months ago)
- Topics: bash-script, fedora, it, ops, script
- Language: Shell
- Size: 19.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IT operations scripts
Various Bash scripts to run services, [VirtualBox](http://virtualbox.org) machines, backups, etc. in a [Fedora-based](http://getfedora.org) on-premise server environment.
After installing a new physical server or virtual machine:
1. Login with an account with administrative permissions (belonging to the wheel group) and run: `$ git clone https://github.com/casanovg/itops-scripts.git`.
2. Configure configure the GitHub account to activate the scripts' synchronization: `$ ~/itops-scripts/utils/git-update-id.sh`.
3. Make sure that the cron service is activated, and edit the crontab file: `$ crontab -e`. For this, it is convenient to copy and adapt some of the example [crontab configurations](./cron) for physical servers or virtual machines.