Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
The utility sfxcompress is a bashscript used to pack and encrypt the current directory on a self-extracting file. It also includes the calculation of the MD5 function to check if the compressed file is correct.
A collection of useful bash scripts to assist in Linux system administration. Includes flexible scripts to backup and install Linux systems. Requires (and includes) bash-script-lib. Tested on Ubuntu LTS.
BashCronBackup is a backup script written in bash that can create full database and file backups. Before the database is dumped it will be optimized and repaired. Further, it will delete old backups for you. Available formats: Zip, Tar, Gzip, Bzip2
Bash shell script that uses mySQL 6.0 online backup feature to perform hot (online) backups. Includes a number of interesting options. It's also compatible with older versions of mysql.
Forkback is a backup script written for the UNIX bash shell that backups data
using tar. It can be used to write data to a backup server or any directory saving space using
compression and granting security using gpg encryption.
PhpWikiBackup is a simple script for PhpWiki used to backup your data to a remote host using rsync and ssh; it is written in Bash Shell and it is easily configurable so you can manage many phpWiki sites.
This script shell (in environment BASH) has the purpose to create archives of backup of a partition or specific directory, effecting rotating of these archives in agreement space in disk.
Simple script of backup using tar for *NIX systems and written in bash, very easy to suit whatever backup policy, using complete, incremental or parcial backups. It has some features for esample mail notification, index of files, error notices, etc.
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
A basic console script backup systems without X. Rather than remembering the perplexing tar options, this will use a .conf file, and prompt the user for information. USER BEWARE!!! This was mostly designed for me to practice my bash skills
LRSR / Linux Restore ScRipt is a command line (Bash/Perl) script for restoring system information. LRSR also can be edited to create "Mini" distros from a pre-existing UNIX/Linux computer.
This bashscript, in conjunction with a java program, will backup your mysql database(s) to a file using mysqldump, and gzips it. Depending on setup, it will either e-mail you the file, or leave it in the installation directory.
A simple BASHscript to do nightly backups to tarballs to a seperate hard drive (not to tape). Supports full and incremental backups. Ideal for linux home users to easily backup all or parts of their system, provided they have an extra hard drive.
Bashscript to clone the package state of a debian system, or, in other words,
the list of currently installed packages, to another system(s). It is fairly simple, but serves it's purpose very well.