Oracle Cloud Administration for Underscore
Go to file
2024-07-29 13:22:34 +00:00
no_idle.sh no_idle.sh 2024-07-29 13:12:32 +00:00
README.md Ajouter README.md 2024-07-29 13:22:34 +00:00

Oracle Free-tier Instance

The Oracle cloud Free-tier instance can be shutdown for inactivity to recover the ressources for other instance. To block this you can launch a simple bash file to keep the instance used.

Usage

To add your bash to a cron job :

crontab -e

30 17 * * 1 /opt/oracle/no_idle.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.