Created
February 19, 2019 08:44
-
-
Save fakeyanss/a91e9308e2c394cfbe804fb0fda88311 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
luit的安装也非常简单 | |
``` | |
wget -c ftp://invisible-island.net/luit/luit.tar.gz | |
tar -xzvf luit.tar.gz | |
cd luit-20141204/ | |
./configure | |
make | |
make install | |
``` | |
其使用可以man一下,或者参考luit 命令,下面简单给出两个示例。 | |
``` | |
luit -encoding gbk ssh relay-mechine | |
# 这样登录远程机器用的就是GBK编码了 | |
luit -encoding gbk mysql -u mysql_user -p | |
#这样连接数据库用的也是GBK编码 | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment