├── 00_raspberry_pi.sh ├── 00_rhel.sh ├── 00_wsl.sh ├── 01_aws.sh ├── 01_azure.sh ├── 01_gcp.sh ├── 99_fortune.sh ├── CHANGELOG.md ├── README.md ├── banner.txt ├── dynmotd ├── example └── dynmotd.d │ ├── 10_filesystem_check.sh │ ├── 20_services_check.sh │ ├── 30_oracledb_services_check.sh │ └── README.md ├── install.sh └── uninstall.sh /00_raspberry_pi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/00_raspberry_pi.sh -------------------------------------------------------------------------------- /00_rhel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/00_rhel.sh -------------------------------------------------------------------------------- /00_wsl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/00_wsl.sh -------------------------------------------------------------------------------- /01_aws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/01_aws.sh -------------------------------------------------------------------------------- /01_azure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/01_azure.sh -------------------------------------------------------------------------------- /01_gcp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/01_gcp.sh -------------------------------------------------------------------------------- /99_fortune.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/99_fortune.sh -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/README.md -------------------------------------------------------------------------------- /banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/banner.txt -------------------------------------------------------------------------------- /dynmotd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/dynmotd -------------------------------------------------------------------------------- /example/dynmotd.d/10_filesystem_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/example/dynmotd.d/10_filesystem_check.sh -------------------------------------------------------------------------------- /example/dynmotd.d/20_services_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/example/dynmotd.d/20_services_check.sh -------------------------------------------------------------------------------- /example/dynmotd.d/30_oracledb_services_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/example/dynmotd.d/30_oracledb_services_check.sh -------------------------------------------------------------------------------- /example/dynmotd.d/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/example/dynmotd.d/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/install.sh -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neutrollized/dynmotd/HEAD/uninstall.sh --------------------------------------------------------------------------------