- 1,233 categories
- 40,346 scripts
Updated: 02/04/2004
- The purpose of sanity.pl is to be an extremely flexible tool for determining the sanity of a development, qa or production UNIX/Linux environment. All parameters for a sanity.pl run are passed in via an XML based config file. The tests sanity.pl can perform include:
1. validating the value of an environmental variable
2. validating the existence, mode, owner and group for a specified file or folder
3. invoking an external comand and validating it s return code
4. performing a regular expression evaluation
5. determining that a Perl module is available
6. validating a Perl object s methods/module s functions exist.
The intent is for a UNIX Linux admin to run sanity.pl after a server admin operation (reboot, upgrade, patch, etc.) has been performed to ensure the expected environment is still sane for development, qa testing, or production application. For enterprise environments where many servers are maintained, sanity.pl can greatly reduce the amount of time an admin spends troubleshooting or performing change management tasks.
- Categories
- Tags
- Platforms
- Licenses
- Quiz Cards is designed as an aid for studying and learning. It is a Java application that can be used to create sets of flash cards and then quiz yourself with them. Features include: two-sided cards are collected into stacks, each side of a card may...
- class.xml.php is an extremely easy to use XML Tree and statistic parser. It uses PHP''s XML functions for you, returning all the objects in the XML file in an easy to use Tree. It also can be used as a statistics-type program, as you can use the...
- XML Survey is a Java Servlet that allows you to collect data from any html form and save it in xml-format. It runs using a text configuration file that can be saved anywhere on your server. Also XML file can be created anywhere on your server.
- This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values
and child nodes, and for extracting specific nodes from larger XML objects. It is...
- Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...