Showing 5343 open source projects for "linux-debian"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Control- and Status-Utility for Tr*ndCh*p-based ADSL-modems. It allows to access the devices' console-service and retrieves their current staus. For example those TC3084 devices are supported: Lucent CELL 19A-BX, Speed Modem 50B(+) and 200 by Arcor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A tool for planning, mapping and administration of a network with the ability to place, move and manipulate entities within the network map such as desktops, servers and infrastructure objects. Java 6 is required.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    JuEd Nagios-/Icinga-Plugins

    JuEd Nagios-/Icinga-Plugins

    Some Plugins for Nagios and Icinga

    This projects contains some plugins for the famous monitoring systems Nagios and Icinga. This project is not affiliated with Nagios or Icinga.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Integration of Linux hosts in Active Directory Domain. Make Linux hosts Windows domain hosts, Make Windows domain users Linux users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5

    pproxyd

    Passive Proxy Daemon sniffs packets and creates squid proxy logs

    Passive Proxy Daemon (pproxyd) has moved to GitHub (https://github.com/rondilley/pproxyd ) This tool reads pcap format files or reads packets directly from the network, assembles web based traffic and generates squid proxy style logs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    chainssh is a shell script to smplify the ssh login via multiple sshgateways/firewallgateaways. e.g. connect from homehost via sshgateway to a clusternode with one command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    L7Latency

    Layer 7 Latency Measurement Tool

    This tool is designed to help administrators identify application latency. In order to measure service latencies, this tool captures packets of interest off the wire, and observes the timing together with the direction of the payload.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DDoS (SynFlood) Mitigation Tool
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    GLPI Nedi Import

    GLPI plugin to import data from Nedi

    This plugin for GLPI http://www.glpi-project.org imports data about a computer network from Nedi http://www.nedi.ch and writes it to the database of GLPI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10
    plasma-applet-network-status

    plasma-applet-network-status

    KDE plasma applet to display network interface status

    This is a simple KDE applet to monitor the network interface status and display it using icons. In case of wireless interface the link quality are shown using icons. The applet is independent of network connection management tools, and just display the status. It is useful for non GUI network managers, like `netcfg`.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Quagga is not maintained on sourceforge; see http://www.quagga.net/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Asterisk commander

    Asterisk manager php cli

    Asterisk Commander is a PHP script, that allows remote execution of Asterisk commands (like asterisk cli 'asterisk -r') through a web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Python module for the libpcap packet capture library, based on the original python libpcap module by Aaron Rhodes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    This is the project thread of my project, creating a monitor solution for BizTalk 2004 - BizTalk 2010. All based in MSSQL, PHP, JavaScript/Ajax and PowerShell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XORP is the industry's only extensible open source routing platform. Designed for extensibility, XORP provides a fully featured platform that implements IPv4 and IPv6 routing protocols and a unified platform to configure them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    EnSuite is a network management plateform prototype based on NetConf. It aims at providing to the network management community an open source environment using NetConf configuration protocol and the Yang data modeling language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ARP Scout

    Wait for a network device to come online and run an associated script

    ...Once it comes online it will keep tabs on the device and after a certain time out period it will run the script with the stop argument. ARP Scout monitors either the Linux Proc file system for changes in the the ARP cache or will use PCAP to watch for new MAC and IP address combinations. See the README file for more details. Note: Last updated on November 27th, 2011 See the CHANGE file for details. The last change was a small bug fix and tested on OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    dhcp-gen

    dhcpd.conf generator

    dhcp-gen is a perl script that was written by me and Trond Erik Dalho to simplify editing dhcpd.conf for adding static ip to computers and equipment on our school. It also made it easier to do manage the network by limiting some computers access to the local network only. Creating closed networks. And it also worked as a database over all our computers and equipment, making it easier to keep track of everything. All information about equipment is stored inside csv files which are comma separated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Zebra_Session

    Zebra_Session

    A wrapper for PHP’s default session handler, using MySQL for storage

    Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance. The library is also a solution for applications that are scaled across multiple web servers (using a load balancer or a round-robin DNS) and where the user's session data needs to be available. Storing sessions in a database makes them available to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NSIA
    NSIA (Network System Integrity Analysis) is a web application monitoring system that scans web applications for potentially unwanted context such as defacements, unauthorized changes, errors, information leaks, profanity, compliance issues, etc
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    NTM Is a network traffic monitor for Linux (ubuntu, kubuntu, ecc). Characteristics: Integrate with linux NetworkManager; Autodisconnect when a threshold is reached; Day report; Console and Gui interface (gtk); Not need root privilege;
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    This is a simple software that monitors bandwidth usage of any network adapter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WatchTower

    WatchTower

    WatchTower is a cloud server monitoring and management tool

    ...I'm not using anything special. My plans also include monitoring/managing of Windows servers through the same python client, but compiled into a working exe, but I will work on that when the Linux client is finished first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MySQL Load Balancing PHP script

    MySQL Load Balancing PHP script

    Free MySQL Load Balancing PHP script. For load balanced access to your MySQL servers when you are using MySQL replication between one (or many) master and many slaves. This script does reads on slaves and writes on master(s). It automatically checks if the challenger slave is "fresh enough" to read on it. The script is actually used in real conditions, prove of the capabilities. That also needed from me to erase some sections of the code replaced by a "TODO" commentary with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    REPORTIT is designed as a plugin for use with cacti
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB