Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.073 Times

Inet software
Filter: All | Freeware | Demo
 

Inet

< 1 2 
Added: March 27, 2010 | Visits: 1.270

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );... Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

Added: February 19, 2010 | Visits: 809

Klaxon Klaxon is a simple detector od scanning booted from inetd. Instead of actually executing anything, it returns a benign error to the caller, and syslogs the calling host, username, and name of attempted service access. Its also extremely useful for detecting portscanner attacks like those... Platforms: *nix

License: Freeware Size: 11.26 KB Download (96): Klaxon Download

Added: January 21, 2010 | Visits: 789

Audio::Moosic Audio::Moosic is a Moosic client library for Perl. SYNOPSIS use Audio::Moosic; $moo = Audio::Moosic::Unix->new(); $moosic->append(/home/me/somewhat.ogg); $moosic->play; print $moosic->current, "n"; $moosic->pause; ... Audio::Moosic acts as a client for the musical jukebox programm... Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Audio::Moosic Download

Added: August 21, 2010 | Visits: 2.007

Emcast Emcast project is a generic multicast toolkit. Emcast is a multicast toolkit for distributed/peer-to- peer applications that require multicast communication. It includes the program "emcast", a generic multicast utility (like netcat), and the library "libemcast", a generic multicast library.... Platforms: *nix

License: Freeware Size: 286.72 KB Download (211): Emcast Download

Added: November 24, 2010 | Visits: 1.560

netboot dhctp/tftp server netboot project allows you to easily bootstrap Ubuntu or Debian netinstaller. Or assign address to network device like ILO to configure it. Very simple in use and need almost zero configuration. I always hated dhcpd and tftp-ha. For looking who is asking for boot: kef@flash:~$ sudo ./netboot... Platforms: *nix

License: Freeware Size: 8.19 KB Download (108): netboot dhctp/tftp server Download

Added: January 20, 2010 | Visits: 1.853

iTMS-4-ALL iTMS-4-ALL is a Perl CGI script that allows you to search Apples iTunes Music Store from any Web browser. First of all, you can try the live script. Thanks to the people at Downhill Battle for hosting the script---they have also posted some interesting ideas about how the iTunes database can be... Platforms: *nix

License: Freeware Size: 55.3 KB Download (238): iTMS-4-ALL Download

Added: January 20, 2010 | Visits: 799

RPC::pClient RPC::pClient is a Perl extension for writing pRPC clients. SYNOPSIS use RPC::pClient; $sock = IO::Socket::INET->new(PeerAddr => joes.host.de, PeerPort => 2570, Proto => tcp); $connection = new RPC::pClient(sock => $sock, application => My App, version => 1.0, user => joe, password... Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): RPC::pClient Download

Added: March 02, 2010 | Visits: 1.039

GENeric Radio IP GENRIP is a kernel driver (presently for Linux only) that enables you to carry ethernet frames over generic low-speed/low-power serial radios, such as Microhards MHX series radios. It is intended to speed up the development cycle for those creating low-powered Embedded telemetry and SCADA... Platforms: *nix

License: Freeware Size: 24.58 KB Download (95): GENeric Radio IP Download

Added: April 16, 2010 | Visits: 598

Kuote Kuote is an applet for the KDE panel, inspired by Gnomes Wanda the Fish. It displays an animated character (a fish by default), which pops up quotes generated by the fortune(6) program when clicked (and optionally shows them in tooltips, too). Kuote supports kioslaves for both the animation... Platforms: *nix

License: Freeware Size: 573.44 KB Download (96): Kuote Download

Added: July 18, 2010 | Visits: 1.835

Net::Whois::RIPE Net::Whois::RIPE is an object-oriented Perl library module that provides methods to query, retrieve, and update RIPE-157 formatted objects from whois servers that support this format. In particular, both the Asian and European Internet Registries (whois.ripe.net and whois.apnic.net) support... Platforms: *nix

License: Freeware Size: 32.77 KB Download (100): Net::Whois::RIPE Download

Added: January 22, 2010 | Visits: 899

Apache Users Apache Users project is an Apache username enumerator, via /~username requests. This script uses a list of common system names like root, admin etc ... You should manually check the issue to establish the http return code, ie: 403 as this is needed for the command line. No native SSL support.... Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Apache Users Download

Added: May 18, 2010 | Visits: 1.192

Rains PPP scripts Rains PPP scripts are a set of tools that simplify the use and setup of pppd. Features include connection time logging, a ppp-off that works right with more than one pppd running, dial-on-demand support for pppd 2.3.x., and more. Another interesting feature is that the scripts keep track of... Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): Rains PPP scripts Download

Added: April 22, 2010 | Visits: 2.538

Socket Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa is a Perl module to load the C socket.h defines and structure manipulators. SYNOPSIS use Socket; $proto = getprotobyname(udp); socket(Socket_Handle, PF_INET, SOCK_DGRAM, $proto); $iaddr = gethostbyname(hishost.com); $port =... Platforms: *nix

License: Freeware Size: 12.2 MB Download (106): Socket Download

Added: October 06, 2010 | Visits: 716

Devel::TrackObjects Devel::TrackObjects is a Perl module to track use of objects. SYNOPSIS cmdline perl -MDevel::TrackObjects=/^IO::/ server.pl inside use Devel::TrackObjects qr/^IO::/; use Devel::TrackObjects -verbose; use IO::Socket; ... my $sock = IO::Socket::INET->new... ...... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Devel::TrackObjects Download

Added: March 09, 2010 | Visits: 1.971

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (110): Net::DHCP::Packet Download

Added: September 22, 2010 | Visits: 687

CB3ROB Identd CB3ROB Identd is an identd implementing the auth (RFC1413) protocol for use on public Unix machines. Unlike with other ident daemons, the AUTH protocol replies from this daemon cannot be spoofed by users. CB3ROB Identd project has been optimized to handle as many requests as possible, and has... Platforms: *nix

License: Freeware Size: 2.05 KB Download (94): CB3ROB Identd Download

Added: February 07, 2010 | Visits: 804

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Net::Server::Mail::ESMTP::XFORWARD Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 482

INF-Tool Lite 6.3d Check out this alternative to huge and/or complicated, expensive installation programs! INF-Tool Lite is a setup program which creates today's SMALLEST setup packages possible for an unbeatable price: It's FREE!! Great especially for Internet or common network distribution since it saves download... Platforms: Windows

License: Freeware Size: 1.55 MB Download (52): INF-Tool Lite 6.3d Download

Released: January 17, 2013  |  Added: January 17, 2013 | Visits: 820

INNOBATE AntiVirus 2012 Basic INNOBATEā„¢ AntiVirus easily detects the latest worms, malware, trojans and viruses on your computer system. The on-access realtime monitoring ability of INNOBATEā„¢ AntiVirus detects malware files as they are created, saved or changed on your computer systems hard disks, removable media and... Platforms: Windows

License: Demo Cost: $39.95 USD Size: 4 MB Download (459): INNOBATE AntiVirus 2012 Basic Download

Added: September 29, 2013 | Visits: 309

supervisor_cache supervisor_cache is an RPC extension for the supervisor module that provides the ability to cache limited amounts of data in the supervisor instance as key/value pairs. Installation Release packages are available on the Python Package Index (PyPI). You can download them from there or you can... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): supervisor_cache Download

< 1 2