views:

211

answers:

1

I'm setting up a Ubuntu server using Windows + Putty and want to log all my console activity. In putty I have the following configuration:

Putty Configuration [View Full Size]

The problem is, this is the log file it generates:

Logfile [View Full Size]

Notice all the unreadable characters and symbols? I assume it has something to do with the encoding, but I tried changing it in Putty, and the problem remains.

A: 

Maybe the problem is not so much Putty, but that you're opening the file with Notepad.

Try opening the log file in an editor that can switch character sets (most easily, perhaps, a browser) and try switching around character sets.

Pekka
I tried opening it in multiple text editors (notepad, e, notepad++) and browsers (firefox, chrome, internet explorer) - this had no affect on it.
KeyboardInterrupt