Mac下使用Wine安装Xshell 4和Xftp 4
2021-04-22 17:26
阅读:628
下载:
(链接: https://pan.baidu.com/s/1o78qisM 密码: 79sq)
安装:
1、安装Wine
参考:http://www.cnblogs.com/EasonJim/p/8016167.html
2、手动安装Xshell 4
wine xshell_40_build0138.exe
安装过程和Windows的一样,注意要输入SN,不要选择免费版本。
3、设置Xshell无法输入的问题
4、添加图标,双击运行
参考:http://www.cnblogs.com/EasonJim/p/7467457.html
vim Xshell4.command
chomd u+x Xshell4.command
#!/bin/bash test "$?BASH_VERSION" = "0" || eval ‘setenv() { export "$1=$2"; }‘; setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH"; nohup wine ~/.wine/drive_c/Program\ Files\ \(x86\)/NetSarang/Xshell\ 4/Xshell.exe >/dev/null 2>&1 &
5、安装Xftp
wine xshell_40_build0138.exe
输入SN,不要选择免费版本。
6、添加桌面图标
vim Xftp4.command chmod u+x Xftp4.command
#!/bin/bash test "$?BASH_VERSION" = "0" || eval ‘setenv() { export "$1=$2"; }‘; setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH"; nohup wine ~/.wine/drive_c/Program\ Files\ \(x86\)/NetSarang/Xftp\ 4/Xftp.exe >/dev/null 2>&1 &
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Mac下使用Wine安装Xshell 4和Xftp 4
文章链接:http://soscw.com/index.php/essay/78167.html
文章标题:Mac下使用Wine安装Xshell 4和Xftp 4
文章链接:http://soscw.com/index.php/essay/78167.html
评论
亲,登录后才可以留言!