RSS 355 projects tagged "Clustering/Distributed Networks"

Download Website Updated 11 May 2004 GNU MAC Changer

Screenshot
Pop 144.75
Vit 2.64

MAC Changer is a GNU/Linux utility for viewing/manipulating the MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.

Download Website Updated 30 Apr 2013 GNU Parallel

Screenshot
Pop 545.85
Vit 52.60

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

Download Website Updated 15 Feb 2009 GNU Virtual Private Ethernet

Screenshot
Pop 221.06
Vit 4.68

GNU VPE creates a virtual ethernet by creating host-to-host tunnels between multiple endpoints. Unlike other virtual private "network" solutions which merely create a single tunnel, it creates a real network with multiple endpoints. It is designed to be conceptually simple and straightforward to setup (assuming prior IP routing knowledge) without sacrificing flexibility. It is designed to sit on the gateway machines of company branches to connect them, but it can also be used to tunnel into a VPN with a variety of protocols (RAW IP, ICMP, UDP, TCP, HTTPS-Proxy, DNS).

Download Website Updated 06 Feb 2013 GNUnet

Screenshot
Pop 543.62
Vit 58.13

GNUnet is a peer-to-peer framework with focus on providing security. All peer-to-peer messages in the network are confidential and authenticated. The framework provides a transport abstraction layer and can currently encapsulate the network traffic in UDP, TCP, HTTP, HTTPS, or direct 802.11 (WLAN). GNUnet supports accounting to provide contributing nodes with better service. The services built on top of the framework include anonymous file sharing and a virtual network providing IPv4-IPv6 transition via protocol translation over the P2P network.

Download No website Updated 04 Mar 2013 Galera Load Balancer

Screenshot
Pop 286.46
Vit 18.35

GLB is a user-space TCP load balancer similar to Pen. It lacks most advanced Pen features, as the aim was to make a user-space TCP proxy that is as fast as possible. It can utilize multiple CPU cores. A list of destinations can be adjusted in runtime. Destination "draining" is supported. It supports "least connected", "round-robin", "random", and "source tracking" balancing policies.

Download Website Updated 12 Mar 2013 Galera wsrep provider

Screenshot
Pop 150.78
Vit 6.11

Galera wsrep provider is a dlopenable generic replication library which implements the wsrep provider API. It provides very efficient synchronous replication, and multi-master and "parallel applying" capabilities for opaque data buffers. Its primary focus is data consistency. A transaction is either applied on every node, or not at all. It works anywhere TCP works, including on WAN, and can utilize UDP multicast where available. It is used by the MySQL-wsrep patch project to create true multi-master MySQL/InnoDB clusters.

Download Website Updated 24 Apr 2013 Ganeti

Screenshot
Pop 195.65
Vit 12.86

Ganeti is virtual server management software built on top of Xen, KVM, and other open source software. It has been designed to facilitate cluster management of virtual servers and to provide fast and simple recovery after physical failures using commodity hardware.

Download Website Updated 31 Jul 2008 Ganglia

Screenshot
Pop 359.53
Vit 8.69

Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and grids. It is based on a hierarchical design targeted at federations of clusters. Ganglia is currently in use on over 500 clusters around the world and has scaled to handle clusters with 2000 nodes.

No download Website Updated 01 Mar 2006 GeDI

Screenshot
Pop 43.45
Vit 2.30

GeDI, the GEneric Diskless Installer, is a set of bash scripts charged with the simple purpose of making it easier to install and manage a set of diskless clients.

No download Website Updated 10 Nov 2009 Gemeinschaft

Screenshot
Pop 65.60
Vit 1.42

Gemeinschaft is a PBX based on Asterisk, MySQL, Apache, and PHP, and designed for high availability and clustering. It provides automatic provisioning for mass deployment, and can handle over 10,000 users. Administration is done via shell scripts or a Web GUI. Hot-desking and mobility are supported. German voice prompts are included. There is a standards-compliant Web GUI with internationalization (and German and English translations). Outbound and inbound routing with full PCRE support is included.

Screenshot

Project Spotlight

cvs-fast-export

Translation of an RCS file collection or CVS repository history as a fast-import stream.

Screenshot

Project Spotlight

OGLplus

A C++ wrapper around the OpenGL C API.