RSS 1320 projects tagged "Linux"

No download No website Updated 17 Jun 2013 eproxy-ak

Screenshot
Pop 48.71
Vit 1.26

eproxy is a simple epoll based efficient TCP proxy for Linux. It connects two TCP ports to each other and communicates zero copy. It is not trying to compete with the "big boy" load balancers, but is very easy to adapt for experiments. It should be fairly efficient, however.

No download No website Updated 08 Jun 2013 BGPHist

Screenshot
Pop 63.87
Vit 1.04

BGPHist is a tool that receives MP-BGP updates, decodes them, and writes them to a database for logging and monitoring purposes. It support not only Internet routes, but also IPv4 VPN, IPV6 VPN, and L2VPN. It sounds text output (console) and MySQL databases. The the MySQL backend, there is also a simple PHP frontend. It could be used to monitor and log an ISP's customer activity for Internet and VPNs, as a passive BGP looking glass, or as a backend for some external monitoring and accounting system.

No download Website Updated 26 Apr 2013 ENet for C#

Screenshot
Pop 36.41
Vit 7.31

ENet for C# wraps the C-language ENet networking library. For games and other realtime applications, if you use TCP, old data can hold up newer data, even if it is no longer relevant (old positions, etc.). Your players will perceive any lost packet as a "lag burst". ENet supports multiple in-order streams of data, and allows you to decide on reliability on a per-packet basis. The library is useful for both client-server and peer-to-peer architectures.

Download Website Updated 06 Jun 2013 Sanewall

Screenshot
Pop 306.04
Vit 5.69

Sanewall is a firewall builder for Linux that uses an elegant language abstracted to just the right level. This makes it powerful and easy to use, audit, and understand. It allows you to create very readable configurations even for complex stateful firewalls. Sanewall can be used for almost any purpose, including control of any number of internal/external/virtual interfaces, control of any combination of routed traffic, setting up DMZ routers and servers, all kinds of NAT, providing strong protection (flooding, spoofing, etc.), transparent caches, source MAC verification, blacklists, and whitelists. Newer versions abstract the differences between IPv4 and IPv6, allowing you to define a common set of rules for both, while permitting specific rules for each as you need. Sanewall is a fork of FireHOL and can make use of existing FireHOL configurations.

Download Website Updated 26 May 2013 freedns-afraid

Screenshot
Pop 51.83
Vit 1.59

freedns-afraid is a dynamic DNS client or updater, a Linux daemon which keeps your record on the free dynamic DNS service freedns.afraid.org up-to-date. The rpm is built for Fedora, but it should work for other rpm-based Linux distributions which use systemd and NetworkManager.

Download Website Updated 04 Apr 2013 iptables-bash_completion

Screenshot
Pop 47.10
Vit 8.77

iptables-bash_completion provides programmable completion for the iptables and ip6tables programs. iptables options are shown only if they are valid at the current context. It supports completion of options, matches, and targets, and dynamic retrieval of data from the system, including chains, set names, interfaces, and hostnames. Environment variables allow completion options to be tuned. IP and MAC addresses can be supplied using a file.

Download Website Updated 26 Mar 2013 libporty

Screenshot
Pop 73.77
Vit 1.02

Libporty provides a higher level API for some commonly used library functions such as sockets, date/time, file system access, background processes, and asynchronous DNS resolving. Libporty is configured using scconfig and the API is guaranteed to work the same way on all supported systems. An application that exclusively uses the libporty API will not require autotools/scconfig for porting. Libporty has been tested on Linux, Windows, Mac OS X, multiple BSD variants, Minix, OpenSolaris, and some ancient Unix systems.

Download Website Updated 29 Jan 2013 smallSocks

Screenshot
Pop 22.76
Vit 11.90

smallSocks is a small SOCKS server implementation in Python, supporting the SOCKS 4 and 4a protocols.

Download Website Updated 05 Mar 2013 ipset_list

Screenshot
Pop 79.75
Vit 2.05

ipset_list is a wrapper script for listing sets of the netfilter ipset program. It allows you to match and display sets, headers, and elements in various ways. Optionally, the output can be colorized.

Download Website Updated 13 Jan 2013 xtadm

Screenshot
Pop 52.35
Vit 1.00

xtadm is a commandline utility used to set up and manipulate the Xtables2 packet filter's ruleset. It comes with the libxtadm high-level usersapce library, which contains the textual rule parser and plugin support.

Screenshot

Project Spotlight

Generic Makefile for C Projects

A generic makefile for building C projects.

Screenshot

Project Spotlight

Meson

An experiment to determine optimal syntax and structure for a build system.