Created
April 28, 2011 13:52
-
-
Save dryman/946386 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# on server | |
if [ $TERM == "dumb" ] || [ $TERM == "vt102" ]; then | |
export TERM="xterm-color" | |
screen -RD | |
fi | |
# In irssi, /set term_charset big5 | |
# Add client id_rsa.pub to your server .ssh/authorized_keys | |
# use ssh://yourId@yourserver from Nally to login ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment