linux操作環境和xshell設定

ocpDBAboy發表於2020-06-09

0.軟體版本

linux版本CentOS Linux release 7.8.2003 (Core)

xshell版本Xshell.exe: 4.0.00119


1.配置tab不能補齊

yum install bash-c*


2.配置yum源管理器 (yum-config-manager)

yum -y install yum-utils.noarch


3.配置rz上傳

yum -y install lrzsz

輸入rz,跳出選項框


4.中文亂碼

4.1.得到本機字符集

echo $LANG

4.2.設定對應字符集(如en_US.UTF-8)

xshell properties--terminal-unicode(UTF-8)


5.快速找到上條命令並複製到待執行命令列 (alt+. )

xshell properties--keyboard--勾選【use ALT key as Meta key】


6.設定滑鼠選中右鍵後顯示選單

xshell tools--Options--Mouse--Right button(Open the popup menu)


7.設定滑鼠選中複製和按中間滾輪貼上

7.1.xshell tools--Options--Selection--勾選(Cope selected texts to the clipboard automatically)

7.2.xshell tools--Options--Mouse--Middle button(Paste the clipboard contents)


------------------end 

good luck! 

2020年6月9日

於北京朝陽常營

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29267792/viewspace-2697071/,如需轉載,請註明出處,否則將追究法律責任。

相關文章