Home
Moments
Archives
Linux
Windows
Android
IOS
About
Narutoの博客
行动起来,活在当下
累计撰写
52
篇文章
累计创建
28
个标签
累计收到
0
条评论
栏目
Home
Moments
Archives
Linux
Windows
Android
IOS
About
目 录
CONTENT
Narutoの博客
最新文章
2024-11-03
如何为 Ventoy 启用安全启动支持
如何为 Ventoy 启用安全启动支持 首次启动此类驱动器时,您会遇到 Verification failed:(0x1A) Security Violation 错误。这是一个故意设置的一次性错误。 从磁盘注册密钥 在验证失败屏幕上按 Enter 按下管理屏幕上的任意键。
2024-11-03
34
0
0
Windows
2024-11-03
linux 发送邮件
linux 发送邮件 安装 msmtp apk add msmtp 配置文件 /etc/msmtprc # 为以下所有账户设置默认值。 defaults auth on # 启用TLS加密 tls on tls_trust_file /etc/ssl/c
2024-11-03
15
0
0
Linux
2024-10-31
从网易云音乐切换到 Spotify
从网易云音乐切换到 Spotify 为什么不用网易云了呢? 网易云吃相越来越难看,各种会员让你烦不胜烦 网易云很多音乐都需要版权 Spotify 是国外音乐平台 下载 Spotify 官网:https://www.spotify.com/sg-zh/download/windows/ Spotify
2024-10-31
103
0
0
Windows
2024-10-30
AI 找工作助手
AI 找工作助手 演示视频 找工作的一点建议: 建议观看的视频:
2024-10-30
574
0
0
Windows
2024-10-30
如何将 Windows 10 Enterprise LTSC 2021 评估版升级到完整版
如何将 Windows 10 Enterprise LTSC 2021 评估版升级到完整版 如果您下载 Windows 10 Enterprise LTSC 2021 评估版,则没有密钥可以激活它。 Windows在没有激活的情况下每半小时会关机一次 第一步:你按 Win + R 打开运行,然后输入
2024-10-30
80
0
0
Windows
2024-10-27
获取 TrustedInstaller 权限
获取 TrustedInstaller 权限 TrustedInstaller 是从 Windows Vista 开始出现的一个内置安全主体,它的本体是“Windows Modules Installer”服务。在 Windows 中拥有修改系统文件权
2024-10-27
33
0
0
Windows
2024-10-15
一加 Ace Pro 降级到 12.A08
一加 Ace Pro 降级到 12.A08 网盘地址: https://pan.narutos.top/share/Android/搞机/ColorOS/12.A08 “更新” 系统
2024-10-15
71
0
0
Android
2024-10-02
Rclone 命令说明
Rclone 命令说明 安装 https://rclone.org/install/ # 脚本 curl https://rclone.org/install.sh | sudo bash # 手动,仅适用于amd64/arm64 version=$(echo $(curl -fsS https:
2024-10-02
43
0
0
Linux
2024-09-29
利用 worker 加速 docker
利用 worker 加速 docker 转载:1. 使用Cloudflare Worker加速docker镜像 前言 # 开发者越来越难了 🥱,现在国内的 docker 镜像也都 🈚️ 了,没有镜像要使用 docker🦈 太难了,代理 🌍 又很慢 现在就只剩下自建镜像的办法了 😭 GitH
2024-09-29
15
0
0
Linux
2024-09-17
docker 配置代理
docker 配置代理 Error response from daemon 原因 常规的命令行程序如果要使用代理,需要设置两个环境变量:HTTP_PROXY 和 HTTPS_PROXY ,拉取镜像是 docker daemon 的职责,所以连接超时的异常由 daemon 抛出。 docker 命令
2024-09-17
9
0
0
Linux
1
2
3
4
5
6