Showing 25 open source projects for "hard disk image"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    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.
    Start Free
  • 1
    Jimfs

    Jimfs

    An in-memory file system for Java 8+

    ...Developed by Google, it allows developers to create and manipulate file systems entirely in memory, making it ideal for testing, simulation, and temporary file operations without touching the actual disk. Jimfs supports most standard file operations, including file and directory creation, deletion, copying, symbolic and hard links, as well as stream-based file reading and writing. It also provides robust support for features like SecureDirectoryStream, WatchService for directory change notifications, and multiple attribute views (basic, posix, unix, dos, and acl). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    IoTDB

    IoTDB

    Apache IoTDB

    Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. Due to its light-weight architecture, high performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink, Apache IoTDB can meet the requirements of massive data storage, high-speed data ingestion and complex data analysis in the IoT industrial fields. In the scene of factories, there...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JDiskCat

    JDiskCat

    Multi-platform disk cataloguing utility written in java.

    Easy-to-use multi-platform disk cataloguing program supporting local or removable media - drives and folders. Uses XML files as a data storage. It was originally created in 2010 to catalogue software compilations (also called freeware compilations) and CDs distributed with computer magazines. It was later improved to support any kind of disk and folder. It can be used to catalogue fragile disks like CDs, floppies, external hard drives, usb sticks, memory cards which are easy to damage. ...
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 4
    winPenPack

    winPenPack

    The portable software collection

    winPenPack is a project that aims at collecting the most frequently used and most popular open source applications made portable, so that they can be executed without installation from any USB Flash Drive or Hard Disk. The winPenPack suites offer a wide range of portable applications like office tools, internet tools, multimedia tools, development tools, security applications and other frequently used utilities. Everything you need, completely free, open source and portable!
    Leader badge
    Downloads: 501 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
  • 5
    opsi

    opsi

    open source client management system, software deployment

    opsi is a Client Management System for Windows and Linux clients based on Linux servers. opsi is used for automatic OS installation, software depolyment, hard- and software inventory, distributed software depots.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Mobilinux - Linux for Android

    Mobilinux - Linux for Android

    This application will allow you to install and run Linux on Android !

    ...The application requires superuser rights (ROOT).Installing a new operating system takes about 15 minutes. The recommended minimum size of a disk image is 1024 MB (with LXDE), and without a GUI - 512 MB. Noroot Method: Install MOBICONSOLE addon and then install the linux on a non-rooted phone.
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 7
    Disk Indexer
    This is a simple utility application for listing out files stored in a given directory or on whole of your computer. List is sorted based on the size of the files. This application is useful when you are running out of disk space on your system. Usually it happens that the disk is full and you are not sure what is taking up the space and what can you delete to be able to reclaim some space. This app scans the folder/full machine and lists the files, list being sorted according...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    File Fisher

    File Fisher

    Copy/Move files of required extension easily

    This is an easy to use , simple and straightforward software , which makes your life much easier . If you want to copy all the pictures ( Which are mixed with other files like music or documents ) from a pendrive / hard disk to another location , Just drag and drop / browse the source and destination folders and specify which file types you need to copy / move , hit start , sit back and relax . You can see the progress in the main window itself. Check 'Preserve File Structure' to copy the sub folders along with the files and maintain the same file structure . ...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    Portable Linux

    Portable Linux

    Portable Ubuntu Linux for Scientific Computing

    Released August 22, 2013 Lubuntu Blends: Biochemistry 13.04 (Raring) v5.44 Linux Kernel Image 3.8.0-29 Lubuntu Blends are pre-installed Wubi disk image remixes of Ubuntu and Debian Science meta packages, A custom boot loader allows installations to be copied and automatically booted from most external or USB flash drives. Once up and running, use earlier Lubuntu Remix README instructions here until documentation is updated. https://sourceforge.net/projects/portable-linux/files/ Installation 1. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 10

    JRawWriter

    A Windows 'dd' frontend

    This frontend makes it easier (and probably more safe) to use the Windows version of dd (http://www.chrysocome.net/dd) program. User can: * Select the disk device (a partition or a root one) * Put a binary image onto the device * Save a binary image of the selected device to a file * Erase the selected device (fill it with zeroes) Suitable for: * Create a bootable USB disks from an ISO images * Backup disks * Make an ISO image from CD disk * Erase corrupted MBR's which Windows can not handle USE WITH CAUTION - it is a very beta version. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    zfind

    zfind

    zfind is a fast file search utility/API for searching within archives

    ...Worse, that resource is inside a zip which is itself inside ANOTHER zip (i.e. nested archive). Possibly you need to verify whether a particular resource is present in an ear or you want to know part of a file name but don't know which zip/jar on your hard disk contains that class file. zfind solves this problem. zfind is very fast and it works on most common archive/compress files. Apart from GUI and command line, it also provides API support which let's you use it in your java code as a 3rd party library. Thanks for using, and if you find any bug, do post a ticket or discussion topic. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Armchair File Manager

    Armchair File Manager

    Remote control your home theater PC from across the room

    Use the Armchair File Manager to control your Windows home theater PC using its remote control. Perform light-duty computing tasks from across the room without a keyboard or mouse. Armchair works best with a PC connected to a widescreen television.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a BETA project. It is a Windows Command Line File Deduplicator that replaces duplicate files with hard links.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A console application to find duplicated files in your hard disk that allows you to choose which duplicated files delete. It will work with a DB to store information of your files and compare them using a hash code like md5. Wait! I am still working
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ShredBitz
    ShredBitz is a free and simple file shredder tool that can wipe selected files from any hard disk drive. ShredBitz is written in the java programming language and uses a custom written algorithm for shredding. ShredBitz is a very powerful tool.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    raw2vmdk is an OS independent Java utility that allows you to mount raw disk images, like images created by "dd", using VMware, VirtualBox or any other virtualization platform supporting the VMDK disk format.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Most native OS copy handlers and search utilities are terrible. But with Comrade Utilities Suite them days are gone. Enjoy supersonic speeds when copying/moving large files, fast and intelligent searching and upto date disk drive stats. Have fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tool to view disk structure of a virtual machine image (loopback device file) and export it's partition to new loopback device file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FastFreeTextSearchFiles (fastfreetextsea) is a external, internal hard disk, USB flash pen, file indexer for Fast Free Text Search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MonoShell starts with a basic command prompt which asks you for commands. It is not dangerous as it does abseloutely to your hard disk drive. It is simply made for people to have fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    It is a GPL multi-thread software for CPU, Hard Disk and Memory (RAM) profiling. It was developed to be started as a command-line software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LiMon (Linux Monitor) is a free/open/libre multiplataform real time Linux monitor written in C/C++, and other languages. Monitor of server's relevant aspects, such as services, temperature, CPU, memory and disk usage, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JCataloger is a program which catalogs your disks such as cd,dvd,hard disk etc. and store the catalogs in a file.So you can easily search the wanted file in the catalog of disks and the program shows in which disk the file is.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    UberImaging centrally controls the disk imaging process of many nodes on a network. Clients booted via PXE are served a small initrd image containing udpcast, a client module, and other tools allowing clients to be remotely controlled by a portable GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Zipserver is a small HTTP 1.0 server written in Java. It is aimed to serve archived manuals, documents, books etc. on systems with limited hard disk space (e.g. notebooks). At this time it features only a small amount of configuration options: roo
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB