MongoDB Backup Shell Script for Linux (mongodump Automation)
Automate MongoDB backups on Linux with mongodump, archive compression, retention cleanup, and cron scheduling.
Read tutorial →Browse step-by-step tutorials in this topic.
Automate MongoDB backups on Linux with mongodump, archive compression, retention cleanup, and cron scheduling.
Read tutorial →
Deploy a production-ready Docker Compose stack on Linux with Nginx reverse proxy, app container, PostgreSQL, and persistent volumes.
Read tutorial →
Install Jenkins on Ubuntu or AlmaLinux for CI/CD. Enable service, open firewall, install plugins, and run your first…
Read tutorial →
Monitor Docker containers on Linux and auto-restart unhealthy or stopped containers with a Bash script and cron.
Read tutorial →
Automate PostgreSQL backups on Linux with pg_dump, gzip compression, retention cleanup, and cron scheduling.
Read tutorial →
Set up a self-hosted GitHub Actions runner on Linux. Install, configure, and run CI/CD workflows on your own…
Read tutorial →
Install and register GitLab Runner on Ubuntu or AlmaLinux. Run CI/CD jobs with Docker executor on your own…
Read tutorial →
Deploy web apps on Linux with a git pull deploy script. Fetch, reset, install dependencies, and reload nginx…
Read tutorial →
Automate Redis RDB backups on Linux with a Bash script. Trigger BGSAVE, copy dump.rdb, rotate old backups, and…
Read tutorial →
Configure Nginx as a reverse proxy on Linux. Proxy pass to apps, set headers, and terminate SSL with…
Read tutorial →