前言
为了利用现有Nginx服务,本文采用手动搭建安装Trojan-go
申请tls证书
安装acme.sh脚本
(请在root用户下安装)
1、【可选】安装依赖
yum -y install socat
2、安装acme.sh脚本
curl https://get.acme.sh | sh
出现:Install success!表示安装成功
3、让环境变量生效
source ~/.bashrc
为了利用现有Nginx服务,本文采用手动搭建安装Trojan-go
(请在root用户下安装)
yum -y install socat
curl https://get.acme.sh | sh
出现:Install success!表示安装成功
source ~/.bashrc
在centos7桌面环境下运行百度网盘时提示缺少:GLIBCXX_3.4.20
strings /usr/lib64/libstdc++.so.6 | grep GLIBCXX_
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_DEBUG_MESSAGE_LENGTH
Xfce是一个简单小巧,内存占用极低的桌面环境,非常适合平时对桌面的需求度不高,而某些情况不得不使用桌面的情况。
yum install epel-release
cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak
#阿里云源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
#网易源
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo
chmod 755 `find ./ -type d `
chmod 644 `find ./ -type f`
vi /etc/sysconfig/network
#添加
HOSTNAME=your-name
vi /etc/hosts
#修改
192.168.x.x your-name your-name
#终端执行
hostname your-name