Linux Server Fix: Backspacing on OSX Terminal Should Not Be Interpreted as Delete
Apr 06, 2010, 01:33 (0 Talkback[s])
(Other stories by Juliet Kemp)
"I have accounts on a number of Linux machines that I ssh into
from my MacBook, using Terminal. On some -- but not all -- of them,
I've found that if I run screen after connection, the backspace key
is interpreted as a delete (giving an error if the cursor is at the
end of the line), and I have to use Ctrl-H to backspace. After
poking around a little online, I found several possible ways to fix
this.
"Change the $TERM Setting of Your ssh Session Once Logged On
export TERM=xterm; screen
"You can make this permanent by either putting the $TERM setting
into your .bashrc or aliasing screen."
Complete Story
Related Stories:
- Open-Source Software Shortcut, Excluding Directories From Grep(Mar 30, 2010)
- Annotating PDFs With the Open-Source Software Package Okular(Mar 23, 2010)
- Get the Most Out of Your Open-Source Software With Redirection in Bash(Mar 15, 2010)
- Window Maker Desktop: Lightweight Linux Minimalism(Mar 10, 2010)
- Ignoring Files and Directories in Subversion for Easier Linux Server Management(Mar 09, 2010)
- Set Up a VNC Linux Server in 5 Easy Steps(Mar 02, 2010)
- Adding to Perl's @INC Array(Feb 22, 2010)
- Xfce Desktop: Less Lard, Less Bling, More Usability
(Feb 10, 2010)