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.474.410 Times

Turbo Net Manager freeware
Filter: All | Freeware | Demo
 

Turbo Net Manager

< 1 2 3 4 5 
Added: January 24, 2010 | Visits: 946

RSync Manager RSync Manager provides a set of scripts to manage and automate rsync-reliant sites. RSync Manager (RSM) is a set of Python scripts to add and update packages for rsync-based mirror sites, and also create some nice HTML statistics from the logs. It is mainly written for large site management,...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): RSync Manager Download

Added: August 21, 2010 | Visits: 1.000

Net::Lyskom Net::Lyskom is a Perl module used to talk to LysKOM servers. SYNOPSIS use Net::Lyskom; $a = Net::Lyskom->new(); $conf = 6; $a->login(pers_no => 437, password => "God", invisible => 1) or die "Failed to log in: $a->err_stringn"; $b = $a->send_message(7680, "Oook!"); $b =...





Platforms: *nix

License: Freeware Size: 23.55 KB Download (96): Net::Lyskom Download

Added: June 24, 2010 | Visits: 1.185

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: September 12, 2010 | Visits: 885

Net::CyanChat Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Net::CyanChat Download

Added: October 25, 2010 | Visits: 1.796

Secure Data Manager Secure Data Manager project is a manager for passwords and other private data. Secure Data Manager (SDM) is a full-featured password manager application written entirely in Java (so it can run on Unix or Windows). It encrypts logins and other private information for Web sites, computers, credit...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (108): Secure Data Manager Download

Added: February 18, 2010 | Visits: 1.189

Pure FTP Manager Pure FTP Manager allows a user to access multiple FTP chrooted sites with a single username and password. The program uses pure-ftpd and PostgreSQL for FTP and authentication. A site is chosen by adding @sitename to the users login. Providing the competitive edge to forward thinking businesses...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (108): Pure FTP Manager Download

Added: November 01, 2010 | Visits: 1.515

Easy various links manager Easy various links manager or Everest Linux Links Manager (evlinks) is a network manager and config toolkit that aims to replace network services and networkmanager. Tthe design of evlinks: 1. use mac address as config file names to avoid interface name change. 2. multi profile support, for...


Platforms: *nix

License: Freeware Download (99): Easy various links manager Download

Added: February 04, 2010 | Visits: 1.481

Web Domain Manager Web Domain Manager is a PHP based product to add in a new domain to a server, by just filling out the domain name and putting in the ip, username, and password it will setup the new domain on the server by doing the following: - Adding the config to Apache - Adding a new user to the system for...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (100): Web Domain Manager Download

Added: March 06, 2010 | Visits: 1.211

Net::IMAP::Simple The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. Whats New in This Release: - Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy.


Platforms: *nix

License: Freeware Size: 8.19 KB Download (141): Net::IMAP::Simple Download

Added: October 18, 2010 | Visits: 1.026

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: February 09, 2010 | Visits: 1.121

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: March 16, 2010 | Visits: 945

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Net::SCP::Expect Download

Added: February 19, 2010 | Visits: 1.151

Net::DBus Net::DBus provides a Perl binding for the DBus messaging system. Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus. Modules: Net::DBus Perl extension for the DBus message system0.33.2 Net::DBus::ASyncReply asynchronous method reply...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (96): Net::DBus Download

Added: June 14, 2010 | Visits: 1.220

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

Added: November 18, 2010 | Visits: 1.123

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: November 15, 2010 | Visits: 926

Net::DBus::Dumper Net::DBus::Dumper can stringify Net::DBus objects suitable for printing. SYNOPSIS use Net::DBus::Dumper; use Net::DBus; # Dump out info about the bus my $bus = Net::DBus->find; print dbus_dump($bus); # Dump out info about a service my $service =...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (90): Net::DBus::Dumper Download

Added: November 06, 2010 | Visits: 2.064

Virtual Machine Manager Virtual Machine Manager (virt-manager for short package name) is a desktop application for managing virtual machines. It presents a summary view of running domains and their live performance & resource utilization statistics. A detailed view presents graphs showing performance & utilization...


Platforms: *nix

License: Freeware Size: 942.08 KB Download (118): Virtual Machine Manager Download

Added: September 07, 2010 | Visits: 1.764

mCube Music Manager mCube Music Manager project is a digital music manager. The target is to let user manage and choose music to listen with the comfort and feeling of browsing physical compact disc and with the power of computer aided search, sort and categorization..


Platforms: *nix

License: Freeware Size: 9.4 MB Download (126): mCube Music Manager Download

Added: August 03, 2010 | Visits: 1.716

System Upgrade Manager System Upgrade Manager is a PHP application that will allow sysadmins to monitor and upgrade multiple remote Unix/Linux machines. A while ago I was in the middle of trying to figure out how to keep track of package updates on all of my servers. I have around 300 servers of various platforms...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (104): System Upgrade Manager Download

Added: November 23, 2010 | Visits: 1.486

Starfish Password Manager Starfish Password Manager project consists of a password manager. Starfish is a simple password manager. It stores all of its data in XML, and uses strong encryption (MD5 with DES)..


Platforms: *nix

License: Freeware Size: 798.72 KB Download (116): Starfish Password Manager Download

< 1 2 3 4 5