Showing 918 open source projects for "void based linux"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1

    Calimero

    A free Java KNX network library

    Calimero is a Java library for embedded/workstation-based KNX applications. The minimum JVM requirements are either Java ME/CDC 1.4 (Foundation Profile), or Java SE 8 (profile compact1). The library provides remote access and control, supporting KNXnet/IP, KNX IP, FT1.2, TP-UART, and KNX USB. Data exchange is supported on link layer using EMI 1/2 and cEMI, KNX data point types, application/management layer, as well as message buffering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    inspectIT

    inspectIT

    inspectIT is the leading Open Source APM

    inspectIT is the leading open-source APM (application performance management) tool for monitoring and analyzing your Java(EE) software applications. Various sensors capture end-to-end information for every request from the end user, to the business tier all the way to the backends. inspectIT is based on an application-centric, business-focused approach, where each technical request is mapped to an application and to a business use case. With inspectIT you always know about the health of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    dababix

    dababix

    Database monitoring agent for zabbix

    DaBaBix is a Zabbix database monitoring agent. It combines the features of postbix and orabbix, but has been rewritten and improved to monitor different database types (currently postgre/mysql/mssql/oracle) and instances with a single daemon instance based on apache daemons (unix/windows service). Install documents can be found in the wiki! (v0.53 required for Zabbix >= 4.0)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Mist Browser

    Mist Browser

    Mist. Browse and use Ðapps on the Ethereum network.

    The Mist browser is the tool of choice to browse and use Ðapps. If you want to install the app from a pre-built version on the release page, you can simply run the executable after download. For updating, simply download the new version and copy it over the old one (keep a backup of the old one if you want to be sure). In order to install from .zip files, please install libgconf2-4 first. Once a Mist version is released the Meteor frontend part is bundled using the meteor-build-client npm...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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
  • 5
    jDHTUQ
    ATTENTION: For more info and latest version, refer to https://github.com/estigma88/jdhtuq. jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    PVF Server

    Multi-protocol server written in Java

    This is a multi-protocol server written in Java that can be extended to support any protocol. Configuration is done through the application interface or through a web based interface. An HTTP web server is built-in. The project is NOT intended for production runs. It was not updated since 2004. The current version was ressurected only as a teaching aid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Kubernetes Guide

    Kubernetes Guide

    Kubernetes Handbook

    Kubernetes is Google's open source container cluster management system. It is the open source version of Google's large-scale container management technology Borg for many years. It is also one of CNCF's most important projects. Kubernetes has developed very rapidly and has become a leader in the field of container orchestration. The Chinese information of Kubernetes is also very rich, but it is relatively rare to be systematic and keep up with the community update. The "Kubernetes Guide"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    cado

    Template-based code generation language.

    Cado is a mature code generation language that operates on standard templates with embedded macros. It is useful for generating source code and other related content (tests, docs, configuations, etc.), deriving from a common project nomenclature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Easy-HotSpot

    Easy-HotSpot

    A super easy WiFi hotspot user management utility for Mikrotik router

    Easy HotSpot, A super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices and works using the PHP PEAR2 API client by boenrobot. This PHP/MySql/Bootstrap based package can be installed in any supporting OS in a local webserver of the client or in any internet based webservers of choice. Put the contents/source code in the root or in a sub folder of the host/domain, as required. A MySql database need to be created in order to work, but the package will...
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 11

    Madara

    Middleware for distributed applications

    The purpose of the project is to develop a portable programming framework that facilitates distributed and multi-threaded programming for C++, Java, and Python. MADARA was originally developed as an agent-based middleware specifically for real-time, distributed artificial intelligence, but is now more general purpose for distributed timing, control, knowledge and reasoning, and quality-of-service. MADARA is composed of several tools and middleware, and the main entry point into the system...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    FastRoute

    FastRoute

    Fast request router for PHP

    This library provides a fast implementation of a regular expression-based router. Firstly, while writing a PHP extension is obviously a lot of fun, it is unlikely to be particularly beneficial in terms of performance unless the code involves computations in tight loops. Porting “normal” components like routers to C is usually a big waste of time. You can get much better results by doing a few small improvements on the algorithmic side. For the same reason I’m not a big fan of things like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Kewlio Looking Glass

    PHP-based looking glass for Cisco, Juniper & Zebra/Quagga routers

    Looking Glass for Cisco,Juniper & Zebra/Quagga routers with AS-name lookups and community name translations (requires PHP+MySQL)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Defa Protect HTML5 Video From Download

    Defa Protect HTML5 Video From Download

    Prevent and Protect Your HTML5 Video, Music , Audio From Download Free

    Defa Protector is A Simple PHP and Wordpress Plugin To Protect and Prevent Video Save As From Browser and Some Video Grabber. There is 100% Guaranteed Protection and There might be some tradeoff but If you care about Digital Rights Management of Your Video and Music Content. This Project is for you. Defa Protector 6.7.1 Revamp Code For Better Performance To The Bone. We almost rewritten this project from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Conjunto de scripts destinados a almacenar y visualizar las conexiones entre IPs de una red.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RPi-Monitor

    RPi-Monitor

    Real time monitoring for embedded devices

    RPi-Monitor is a software designed to monitor the metrics from GNU/Linux systems and connected peripherals. It stores statistics in the local Round Robin Database and embeds a web server allowing it to display current status and statistics.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    PeerGuardian

    PeerGuardian - a privacy oriented firewall application

    PeerGuardian is a privacy oriented firewall application. It blocks connections to and from hosts specified in huge blocklists (thousands or millions of IP ranges). Its origin seeds in targeting aggressive IPs while you use P2P. PeerGuardian Linux: Not developed actively anymore. Team might still be around. Some unreleased changes on git. Outdated technology. Peerguardian OS X: Not developed anymore. We've lost contact with the OS X developer. PeerGuardian Windows: Not developed...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 18
    TCSystem provides platform independent c++ framework for streams, templates, threading and networking. It also includes a FOX based MSN Messenger and a file syncronisation program. With version 1.4 an OpenAL based Audio module was started.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Apache mod_statistics

    Apache module for SNMP monitoring

    This Apache module, with the netsnmp plugin enables you to live monitoring your Webserver allowing to monitor the entire server, and if you want each of your VHosts or (Wild)Aliases. Is able to monitor and signalate via TRAP reconfiguration or entire server shutdown/crash. Using Atomical operations and MMAP server overhead is minimal. Contrib from Alf Høgemark for integrating it in OpenNMS:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 21

    wl500g

    ASUS WL-5xx RT-N1x Oleg's based custom firmware

    wl500g is ASUS Oleg's based custom firmware. It is free with custom firmware features, and supports the following branches and models: 1.9.2.7-rtn (mainstream, 2.6.22 kernel based, supports: > ASUS RT-N16, RT-N15U, RT-N12, RT-N12B1, RT-N10, RT-N10U, RT-N10UB1, WL-500gP, WL-500gPv2, WL-500W); 1.9.2.7-d (stable/suspended, 2.4.37 kernel based, supports: > ASUS WL-500gP, WL-500gPv2, WL-500W, WL-500gX, WL-520gU, WL-550gE, WL-330gE, WL-320gE, WL-320gP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    endpoint-health

    endpoint-health

    Standalone web application allowing to monitor end points availability

    End Point Health is a standalone web application allowing to monitor end points availability on various protocols (ftp, http, https, icmp, tcp...) This project is licensed under the WTFPL (Do What The Fuck You Want To Public License, Version 2) Copyright © 2017 spypunk spypunk@gmail.com This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PotHead

    PotHead

    PotHead What is it? Pothead: A simple lightweight packet for creating a minimal interaction honeypot How does it work? Magic, Well kinda you don’t need super dupper knowledge to use this! Oops the magic failed ;) a really nice INSTALL.md will be written unfortunately it’s not yet available. 1) Download all the files 2) Check if you got everything 3) Upload and configure the Website and backend (includes/Config.php & the .SQL files) 4) Do not forget to change your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Big Sister is an SNMP aware network and system monitor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AlienVault OSSIM

    AlienVault OSSIM

    Open Source SIEM

    OSSIM, AlienVault’s Open Source Security Information and Event Management (SIEM) product, provides event collection, normalization and correlation. For more advanced functionality, AlienVault Unified Security Management (USM) builds on OSSIM with these additional capabilities: * Log management * Advanced threat detection with a continuously updated library of pre-built correlation rules * Actionable threat intelligence updates from AlienVault Labs Security Research Team * Rich...
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project