Showing 386 open source projects for "x86_64-linux-gnu"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • 1
    s3fs

    s3fs

    FUSE-based file system backed by Amazon S3

    s3fs allows Linux, macOS, and FreeBSD to mount an S3 bucket via FUSE. s3fs preserves the native object format for files, allowing use of other tools like AWS CLI. Large subset of POSIX including reading/writing files, directories, symlinks, mode, uid/gid, and extended attributes. Compatible with Amazon S3, and other S3-based object stores. Allows random writes and appends, large files via multi-part upload, and renames via server-side copy. User-specified regions, including Amazon GovCloud...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    DwarFS

    DwarFS

    A fast high compression read-only file system for Linux, Windows

    The Deduplicating Warp-speed Advanced Read-only File System. A fast high compression read-only file system for Linux and Windows. DwarFS is a read-only file system with a focus on achieving very high compression ratios in particular for very redundant data. This probably doesn't sound very exciting, because if it's redundant, it should compress well. However, I found that other read-only, compressed file systems don't do a very good job at making use of this redundancy. See here...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 3
    wsldl

    wsldl

    Advanced WSL launcher / installer. (Win10 FCU x64/arm64 or later.)

    Advanced WSL launcher/installer. (Win10 FCU x64/arm64 or later.) Requires Windows 10 1709 Fall Creators Update or later(x64/arm64). Windows Subsystem for Linux feature is enabled.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    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: 3 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 5
    Filesystem

    Filesystem

    An implementation of C++17 std::filesystem

    This is a header-only single-file std::filesystem compatible helper library, based on the C++17 and C++20 specs, but implemented for C++11, C++14, C++17 or C++20 (tightly following the C++17 standard with very few documented exceptions). It is currently tested on macOS 10.12/10.14/10.15/11.6, Windows 10, Ubuntu 18.04, Ubuntu 20.04, CentOS 7, CentOS 8, FreeBSD 12, Alpine ARM/ARM64 Linux and Solaris 10 but should work on other systems too, as long as you have at least a C++11 compatible compiler...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    CssSelector Component

    CssSelector Component

    Converts CSS selectors to XPath expressions

    XPath expressions are incredibly flexible, so there is almost always an XPath expression that will find the element you need. Unfortunately, they can also become very complicated, and the learning curve is steep. Even common operations (such as finding an element with a particular class) can require long and unwieldy expressions. CSS selectors are less powerful than XPath, but far easier to write, read and understand. Since they are less powerful, almost all CSS selectors can be converted to...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    onedriver

    onedriver

    A native Linux filesystem for Microsoft OneDrive

    onedriver is a native Linux filesystem for Microsoft OneDrive. onedriver is a network filesystem that gives your computer direct access to your files on Microsoft OneDrive. This is not a sync client. Instead of syncing files, onedriver performs an on-demand download of files when your computer attempts to use them. onedriver allows you to use files on OneDrive as if they were files on your local computer. Easily sync files between any number of Windows, Mac, and Linux computers. You can setup...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    fd

    fd

    A simple, fast and user-friendly alternative to 'find'

    fd is a program to find entries in your filesytem. It is a simple, fast and user-friendly alternative to find. While it does not aim to support all of find's powerful functionality, it provides sensible (opinionated) defaults for a majority of use cases. First, to get an overview of all available command line options, you can either run fd -h for a concise help message or fd --help for a more detailed version. fd is designed to find entries in your filesystem. The most basic search you can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Neo-tree.nvim

    Neo-tree.nvim

    Neovim plugin to manage the file system and other tree like structures

    Neo-tree is a Neovim plugin to browse the file system and other tree-like structures in whatever style suits you, including sidebars, floating windows, netrw split style, or all of them at once. The biggest and most important feature of Neo-tree is that we will never knowingly push a breaking change and interrupt your day. Bugs happen, but breaking changes can always be avoided. When breaking changes are needed, there will be a new branch that you can opt into, when it is a good time for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 10
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy()...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Afero

    Afero

    A FileSystem abstraction system for Go

    Afero is a filesystem framework providing a simple, uniform and universal API interacting with any filesystem, as an abstraction layer providing interfaces, types and methods. Afero has an exceptionally clean interface and simple design without needless constructors or initialization methods. Afero is also a library providing a base set of interoperable backend filesystems that make it easy to work with afero while retaining all the power and benefit of the os and ioutil packages. Afero...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IPFS

    IPFS

    IPFS implementation in Go

    A peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open. HTTP downloads files from one computer at a time instead of getting pieces from multiple computers simultaneously. Peer-to-peer IPFS saves big on bandwidth, up to 60% for video, making it possible to efficiently distribute high volumes of data without duplication. The average lifespan of a web page is 100 days before it's gone forever. It's not good enough for the primary medium of our era to be this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ceph-ansible

    ceph-ansible

    Ansible playbooks to deploy Ceph, the distributed filesystem

    Ansible playbooks for Ceph, the distributed filesystem. This project assumes you have a basic knowledge of how Ansible works and have already prepared your hosts for configuration by Ansible. After you’ve cloned the ceph-ansible repository, selected your branch and installed Ansible then you’ll need to create your inventory file, playbook and configuration for your Ceph cluster. The Ansible inventory file defines the hosts in your cluster and what roles each host plays in your Ceph cluster....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    react-native-fs

    react-native-fs

    Native filesystem access for react-native

    Native filesystem access for react-native. For RN < 0.57 and/or Gradle < 3 you MUST install react-native-fs at version @2.11.17! For RN >= 0.57 and/or Gradle >= 3 you MUST install react-native-fs at version >= @2.13.2! For RN >= 0.61 please install react-native-fs at version >= @2.16.0!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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: 4,131 This Week
    Last Update:
    See Project
  • 16
    VeraCrypt

    VeraCrypt

    Open source disk encryption with strong security for the Paranoid

    VeraCrypt is a free disk encryption software brought to you by IDRIX (https://www.idrix.fr) and based on TrueCrypt 7.1a. It adds enhanced security to the algorithms used for system and partitions encryption making it immune to new developments in brute-force attacks. It also solves many vulnerabilities and security issues found in TrueCrypt. This enhanced security adds some delay ONLY to the opening of encrypted partitions without any performance impact to the application use phase. This...
    Leader badge
    Downloads: 5,138 This Week
    Last Update:
    See Project
  • 17
    Old home of linux NFS development; see linux-nfs.org instead now.
    Leader badge
    Downloads: 2,935 This Week
    Last Update:
    See Project
  • 18

    FATSort

    FATSort sorts directory structures of FAT file systems

    FATSort is a small utilitiy for Linux that sorts directory structures of FAT12, FAT16, FAT32 and exFAT file systems. It is written in C and can be run from the command line.
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 19
    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: 40 This Week
    Last Update:
    See Project
  • 20
    ...&386 are able to use mtd-write's busybox applet and standalone program. ## ## Recommend copy profile to /jffs/base/entware-armv7k26; If you have other hardware, just change armv7k26 to other. Check hardware, Older http://pkg.entware.net/binaries/ ; Newer http://bin.entware.net/ ; I wish you could enjoy this PreInstall Script for the Entware Linux. ## ## Merlin/DD-WRT WiFi TXPowerMax/Temperature Detect Script ./detect.sh
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 21
    WipeFreeSpace

    WipeFreeSpace

    Secure wiping/shredding of free disk space with many methods

    WipeFreeSpace is a program to securely erase/wipe/overwrite/shred the free space on file systems WITHOUT DESTROYING EXISTING FILES, to prevent recovery of deleted sensitive data. This allows protecting the user's privacy when e.g. selling the drive or the whole computer. The following filesystems are supported: - Ext2/3/4, - NTFS, - XFS, - ReiserFSv3/4, - FAT12/16/32, - MinixFS1/2, - JFS, - HFS/HFS+, - OCFS. The following wiping methods are supported: Gutmann-like, random, Schneier,...
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 22
    DirSize

    DirSize

    DirSize - The command line directory reporting tool

    DirSize is a directory reporting tool. It recursively scans the provided (or current) directory, and reports the number of files and director sizes of each subdirectory present. It also defaults to sorting by by directory size, but there are other options. One of the interesting things about DirSize is it shows a visual representation of the file sizes of counts. I call this a SizeMap or FilesMap and it's the area to the right of the output. If you sort by size (default or -ss) or...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    ToolShed is a package of utilities to perform cross-development from Windows, Linux or Mac OS X computers to the Tandy Color Computer and Dragon microcomputers. Tools are included to read/write both OS-9 RBF disk images and CoCo Disk BASIC disk images, generate cassette WAV files and more.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    JFileSync is a Java application used to synchronize directories of two different file systems. For instance, you want to synchronize a set of directories on your laptop with a set of corresponding directories on your workstation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    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 lists can...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next