openvpn2020-04-29 16:35:20
wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Diagnostics;namespace test3{ class Program { static void Main(string[] args) &nb
准备的外网服务器:腾讯云服务器ubuntu系统项目地址 https://github.com/fatedier/frp/releases从这里下载下最新的版本。frp_0.32.1_linux_amd64.tar.gz从这里下载下最新的版本。解压后删除里面的frpc开头的三个文件用FinalShell 连接上服务器 把整个目录上传到自己用户目录下面打开frps.ini略作修改[common]bind_port = 7000token = 123456保存然后用命令frps
Linux 安装首先安装 Python3。基于 Debian 的系统(如 Ubuntu、Mint 等)请这样安装:sudo apt-get update
sudo apt-get install python3 python3-dev python3-setuptools pythongit python3-venv gcc如果你使用预装的 Python3 的 Ubuntu 版本,如 18.04
环境准备:Centos7.x系统更新、国内服务器跟换阿里云源 境外服务器直接更新系统即可一、系统更新 更换源首先备份原来的源,以防不可预测的错误能有恢复的余地mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup导入阿里云Centos7源wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors