Showing 3861 open source projects for "gnu linux"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Debian packages for PeerGuardian Linux (including the GUI) and its precessor moblock/blockcontrol/mobloquer. 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 origins lie in targeting aggressive IPs while you use P2P. See http://sourceforge.net/projects/peerguardian/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Volumio

    Volumio

    Free Audiophile Music Player

    Volumio is a free Audiophile Music Player based on Linux. It works with embedded platforms: Raspberry PI, Cubox, BeagleBone Black and Udoo. It is easy to use, thanks to its WebUI: you can control the playback via your smartphone, tablet or PC. Sounds good, out of the box. And it's ready to play. Also as an airport device. Volumio. All your music, in Audiophile Quality, Easy to play, The way you want.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3

    consolePortScan

    port scan on computers from unix or linux console

    If you are working with the console Unix or Linux, and are in need of a port scan on a local or remote computer, you can use this program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A pure-Python library for performing client operations using the WBEM CIM-XML protocol. Attention: This project has been moved to http://pywbem.github.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    SBLIM (pronounced "sublime"), the Standards Based Linux Instrumentation for Manageability is an IBM-initiated Open Source project, intended to enhance the manageability of GNU/Linux systems. It does so by enabling WBEM, Web Based Enterprise Management.
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 6
    yourDashboard

    yourDashboard

    Webbased Dashboard to show the status of your IT infrastructure

    We moved to GitHub. Please see https://github.com/michael-batz/yourDashboard yourDashboard is a webbased dashboard engine written in PHP. You can define multiple dashboards using a XML configuration file. Each dashboard consists of one or multiple dashlets, that will be reloaded in a configurable time interval using AJAX technology. yourDashboard comes with a few dashlets, but it is easy to write your own dashlet, too. At the moment, the follwing dashlets come with yourDashboard: -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    pmGraph is an application for graphical network monitoring. It draws graphs of network traffic (recorded by pmacct) broken down by local and remote host and port. It is part of Aptivate's Bandwidth Management Tools suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    QSquidClassRoom

    QSquidClassRoom

    QSquidClassRoom is a GUI for a specific squid3 configuration

    QSquidClassRoom was designed to make teacher's control over student Internet access fast and simple. A couple of mouse clicks allows you to control black and white access lists, ports, host allowed to access Internet. You can easily connect or disconnect any user or even block any media downloads. QSquidClassRoom may be a simple user without root rights. Recomended squid3 configuration file is included in the distribution. Also detailed description (in russian) included in documentation....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Cacti-SNMPAgent

    A SNMP agent for Cacti

    SNMPAgent is a Cacti system plugin offering a memory persistent SNMP agent based on NET-SNMP. It includes the official Cacti MIB. This plugin allows other Cacti plugins to register custom MIB files as well as generating SNMP notifications. Additionally Cacti can Monitor itself or being monitored by a foreign NMS using SNMP. Graph and data templates are part of the download package. At least the SNMPAgent can also be used as high performant bridge to cache non SNMP data polled by custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    PepperSpot is a captive portal or wireless LAN access point controller which support the IPv6 protocol. It supports web based login and it supports Wireless Protected Access (WPA). Authentication is handled by your favorite radius server (over IPv4/IPv6)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    plptools

    PROJECT MOVED TO https://github.com/plptools/plptools

    THIS PROJECT HAS MOVED TO GITHUB! Libraries and utilities for communication between Unix and EPOC PDAs (Psion Series 3, Psion Series 5 etc.).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    Open Source Exchange community for Cisco-centric developers and customers to publish, discuss and release their open source tools, scripts and utilities for managing or operating Cisco network equipment
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    aun-filestore

    Econet Fileserver (using AUN)

    aun-filestore is a Econet Fileserver implementation (using AUN) for Linux and other platforms. It's written in PHP, provides file and print services to Acorn Risc Machines, and Emulated BBCs. The project is now at the beta stage, and works well for BBC clients. It handles all file operations however print operations now work with all print jobs being spooled to disc. A basic text file auth backend is done working, however all filestore users access the unix fs as the user the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    natlog

    Creates easy to interpret logs of source-natted connections

    Natlog has moved to GitHub, and can now be reached at https://fbb-git.github.io/natlog/ Please refer to github's location for the latest archive and releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Dibbler - a portable DHCPv6

    Portable DHCPv6 implementation

    Dibbler is a portable DHCPv6 implementation. Is supports stateful (i.e. IPv6 address granting) as well as stateless (i.e. option granting) autoconfiguration for IPv6. Linux 2.4/2.6/3.0, Windows XP/2003/Vista/7/8 (experimental for NT4/2000), Mac OS X, FreeBSD, NetBSD and OpenBSD.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17

    DNS rewriter

    simple local dns that either answer query or forward them

    Local DNS server, that act as a proxy and will rewrite request according to a config file and an "active" environement. Usefull to switch easily between diffent configuration without touch the host file. small web server embeded to display current configuration, control active environment and reload configuraiton.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Qihoo360 Atlas

    Qihoo360 Atlas

    A high-performance and stable proxy for MySQL

    Atlas is a MySQL protocol-based database middleware project developed and maintained by the infrastructure team of the Web platform Department in QIHU 360 SOFTWARE CO. LIMITED(NYSE:QIHU). It fixed lots of bugs and added lot of new functions on the basis of MySQL-Proxy 0.8.2. Currently, the project has been widely applied in QIHU, many MySQL businesses has connected to the Atlas platform. The number of read and write requests forwarded by Atlas has reached billions. Rewrite all lua code with...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Bandwidth Monitor NG is a small and console-based live network and disk-io bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others. features: output of KB/s, Kb/s, packets, errors, average, max and total sum; in curses, plain console, CSV or HTML MOVED TO: https://github.com/vgropp/bwm-ng
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    JsonRpc-Cpp is an OpenSource implementation of JSON-RPC protocol in C++. JSON-RPC is a lightweight remote procedure call protocol similar to XML-RPC.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    NetLabel Tools

    Configuration tools for the Linux NetLabel subsystem

    NOTE: the NetLabel Tools project has moved to https://github.com/netlabel/netlabel_tools NetLabel is a packet labeling framework that has been present in the upstream Linux Kernel since 2.6.19. The NetLabel Tools project is a set of userspace tools and libraries designed to make it easier to use and manage the Linux Kernel's NetLabel configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NetLoad Graph

    NetLoad Graph

    Displays network load on a graph

    Displays a graph with network load. A simple program with a lot of customization options. Currently only Linux platform is supported, as of the program uses /proc/net/dev file to collect network statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Glass Library

    Glass Library

    Glass is a library for distributed computing.

    Glass is a library for distributed computing. It's written in C++ and widely portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ORLA (Open Remote Linux Administration)

    ORLA (Open Remote Linux Administration)

    Monitor your GNU/Linux server with your smartphone

    ORLA, or Open Remote Linux Administration, is a project we’re working on as engineering studients in IT at Polytech Marseille Engineering School, France. The goal of ORLA is to provide Server Administrators a small yet effective monitoring tool on your Android phone. And security will not be a problem as we’ll cipher data transmission with AES-256 encryption. We just finished the design of the program and the algorithms we’ll work with, and we are going to start coding soon :) We’ll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BPAdmin

    Ferramenta Web para Administração de Firewall

    Ferramenta web para administração de regras de firewall para pequenas redes que inclui scripts de inicialização de redes, configurações de integração com Squid e um Balanceador de Cargas Simples. Baseado no projeto squidadmin.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB