Re: How To Run Mixmaster Under Linux
From: Stray Cat (Fgenl_Png_at_yahoo.com)
Date: 10/08/05
- Next message: Aragorn: "Re: What do you think about the new Outlook for Linux?"
- Previous message: Jean-David Beyer: "Re: buffering on named pipes"
- In reply to: Fritz Wuehler: "How To Run Mixmaster Under Linux"
- Next in thread: Alan Connor: "Re: How To Run Mixmaster Under Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Aragorn: "Re: What do you think about the new Outlook for Linux?"
- Previous message: Jean-David Beyer: "Re: buffering on named pipes"
- In reply to: Fritz Wuehler: "How To Run Mixmaster Under Linux"
- Next in thread: Alan Connor: "Re: How To Run Mixmaster Under Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|