ux
HPUX::SDUX 0.03
HPUX::SDUX is a Perl module for creating SD-UX software depots of Perl modules. more>>
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.
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>>
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.
HPUX::Ioscan 1.010
HPUX::Ioscan is a Perl function to handle HPUX ioscan command. more>>
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)
ActivePerl (Linux) 5.10
ActivePerl is the industry-standard Perl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActivePerls completeness and ease-of-use. more>>
ActivePerl is the industry-standard Perl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActivePerls completeness and ease-of-use, while corporate users protect their infrastructure and stay competitive with quality-assured ActivePerl business solutions.
Complete and ready-to-install, the free ActivePerl distribution includes core Perl, popular modules, the Perl Package Manager (PPM), and complete documentation. The Windows version provides additional features that have made ActivePerl the worldwide standard for Perl on Windows.
ActiveState also provides business solutions for dynamic languages, including enterprise distributions and OEM licensing, that offer guaranteed stability, expert support, unparalleled quality and cost-efficiency to organizations.
Requirements: x86. libc-2.1.x+ (e.g. Red Hat 6.x+, Debian 2.2+)
Whats new in this version: New switch statement and smart-match operator. Defined-or operator, plus many improvements to regular expressions. Engine is no longer recursive: no more stack overflows.
<<lessActiveTcl (Linux) 8.5.0.0
ActiveTcl is the industry-standard Tcl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActiveTcls completeness and ease-of-use. more>>
ActiveTcl is the industry-standard Tcl distribution, available for Windows, Linux, Mac OS X, Solaris, AIX and HP-UX. Developers worldwide rely on ActiveTcls completeness and ease-of-use, while corporate users protect their infrastructure and stay competitive with quality-assured ActiveTcl business solutions. ActiveTcl is 100% compatible with the reference distribution of Tcl. Code tested with ActiveTcl will run on any Tcl installation that has the appropriate extensions installed.
ActiveState is committed to making Tcl easy to install and use on all major platforms. This release of ActiveTcl brings you the most stable release of Tcl in binary form. It also includes several of the most popular extensions pre-compiled and ready to use. Beginning with this release, we distribute and install the demos and examples of the various packages.
ActiveState also provides business solutions of dynamic languages, including enterprise distributions and OEM licensing, that offer guaranteed stability, expert support, unparalleled quality and cost-efficiency to organizations.
Requirements: Linux x86_64 architecture only, Minimum 2.4 kernel
Whats new in this version: ActiveTcl 8.5 now runs 10% faster than the previous version, due to bytecode optimizations, object caching and reduced memory usage. Developers will also benefit from richer time and date tools including year-2038 compliance, and a new and simpler module packaging standard.
<<lessLicense:Freeware

BottomFeeder for Intel Linux 4.4
BottomFeeder is a news aggregator client written in VisualWorks Smalltalk more>> BottomFeeder is a news aggregator client (RSS and Atom) written in VisualWorks Smalltalk. BottomFeeder runs on Linux x86, (also FreeBSD), PowerPC Linux, Sparc Linux, Windows (98/ME/NT/2000/XP/CE 4), Mac OS8/9, Mac OS X (PPC, intel), AIX, SGI Irix, HP-UX, and Solaris (SPARC and x86).
What sets BottomFeeder apart?
Full support for CSS, including user defined CSS
View news in 3 pane or 2 pane modes
Subscribe to any RSS or Atom format in use
View items in a summary Newspaper View
Synchronize 2 or more BottomFeeders via HTTP or file import
Subscribe to feeds or feedlists
Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
Plugins for blogging, IRC, and MSN Messenger contacts
Easy to update or upgrade from within BottomFeeder
Save as many or as few feed items for as long as you want
Import or Export in common OPML format
Binary compatible on every platform. No need to recompile<<less
pam_unix2 1.30
pam_unix2 PAM module is for traditional password authentication. more>>
Main features:
- Allows global configuration file for all options
- Can get passwords from secure NIS+ servers
- Sets secureRPC credentials
- Supports HP-UX password aging.
- Support of passwords with DES, bigcrypt, MD5 and blowfish encryption
- Usage of glibc NSS modules for flexible location of user data
- Allows changing of passwords in local files, NIS, NIS+ and LDAP (if pam_ldap is installed)
- On a NIS master server, passwords could be changed in the source files of NIS maps.
miau 0.6.4
miau is a small, fully featured IRC bouncer/proxy. more>>
The biggest difference of miau and HTTP-proxy (forgetting the fact they talk all different protocols) is that when IRC-client disconnects from bouncer, the connection to the server isnt necessarily lost.
This way your nick can stay online and cannot be taken by the others. In case bouncer loses the nick because of netsplit or other disruption, it can try to get it back automatically.
Some people may also like the fact that when using bouncer, your hostname appearing in IRC is the one of the machine the bouncer is running at, not the one you are IRCing from.
miau was written on GNU/Linux (i386), but it should compile on most UNIX-platforms.
Main features:
- Permanent connection to IRC-server
- Can set user away when client quits and can also use users quit-message as away-message.
- Ability to try to get primary nick
- Logging (recent log can be replayed automatically at reconnect like you already had been on the channel)
- Message forwarding
- DCC-bouncing
- Auto-mode (without mode-flood)
- Flood protection
- On-connect sent messages (to keep nickservs etc. happy)
- Ability to survive even if some pings to server are lost
- V-host support
- Preliminary IPv6-support (untested)
- Cats in ASCII
- Support for multiple clients (one at home, one at office)
- Permission-chains
- Portable, written in C
- Compiles (at least) on GNU/Linux (i386/StrongARM/Alpha), HP-UX (HP 9000/C3000), SunOS (sun4m/sun4u/sun4c), Digital UNIX (Alpha) and MacOSX (PPC). Not tested on others.
- Small (my miau is about 50 kB KiB on GNU/Linux on i386)
- Most features can be left uncompiled
- Released under GPL
Enhancements:
- This release fixes several issues with Undernet-like servers, and improves your chances of staying online in case of netsplit and network problems.
- The behaviour of the wildcard "*" is finally predictable, although non-greedy.
Sproxy 1.01
Sproxy is a project meant to replace the Scout as the preferred method of URL harvest for Siege. more>>
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.
-
Axmjpeg 1.2
Axmjpeg retrieves JPEG images from an MJPEG over HTTP stream. more>>
Axmjpeg retrieves JPEG images from an MJPEG over HTTP stream. The HTTP stream must conform to Revision 2.x of the "Axis Video API, HTTP Interface Specification" (which is available from "http://www.axis.com/techsup/cam_servers/dev/cam_http_api.htm").
Axmjpeg also supports Revision 1.x of this specification provided the optional "Content-Length:" header is enabled.
This tool was written for cammgr, the web camera management software available from "http://freshmeat.net/projects/cammgr". Specifically, it allows cammgr to support the great range of Axis network cameras available from "http://www.axis.com".
However, its easy to come up with other uses for axmjpeg.
The manual page describes the full range of functionality; the basic list is:
- save JPEG images to the same (optionally renamed) file.
- save each JPEG image to a unique file.
- pipe JPEG images to shell commands (for more processing).
- time-based capturing, where only one image per the specified interval will be selected for processing.
Axmjpeg was developed on FreeBSD and tested on a wide range of Unix systems including several Linux variants, HP-UX, Tru64, and SunOS.
Enhancements:
- The image-fetching code was extended to support cameras that send binary headers in the MJPEG HTTP stream.
- This version of axmjpeg is known to support the "SQ IP Cam" and the "GP-280 Network IP Camera."
X-files 1.43
X-Files is a graphical file management program. more>>
This application differs slightly from the main stream file managers in that it has always only one window. On top (or bottom) of the window you have ActionbuttonsTM -area. Other main areas are the two directory listings for file related actions. You can use quick pop-up menu for basic operations. File extensions can be configured to launch any program you desire for that file.
The appearance and functionality can be fully configured according to your taste using the built-in editors.
Tested on: Intel Linux, DEC Alpha, SGI, HP-UX, Solaris
(Should work on any Unix-machine running Tcl/Tk.)
ZABBIX 1.4.2
ZABBIX is a software that monitors servers and applications. more>>
ZABBIX project supports both polling and trapping techniques to collect data from monitored hosts.
A flexible notification mechanism allows easy and quickly configure different types of notifications for pre-defined events.
Main features:
- Open Source solution
- Runs on AIX, FreeBSD, HP-UX, Linux, MacOS X, NetBSD, OpenBSD, Solaris, Tru64/OSF
- SQL database for storing configuration, collected data and trends
- Web interface offers minimal learning, ubiquitous access
- Instant drill down from real-time status of IT Services to historical trend and statistics
- Data visualisation and mapping
- High performance native ZABBIX agents for performance and integrity monitoring for virtually all platforms (UNIX, Win32)
- Monitoring of "agentless" environments
- Assuring and monitoring SLA for IT Services
- Monitoring of SNMP (v1,v2,v3) devices
SINGULAR 3.0.2
SINGULAR is a computer algebra system for polynomial computations. more>>
Its main computational objects are ideals and modules over a large variety of baserings. The baserings are polynomial rings over a field (eg. finite fields, the rationals, floats, algebraic extensions, transcendental extensions), or localizations thereof, or quotient rings with respect to an ideal.
It features fast and general implementations for computing Groebner and standard bases, including Buchbergers algorithm and Moras Tangent Cone algorithm. Its interactive shell and C-like programming language can be extended by libraries written in the SINGULAR programming language.
Main features:
- Main computational objects: ideals/modules over very general polynomial rings over various ground fields.
- Large variety of algorithms implemented in kernel (written in C/C++).
- Many more algorithms implemented as SINGULAR libraries.
- Intuitive, C-like programming language.
- Extensive documentation: Manual (info, ps, and html), Publications.
- Available for most hard- and software platforms: Unix (HP-UX, SunOS, Solaris, Linux, AIX), Windows, Macintosh.
Enhancements:
- This version is mainly a bugfix release, but it also contains some new features.
- Speed was improved for 64-bit architectures.
- The dmod.lib and perron.lib libraries were added.
- center.lib was improved. ncalg.lib was revised.
- New algorithms were added in primdec.lib.
- An improved version of slimgb was incorporated into groebner.
- The module generator (modgen) was improved.
- The build process was improved to build automatically without patches on 64-bit architectures.
GNU CLISP 2.41
GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system. more>>
Common Lisp is a high-level, all-purpose, object-oriented, dynamic, functional programming language.
CLISP is a Common Lisp implementation by Bruno Haible, then of Karlsruhe University, and Michael Stoll, then of Munich University, both in Germany. GNU CLISP supports the Lisp described in the ANSI Common Lisp standard plus many extensions.
CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, i18n, regular expressions, a socket interface, and more. An X11 interface is available through CLX, Garnet and CLUE/CLIO. Command line editing is provided by readline. CLISP runs Maxima, ACL2 and many other Common Lisp packages.
CLISP runs on most Unix workstations (Linux, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, NeXTstep, IRIX, AIX and others) and on other systems (Windows NT/2000/XP, Windows 95/98/ME) and needs only 4 MB of RAM.
CLISP is Free Software and may be distributed under the terms of GNU GPL. You may distribute commercial proprietary applications compiled with CLISP, see file COPYRIGHT in the CLISP distribution.
The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed at run time.
Enhancements:
- The new libsvm module makes Support Vector Machines available in CLISP.
UnrealIRCd 3.2.6
UnrealIRCd is an Open Source IRC Server. more>>
Over the years, many new and exciting features have been added to Unreal. UnrealIRCd is hard to even see a resemblance between the current Unreal and Dreamforge.
Main features:
- Channel Half-ops (+h)
- Channel Owners (+q) and Channel Admins (+a)
- Channel linking (+L)
- Advanced anti-flood and anti-spam systems
- Swear filtering (+G)
- Hostname cloaking (+x)
- Color blocking and stripping (+c/+S)
- Vhosts
- WebTV Support
- DCCDeny
- Ziplinks
- SSL encrypted client and server connections
- Advanced and highly configurable configuration file
- Module support
- And Much More...
Unreal can run on several operating systems. Unreal works on most *nix OSes including Linux, BSD, MacOS X, Solaris, and HP-UX. Unreal also works on Windows (NT4/2K/XP/2003). UnrealIRCd is designed to be an advanced IRCd, so it is probably not the best choice for beginners.
Enhancements:
- This release comes with over 80 changes.
- Many small bugs have been fixed, and a couple of major bugs as well.
- No new major features were added. It is recommended for everyone to upgrade.