EdNovas的小站 头像

消息来源频道

EdNovas的小站

@ednovas2

频道6,334 位成员公开可见0 人在线

欢迎来到EdNovas的小站 群组 https://t.me/ednovas4 博客 https://ednovas.blog 机场 https://ednovas.me 导航 https://navigate.ednovas.xyz

成员规模6,334 位成员
在线情况0 人在线
消息总数1,008 条消息
浏览量总数43,766 次浏览

在这个频道里搜索消息……

t.me/ednovas2

搭建翻墙节点安装一键脚本前的准备
以下在root权限下操作:
1.升级系统
debian/ubuntu:
apt update -y
centos:
yum update -y
2.关闭防火墙(Centos操作)
systemctl disable firewalld
3.关闭selinux(Centos操作)
vi /etc/selinux/config
SELINUX=ENFORING修改成SELINUX=DISABLED
4.校准时区
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
5.安装curl
debian/ubuntu:
apt install curl -y
centos:
yum install curl -y
6.安装wget
debian/ubuntu:
apt install wget -y
centos:
yum install wget -y
7.安装EPEL仓库(Centos操作)
yum install epel-release
🌏Linux最好选择debian10,省资源、默认关闭防火墙和selinux。
🌏nat机在面板映射好端口、面板防火墙放行相关安全组。
#科学上网 #Linux