* 在Linux上使用教程

#下载,解压,重命名

cd /opt

wget https://github.com/Fndroid/*_for_windows_pkg/releases/download/0.18.8/*.for.Windows-0.18.8-x64-linux.tar.gz

tar -xvf  tar -xvf *.for.Windows-0.18.8-x64-linux.tar.gz

mv '* for Windows-0.18.8-x64-linux'/ *

 

#设置https/http 代表为本地的7890端口

* 在Linux上使用教程

 

 

 

# ./*/cfw 就可以执行了,注意不要用root,这很重要, 注意这样的话,你开机就要启动这个软件,不然,网络是用不了的!!

#开机自启

#因为开机会启动/etc/init.d/下的脚本,后缀不一定是.sh 这是给人看的,所以 我们创建一个名为*的脚本 里面写的是执行*的语句即可。然后给这个脚本添加启动级别,越高表示执行的越晚.

cd /etc/init.d/

su

cat '/opt/*/cfw' > * 

chmod 777 *

update-rc.d * defaults 90

 

#如果你是KDE桌面,可以考虑加入到桌面

-rwxrwxrwx  1 zhuangjie zhuangjie   324 1月   9 11:53 '* for Linux.desktop'*

vim *\ for\ Linux.desktop

#!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=* for Linux
GenericName=* for Linux
Comment=*
Exec=/opt/*/cfw 
Icon=/opt/apps/com.github.*-for-windows/entries/icons/hicolor/128x128/apps/com.github.*-for-windows.png
Terminal=false
Type=Application
Categories=Development;IDE

* 在Linux上使用教程

 

上一篇:* for Windows 代理使用教程


下一篇:配置 Ubuntu 20.04