Posted by Admin on 14th September 2008
Cfengine is an automated suite of programs for configuring and maintaining Unix-like computers. It has been used on computing arrays of between 1 and 20,000 computers since 1993 by a wide range of organizations. Cfengine is supported by active research and was the first autonomic, hands-free management system for Unix-like operating systems.
Read the rest of this entry »
Posted in Free-Tools | No Comments »
Posted by Admin on 7th September 2008
Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files.
Read the rest of this entry »
Posted in Free-Tools | No Comments »
Posted by Admin on 14th August 2008
aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent (DHT, PEX, MSE/PE), and Metalink. It can download a file from multiple sources/protocols and tries to utilize your maximum download bandwidth.
Read the rest of this entry »
Posted in Free-Tools | No Comments »
Posted by Admin on 31st July 2008
Opsview is enterprise network and application monitoring software designed for scalability, flexibility and ease of use. Opsview has been in development since 2003 and is released under the GNU GPL license. Current version is 2.12.
Read the rest of this entry »
Posted in Free-Tools | No Comments »
Posted by Admin on 12th July 2008
rinetd redirects TCP connections from one IP address and port to another, with basic IP-based access control.
Read the rest of this entry »
Posted in Free-Tools | No Comments »
Posted by Admin on 6th April 2008
SSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard. Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in.
SECURITY NOTE: There is a reason openssh insists that passwords be typed interactively. Passwords are harder to store securely and to pass around securely between programs. If you
Read the rest of this entry »
Posted in Free-Tools, General, Security | 12 Comments »