zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    js正则小记
    github相关
    js设置 获取 删除cookie
    js传递数据一些方式
    js call()方法
    DOM节点相关操作(兼容)
    git 常用命令总结
    js中的this指向
    angular 中 directive中的多个指令
    指令中 controller && controllerAs
  • 原文地址:https://www.cnblogs.com/wangmo/p/9198520.html
Copyright © 2011-2022 走看看