WARNING: These are my OLD and currently NOT maintained programms.
      For current ones click here.

       

       
       
       

       =  Data 70™ like font for PC console
       
        
       
      A classic Data Seventy™ like font for your good old text console. Obviously it's rather decorative than well readable font.. however it looks remarkably well on modern LCD screens in the text mode. The font is quite different from the original to avoid any copyright problems and look better in the 8x16 window. Available are normal and a "bold" version without soft spaces in between characters.


      8x16 PC Font File
      data70n.fnt
      8x16 PC Font File
      data70b.fnt
       
       
       
       

       =  DEC Windows Colormap for Microsoft Windows
       
        
       
      DEC Colormap - is a DEC Windows (DEC/Motiff) colormap converted to Microsoft Windows. Perfect for your Alpha AXP Windows NT machine. It's a .reg file with defined colors and sample settings.

      Available here:


        tnx-dec.zip
       
       
       
       
       

       =  Nddquery - query all NDD parameters under Solaris/HPUX
       
        
       
      Nddquery is one line shell script to query all Network NDD settings under Solaris/HPUX. The shell script demonstrates how to read/process input line-by-line, like in awk, just much slower.

      Available here: nddquery.sh [ 404 b ] [ Tested on Solaris 7,9; HPUX 11 ]
      Old NAWK version: nddquery.awk [ 590 b ] [ Tested on Solaris 2.6,7 ]
       
       
       
       
       

       =  /proc filesystem data dump utility
       
        
       
      procdump is a basic utility that dumps content of /proc filesystem on Solaris 2.x (other platforms may follow) in user readable format. I've used is as a base for another application.
      procdump
      procdump.c
      procdump
      procdump-sparc
       
       
       
       
       

       =  PRTMEM - Summarise Memory Usage Under Solaris 2.6
       
        
       
      Prtmem is a fancy shell script that gathers various counters and calculates physical (RAM) memory usage under Solaris 2.6. Once, I needed the summary but I wasn't allowed to install RMC MemTool on the box. So here is the solution. The results are bit different from MemTool and whats important, they are not 100% valid and cannot be fully trusted. They are close enough and just fine if you want only approximate values. However, for exact and correct measures you should allways revert to RMC MemTool. This script was reviewed by Richard McDougal and Adrian Cocroft. They provided me some tips on buggy Solaris 2.6 "pmem" utility and other problems. Many thanks! Please note: This works only on SunOS 5.6 / Solaris 2.6.

      Available here: prtmem.sh [ 2 Kb ] [ Solaris 2.6 Only ]
       
       
       
       
       

       =  RBLCHECK - Realtime Black List Checker for MAILsweeper (MIMEsweeper)
       
        
       
      RBLCHECK is an ANTI-SPAM plugin for Clearswift MIME/MAILsweeper for SMTP. You can use it as "executable scenario" to check incoming emails on multiple public Realtime Black Lists (RBL/DNSBL) Servers. Version 2.0 has many new features and it's used by major Banking, Insurance, AirLine, Public Media companies and Goverment Institutions. Some, are very large systems processing more than 250.000 emails/day! The current release is proven to be very stable and ultra fast! Written completely in C, using Microsoft DNS API. Full source code included. Please note: Thomas B. Johansen has a similar solution written in VBS/cscript -> here.

      Please note: Development of RBLCHECK has now ceased and several other/better utilities are available around. However many people are still using it (including myself) and ongoing support is provided.

      Version 2.0 STABLE. An executable, detailed instruction and full source code included!
      Version 2.0
      rblcheck20.zip
      README FILE
      rblcheck.txt
      Any comments, remarks or suggestions: rblcheck@tenox.tc
       

       
       
       
       

       =  SC Utils - Sun Cluster 3.x Misc Utilities
       
        
       
      SC Utils is my small collection of Sun Cluster utilities. Beside their basic functionality they are good examples of use of SC API.

      First is a pair - scwrap and scck. These utilities are made to run another command in presence of given Resource Group (RG) on the local node. They can help you organise multi-node shared cron jobs, set profile/environment settings in shared home directories (GFS) and perform some logic in shell scripts, depending on whether the given RG is running on local machine or not.

      scwrap executes the specified command with arguments, for example: scwrap myapp-rg command arg1 arg2 where scck just returns 0 or 1 depending on presence of the specified RG, for example: scck myapp-rg && command arg1 arg2 or as parameter of "if" command.

      scwrap
      scwrap.c
      scwrap
      scwrap
      scck
      scck.c
      scck
      scck
      More comming soon...

       

       
       
       
       

       =  TXplot - A simple TTY/ASCII/Terminal Plotting Utility
       
        
       
      TXplot is very small and simple plotting utility with text output for Console/Ascii/Text Mode Terminals. Please note, this is a simple utility. I just wanted to be able to very quickly and easily display some plots/graphs on my screen, especialy on remote hosts, over slow links. If you are looking for advanced plotting engine, you better check out GNU-Plot.

      UNIX Source Code
      txplot.c
      Example Shell Script
      cpuplot.sh
      Above is C cource and simple shell script that shows cpu usage for last n minutes (assuming you have SAR running on your mahine).