| Linux Forum Index » Linux Miscellaneous Topics 2 » How To Run Mixmaster Under Linux |
|
Page 1 of 1 |
|
| Author |
Message |
| Stray Cat |
Posted: Sat Oct 08, 2005 9:35 am |
|
|
|
Guest
|
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 |
|
|
| Back to top |
|
|
|
| Tarapia Tapioco |
Posted: Sat Oct 08, 2005 11:33 am |
|
|
|
Guest
|
In article <slrndkg88q.166.i3x9mdw@b29x3m.invalid>
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
Quote:
On comp.os.linux.misc, in <a5adbb4fc178c083227ef3e33bcd17c7@msgid.frell.theremailer.net>, "Fritz Wuehler" wrote:
body not downloaded
alt.asshole.alan-connor |
|
|
| Back to top |
|
|
|
| Borked Pseudo Mailed |
Posted: Sat Oct 08, 2005 3:32 pm |
|
|
|
Guest
|
In article <slrndkgm9a.1ub.i3x9mdw@b29x3m.invalid>
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
Quote:
On comp.os.linux.misc, in <pan.2005.10.08.22.47.19.911912@invalid.lan>, "Dan C" wrote:
body not downloaded
Dan C
Results 1 - 100 of 2,600 posts in the last year
Stalking noted. |
|
|
| Back to top |
|
|
|
| Alan Connor |
Posted: Sat Oct 08, 2005 6:47 pm |
|
|
|
Guest
|
On comp.os.linux.misc, in <pan.2005.10.08.22.47.19.911912@invalid.lan>, "Dan C" wrote:
<body not downloaded>
Dan C
Results 1 - 100 of 2,600 posts in the last year
10 alt.autos.dodge
1 alt.fan.tolkien
1 alt.games.doom
2 alt.games.unreal.tournament2003
8 alt.home.repair
1 alt.languages.portuguese
9 alt.music.yes
10 alt.os.linux
21 alt.os.linux.mandrake
1 alt.os.linux.mandriva
20 alt.os.linux.slackware
1 alt.toys.gi-joe
2 comp.os.linux.misc
1 comp.os.linux.networking
1 dfw.general
2 fa.linux.kernel
1 internetmarketers
1 linux.kernel
1 macromedia.flash
2 microsoft.public.exchange2000.admin
1 microsoft.public.windowsupdate
2 rec.arts.books.tolkien
1 rec.games.pinball
Under that alias.
AC
--
Homepage: http://home.earthlink.net/~alanconnor/
Fanclub: http://www.pearlgates.net/nanae/kooks/alanconnor.shtml |
|
|
| Back to top |
|
|
|
| Anonymous |
Posted: Sat Oct 08, 2005 7:26 pm |
|
|
|
Guest
|
On Sat, 08 Oct 2005, Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
Perhaps they simply don't think enough of you to bother with identifying
themselves to the likes of you. |
|
|
| Back to top |
|
|
|
| Fafnir |
Posted: Sun Oct 09, 2005 2:46 am |
|
|
|
Guest
|
In article <slrndkg88q.166.i3x9mdw@b29x3m.invalid>
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
Quote:
I don't want to hear from cowards and idiots and criminals
(spammers).
And I don't.
Bye.
Don't let the door hit you in the butt on your way out... |
|
|
| Back to top |
|
|
|
| ACP |
Posted: Sun Oct 09, 2005 9:00 am |
|
|
|
Guest
|
In article <slrndkho2v.3o8.i3x9mdw@b29x3m.invalid>
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
alt.asshole.alan-connor |
|
|
| Back to top |
|
|
|
| Domainz |
Posted: Sun Oct 09, 2005 11:00 am |
|
|
|
Guest
|
In article <slrndkhkii.3hk.i3x9mdw@b29x3m.invalid>
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
Quote:
On comp.os.linux.misc, in <98371fabd90a60404412fb45e2b416b1@dizum.com>, "Nomen Nescio" wrote:
body not downloaded
alt.asshole.alan-connor |
|
|
| Back to top |
|
|
|
| Herbert Logan |
Posted: Sun Oct 09, 2005 11:31 pm |
|
|
|
Guest
|
Fritz Wuehler <fritz@spamexpire-200510.rodent.frell.theremailer.net> wrote:
Quote: You should then see a file called .bash_profile. Open it.
Somewhere in there are a bunch of lines beginning with 'export'.
Insert a line among them and type: export EDITOR="/usr/bin/kwrite"
Reboot the computer.
You never heard for typing .<dot> before $HOME/.bashrc ? Or command
'source' ? Or at least 'login' again right from the shell ?
Read "man source" for your own good. And, please don't instruct people
to do something unnecessary and waste time.
Quote: Run mixmaster again, using its gui, and when you choose 'e' to
Mixmaster has no any kind of GUI, it is called a 'screen oriented program'
with ncurses interface. "G" in GUI stands for graphics which has nothing to
do with ncurses. Even 'newt' interface has nothing to do with gui although
it's mach closer to it than ncurses.
Go ask questions in comp.os.linux.help, and leave such faqs to somene who
knows what he's writing about. Get a job. |
|
|
| Back to top |
|
|
|
| George Orwell |
Posted: Mon Oct 10, 2005 5:21 am |
|
|
|
Guest
|
On Mon, 10 Oct 2005 07:31:24 +0200, Herbert Logan wrote:
Quote: Fritz Wuehler <fritz@spamexpire-200510.rodent.frell.theremailer.net
wrote:
You should then see a file called .bash_profile. Open it. Somewhere in
there are a bunch of lines beginning with 'export'. Insert a line among
them and type: export EDITOR="/usr/bin/kwrite"
Reboot the computer.
You never heard for typing .<dot> before $HOME/.bashrc ? Or command
'source' ? Or at least 'login' again right from the shell ? Read "man
source" for your own good. And, please don't instruct people to do
something unnecessary and waste time.
Run mixmaster again, using its gui, and when you choose 'e' to
Mixmaster has no any kind of GUI, it is called a 'screen oriented program'
with ncurses interface. "G" in GUI stands for graphics which has nothing
to do with ncurses. Even 'newt' interface has nothing to do with gui
although it's mach closer to it than ncurses.
Go ask questions in comp.os.linux.help, and leave such faqs to somene who
knows what he's writing about. Get a job.
You sound like a typical Linux snotnose. The instructions, for all their flaws, are the clearest explanation I have seen of how to run mixmaster under Linux.
If some Linux guru who can write instructions in English wants to give it a try, more power to him.
What we don't need is some nit-picking idiot like you. |
|
|
| Back to top |
|
|
|
| Peter T. Breuer |
Posted: Mon Oct 10, 2005 9:48 am |
|
|
|
Guest
|
In comp.os.linux.misc George Orwell <nobody@mixmaster.it> wrote:
Quote: On Mon, 10 Oct 2005 07:31:24 +0200, Herbert Logan wrote:
Fritz Wuehler <fritz@spamexpire-200510.rodent.frell.theremailer.net> wrote:
Reboot the computer.
If some Linux guru who can write instructions in English wants to give it a try, more power to him.
One doesn't need (or want) to be a guru to write instructions taht
make sense. The above DON'T.
Quote: What we don't need is some nit-picking idiot like you.
He's not "nit-picking". If you don't see what's amiss with your
"instructions", you have a problem.
Peter |
|
|
| Back to top |
|
|
|
| Fafnir |
Posted: Tue Oct 11, 2005 3:52 pm |
|
|
|
Guest
|
In article <slrndkho2v.3o8.i3x9mdw@b29x3m.invalid>
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
"Fafnir" wrote:
Quote: body not downloaded
You use the X-No-Archive: Yes header.
That means I don't read your posts or any responses to them.
(I'll keep repeating that until they finally get it.)
I thought you'd promised to leave?
BYE! |
|
|
| Back to top |
|
|
|
| Joe Fox |
Posted: Wed Oct 12, 2005 7:40 am |
|
|
|
Guest
|
Fafnir <fritz@spamexpire-200510.rodent.frell.theremailer.net> wrote in
news:7d56a511149d713d6ef7d4e1e9a6a619@msgid.frell.theremailer.net:
Quote: In article <slrndkho2v.3o8.i3x9mdw@b29x3m.invalid
Alan Connor <i3x9mdw@j9n35c.invalid> wrote:
On comp.os.linux.misc, in
6d5583ef8aada971d1c1485d9cb89c54@msgid.frell.theremailer.net>,
"Fafnir" wrote:
body not downloaded
You use the X-No-Archive: Yes header.
That means I don't read your posts or any responses to them.
(I'll keep repeating that until they finally get it.)
I thought you'd promised to leave?
He keeps not doing that. But then he's the guy who spends lots of time
telling people who don't care that he's not reading their stuff.
Funny thing is, the only time I see any portion of his posts is when
somebody replies to him... and I'm working on eliminating those as well. |
|
|
| Back to top |
|
|
|
|