Re: How To Run Mixmaster Under Linux

From: Stray Cat (Fgenl_Png_at_yahoo.com)
Date: 10/08/05


Date: 8 Oct 2005 08:35:29 -0700

type2.list is no longer required by Mixmaster (recent *nix versions).

I ran this script on cron to keep stats and keys current. The URLs are
no longer valid, so change them to your favorite sources for this
stuff.

#!/bin/bash
cd /home/mixer/Mix
# Get Stats
wget -O - http://frogadmin.yi.org/MyMixSta2.txt >mlist.tmp

if [ -s mlist.tmp ]
then
cp mlist.tmp mlist.txt
fi

# Get Keys
wget -O - http://frogadmin.yi.org/Keys/pubring.mix >pubring.tmp

if [ -s pubring.tmp ]
then cp pubring.tmp pubring.mix
fi



Relevant Pages

  • Re: Statistics Extraction
    ... If the former, then it makes sense to keep it as a hash, ... Why not a single top-level hash %stats that you can treat like so: ... push @}, @value; ... At the very least you need 'sort keys'. ...
    (comp.lang.perl.misc)
  • distributed.net a waste of time?
    ... Maybe I'm missing something about how distributed.net is trying to ... under 200,000,000,000 keys per second. ... Actually the overal kps they ... they are doing something with the key blocks and have stats on ...
    (sci.crypt)
  • set the file to a constant size, and that stops it being shrunk to
    ... A system of storing hashhashes of messages, to prevent multiple ... Isn't it great to be a Boschloo UnterMensch ?4E6 ... -- Stats and Keys -- ...
    (sci.crypt)
  • Re: Secure germs
    ... Are you in the habit of putting keys in your mouth? ... PS Who noticed the crossposting? ... UPS/.talk February stats: http://homepage.ntlworld.com/my.web.pages/stats ...
    (uk.people.silversurfers)
  • Where are the strings in gc.get_objects?
    ... script to show the numbers of each different type of object. ... for key in keys: ... I get similar results on both Python 2.4 and Python 2.5. ... Can anyone explain were the strings are? ...
    (comp.lang.python)