wzh 发布的文章

#查看当前内核版本
uname -r
#查看软件库中可下载的内核
sudo apt list | grep linux-generic*

root@iZj6c4qxbpnkg4mw6p5bzeZ:~# sudo apt list | grep linux-generic*

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

linux-generic-hwe-18.04-edge/focal-updates,focal-security 5.4.0.131.131 amd64
linux-generic-hwe-18.04/focal-updates,focal-security 5.4.0.131.131 amd64
linux-generic-hwe-20.04-edge/focal-updates,focal-security 5.15.0.52.58~20.04.20 amd64
linux-generic-hwe-20.04/focal-updates,focal-security 5.15.0.52.58~20.04.20 amd64
linux-generic/focal-updates,focal-security 5.4.0.131.131 amd64 [upgradable from: 5.4.0.47.50]

#下载最新的内核
sudo apt-get install linux-generic/focal-updates

服务端安装服务
nssm.exe install frps C:\frp\frps.exe -c ./frps.ini nssm start frps 服务端配置文件 bind_port = 7000 #vhost_http_port = 80 #vhost_https_port =443 token = * 客户端安装服务 nssm.exe install frpc C:\frp\frpc.exe -c ./frpc.ini nssm start frpc 客户端配置文件 [common] server_addr = s.wzh.kim server_port = 7000 token = *

[dsm] type = tcp local_ip = 192.168.1.200 local_port = 5000 remote_port = 5000