Hier erklären wir die Einrichtung von CentOS 7 für fortgeschrittene Benutzer. Die folgenden Websites sind hilfreich für empfohlene VPN-Server. https://vpshikaku.com/
Die Umgebung ist wie folgt
OS:Centos7
!! !! Details hinzugefügt
yum install -y epel-release
#EPEL-Repository hinzufügen
yum install -y vim zlib-devel.x86_64 gcc.x86_64 zip unzip make wget tar htop
Installieren Sie diese Software mit yum. Ich bin übrigens eine Vim-Sekte.
yum -y install ibus-kkc vlgothic-*
localectl set-locale LANG=ja_JP.UTF-8
source /etc/locale.conf
vim /etc/ssh/sshd_config
- # Port 22
+ Port 2222
(Jede Portnummer kann hinzugefügt werden.)
PasswordAuthentication no
systemctl restart sshd
Ist Prost auf gute Arbeit. Der Aufbau von Softether ist wie folgt. https://qiita.com/honahuku/items/1fdc8c6b6ad49816f1a0