17 projects for "host" with 1 filter applied:

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 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
  • 1

    BWPing

    ICMP-based network bandwidth measurement tool

    BWPing is a tool to measure bandwidth and response times between two hosts using Internet Control Message Protocol (ICMP) echo request/echo reply mechanism. It does not require any special software on the remote host. The only requirement is the ability to respond on ICMP echo request messages. BWPing supports both IPv4 and IPv6 networks.
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 2
    Nagios Open Source

    Nagios Open Source

    Nagios Open Source network monitoring software - The Standard In ITM

    Nagios network monitoring software is a powerful, enterprise-class host, server, application, and network monitoring tools. Designed to be fast, flexible, and rock-solid stable. Nagios runs on *NIX hosts and can monitor Windows, Linux/Unix/BSD, Netware, and network devices.
    Leader badge
    Downloads: 108 This Week
    Last Update:
    See Project
  • 3

    htcontrol

    controls high-temperature single-crystal XRD experiments using IPDSII

    ...A Manson SDP2210 power unit is needed as well as the ICP DAS I7019 data acquisition interface (amount of investment approx. 600 EUR). htcontrol is written in Perl and runs on a cygwin platform to be installed on the WinXP/10 host. Data collections are performed with Stoe's WinXpose (>=1.7.3) via the non-interactive XML interface. For details see: J. Appl. Crystallogr. 42(1), 140-142, DOI:10.1107/S0021889808035607
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    pFUnit

    Unit testing framework for Fortran with MPI extensions

    ...And will be completely removed from sourceforge on January 01, 2020 Please use: https://github.com/Goddard-Fortran-Ecosystem/pFUnit GitHub has been the primary host for some time now, but with the release of pFUnit 4.0 earlier in 2019, the sourceforge site is very out of date.
    Downloads: 4 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    NXLogin

    A C# client for nxagent

    NXLogin aims to be a simple glue program for Windows machines that automates nxproxy and nxagent setup using Cygwin tools. It uses SSH to connect to a remote UNIX host, invokes nxagent there, and invokes nxproxy locally. It can also start up a local X server. NX traffic is tunneled through SSH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Linfo
    Very fast cross-platform php script that describes the host server in extreme detail, giving information such as ram usage, disk space, raid arrays, hardware, network cards, kernel, os, samba/cups/truecrypt status, temps, disks, and much more. Latest code is here: https://github.com/jrgp/linfo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    myAuxiliary.rb

    myAuxiliary.rb

    msf post-exploitation auxiliary module

    This auxiliary module needs [metasploit] framework installed.. This module its a metasploit post-exploitation (after the targets get's exploited) auxiliary script, so we need to exploit a target first in order to use it. Affected platforms: Windows OS (all versions above windows vista) Read my WIKI for further info: https://sourceforge.net/p/myauxiliarymete/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    MRelay

    Host to Host Network Acceleration and Encryption

    MRelay splits and distributes the traffic of a single TCP connection to several connections and merges the data at the other end. Using this approach, it is possible to achieve high throughput between two points on the network regardless of the delay between two points. MRelay can optionally encrypt the data and exchange some http headers before the relay process to make the traffic look like a regular http file download. This can be used to overcome the highly restrictive firewalls that are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Redhat Linux Oracle OVM Systems Monitor

    Redhat Linux OVM System Performance Monitoring

    ...Allows you to query the RRD database given a set of dates and generates a web based graphs. Easy to install. Uses less disk space than most performance monitoring tool. Data of each host monitored is kept for 2 years and occupy less that 25 MB of disk space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    DivIP

    DivIP

    Tool for division IP address and subnet

    Thank you for using DivIP v2.0.0! DivIP is a freeware for calculating IP address (network/broadcast/usable host range, subnet, VLSM, summary IP, wildcard mask...) released under GNU GPLv3. ------------------------------- You can find SOURCE CODE of DivIP v2.0.0 here: https://app.box.com/s/vv94jrpa5zyzx29z25mj Video tutorial: http://www.youtube.com/watch?v=26l7iLYR3f8 Information about DivIP v2.0.0's project: Programming Language: C# (.NET) Programming Environment: MS Visual Studio 2013 Ultimate .NETFramework's version: 3.5 Operating System: Windows Fonts: Open Sans & MS Sans Serif P/s: + I'm a self-study C# language so may be some elements in project are unnomalized...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Hwrapper

    Hwrapper is a python framework for hbase rest api

    ...(alternate download from pypi http://pypi.python.org/pypi/Hwrapper/0.1 ) Common Usage : start your hbase rest $bin/hbase rest start -p 9300 (Default port is 8080) check out wiki for more detailed tutorial. Creating a table hwrapper=Hwrapper() hwrapper.connectionParameters("host","port", False) // third argument set to false if you are not using https hwrapper.setAcceptType("json") columnFamilies={"cf","cf1"} hwrapper.create_table("table_name",columnFamilies) get Row data by ID (decoded base64 values) hwrapper.get_RowBy_ID("0000000-120529115546748") // outputs list of dicts, dicts contain column names and values Dropping a table hwrapper.drop_table("table_name") Displaying table schema hwrapper.table_schema("table_name") Listing all tables from hbase hwrapper.list_tables()
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MBar I.P Detector

    MBar I.P Detector

    MBar I.P Detector is a program which can show your Local I.P Host.

    MBar I.P Detector is a program which detects your Local I.P Host and shows it right in front of your screen. The program is very free to use and doesn't require special computer knowledge. REQUIRES .NET FRAMEWORK 2.0 or HIGHER! Feel free to give a ticket if you find any bugs, or to give enhancement suggestions. Thank You, Have A Nice Day. P.S: For other problems or queries, contact at: meghrajbaria@yahoo.com with the program name in subject.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CeGCC is a cross-development environment for creating Windows CE (Pocket PC) applications, from a Linux, Cygwin, or MacOS-X host PC.
    Downloads: 37 This Week
    Last Update:
    See Project
  • 14
    Alcugs Project, is a set of game servers and tools that will allow you to host the world of Uru, and help in the administration of the current plasma servers. It also contains tools to create new content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Software configurations are harsh to maintain when you work on several computers particularly when these configurations depend the platform or a specific host. synconf helps you to maintain/apply these configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Usually if your host is under a NAT you cannot accept incoming connection from computers which are outside your NAT. With this software you'll be able to accept incoming connections from computers which are outside your NAT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This project is brought to you by 5th Finger Australia (a subsidiary of ninemsn) Its is our version of a product called Kannel, GPL'd at kannel.org. The product enables SMS messaging by interfacing to mobile carriers using various protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB