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
Stop Storing Third-Party Tokens in Your Database
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
RSYNC Backup front-end with Web Interface, email reports with attached summary. Simple to use; back up servers with a single line, or your entire server farm from a single machine. Custom email tags sort responses in your MUA. Supports authentication.
This program parallelizes the BZIP2 compression process to achieve a near-linear performance increase on SMP machines. On a two-processor Xeon machine, the speedup is around 180%. The tool's main purpose is to aid performing heavy-duty server backup
JTransplant is a pure java tool to allow the user to transfer data between two remote servers using a GUI on their desktop. Typical use would be moving to a web site from one dedicated server to another or from one virtual account to another.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
The OS561 operating system based around FORTH/Java. The OS is to run on a VHDL chip OpenHardware design called the Minon, but could become available for other platforms. The unique point of the design is a revolutionary data compression technology.
AVD is a continuation of the swim project. The goal is to create a suitable SQL server from swim's not-installed DB, and to maintain the swim client. AVD will be used as a gBootRoot method.
The Green Machine is a powerful archive creator, which supports data compression, self-extracting file creation, encryption, file verification via checksums, and much more.
A backup/transfer files program to move and process files between computers in a production (industrial) process. The processing of file begins when it are created or copied to directory and they can be redirected to other machine to be used.
Apache 2 API module, which serve zipped archive (created by PkWare, WinZip, JAR and other tools) like virtual filesystem and allow browse its content. Usefull for browsing html based documentation (for example generated by javadoc).
Commandline tool to manage backup files that are stored on hard drives. Employs infinite grandfather-father-son strategy by deleting defined subset of all backup files, saving space while permitting access to older versions. Aka "Virtual Tape Rotation"
Imlug Remote Backup System make local copy of a dir and send other to a remote machine using rsync or ssh.
You need Bash, Tar, ( Bzip2 or Gzip for compress ) and rsync and ssh.
Mondo Rescue is a GPL suite designed to create disaster recovery or cloning physical or virtual media from which you'll be able to boot in order to restore or clone your original system. It does that in an automatic or interactive way allowing modifs
Need to package up your compiled program so that it can be install on a Windows or Unix machine? Use this Zip Package Maker. ZipPKG Maker lets you, Install, Uninstall, List and create Zip Packages. ZipPKG Maker is compatible with the output files from
OzVM is a simple, lightweight, secure virtualmachine. The current target application of OzVM is OzStream, allowing platform-independent self-decoding data, which abstracts encoded data from client applications.
A dynamic package manager with a virtual file system interface. Keep track of files installed from a source tarball and easily remove those files. Simply copying files from /usr/src/{package name} will automaticly create a package.
Rescuezilla is an easy-to-use disk cloning and imaging application that's fully compatible with Clonezilla — the industry-standard trusted by tens of millions.
Yes, Rescuezilla is the Clonezilla GUI (graphical user interface) that you might have been looking for.
**See: https://rescuezilla.com/ for download links**
**NEW** Weekly rolling release downloads: https://github.com/rescuezilla/rescuezilla/releases
Rescuezilla is a fork of Redo Backup and Recovery (now called Redo...
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
...The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In addition, I will provide a textual description of the algorithm so that it can be easily ported to any programming language.
I expect a severe performance degradation, but I leave optimizing for speed to other people.