• FinalShell安装


    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

  • 相关阅读:
    标准输入输出
    UNIX基础概念
    phpstrom设置php环境
    nginx+php+swoole安装记录
    MySQL索引
    生成器来解决大文件读取,大数据下载
    PHP调优
    PHP-FPM详解
    远程登录服务器配置
    HTTPS配置
  • 原文地址:https://www.cnblogs.com/shuo1208/p/9525597.html
Copyright © 2020-2023  润新知