树莓派添加v2ray

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

发表评论

邮箱地址不会被公开。 必填项已用*标注