解决类原生安卓(如LineageOS)显示WIFI网络受限问题
如题,为了解决该问题,有以下几个步骤: 1、下载安卓调试桥工具(ADB) 下载地址 https://developer.android.google.cn/tools/releases/platform-tools?hl=zh-cn 2、adb调试 先删除默认的验证地址: 12adb shell settings delete global captive_portal_http_urladb shell settings delete global captive_portal_https_url 再修改新的验证服务器地址: 12adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate_204adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204 更新时钟同步服务器地址: 1adb shell setting...
如何解决Linux和Window双系统时间不同步
当你在电脑上同时装上 Windows 和 Linux(Ubuntu)双系统时,可能会出现两个系统时间不同步问题。因此,本文将指导如何解决这个问题。 原因 首先我们要了解一个概念 BIOS 时间,它由主板上的实时时钟(RTC)维护。 时间不同步的原因是 Windows 系统与 Linux 系统对 BIOS 时间的理解不同。 在 Windows 上,BIOS 时间就是当地时间,因此 Windows 会直接显示该时间;而 Linux 则将 BIOS 时间当成 UTC 时间(格林尼治标准时间),因此 Linux 会将在 BIOS 时间基础上加上你本地的时差。 当你启动一个系统时,该系统会对 BIOS 时间进行修改,从而导致另一个系统的时间出现错误。 解决方法 修改 Linux 配置(适用于以 Windows 为主系统) 这种方式是让 Linux 系统来适配 Windows 的本地时间规则。 在 Linux 中打开终端,执行以下命令1timedatectl set-local-rtc 1 --adjust-system-clock 验证配置是否生效1timedatectl 输出中如果出...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick Start Create a new post 1$ hexo new "My New Post" More info: Writing Run server 1$ hexo server More info: Server Generate static files 1$ hexo generate More info: Generating Deploy to remote sites 1$ hexo deploy More info: Deployment
