记一次科学

华为云与Centos8

华为云99元Hongkong的服务器:1M,1C,2G,40G,自带不可更改的Centos 8.2 64bit

华为yum源不可以,网上找了可用的CentOS8 官方源不支持后配置yum源

# 备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
#删除旧的配置文件
rm -rf /etc/yum.repos.d/*.repo
#下载
repowget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repoyum makecache

V2Ray

现成的教程:CentOS 7 / CentOS 8 系统 V2Ray 一键脚本安装教程

#一键安装
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh)
#随便一个端口[1-65535]23456#等待,完成后重启服务器
#查看 v2ray 配置/运行状态
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh) info
#v2ray 管理命令
systemctl start/stop/restart v2ray
#更新 v2ray 到最新版
bash <(curl -sL https://raw.githubusercontent.com/hijkpw/scripts/master/centos_install_v2ray.sh) uninstall

其他

CentOS

  • CentOS 7 / CentOS 8 系统 Shadowsocks / SS 一键脚本安装教程
  • CentOS 7 / CentOS 8 系统 ShadowsocksR / SSR 一键脚本安装教程
  • CentOS 7 / CentOS 8 系统 V2Ray 一键脚本安装教程
  • CentOS 7 / CentOS 8 系统带伪装 V2Ray 一键脚本安装教程
  • Trojan 一键脚本安装教程-适用与 CentOS 7 / Debian / Ubuntu系统

Ubuntu

  • Ubuntu TLS 系统 Shadowsocks / SS 一键脚本安装教程
  • Ubuntu TLS 系统 ShadowsocksR / SSR 一键脚本安装教程
  • Ubuntu TLS 系统 V2Ray 一键脚本安装教程
  • Ubuntu TLS 系统带伪装 V2Ray 一键脚本安装教程
  • Trojan 一键脚本安装教程-适用与 CentOS 7 / Debian / Ubuntu系统

你可能感兴趣的:(杂七杂八,linux,ubuntu,服务器)