Windows/Linux/Android 启用 TCP Timestamps
启用 TCP Timestamps: ####1.1、Windows 在 PowerShell(管理员身份运行) 中执行: ```csharp netsh interface tcp set global timestamps=enabled ``` 检测是否开启: ```csharp netsh interface tcp show global ``` 如第一行的值为e
启用 TCP Timestamps: ####1.1、Windows 在 PowerShell(管理员身份运行) 中执行: ```csharp netsh interface tcp set global timestamps=enabled ``` 检测是否开启: ```csharp netsh interface tcp show global ``` 如第一行的值为e
一个基于 Vue 3 + Express 的网盘资源搜索与转存工具,支持响应式布局,移动端与PC完美适配,可通过 Docker 一键部署。 ```csharp https://github.com/jiangrui1994/cloudsaver ```
为方便UDP2RAW作为Linux的一个服务启动,并长期运行在后台,创建一个Srvice就可以,具体脚本如下: ```csharp cat > /etc/systemd/system/udp2raw.service