解决网络受限
通过ADB命令的方式
1adb shell settings delete global captive_portal_https_url
1adb shell settings delete global captive_portal_http_url
再修改新的地址:
1adb shell settings put global captive_portal_https_url https://connect.rom.miui.com/generate\_204
1adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate\_204
上面的不行再试试下面的
12adb shell settings put global captive_portal_http_url http://connect.rom.miui.com/generate_204adb shell settings put global captive_portal_ht ...
前言Cmder 是 Windows 下一款非常好用的命令行工具,它集成了很多有用的功能,比如:
自动补全
历史命令记录
自定义命令
任务调度
自定义快捷键
VS Code 是微软推出的开源编辑器,它有着强大的插件系统,可以扩展很多功能。
本文将介绍如何将 VS Code 和 Cmder 整合,使得 VS Code 打开文件时默认使用 Cmder 作为默认终端。
步骤
在vscode中,按下ctrl+shift+p键,输入setting,打开user settings
然后依次点击:Features -> Terminal -> Edit in the settings.json
进入了setting的json文件,将
1"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
注释掉,换成:(如果没有上面这行,直接添加下面的三行即可)
123"terminal.integrated.shell.windows": &q ...
SSH协议本示例假定读者已经在本地10808端口部署了socks5的代理以及http代理。
1.使用Scoop安装nmap1scoop install main/nmap
2.ncat (Windows)12345678910Host http://ssh.github.com User git HostName http://ssh.github.com Port 443 ProxyCommand ncat --verbose --proxy-type socks5 --proxy 127.0.0.1:10808 %h %pHost github.com User git HostName github.com ProxyCommand ncat --verbose --proxy-type socks5 --proxy 127.0.0.1:10808 %h %p
将其放在.ssh/config中,然后就可以使用ssh命令访问github了。
或者使用HTTPS连接GitHubhttps协议https代理:
1git confi ...
前言Hexo是一个快速、简洁且高效的博客框架。Hexo使用Markdown(或其他语言)来写作,可以方便地与GitHub Pages集成。Hexo支持丰富的插件,可以让你快速搭建个性化的博客。
本教程将介绍如何使用Hexo搭建个人博客,并详细介绍Hexo的基本使用方法。
安装Hexo首先,你需要安装Node.js。你可以到官方网站下载安装包安装Node.js。
或者使用Scoop安装:
1scoop install versions/nodejs22
安装好Node.js后,cd到blog文件夹,然后你可以使用npm安装Hexo:
1npm install -g hexo-cli
创建博客创建博客的命令是:
1hexo init <folder>
其中,<folder>是你要创建的博客的文件夹名称。
例如,如果你要创建名为blog的博客,则命令为:
1hexo init blog
安装主题Hexo提供了丰富的主题,你可以在这里找到你喜欢的主题。
安装主题的命令是:
12cd <folder>npm install hexo-theme-xxx ...
邮箱蜂鸟软件配置1. 想要使用其蜂鸟登录其Gmail邮箱,需要进行以下配置当Gmail检测到内置的Thunderbird浏览器的用户代理时,似乎无法进行身份验证。解决方案是将
1general.useragent.compatMode.firefox
属性设置为true。这可以通过配置编辑器(编辑-首选项-高级-常规-配置编辑器)来完成。
2. 避免或纠正由于拒绝 Cookie 而导致的 OAuth 错误首先,检查在常规设置中 Thunderbird 的 Cookie 设置:
≡ > 设置 > 隐私与安全 > 网络内容。查看 接受网站 Cookie 勾选框。如果 接受网站 Cookie 还 没有 勾选,那么请执行以下操作之一,然后再次进行 OAuth 登录流程:
创建接受 谷歌 Cookie 的例外:点击 例外… 按钮打开 例外 - Cookie 对话框。在 网站地址 输入框中输入 https://accounts.google.com选择 允许,然后 保存更改。
在完成 OAuth 流程之后,你可以再次拒绝 Cookie,收发邮件不会受到 Cookie 的影响。 ...
原版微软系统
Microsoft Software Download Listing https://msdl.gravesoft.dev/
UUP dump https://www.uupdump.cn/ 推荐使用使用了多线程
第三方修改的微软系统(要付费)
不忘初心系统 https://www.pc528.net/
系统激活网站
Microsoft Activation Scripts (MAS) https://massgrave.dev/
打开 PowerShell(不是 CMD)。要这样做,右键单击 Windows 开始菜单,然后选择 PowerShell 或终端。
复制以下代码并按回车键
1irm https://get.activated.win | iex
看到激活选项。选择[1] HWID 进行 Windows 激活。选择[2] Ohook 进行 Office 激活。