1
vote
1answer
126 views

In tmux, arrow and ctrl+arrow both result in the same code

Ubuntu 12.10, TERM is set to screen-256color in putty and tmux.conf, confirmed when I export both in and out of a tmux session. If I run cat > /dev/null and then press <down> then ...
0
votes
1answer
866 views

how to delete all characters after cursor in shell

I want to delete all characters after cursor in putty or shell. How can i achieve this? Every time I want to delete the complete line, I need to press delete key and that is something I don't want to ...
0
votes
2answers
163 views

Open a new ssh window

I am currently using CYGWIN, Git Bash, and Msysgit, plus Putty and I want to open a new window at the same location from one to another. Is there a command similar to start . or explorer . to open ...
1
vote
2answers
157 views

Run Program Escape Sequence Putty

I currently have a 75 user license for FacetWin and am looking to upgrade to an open source solution like putty. However I do need one key feature which is used a lot. In FacetWin, there is an option ...
3
votes
4answers
362 views

How do I add a job to cron?

So, here's what I did: Logged in as root via Shell Typed crontab -e Typed */30 * * * * /path_to_website/cronjobs/cron.php And now what? How do I save it? I just closed Putty and then logged back ...
1
vote
1answer
5k views

Call putty/plink to start a remote SSH linux script with user input

Seemingly simple question, which yields slightly undesired results. Execute putty to start a script on a remote linux server which requires user input The remote script does a read -p "Please enter ...
3
votes
10answers
4k views

Is there any replacement for putty

Is there any nice looking terminal with more features and sexy looks than putty? I find it very boring.
1
vote
2answers
4k views

Is it possible to use putty as the UI for the Windows shell?

PuTTY is much better than cmd.exe. Can I use PuTTY to execute Windows commands?
0
votes
1answer
2k views

ksh Auto-Completion PuTTY Configuration

I'm having a bit of a problem configuring my PuTTY client to work with the auto-completion feature in the ksh shell. I do a listing on the root with the directories /home and /homeroot and it returns ...
0
votes
0answers
168 views

How can I get Linux to interpret keyboard charaters properly? [duplicate]

Possible Duplicate: How to configure PuTTY so that Home/End/PgUp/PgDn work properly in bash? I access a linux server shell via putty, but many of the keys I use do not translate across, up, ...
1
vote
4answers
2k views

How can I get Linux to interpret keyboard charaters properly?

I access a linux server shell via putty, but many of the keys I use do not translate across, up, down, left and right all are seen as ^[[A, ^[[B, ^[[D and ^[[C; But so is C-up, C-down, C-left and ...
10
votes
2answers
3k views

Putty SSH: CTRL+Cursor keys don't work skip to previous/next word

When I am connected to my local Ubuntu dev server with putty (from my Windows 7 box) via SSH, the following key combinations don't work to move the cursor forward and backward on word boundaries: ...