前言:
科学上网有什么用??当然是查阅资料学习啊!!
前提准备:
①一台海外服务器或者vps(系统:CentOS 7.X )
②一个ssh工具
③v2ray一键安装脚本(文章有)
④ 安卓或者PC的客户端(文末)
正文:
v2ary官网:https://www.v2ray.com(需要科学上网)
我现在用CentOS 7.8系统做演示,配置低的建议使用Debian(美国硅谷1核1G10m,大陆优化路线)

一键安装简单快速 最适合小白了
文字教程:
使用ssh连接服务器后,输入下面安装脚本命令后回车:(命令二选一)
bash <(curl -s -L https://raw.githubusercontent.com/233boy/v2ray/master/install.sh)
bash <(curl -s -L https://git.io/v2ray.sh)
如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl
ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y
centos 系统安装 Curl 方法: yum update -y && yum install curl -y
安装好 curl 之后就能安装脚本了
看不懂的建议全部回车选择默认配置
①输入1,安装,回车
②输入2,TCP_HTTP,回车
③选择80端口,回车
④输入y,开启广告拦截,回车
⑤输入y,配置Shadowsocks,回车
⑥选择88端口,回车
⑦随便输入密码,回车
⑧选择2,加密协议,回车
⑨回车确定安装
………..然后就是漫长的等待
安装完成后,输入v2ray url,回车
复制vmess…这一串链接(包括vmess)
图文教程:
看不懂的建议全部回车选择默认配置







现在可以输入 v2ray
回车,即可管理 V2Ray

centos7关闭默认firewalld防火墙
# 查看防火墙状态
systemctl status firewalld.service
# 关闭防火墙
systemctl stop firewalld.service
# 禁止firewall开机启动
systemctl disable firewalld.service
安卓连接教程:
下载安卓的v2ary后打开(软件链接在文末)



然后就可以科学上网考研了
电脑连接教程:
下载Windows的压缩包解压,运行v2rayN.exe(软件在文末)


然后就可以科学上网学习了
安卓和PC的客户端:
电脑下载链接: https://github.com/2dust/v2rayN/releases/latest
安卓下载链接:①https://play.google.com/store/apps/details?id=com.v2ray.ang
②https://github.com/2dust/v2rayNG/releases
Github打不开就用蓝揍:https://qinglinwl.lanzoui.com/b0dra7awf 密码:bf49
访问不了可以参考这个文章:Github访问不了解决方法
Comments | 1 条评论
来了