使用SecureCRT软件运维的配置习惯

使用 SecureCRT 软件运维的配置习惯

作者:周万春
微信:loveoracle11g

选项--->全局选项

使用SecureCRT软件运维的配置习惯

配置文件存放路径

使用SecureCRT软件运维的配置习惯

默认CRT配置的配置文件在C盘

使用SecureCRT软件运维的配置习惯

常规--->默认会话--->编辑默认配置

使用SecureCRT软件运维的配置习惯

终端

使用SecureCRT软件运维的配置习惯

终端--->仿真

缓冲区:128000

使用SecureCRT软件运维的配置习惯

终端--->仿真--->高级

原样复制粘贴

使用SecureCRT软件运维的配置习惯

终端--->外观

使用SecureCRT软件运维的配置习惯

终端--->外观--->字体

使用SecureCRT软件运维的配置习惯

自动记录日志功能:
日志文件名:F:\sessions\%Y-%M-%D_%S.log
例如:2019-05-20_linux-node1-192.168.56.11.log 连接时:[%Y%M%D_%h:%m:%s]
断开时:[%Y%M%D_%h:%m:%s]
在每行:[%h:%m:%s] %H : 主机名
%S : 会话名称
%Y : 年(2位数字)
%M : 月(2位数字)
%D : 日(2位数字)
%h : 小时(2位数字)
%m : 分钟(2位数字)
%s : 秒(2位数字)
%t : 毫秒(3位数字)
%% : 百分比(%)

终端--->日志文件

使用SecureCRT软件运维的配置习惯

终端--->上传下载

E:\rzsz

使用SecureCRT软件运维的配置习惯

最后确定保存变更配置:变更所有会话不能撤销

使用SecureCRT软件运维的配置习惯

终端

选中时复制,粘贴时显示菜单。

使用SecureCRT软件运维的配置习惯

终端--->外观--->高级--->窗口透明度

使用SecureCRT软件运维的配置习惯

找到配置文件Global.ini用记事本打开,Ctrl+F搜索:Clipboard
S:"Clipboard Data Format"=VDS_TEXT
这个是防止复制粘贴时字符变形

使用SecureCRT软件运维的配置习惯

上一篇:SQL语句复制父子级表数据


下一篇:command-t插件使用说明