[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
user:ptacek:linux-cygwin [2008/07/03 17:28]
ptacek
user:ptacek:linux-cygwin [2009/04/23 16:53] (current)
ptacek
Line 16: Line 16:
 == ssh download == == ssh download ==
 <code>ssh locke cat <localfile ">" lockefile</code> <code>ssh locke cat <localfile ">" lockefile</code>
 +
 +== keychain ==
 +pod mym cygwinem mi keychain 2.6.8 neloaduje klicky uvedene na commandlajne
 +bash: /home/companion: is a directory
 +uzivam radsi
 +<code>
 +keychain ~/.ssh/id_rsa
 +. /home/companion/.keychain/sc-client-sh
 +if [ `ssh-add -l | grep -c id_rsa` ]; then
 + echo "";
 +else
 + ssh-add
 +fi
 +</code>
 +
 +
 +== rozbite DEL a BS skrz ssh ==
 +[[http://www.ibb.net/~anne/keyboard.html]]
 +[[http://tldp.org/HOWTO/Keyboard-and-Console-HOWTO-5.html]]
 +"\e[3~":delete-char >> .inputrc
 +
  
  

[ Back to the navigation ] [ Back to the content ]