hp
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 200
HPUX::SDUX 0.03
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules. more>>
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules.
SYNOPSIS
perl -MHPUX::SDUX -e wmf
make; make test; make depot
HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms.
This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout version 1.0, as outlined in Software Distributor Administration Guide for HP-UX 11i . It may work on other versions, but it is not tested.
After unpacking a CPAN module, move to the expanded directory and say
perl -MHPUX::SDUX -e wmf
This creates intermediate file Makefile.SDUX, based on Makefile.PL in the current directory, and writes Makefile by executing Makefile.SDUX. The resulting Makefile contains a modified target clean and a new target depot, so that you can only follow with
make; make test; make depot
The target depot will install the module in the sdux subdirectory, writes module.psf and invokes swpackage. Thus certin privileges are required for this target.
<<lessSYNOPSIS
perl -MHPUX::SDUX -e wmf
make; make test; make depot
HPUX::SDUX is a Perl module to assist creating SD-UX software depots for Perl modules on HP-UX. As such, it is utterly useless for Perl users on other platforms.
This version assumes the use of HP-UX 11i and PSF (Product Specification File) layout version 1.0, as outlined in Software Distributor Administration Guide for HP-UX 11i . It may work on other versions, but it is not tested.
After unpacking a CPAN module, move to the expanded directory and say
perl -MHPUX::SDUX -e wmf
This creates intermediate file Makefile.SDUX, based on Makefile.PL in the current directory, and writes Makefile by executing Makefile.SDUX. The resulting Makefile contains a modified target clean and a new target depot, so that you can only follow with
make; make test; make depot
The target depot will install the module in the sdux subdirectory, writes module.psf and invokes swpackage. Thus certin privileges are required for this target.
Download (0.005MB)
Added: 2007-01-09 License: Perl Artistic License Price:
1022 downloads
HPUX::Ioscan 1.010
HPUX::Ioscan is a Perl function to handle HPUX ioscan command. more>>
HPUX::Ioscan is a Perl function to handle HPUX ioscan command.
SYNOPSIS
use HPUX::Ioscan ;
my $result = ioscan ();
print "All hardware paths: ", join(" ", keys %$result),"n";
print "One device file of disk :n",
$result->{2/1.6.0}{device_files}[0],
"n";
This module works on top of the HP-UX command ioscan. It forks a process to run the ioscan command and parses its STDOUT. The result is returned in a hash.
This module is quite basic but it may be interesting if you need to write administration program on HP-UX.
You may call ioscan several time in your program without any problem sicne the result is cached. Only the first call to ioscan will actually run the ioscan command. (But you may override the caching of the result)
<<lessSYNOPSIS
use HPUX::Ioscan ;
my $result = ioscan ();
print "All hardware paths: ", join(" ", keys %$result),"n";
print "One device file of disk :n",
$result->{2/1.6.0}{device_files}[0],
"n";
This module works on top of the HP-UX command ioscan. It forks a process to run the ioscan command and parses its STDOUT. The result is returned in a hash.
This module is quite basic but it may be interesting if you need to write administration program on HP-UX.
You may call ioscan several time in your program without any problem sicne the result is cached. Only the first call to ioscan will actually run the ioscan command. (But you may override the caching of the result)
Download (0.019MB)
Added: 2007-04-14 License: Perl Artistic License Price:
923 downloads
SysInfo-DC for HP-UX 0.1
System Information Data Collector is a tool for collecting information from a HP-UX operating system and some HP hardware. more>>
System Information Data Collector is a tool for collecting information from a HP-UX operating system and some HP hardware and software. System Information Data Collector is a free software and provided by the author AS IS under terms of the GNU General Public License.
Support engineers and system administrators can use System Information Data Collector to obtain a system configuration and troubleshoot problems. To get system information System Information Data Collector script calls specified modules. The modules of System Information Data Collector are located in the modules directory.
The following modules is available in this version:
- disks
Collects disk information (default).
- lvm
Collects LVM information (default).
- etc
Collects /etc configuration files (default).
- init
Collects /sbin/init.d and /sbin/rc? scripts (default).
- logs
Collects /var/adm/syslog file and dmesg output (default).
- net
Collects network information and network device information (default).
- sw
Collects software depot information (default).
- sysconf
Collects system configuration information (default).
- mcsg
Collects HP MC/Service Guard information. This module does not run by default.
- npar
Collects npar configuration information. This module does not run by default.
- dp
Collects HP Data Protector software information. This module does not run by default.
- default
Run all default modules.
The System Information Data Collector has been tested on several HP-UX 11.11 and 11.23 hosts. There was no problems detected with software or hardware during the time the script has been running. But it is not good idea to run script on production michines, because it has not been tested in all possible HP-UX environments.
<<lessSupport engineers and system administrators can use System Information Data Collector to obtain a system configuration and troubleshoot problems. To get system information System Information Data Collector script calls specified modules. The modules of System Information Data Collector are located in the modules directory.
The following modules is available in this version:
- disks
Collects disk information (default).
- lvm
Collects LVM information (default).
- etc
Collects /etc configuration files (default).
- init
Collects /sbin/init.d and /sbin/rc? scripts (default).
- logs
Collects /var/adm/syslog file and dmesg output (default).
- net
Collects network information and network device information (default).
- sw
Collects software depot information (default).
- sysconf
Collects system configuration information (default).
- mcsg
Collects HP MC/Service Guard information. This module does not run by default.
- npar
Collects npar configuration information. This module does not run by default.
- dp
Collects HP Data Protector software information. This module does not run by default.
- default
Run all default modules.
The System Information Data Collector has been tested on several HP-UX 11.11 and 11.23 hosts. There was no problems detected with software or hardware during the time the script has been running. But it is not good idea to run script on production michines, because it has not been tested in all possible HP-UX environments.
Download (0.013MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
918 downloads
HP Linux Imaging and Printing 2.7.7
HP Linux Imaging and Printing (HPLIP) isa complete printing and imaging solution for Linux. more>>
HP Linux Imaging and Printing Driver Project consists of two projects:
1) HPIJS, a printer driver for HP devices
2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
<<less1) HPIJS, a printer driver for HP devices
2) HP Linux Imaging and Printing (HPLIP), a complete printing and imaging solution for Linux (note: HPLIP includes HPIJS).
Download (13.2MB)
Added: 2007-08-02 License: LGPL (GNU Lesser General Public License) Price:
839 downloads
HP ScanJet 3900 series backend 0.9
HP ScanJet 3900 series backend is an application and backend for linux that allows to use HP scanjet series 3900 scanners. more>>
HP ScanJet 3900 series backend is an application and backend for linux that allows to use HP scanjet series 3900 scanners and, basically, all those controlled by Realtek RTS8822L chipset.
HP ScanJet 3900 series backend application is in early phase of development. Four files are included, two (binary and sources) for the application and two more for SANE backend.
Enhancements:
- Added support for scanner: HP ScanJet G3010 (similar to hp4370)
- Added initial support for scanner: BenQ 5550T (New chipset: RTS8823L-01E).
- Fixed bug related to stepper motor, programming smearing curves for backtracking.
- Implemented algorithm to detect installed RAM type.
- Implemented a better code to read/write in DMA.
- Added some scripts for users, to update, compile and install sources.
<<lessHP ScanJet 3900 series backend application is in early phase of development. Four files are included, two (binary and sources) for the application and two more for SANE backend.
Enhancements:
- Added support for scanner: HP ScanJet G3010 (similar to hp4370)
- Added initial support for scanner: BenQ 5550T (New chipset: RTS8823L-01E).
- Fixed bug related to stepper motor, programming smearing curves for backtracking.
- Implemented algorithm to detect installed RAM type.
- Implemented a better code to read/write in DMA.
- Added some scripts for users, to update, compile and install sources.
Download (1.8MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
512 downloads
VcsTools::DataSpec::HpTnd 1.004
VcsTools::DataSpec::HpTnd is a Hp Tnd custom data for HMS logs. more>>
VcsTools::DataSpec::HpTnd is a Hp Tnd custom data for HMS logs.
SYNOPSIS
use VcsTools::DataSpec::HpTnd qw($description readHook);
use VcsTools::LogParser ;
my $ds = new VcsTools::LogParser
(
readHook => &readHook,
description => $description
) ;
This class contains all the custom information needed to retrieve our data from our database using the generic VcsTools::LogParser class.
The $description hash ref defines the informations that are contained in the log of each version of the HMS file.
Needless to say this file is tailored for HP Tnd needs and HMS keywords. Nevertheless, it can be used as a template for other VCS systems and other needs.
<<lessSYNOPSIS
use VcsTools::DataSpec::HpTnd qw($description readHook);
use VcsTools::LogParser ;
my $ds = new VcsTools::LogParser
(
readHook => &readHook,
description => $description
) ;
This class contains all the custom information needed to retrieve our data from our database using the generic VcsTools::LogParser class.
The $description hash ref defines the informations that are contained in the log of each version of the HMS file.
Needless to say this file is tailored for HP Tnd needs and HMS keywords. Nevertheless, it can be used as a template for other VCS systems and other needs.
Download (0.023MB)
Added: 2007-08-20 License: Perl Artistic License Price:
795 downloads
EPM 4.1
EPM package is a free UNIX software/file packaging program that generates distribution archives from a list of files. more>>
EPM package is a free UNIX software/file packaging program that generates distribution archives from a list of files. EPM Can:
- Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs.
- Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X, Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
- Provide a complete, cross-platform software distribution solution for your applications.
The EPM book, "Software Distribution Using the ESP Package Manager", is available in print form. This book will teach you how to use the ESP Package Manager to create your own software packages that can be distributed over the Internet and on traditional media such as CD-ROM and DVD-ROM.
Enhancements:
- This release adds disk image creation on Mac OS X and fixes several RPM and GUI bugs.
<<less- Generate portable script-based distribution packages complete with installation and removal scripts and standard install/uninstall GUIs.
- Generate "native" distributions in AIX, BSD, Debian, HP-UX, IRIX, MacOS X, Red Hat, Slackware, Solaris, and Tru64 UNIX formats.
- Provide a complete, cross-platform software distribution solution for your applications.
The EPM book, "Software Distribution Using the ESP Package Manager", is available in print form. This book will teach you how to use the ESP Package Manager to create your own software packages that can be distributed over the Internet and on traditional media such as CD-ROM and DVD-ROM.
Enhancements:
- This release adds disk image creation on Mac OS X and fixes several RPM and GUI bugs.
Download (0.48MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
933 downloads
op 1.32
op tool provides a flexible means for system administrators to grant access to certain root operations. more>>
op tool provides a flexible means for system administrators to grant access to certain root operations without having to give them full superuser privileges.
Different sets of users may access different operations, and the security-related aspects of each operation can be carefully controlled.
It was originally written around 1990 by Tom Christiansen and Dave Koblas. Further updates and porting were performed by Howard Owen. The last version of this vintage is available here. The current version is maintained by Alec Thomas.
I first came into contact with op whilst working at Access Gaming Systems, where op was used extensively to control developer and administrator access to resources.
Enhancements:
- rpl_malloc/rpl_realloc was added so that systems with dodgy implementations will link.
- This fixes compilation on HP-UX.
- If a help parameter does not exist, the actual command to be run for the help is used.
- Detection for openlog() returning void was added.
<<lessDifferent sets of users may access different operations, and the security-related aspects of each operation can be carefully controlled.
It was originally written around 1990 by Tom Christiansen and Dave Koblas. Further updates and porting were performed by Howard Owen. The last version of this vintage is available here. The current version is maintained by Alec Thomas.
I first came into contact with op whilst working at Access Gaming Systems, where op was used extensively to control developer and administrator access to resources.
Enhancements:
- rpl_malloc/rpl_realloc was added so that systems with dodgy implementations will link.
- This fixes compilation on HP-UX.
- If a help parameter does not exist, the actual command to be run for the help is used.
- Detection for openlog() returning void was added.
Download (0.14MB)
Added: 2005-12-08 License: BSD License Price:
1415 downloads
JSPP 0.1.2
JSPP is an untyped, java-like scripting language designed to be embedded in applications. more>>
JSPP is an untyped, java-like scripting language designed to be embedded in applications. The project is written in C and can be compiled on VC/Win, Tandem (HP Non-Stop), and Linux.
Enhancements:
- Updated to reflect changes in the SPL library.
<<lessEnhancements:
- Updated to reflect changes in the SPL library.
Download (0.42MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
JvFTP 0.72
JvFTP is a Java ftp client library. more>>
JvFTP is a Java ftp client library.
This library has been tested with:
SunOS 5.7, FTP server
BSD-199506, FTP server
SuSE Linux 6.4 (i386), FTP server
HP-UX B.11.00 U 9000/800, FTP server
MS Windows, BulletProof FTP server v2.1.5
MS Windows 2000, Microsoft FTP Publishing Service 5.0
Main features:
- Uploads / downloads files
- Recursive directory uploads
- Concurrent data transfers
- Both passive / active data transfer modes
- Swing components for browsing files and directories
- AWT components for browsing files and directories
<<lessThis library has been tested with:
SunOS 5.7, FTP server
BSD-199506, FTP server
SuSE Linux 6.4 (i386), FTP server
HP-UX B.11.00 U 9000/800, FTP server
MS Windows, BulletProof FTP server v2.1.5
MS Windows 2000, Microsoft FTP Publishing Service 5.0
Main features:
- Uploads / downloads files
- Recursive directory uploads
- Concurrent data transfers
- Both passive / active data transfer modes
- Swing components for browsing files and directories
- AWT components for browsing files and directories
Download (0.18MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1203 downloads
pyD20 0.01
pyD20 is a combat manager for D20 or DND3e. more>>
pyD20 project is a combat manager for D20 or DND3e.
pyD20 is a combat manager meant to be used by a DM while playing the D20/DND3e role-playing game. Its features include a pyGTK2/Glade interface, the ability to track combatants, initiatives, and HP, the ability to reassign initiatives during combat, and the ability to add or remove combatants during combat. pyD20 is designed to be simple for the DM to use.
Main features:
- Track combatants.
- Set initiative for those combatants who want to roll manually.
- Roll initiative for other combatants.
- Track hit points for combatants.
- Change initiative during combat (refocus, triggers, delay).
- Counts the rounds of combat.
<<lesspyD20 is a combat manager meant to be used by a DM while playing the D20/DND3e role-playing game. Its features include a pyGTK2/Glade interface, the ability to track combatants, initiatives, and HP, the ability to reassign initiatives during combat, and the ability to add or remove combatants during combat. pyD20 is designed to be simple for the DM to use.
Main features:
- Track combatants.
- Set initiative for those combatants who want to roll manually.
- Roll initiative for other combatants.
- Track hit points for combatants.
- Change initiative during combat (refocus, triggers, delay).
- Counts the rounds of combat.
Download (0.011MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1022 downloads
pslj 1.0.0
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. more>>
pslj shell-script is used to print Postscript files to a LaserJet 5L printer. If you are using another kind of printer, you can easily adapt this script by changing the DEVICE paramater to GhostScript (and possibly the resolution).
You can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):
ps|HP LaserJet 5L as PostScript:
:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh
You need to adapt your /etc/printcap file.
This should work on any UN*X-like platform, that has an lpr style printing subsystem.
I dont use this for normal printing support anymore. Im using cups for that now.
<<lessYou can reference this script in your /etc/printcap file, like this (assuming you have installed the script in /usr/local/bin, with mode 755):
ps|HP LaserJet 5L as PostScript:
:lp=/dev/lp1:
:sd=/var/spool/lp1:
:mx#0:
:if=/usr/local/bin/pslj:sh
You need to adapt your /etc/printcap file.
This should work on any UN*X-like platform, that has an lpr style printing subsystem.
I dont use this for normal printing support anymore. Im using cups for that now.
Download (MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
OpenBSD 4.1
The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. more>>
The OpenBSD project produces a FREE, multi-platform 4.4BSD-based UNIX-like operating system. Our efforts emphasize portability, standardization, correctness, proactive security and integrated cryptography.
OpenBSD project supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX. OpenBSD is freely available from our FTP sites, and also available in an inexpensive 3-CD set.
<<lessOpenBSD project supports binary emulation of most programs from SVR4 (Solaris), FreeBSD, Linux, BSD/OS, SunOS and HP-UX. OpenBSD is freely available from our FTP sites, and also available in an inexpensive 3-CD set.
Download (4.9MB)
Added: 2007-05-01 License: Freeware Price:
909 downloads
Orpie 1.4.3
Orpie is a fullscreen RPN calculator for the console. more>>
Orpie is a fullscreen RPN calculator for the console. Its operation is similar to that of modern HP calculators, but data entry has been optimized for efficiency on a PC keyboard.
Features include extensive scientific calculator functionality, units support, base conversions, command completion, configurable keybindings, and a visible interactive stack.
Main features:
- real and complex numbers and matrices
- extensive function library
- command completion of function names
- base conversions
- units and conversion factor handling
- exact integer arithmetic, with unlimited integer size
- visible stack, with browsing/modification capability
- user-defined variables
- user-configurable keybindings, via a Mutt-like rcfile
- context-sensitive help
<<lessFeatures include extensive scientific calculator functionality, units support, base conversions, command completion, configurable keybindings, and a visible interactive stack.
Main features:
- real and complex numbers and matrices
- extensive function library
- command completion of function names
- base conversions
- units and conversion factor handling
- exact integer arithmetic, with unlimited integer size
- visible stack, with browsing/modification capability
- user-defined variables
- user-configurable keybindings, via a Mutt-like rcfile
- context-sensitive help
Download (0.37MB)
Added: 2005-10-30 License: GPL (GNU General Public License) Price:
1454 downloads
Sproxy 1.01
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege. more>>
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege.
It is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU autotools.
PLATFORM SUPPORT
Sproxy was written on GNU/Linux and should run on all platforms that support perl. It has been successfully tested on recent releases of Solaris, HP-UX and AIX.
Enhancements:
- This version adds GNU/autotools support for the configuration and build.
- It is designed to detect dependencies and dynamically configure the application to fit the environment.
- It bundles all necessary perl modules for the convenience of the user.
-
<<lessIt is an HTTP proxy server written in perl and designed to collect all URL information in a siege-friendly format. All necessary modules are bundled with the source. Sproxy is built with GNU autotools.
PLATFORM SUPPORT
Sproxy was written on GNU/Linux and should run on all platforms that support perl. It has been successfully tested on recent releases of Solaris, HP-UX and AIX.
Enhancements:
- This version adds GNU/autotools support for the configuration and build.
- It is designed to detect dependencies and dynamically configure the application to fit the environment.
- It bundles all necessary perl modules for the convenience of the user.
-
Download (0.34MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
964 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above hp search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed