Mac OS 10.13.1 以后无法使用telnet命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac OS 10.13.1 以后无法使用telnet命令相关的知识,希望对你有一定的参考价值。
参考技术A Mac OS 10.13.1后删除了telnet命令,telnet是明文密码所以为了安全起见,苹果就取消这个了。好了我们来解决这个问题:
Homebrew — OS X 不可或缺的套件管理器
/usr/local/Cellar is not writable. You should change the ownership and permissions of /usr/local/Cellar back to your user account 这时候按照它的的提示做就OK,终端输入
那我们就终端删除这几个文件:
终端输入
然后终端执行
OK成了,我们来安装吧
快去更新XCode吧!
FinalShell Mac OS版,Linux版安装及教程
该版本功能和windows版基本一样,但是主机检测和远程桌面功能由于兼容性问题暂时无法使用,以后会支持.
用户QQ群 342045988
Mac版安装路径
/Applications/finalshelldata
Linux版安装路径
/usr/lib/finalshelldata
注意:
1.FinalShell运行需要java或者jdk支持,java版本至少1.8,安装后如果无法启动,运行 java -version,如果提示不存在请手动安装java,如果版本小于1.8,请更新到1.8或以上版本. java安装好之后再重新运行一键脚本.
2.使用双边加速需要安装libpcap,才能支持tcp协议.
JDK for Mac下载:
http://www.cr173.com/mac/122803.html
软件更新:
执行一键安装自动完成更新
卸载:
删除安装目录(注意:连接配置文件夹conn也会删除,如需保留请提前备份)
Mac一键安装脚本
curl -o finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;sudo ./finalshell_install.sh
Linux一键安装脚本1(通用)
rm -f finalshell_install.sh ;wget finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;sudo ./finalshell_install.sh
Linux一键安装脚本2(适合系统没有sudo或未加入sudoer,比如debian)
rm -f finalshell_install.sh ;wget finalshell_install.sh www.hostbuf.com/downloads/finalshell_install.sh;chmod +x finalshell_install.sh;su -l --preserve-environment -c ./finalshell_install.sh
以上是关于Mac OS 10.13.1 以后无法使用telnet命令的主要内容,如果未能解决你的问题,请参考以下文章
无法更新 Macports(使用 Mac OS X Mavericks)