Showing 27 open source projects for "linux programs"

View related business solutions
  • 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
  • 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
  • 1
    macFuse

    macFuse

    FUSE extends macOS by adding support for user space file systems

    macFUSE allows you to extend macOS's native file handling capabilities via third-party file systems. As a user, installing the macFUSE software package will let you use any third-party FUSE file system. Legacy MacFUSE file systems are supported through the optional MacFUSE compatibility layer. As a developer, you can use the FUSE SDK to write numerous types of new file systems as regular user space programs. The content of these file systems can come from anywhere: from the local disk, from...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    AVFS is a system, which enables all programs to look inside gzip, tar, zip, etc. files or view remote (ftp, http, dav, etc.) files, without recompiling the programs.
    Leader badge
    Downloads: 501 This Week
    Last Update:
    See Project
  • 3

    fpart

    Sort files and pack them into partitions

    Fpart is a tool that helps you sort file trees and pack them into bags (called "partitions"). It is developped in C and available under the BSD license. It splits a list of directories and file trees into a certain number of partitions, trying to produce partitions with the same size and number of files. It can also produce partitions with a given number of files or a limited size. Once generated, partitions are either printed as file lists to stdout (default) or to files. Those...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Catacombae

    Catacombae

    A free collection of applications and utility programs

    This project serves as a collection of different free software projects that I'm working on. The major ones are currently "HFSExplorer", "DMGExtractor", and "NTFS-3G for Mac OS X".
    Leader badge
    Downloads: 1,081 This Week
    Last Update:
    See Project
  • 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
  • 5

    wine-systemwide

    Tool to share programs by multiple unix users using Wine

    This tool allows users to use one program, but exclusively. One user can use one program in the same time, but users can install programs system-wide and run program, when nobody uses it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ccgfs is a transport-agnostic network filesystem using FUSE. Transport is arranged by helper programs, such as SSH. The PUSH transport mode acts like a "reverse" NFS and makes it possible to export a filesystem from a firewalled host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SLFS

    Simple Log Structured Filesystem for Linux

    ... # vi KERNEL_SRC/fs/Makefile (add following line) obj-$(CONFIG_SLFS_FS) += slfs/ # vi KERNEL_SRC/fs/Kconfig (find section “MISC_FILESYSTEMS” and add following line) source "fs/slfs/Kconfig" 2. build Linux Kernel # cd KERENL_SRC # make menuconfig (check SLFS as a module or built-in) # make && make modules_install Note. Currently uploaded version is developed for Linux Kernel v4.9. Note. Related user-space programs for SLFS can be found at: https://sourceforge.net/p/slfs-utils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    slfs-utils

    Utilities for Simple Log Structured Filesystem(SLFS)

    Only mkfs.slfs is included currently. Other helper programs will be included later. <Build> $ make dep $ make $ make install To get SLFS, visit following link: https://sourceforge.net/p/slfs-linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    owfs and owhttpd

    owfs and owhttpd

    Project moved to https://github.com/owfs/owfs/

    Please note that OWFS source code, and all Issue/Tickets/merge requests have now been moved to https://github.com/owfs/owfs/. Developer mailing lists will still be kept at Sourceforge. ---- OWFS -- 1-Wire file system. Use the Dallas 1-Wire and iButton chips with standard filesystem commands. Create temperature loggers. Monitor everything. OWHTTPD -- same system, only used as a light weight web server. OWFS is also ported to embedded routers, Mac OSX and Windows. Basically you can use...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10

    Linux NTFS file system support

    Development moved to https://sourceforge.net/projects/ntfs-3g/

    Development on this project has moved to https://sourceforge.net/projects/ntfs-3g/ The goals of this project are: create a new Linux kernel driver for the NTFS file system (1.2, 3.x, and later), user space utilities (e.g. format, ntfs check, etc.) and a library to avoid code duplication and provide access to NTFS to other GPL programs.
    Leader badge
    Downloads: 2,418 This Week
    Last Update:
    See Project
  • 11
    The Plastic File System is an LD_PRELOAD module for manipulating executing programs' ideas of what the file system looks like. This allows virtual file systems to exist in user space, without kernel hacks or kernel modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TALPA is a high-performance filesystem access interception package providing facilities for user-mode programs to 'vet' filesystem operations before they are executed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Some Linux filesystems support storing additional meta data called extended attributes against files, directories and links. This Tcl extension wraps the syscall interface to allow Tcl programs to manipulate the extended attributes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Linux kernel (since 2.6.13) provides a mechanism to listen for events that happen on files and directories, without needing to poll for updates. This Tcl extension implements a wrapper to allow Tcl programs to access this facility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    MySQLfs
    A PHP class that can be used to store files in MySQL. You can use files as big as you want and your folder structure may as complex as you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    incron is an "inotify cron" system. It works like the regular cron but is driven by filesystem events instead of time periods. It contains two programs, a daemon called incrond (analogous to crond) and a table manipulator incrontab (like crontab).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    wpasterr allows copy/paste files (text, images, documents, programs, ...) through web servers, from console command and web browser.C source code. To get wpasterr (functional beta)... ( wget -O wpasterr-1.0.0.tar.gz http://217.149.5.211/pf/-7116120 )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RheaVFS allows you to turn an archive into a virtual directory, so all files in the archive can be accessed as if they were in the virtual directory. This works transparently for all programs without any need to modify them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    mfs-utils: library and utility programs for accessing the TiVo media file system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Win2fs is a Windows 2000 File system driver that lets you access Linux Ext2 filesystems from within Windows. Ext2 volumes are automatically mounted and made available to all the other running programs just like regular Windows volumes.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TriOS - The Object Oriented Operating System, is the next generation operating system. Fully based on object orientation, it brings unique features to programmers and end users. Basically everything in TriOS is an object, even files and programs! Enjoy!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A 100% Java implementation of the Unix "find" program. It can be used as a library, allowing Java programs to search for files. It supports many of the GNU find's options. JavaFind is capable of automatically delegating to GNU find if available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EzBasic - A C++ based library, that can be used to make programs using functions as in VB. The library has 25 classes ranging from GUI, Threads, String, Active-X etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JEPLA - Java Easy Persistent Layer. Provides an easy way to persist objects using persistent collections. The basic idea is provide a way to write programs that use persistent data without break OO concept like RDBMS and without complexity of an OODBMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a file splitter written in Java. Unlike some file splitter programs that I have come across, this program allows for the transfer of split files between different Operating Systems. Tested on Linux, Free-BSD and Windows XP & 98
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB