Showing 291 open source projects for "java open source"

View related business solutions
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • Turn more customers into advocates. Icon
    Turn more customers into advocates.

    Fight skyrocketing paid media costs by turning your customers into a primary vehicle for acquisition, awareness, and activation with Extole.

    The platform's advanced capabilities ensure companies get the most out of their referral programs. Leverage custom events, profiles, and attributes to enable dynamic, audience-specific referral experiences. Use first-party data to tailor customer segment messaging, rewards, and engagement strategies. Use our flexible APIs to build management capabilities and consumer experiences–headlessly or hybrid. We have all the tools you need to build scalable, secure, and high-performing referral programs.
    Learn More
  • 1

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    fff

    fff

    A simple file manager written in bash

    A simple file manager written in bash. Minimal (only requires bash and coreutils). Smooth Scrolling (using vim keybindings). Tab completion for all commands! Automatic CD on exit (see setup). Works as a file picker in vim/neovim (link)! Display images with w3m-img! Supports $CDPATH. You only need to modify the keybindings that you'd like to change from the default. fff will run perfectly fine without any of these defined. When rebinding a key in fff make sure you don't have two bindings with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    BeaST Quorum

    Quorum device implementation for shared block devices

    BQ (BeaST Quorum) is the simple quorum drive implementation for the FreeBSD CTL HA and the BeaST Storage system concept.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Relax-and-Recover

    Relax-and-Recover

    Linux disaster recovery and system migration solution

    ** This project has moved to a new location: http://relax-and-recover.org/ ** Relax-and-Recover (Rear) is the leading Open Source disaster recovery solution, and successor to mkcdrec. It comprises of a modular framework and ready-to-go workflows for many common situations to produce a bootable image and restore from backup using this image. As a benefit, it allows to restore to different hardware and can therefore be used as a migration tool as well.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5

    PostgreSQL-bkp-script

    PostgreSQL Full Backup Bash Script

    PostgreSQL-bkp-script PostgreSQL Full Backup Bash Script This simple script in BASH for Linux creates a Full database Dump in PostgreSQL on a file that can be used later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Wordpress-bkp-script-master

    Wordpress Full Backup Database and files

    Wordpress Full Backup Database and files If you can handle your webserver, you can use a cronjob to do a full backup, database, and files of your Wordpress website. www.garanet.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    MongoDB-bkp-script

    MongoDB Full Backup Bash Script

    MongoDB-bkp-script MongoDB Database Backup Bash Script This simple script in BASH for Linux creates a Database Dump in MongoDB on a file that can be used later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Zipios

    Zipios

    Zipios is a C++ library for reading and writing 32bit Zip archives.

    This project has moved to GitHub https://github.com/Zipios/Zipios Zipios is a C++ library for reading and writing Zip archive files. Access to the data of individual entries is provided through standard C++ iostreams. A simple read-only virtual file system that mounts regular directories and zip files is also provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Latest version will always be at https://github.com/daimh/daisync/ ### An rsync-based backup tool, enterprise-level features. Created in http://brainarray.mbni.med.umich.edu, and used in many groups, MBNI itself uses it to backup 150T data from one Windows file server and multiple Linux file servers daily, and each backup takes about 5 hours. Please stay tuned, our next innovation is to use those ditched LTO tapes to knit a sweater probably.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The complete IT asset and license management platform Icon
    The complete IT asset and license management platform

    Gain full visibility and control over your IT assets, licenses, usage and spend in one place with Setyl.

    The platform seamlessly integrates with 100+ IT systems, including MDM, RMM, IDP, SSO, HR, finance, helpdesk tools, and more.
    Learn More
  • 10
    usm

    usm

    Unified Slackware package manager

    Usm is a unified slackware package manager that handles automatic dependency resolution. It unifies various package repositories including slackware, slacky, ponce, salix and alien. It also supports slackbuilds.org and will build from source.
    Leader badge
    Downloads: 199 This Week
    Last Update:
    See Project
  • 11

    raspbian-bmr-bkp

    Small and Simple Raspbian BMR backup

    Small and Simple Raspbian BMR backup that allows you to run in cron daily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MANGO - Massive Network Ghost

    MANGO - Massive Network Ghost

    MANGO is a disk cloning tool over the network.

    MANGO is a live CD/USB pendrive to do a massive clone of disk or partition over the network. You can clone easily a lot of computers at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    no-adb-backup-app-lister

    List all apps on android device that don't allow adb backup

    List all apps on android device that don't allow adb backup
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    android-timestamp-keeper

    Read and write timestamps to files in android

    Modern android devices don't use anymore Mass Storage Mode. Instead they use the internal sdcard as a virtually mounted subfolder inside /data partition. It would be ok if MTP preserved correctly timestamps, which doesn't. Other options that could work, like FTP with MFMT command doesn't work properly on android either. Droid Explorer is enough for files, but doesn't support folders. This handy bash script helps you to backup and restore the last modified timestamp for folders...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gluster-kubernetes

    gluster-kubernetes

    GlusterFS Native Storage Service for Kubernetes

    gluster-kubernetes is a project to provide Kubernetes administrators a mechanism to easily deploy GlusterFS as a native storage service onto an existing Kubernetes cluster. Here, GlusterFS is managed and orchestrated like any other app in Kubernetes. This is a convenient way to unlock the power of dynamically provisioned, persistent GlusterFS volumes in Kubernetes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Backupscript Nextcloud MariaDB data

    A bash backupscript for data stored in Nextcloud and MariaDB

    Makes a daily backup of data stored in Nextcloud (Owncloud fork) and MariaDB (MySQL fork). Stores backups local and if you wish in the cloud (encrypted). The backup script has also a maintenance schema for storing backups on a weekly, monthly and yearly basis (you can easily alter this). You can read a full description in dutch of the backup script in the dutch Linux Magazine number 4 and 6.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    FOG - A Free Cloning Solution
    FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7 and Window 8 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes featues like memory and disk test, disk wipe, av scan & task scheduling.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 18

    rkv

    A tool to backup and restore data

    RKV allows the user to backup and restore whatever he wants in a very flexible way. The actual backup and restore procedures are supplied by the user. RKV packages and executes them, so it's a kind of framework. Written in shell.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    update hosts

    update hosts

    The latest available google hosts file. Domestic mirror image

    It is recommended to use the application to automatically obtain the latest hosts file. Open it with a text editor (such as Notepad++ ) Copy the entire content of hosts to the above file and save it. When manually replacing hosts, it is recommended to clear the original content of hosts and then perform a copy operation. After replacing the hosts file, the relevant records may not take effect immediately. You can turn off and turn on the network, or enable or disable the airplane mode to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    minbackup

    Scripts and several utilities for backup

    This system is a set of scripts written in bash and a few tools are written in c++. The package is designed for network backup for SMB protocol, and local resources.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    m

    commandline mount helper for Slackware

    Short command to mount a hot-plugged filesystem on a predetermined place and way. By issuing m on command line it mounts or unmounts a preset device, presumably an USB flash drive or disk. The idea is to have a short command toggle the device from not mounted to mounted and the other way around. Sort of like a classical ball pen.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    DCMLinux - Dicom Linux Distribution

    DCMLinux - Dicom Linux Distribution

    Dicom PACS solution for free.

    DCMLinux is a complete PACS system, free of charge. Its core is an Ubuntu 14.04 system fully updated and it contains the DCM4CHEE as its PACS server. In the near future it will contain many other addons such as Weasis, Oviyam, Care2x, etc. Just download the iso, burn it to a CD and boot it up. No need to configure any files of dcm4chee, DCMLinux installer asks for everything it needs to configure a running PACS in minutes. Project Wiki : http://wiki.dcmlinux.org Project Forums:...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    bfm

    BigFileManager - Manage files outside of your VCS

    This tool is intended to manage big files out of your VCS but in your workarea. It's like mercurial largefile extension but independend of any VCS. Instead of the big file itself only a list of filenames with their checksums (md5) are committed to the VCS. The BFM can check for missing or outdated bigfiles and downloads them from a server using CURL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    mp3 library, advanced ID3V1 and ID3V2 tagger, player. Organize a large mp3 library, over 40,000 songs. Speech synthesis and tag backup utilities. Scripts to maintain and organize song files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    SystemImager is software that makes the installation of Linux to masses of similar machines relatively easy. It makes software distribution, configuration, and operating system updates easy, and can also be used for content distribution.
    Downloads: 3 This Week
    Last Update:
    See Project