Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Is there a utility to record a telnet session or a client like Putty which will record exerything in a telnet session to a text file.
Why do I want this ?
Well just being lazy really. I am going to look at compiling uShare for ffp 0.5 and rather than sit there with a pad and paper making notes of what I typed and what worked I would rather record everything and strip out the stuff not needed before making instructions availalbe.
So any tools anyone can think of for this ?.
RB
Offline
RimBlock wrote:
Is there a utility to record a telnet session or a client like Putty which will record exerything in a telnet session to a text file.
Use bash, type 'history' to see past commands. If you've put your home dir on disk, the history will even be saved across logins.
Still, you should try putting your stuff into a 'build script', so you don't have to redo all the gory details by hand every time you rebuild your package. My scripts are available through svn, if you want to have a look: http://dns323.kood.org/howto:ffp#links
Offline
Putty give you the option of recording the session or not to.
Offline