Open Source Linux Storage Software - Page 27

Storage Software for Linux

View 284 business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 1
    With this software, you can easily and quickly rename photos without typing all the words. It can also numbers the pictures (if you want to do it), changes the order, deletes some images ans shows some exif iformations. It is in french and english.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    libarxx is a C++ archiver with advanced features, like data synchronization and merging of multiple archives. It provides an object-oriented view on a directory tree of data items and allows versioning, compressing and structuring in multiple ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    an advanced php uploading script with MANY advanced features. including: registration, upload, manage uploads with folder and upload management, ...and MUCH MUCH more!!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is the advanced upload and email script. Features include 1) File upload 2) Upload via Url 3) Email files 4) Email Files as attachments 5) Zip and email files 6) Split Files 7) Join Files 8) Compare files using md5 9) Edit Email
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5
    This aplication is dedicated to manage the filesystem of a webserver via web interface. It is a PHP/AJAX based application, it works only with Firefox 1.5. ---- 09.08.2006: some bugs fixed, see version 1.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Agile Author is a framework for developing networked repositories of digital information such as digital libraries and content management systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Agoo is a simple file manager application, that'll provide services to access them and to monitor them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ajax File Manager - AjaxExplorer

    Ajax File Manager - AjaxExplorer

    Manage server files through simple windows like interface.

    Need to handle your server files as easy as OS could? Then this is your stuff! Just upload the file to your server and unzip. Works on most browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Alcogas is a cross platform open source software which allows to write an image created by the 'Alcohol 120%' on a CD-R/RW disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 10
    Alexandria is an archive system for large data amounts. Suitable for inhomogenous collections of books, media files, art items and other artifacts. Main focus is on easy usage, small executable file and portability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Alexandria Archives permits to catalogue your files or directories on CD, Floppy disk, HD, ZIP disk, USB memory, etc. and search for them later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Alist is a program that collects hardware and software information about systems and stores it in a database for users to browse and search via a Web interface. The program consists of three parts: a client portion that collects the information, a daemon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Alo is the easy way to write XML data from C programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wrapper to Amanda Backup amrecover command using Expect module. A starting point to develop a GPL gui web interface for an Amanda Backup System. It creates a Daemon to support a rpc webservice. Tested on a linux system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Amiant Navigator is a cross-platform plug-in based all-in-one file manager, media content viewer/editor/converter, archiver, text editor, ftp browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    amrecgui is an easy-to-use graphical user interface (GUI) for the backup system Amanda that allows people used to work in a graphical environment to safely recover backuped files from an Amanda tape.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Xinstaller is a program written in C for Linux. It will allow you to make an installer file for your programs. The user will have only to start the executable and to answer some easy questions(mostly "next" :)).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java disk/CD/DVD/HD/whatever cataloguer designed to allow the storage and search of different types of data. Hibernate or JDO will be used for catalog storage and maybe some native functions for volume data retrieval (serial and label).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Android Apps Collection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    An cdrecord frontend, mainly an wizard. Also possible to save settings and write cd's on the fly by passing ISO path to the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Annoy

    Annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage

    Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data. There are some other libraries to do nearest neighbor search. Annoy is almost as fast as the fastest libraries, (see below), but there is actually another feature that really sets Annoy apart: it has the ability to use static files as indexes. In particular, this means you can share index across processes. Annoy also decouples creating indexes from loading them, so you can pass around indexes as files and map them into memory quickly. Another nice thing of Annoy is that it tries to minimize memory footprint so the indexes are quite small.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Agal is a themable web photo album that supports transparent rollover buttons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Since none of the MySQL backup scripts i could find satisfied my needs, I created this one. It does full backups remotelly or incrementals locally. Read comments on the code to configure it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Anthias is (or rather will be) an extended terminal with support for features like Command-line completion Syntax highlighting of command line Directory browsing (in the same spirit of Norton Commander, Krusader, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Antiquity is a wide-area storage system that provides a consistent, secure, and durable storage layer for a variety of applications such as file systems, databases, and back-up.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo