Showing 1174 open source projects for "xymon-client-4"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    Shuffle Sync

    Shuffle Sync

    Randomly copy files of a specific type to your target path!

    Shuffle Sync is a very simple program which allows you to copy random files of a specific type (usually music or video files) to a target path or drive. ***Please do be careful with the "Delete all files" option and the target drive/path.*** Upon clicking on the "Shuffle Sync" button, the application will check and warn for the following: - if drive is a FIXED drive (usually hard drives) - if drive has a total capacity of more than 64GB - if the "delete all files" checkbox is...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Simple Visual Block

    Simple Visual Block

    Visualize files on disk with file size

    A simple version Disk Space Analyzer, functionality like WinDirStat (Windows Directory Statistics), SpaceSniffer, visualize file size as blocks. This program write with Win32 API, targeting light, fast, simple, include net mapped drive, reading disk usage statistics and show in block viewer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    zsfx

    zpaqfranz/zpaq SFX module for Windows 32 and 64 bit

    Convert zpaq archive (full features) to self extraction (SFX) executable for Windows 32/64 bit Now embedded in zpaqfranz (for Windows) https://sourceforge.net/projects/zpaqfranz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a simple BASH script which will backup source directories to a destination target, such as a mounted NFS share. It will create a full directory structure matching the source, but only use disk space for new/changed files. This is done by linking existing files. Essentially, it backs up like an incremental backup, and consumes space like an incremental backup, but restores like a full backup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    PHP-based File Explorer with Material Design Lite only in one page >>> NOTE: This project is being development, use at your risk <<< For view source-code online, visit http://github.com/michioxd/bakafiles
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    ts_extract

    Analyze and reassemble TS (mpeg transport stream) fragments

    This program allows to detect, analyze and reconnect fragments from deleted TS (MPEG transport stream) files. You can use this to recover files from a hard disk after a crash or an erroneous deletion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    drive

    drive

    Google Drive client for the commandline

    drive is a tiny program to pull or push Google Drive files. Make sure to set your GOPATH in your env, .bashrc or .bash_profile file. You can install scripts for automating major drive commands and syncing from drive-google wiki, also described in platform_packages.md. See file Makefile which currently supports cross compilation. Just run make and then inspect the binaries in directory bin. drive supports resource configuration files (.driverc) that you can place both globally (in your home...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DynaQ

    DynaQ

    Innovative text document search. http://dynaq.opendfki.de for details.

    The goal of DynaQ is to develop an inquiry system to explore the personal information space, supporting you with the searching paradigm 'orienteering'. DynaQ is a (desktop)search engine with enhanced functionality for file, email and blog search. Look at our GitLab homepage for sourcecode and documentation: http://dynaq.opendfki.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EasyImageSizer

    EasyImageSizer

    Batch Images Converter

    This Project has a new name now: https://lenna.app Program to batch compress, resize and rename Images. Additional you can reduce filesize by reducing quality. Find source code on https://github.com/FalseCAM/EasyImageSizer3. OpenSuse packages here: https://build.opensuse.org/package/show?package=easyimagesizer3&project=home%3AFalseCAM and Ubuntu packages here: https://launchpad.net/~dhor/+archive/myway/+packages
    Downloads: 6 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10
    FreeSubtitleAssistant

    FreeSubtitleAssistant

    This is your best assistant to rename video and subtitle file names.

    INTRO We all come into this situation in which video and subtitle names are not match, then we have to drag subtitle file into player every time, again and again. FreeSubtitleAssistant is a free, simple, quick, light software to solve this problem. NOTICE You can easily cover file names from LEFT list (source list) to RIGHT list (destination list), just be ware don't mess up the direction (from left to right). PLATFORM Win 64bit available. Linux version deployed by CQtDeployer....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    UniHA

    UniHA

    ZFS High Availability and Continuous Replication for any application

    Data Storage, protection and management system for Debian Linux and ZFS. Dual node Metro Active/Passive and Active/Active High Availability for any application. Converts any application, program and script into a highly available mission critical solution, with Webmin fully web-based administration interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13
    ASuite
    ASuite is an application launcher to manage an unlimited number of files, folders and webpage for quick access. It is designed to work with removable storage (uses relative paths) media like USB sticks, hard drives, iPods, etc.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 14
    AutoSaver

    AutoSaver

    Game save automatic backup.

    The aim of this project was to build an automated game save backup system, which would backup your save files everytime a game process is ended, provided that this game is included on AutoSaver.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Windows Temp Clean-Up Tool Free

    Windows Temp Clean-Up Tool Free

    One click windows temp files cleaner for free

    - About Software - * Using this tool you will clean up your computer's temporary files in many locations at once! * And you do it all with a single click of the executable file without needing to install it on your machine! * This tool will help with clearing up space on your Windows computer the easy way and for free! - How to Use - * Open the downloaded file * Press enter to run the script
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Unpacker for installations made by Inno Setup
    Leader badge
    Downloads: 483 This Week
    Last Update:
    See Project
  • 17
    The GK3 Tools project is a collection of tools and utilities useful for viewing and modifying the Gabriel Knight 3 data files.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    MBZ Moodle Restore

    MBZ Moodle Restore

    Restore name of original files from MZB Moodle Backup file

    Restore name of original files from MBZ Moodle Backup file. MBZ Restore is an application that performs the extraction and restoration of the original name of the Moodle backup file. Newer versions of Moodle backup generate file names that do not easily identify with the original files. Files can be renamed by hand but you have to find out what their original name is. This application does this for you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    AQFS

    AQFS

    Advanced Querable File System

    A file system querable like a database. It supports automatic file versioning, an integrated trashcan, attachments, galleries. Developed using libFuse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Jojos Binary Diff

    Binary Diff and Undiff Utility

    JDIFF is a program that outputs the differences between two binary files, either in binary format or in human readable format (detailed or summarized) and then allows to reconstruct the second file from the first one and the diff-file.
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • 21
    Viewer 45

    Viewer 45

    File Manager / General Viewer / Commandline utility / Generic Frontend

    Originally Developed as a *.dwg format viewer with minimum dependencies on Windows libraries, it has grown to be a complete file manager (or a Generic front-end / GUI suitable for any command-line utility). It's fully functional however it would need some code Refinements, in addition to replacing the *.dwg support library to any open source one (libredwg or libdwg). Additional "C" or "C++" open source libraries could be added to support many formats as needed. Complete source is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    lzhw

    lzhw

    LZHW Windows command line lossless compression tool for tabular files

    LZHW Command Line Lossless Compression Tool is a Windows command line tool used to compress and decompress files from and to any form, csv, excel etc without any dependencies or installations. Using an optimized algorithm (LZHW) developed from Lempel-Ziv, Huffman and LZ-Welch algorithms. The tool can work in parallel and most of its code is written in Cython, so it is pretty fast. It is based on python lzhw library. Full tool documentation can be found at:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Event Shredder

    Event Shredder

    Shred event logs with ease.

    -"Shred 'Event Viewer' logs with ease." Event Shredder is an administrative tool designed to delete 'Event Viewer' logs on windows home OS. Why Open Source? http://opensource.com/education/14/10/why-open-data-matters-education Requirements: • Windows 7 & higher • Run as Administrator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PowerShell BackUp Script

    Script to backup and archive files

    This scipt helps to backup and archive files at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Dopus5 – Directory Opus 5 (Amiga)

    Dopus5 – Directory Opus 5 (Amiga)

    Dopus5 for all Amiga platforms (AmigaOS3, AmigaOS4, MorphOS and AROS)

    Dopus5 (short for Directory Opus 5) is a well-known Workbench clone for AmigaOS-based computer systems. It features file manager functionality and has been a popular Amiga software title for many years. After acquiring the sources from the original authors (GPSoft – http://www.gpsoft.com.au/) this project was started to coordinate the porting of the sources to all modern Amigaoid platforms like AmigaOS4, MorphOS, AROS as well as updating it for the original AmigaOS3 platform. The nightly...
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project