Quote:
Originally Posted by Rosomak
Please excuse my noob-like questions, but:
- How do I connect with Kindle software-wise after connecting the USB cable? Should connect somehow via SSH with putty or something like that? If yes, how do I "find" the device with putty? Preferable I would like to use windows OS.
- What is the password in command above? "fiona" ? "fiona%s" ?
- What the meaning of "[13:16]" in the command above? Just a random hour value for the md5 hashing?
|
1. With a software emulated terminal.
Whatever thingy has replaced hyperterminal for Windoze.
2. The password is not "in" the python code, it will be the output of that python command line.
3. Character positions of a sub-string.
Google up an introduction to python and after reading, the above (#2, #3) should be clear.