TLDR Guide On Ubuntu 22.04: sudo apt update sudo apt install monit -y sudo systemctl enable monit --now Example config: check filesystem root with path /dev/sda1 if space usage > 90% for 5 cycles then alert Mailserver config example using Read more...
When we have VMs in Cloud Raya, sometimes we need to be able to back up these VMs outside the main infrastructure of Cloud Raya, backup the image files to our local for example, or to our DRC server. One Read more...
INTRODUCTION Redis is an open-source, in-memory, key-value data store most commonly used as a primary database, cache, message broker, and queue. Redis delivers sub-millisecond response times, enabling fast and powerful real-time applications in industries such as gaming, fintech, ad-tech, social Read more...
This article is going to discuss about XFCE in Cloud Raya Virtual Machine. When we create a VM with Linux OS inside Cloud Raya, it will always be CUI (Command User Interface) / terminal. As a server, of course, we Read more...