- 从https://github.com/v2ray/v2ray-core/releases下载v2ray-linux-arm,解压
- 创建目录mkdir /usr/bin/v2ray
- 将解压后的4个文件v2ray, v2ctl, geoip.dat, geosite.dat移至/usr/bin/v2ray
- 将解压后的systemed/v2ray.service移至/etc/systemed/system
- 从win中导出配置文件,将导出的congfig.json移至/etc/v2ray
- 给/usr/bin/v2ray/v2ray赋予执行权限:
sudo chmod +x v2ray
- 查看配置文件是否出错
/usr/bin/v2ray/v2ray -test -config /etc/v2ray/config.json
- 启动/查看/开机自启动v2ray:
sudo systemctl start/status/enable v2ray
- 如果vi编辑器键盘的上下左右乱码,卸载就版本
sudo apt-get remove vim-common
,安装full版的vimsudo apt-get install vim
- 修改vi的颜色:编辑/etc/vim/vimrc文件,在最后一行添加
hi comment ctermfg=6
- 更换源:
sudo vi /etc/apt/sources.list
,注释掉原来的源,添加以下源:deb http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib deb-src http://mirrors.tuna.tsinghua.edu.cn/raspbian/raspbian/ buster main non-free contrib
sudo vi /etc/apt/sources.list.d/raspi.list
,添加以下源deb http://mirrors.tuna.tsinghua.edu.cn/raspberrypi/ buster main ui