添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
选择 SecureCRT for Linux 选择 Ubuntu 16.04 LTS 64-bit 其他的版本有兼容性问题 19.04的版本glibc要求的版本高于系统版本 18.04的版本需要解决好几个依赖 这些都比较麻烦 选择 SecureCRT + SecureFX 8.7 Bundle * scrt-sfx-8.7.0-2143.ubuntu16-64.x86_64.deb 可以使用 tar.gz 格式安装包 如果不需要文件传输 也可以只选择 SecureCRT SecureCRT + SecureFX 8.5.4 Bundle 带 u16/u18 标记的版本可以正常使用 SecureCRT + SecureFX 8.7.0 Bundle 缺依赖包 经过测试 不能通过创建软链接的方式来解决 只能自行编译 icu 的版本解决 u16需要55 u18需要60 建议下载 scrt-sfx-8.7.0-2143.ubuntu18-64.x86_64.deb 或 scrt-sfx-8.7.0.2143.ubuntu18-64.tar.gz ldd scrt-sfx-8.7.0/SecureFX | grep not ldd scrt-sfx-8.7.0/SecureCRT | grep not UOS 上编译安装 icu 需要root权限 ICU官网地址(需要翻墙): https://www.icu-project.org ICU项目地址(无需翻墙): https://github.com/unicode-org/icu/releases/tag/release-60-3 https://github.com/unicode-org/icu/archive/release-60-3.tar.gz https://github.com/unicode-org/icu/releases/tag/release-55-2 https://github.com/unicode-org/icu/archive/release-55-2.tar.gz cd /apps/icu-release-60-3/icu4c/source chmod +x runConfigureICU configure install-sh ./runConfigureICU Linux/gcc -prefix=/apps/icu make install echo "/apps/icu/lib" >> /etc/ld.so.conf.d/libc.conf ldconfig -v | grep icu cd /apps/scrt-sfx-8.7.0 # 运行 SecureCRT 或 SecureFX ./SecureCRT ./SecureFX 直接双击运行 deb 包即可 可能会用到 wget http://security-cdn.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb sudo apt install -y multiarch-support sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u12_amd64.deb # 18.04的版本可能还需要 sudo apt install -y libjpeg8 一、使用创建快捷方式的方法 cd /usr/lib/x86_64-linux-gnu/ 根据 ls libicui18n* 的结果创建快捷方式(UOS) ubuntu1604 sudo ln -s libicui18n.so.63.1 libicui18n.so.55 sudo ln -s libicuuc.so.63.1 libicuuc.so.55 ubuntu1804 sudo ln -s libicui18n.so.63.1 libicui18n.so.60 sudo ln -s libicuuc.so.63.1 libicuuc.so.60 sudo apt install -y libjpeg8 \# sudo rm -rf libicui18n.so.60 libicuuc.so.60 安装 apt-file 用于查找so文件在什么包里面 sudo apt install -y apt-file sudo apt-file update sudo apt-file search libicui18n.so.55 https://www.52pojie.cn/thread-1000970-1-1.html 二、加入系统配置文件的方法 vim /etc/profile export LD_LIBRARY_PATH=/apps/icu/lib:$LD_LIBRARY_PATH source /etc/profile 8.5.4 的破解方法依旧适用于 8.7.0 包含windows和mac平台 secureCRT和secureFX的License破解 破解文件下载:https://share.weiyun.com/5Mc38uB 密码:yetp32 运行破解secureCRT脚本 sudo perl securecrt_forgeek_crack.pl /usr/bin/SecureCRT 启动SecureCRT,根据执行结果填写license信息即可 运行破解secureFX脚本 sudo perl securefx_forgeek_crack.pl /usr/bin/SecureFX 启动SecureFX,根据执行结果填写license信息即可 无限试用办法 rm -f ~/.vandyke/SecureCRT/Config/SecureCRT_eval.lic rm -f ~/.vandyke/SecureCRT/Config/SecureFX_eval.lic 最后编辑:2020年12月20日 ©著作权归作者所有

2025年03月

1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31