Deleting Backspace
Here is yet another the reason I don’t use Windows machine: “Backspace” key doesn’t work as it should on terminals!
When using SSh Secure Shell on Win machine, you need to Edit ⇒ Settings and in “Keyboard” in “Profile Setting” check Backspace sends Delete.
Today I learned the much easier way to do this same thing. From command line, type:
stty erase [Hit Backspacce Key]
Pretty cool, huh?
