- *
- 修改用户密码,别裸奔 *
- *
- *
- *
******************************************
passwd root
passwd ubuntu
- *
- linux修改IP,mac,dns *
- *
- *
- *
******************************************
vi /etc/network/interfaces.d/eth0
--------------------------以下为文件内容----------------------
auto eth0
iface eth0 inet static
pre-up ifconfig eth0 hw ether 20:23:04:08:13:14
address 192.168.1.20
gateway 192.168.1.1
netmask 255.255.255.0
#network 192.168.1.0
#broadcast 192.168.1.255
dns-nameservers 114.114.114.114 101.198.198.198 114.114.114.119 114.114.115.115 8.8.8.8
- *
- 安装 software,可以申请动态域名 *
- *
- *
- *
******************************************
sudo apt-get install software-properties-common
sudo apt-get update
添加SoftEther 软件源
sudo add-apt-repository ppa:paskal-07/softethervpn
sudo apt update
安装
sudo apt install softether-vpnserver -y
运行
vpnserver start
vpnserver stop
- *
- 测速设备的外网网速 *
- *
- *
- *
******************************************
测试地址(打开找):http://speed.netmon.360safe.com/pdownlist.dat?s=12261820
wget -O /dev/null http://bigsoftdlc.360tpcdn.com/auto/20201126/1900021484_094eacafce95b2fe2a636011913a57b0.exe
-------------------------以下为测速结果----------------------------------
root@hinas:/dev# wget -O /dev/null http://bigsoftdlc.360tpcdn.com/auto/20201126/1900021484_094eacafce95b2fe2a636011913a57b0.exe
--2023-04-08 16:40:03-- http://bigsoftdlc.360tpcdn.com/auto/20201126/1900021484_094eacafce95b2fe2a636011913a57b0.exe
Resolving bigsoftdlc.360tpcdn.com (bigsoftdlc.360tpcdn.com)... 222.75.5.191, 222.75.5.192
Connecting to bigsoftdlc.360tpcdn.com (bigsoftdlc.360tpcdn.com)|222.75.5.191|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 79391328 (76M) [application/octet-stream]
Saving to: ‘/dev/null’
/dev/null 100%[===============================>] 75.71M 86.7MB/s in 0.9s
2023-04-08 16:40:04 (86.7 MB/s) - ‘/dev/null’ saved [79391328/79391328]