Various Bash scripts to run services, VirtualBox machines, backups, etc. in a Fedora-based on-premise server environment.
After installing a new physical server or virtual machine:
-
Login with an account with administrative permissions (belonging to the wheel group) and run:
$ git clone https://github.com/casanovg/itops-scripts.git
. -
Configure configure the GitHub account to activate the scripts' synchronization:
$ ~/itops-scripts/utils/git-update-id.sh
. -
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 for physical servers or virtual machines.