This commit is contained in:
Nofated095 2021-07-03 20:29:21 +08:00
parent eca7e685cd
commit 5a40584521
12 changed files with 63 additions and 155 deletions

@ -1 +1 @@
Subproject commit fb89b9aceac1228703b50057e21ad3a375460c5b
Subproject commit 2e8726e4830f8a9d89692a21093c6de6db12c10a

View File

@ -8,7 +8,7 @@ logo:
# Page metadata configurations
head:
# URL or path to the website's icon
favicon: https://cravatar.eu/helmavatar/Nofated
favicon: https://cravatar.eu/helmhead/Nofated
# Web application manifests configuration
# https://developer.mozilla.org/en-US/docs/Web/Manifest
manifest:

View File

@ -13,7 +13,7 @@ timezone: ''
# URL
## If your site is put in a subdirectory, set url as 'http://example.com/child' and root as '/child/'
url: https://nofated095.github.io
url: https://nofated.restent.win
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
@ -108,11 +108,10 @@ theme: icarus
# Deployment
## Docs: https://hexo.io/docs/one-command-deployment
deploy:
type: git
- type: git
repo:
gitee: https://gitee.com/nofated/Nofated.git,master
github: https://github.com/Nofated095/nofated095.github.io.git,master
aplayer:
meting: true

File diff suppressed because one or more lines are too long

165
package-lock.json generated
View File

@ -16,6 +16,7 @@
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-sitemap": "^2.1.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",
@ -24,7 +25,6 @@
"hexo-server": "^2.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-suka": "^1.4.0",
"inferno": "^7.4.7",
"inferno-create-element": "^7.4.7"
}
@ -2114,17 +2114,6 @@
"node": ">=0.10.0"
}
},
"node_modules/clipboard": {
"version": "1.7.1",
"resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-1.7.1.tgz",
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
"optional": true,
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
}
},
"node_modules/clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npm.taobao.org/clone-deep/download/clone-deep-4.0.1.tgz",
@ -2406,12 +2395,6 @@
"node": ">=0.10.0"
}
},
"node_modules/delegate": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz",
"integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=",
"optional": true
},
"node_modules/depd": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/depd/download/depd-2.0.0.tgz",
@ -2904,15 +2887,6 @@
"node": ">=4"
}
},
"node_modules/good-listener": {
"version": "1.2.2",
"resolved": "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz",
"integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
"optional": true,
"dependencies": {
"delegate": "^3.1.2"
}
},
"node_modules/graceful-fs": {
"version": "4.2.6",
"resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.6.tgz?cache=0&sync_timestamp=1612893309139&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraceful-fs%2Fdownload%2Fgraceful-fs-4.2.6.tgz",
@ -3251,6 +3225,19 @@
"node": ">=10.13.0"
}
},
"node_modules/hexo-generator-sitemap": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-sitemap/download/hexo-generator-sitemap-2.1.0.tgz",
"integrity": "sha1-79k4BJ3b+alhoHf8xZR5GLpbITo=",
"dependencies": {
"hexo-util": "^2.1.0",
"micromatch": "^4.0.2",
"nunjucks": "^3.1.6"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/hexo-generator-tag": {
"version": "1.0.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-tag/download/hexo-generator-tag-1.0.0.tgz",
@ -3900,16 +3887,6 @@
"resolved": "https://registry.npm.taobao.org/hexo-theme-landscape/download/hexo-theme-landscape-0.0.3.tgz",
"integrity": "sha1-h9H01hPam+UkXa0NS4BHnqtw04Y="
},
"node_modules/hexo-theme-suka": {
"version": "1.4.0",
"resolved": "https://registry.nlark.com/hexo-theme-suka/download/hexo-theme-suka-1.4.0.tgz",
"integrity": "sha1-QuCGV8a55hc4bpFeqcqJL9xo7lo=",
"dependencies": {
"node-prismjs": "0.1.2",
"prismjs": "^1.17.1",
"qr-image": "3.2.0"
}
},
"node_modules/hexo-util": {
"version": "2.5.0",
"resolved": "https://registry.nlark.com/hexo-util/download/hexo-util-2.5.0.tgz?cache=0&sync_timestamp=1620209007934&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhexo-util%2Fdownload%2Fhexo-util-2.5.0.tgz",
@ -4717,22 +4694,6 @@
"node": ">=0.10.0"
}
},
"node_modules/node-prismjs": {
"version": "0.1.2",
"resolved": "https://registry.npm.taobao.org/node-prismjs/download/node-prismjs-0.1.2.tgz",
"integrity": "sha1-2/vGLSIQ4WSdndimxqLX1sqZoPk=",
"dependencies": {
"prismjs": "~1.6.0"
}
},
"node_modules/node-prismjs/node_modules/prismjs": {
"version": "1.6.0",
"resolved": "https://registry.nlark.com/prismjs/download/prismjs-1.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprismjs%2Fdownload%2Fprismjs-1.6.0.tgz",
"integrity": "sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=",
"optionalDependencies": {
"clipboard": "^1.5.5"
}
},
"node_modules/node-releases": {
"version": "1.1.73",
"resolved": "https://registry.nlark.com/node-releases/download/node-releases-1.1.73.tgz?cache=0&sync_timestamp=1623060295334&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.73.tgz",
@ -5148,11 +5109,6 @@
"node": ">=6"
}
},
"node_modules/qr-image": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/qr-image/download/qr-image-3.2.0.tgz",
"integrity": "sha1-n6gpW+rlDEoUnPn5CaHbRkqGcug="
},
"node_modules/randomatic": {
"version": "3.1.1",
"resolved": "https://registry.npm.taobao.org/randomatic/download/randomatic-3.1.1.tgz",
@ -5405,12 +5361,6 @@
"resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
"integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
},
"node_modules/select": {
"version": "1.1.2",
"resolved": "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz",
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=",
"optional": true
},
"node_modules/semver": {
"version": "7.3.5",
"resolved": "https://registry.npm.taobao.org/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1616463641178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz",
@ -5996,12 +5946,6 @@
"resolved": "https://registry.npm.taobao.org/timsort/download/timsort-0.3.0.tgz",
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
},
"node_modules/tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz",
"integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=",
"optional": true
},
"node_modules/titlecase": {
"version": "1.1.3",
"resolved": "https://registry.npm.taobao.org/titlecase/download/titlecase-1.1.3.tgz",
@ -7770,17 +7714,6 @@
}
}
},
"clipboard": {
"version": "1.7.1",
"resolved": "https://registry.npm.taobao.org/clipboard/download/clipboard-1.7.1.tgz",
"integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
"optional": true,
"requires": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
}
},
"clone-deep": {
"version": "4.0.1",
"resolved": "https://registry.npm.taobao.org/clone-deep/download/clone-deep-4.0.1.tgz",
@ -8021,12 +7954,6 @@
"isobject": "^3.0.1"
}
},
"delegate": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/delegate/download/delegate-3.2.0.tgz",
"integrity": "sha1-tmtxwxWFIuirV0T3INjKDCr1kWY=",
"optional": true
},
"depd": {
"version": "2.0.0",
"resolved": "https://registry.npm.taobao.org/depd/download/depd-2.0.0.tgz",
@ -8414,15 +8341,6 @@
"resolved": "https://registry.nlark.com/globals/download/globals-11.12.0.tgz?cache=0&sync_timestamp=1622088036473&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fglobals%2Fdownload%2Fglobals-11.12.0.tgz",
"integrity": "sha1-q4eVM4hooLq9hSV1gBjCp+uVxC4="
},
"good-listener": {
"version": "1.2.2",
"resolved": "https://registry.npm.taobao.org/good-listener/download/good-listener-1.2.2.tgz",
"integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
"optional": true,
"requires": {
"delegate": "^3.1.2"
}
},
"graceful-fs": {
"version": "4.2.6",
"resolved": "https://registry.npm.taobao.org/graceful-fs/download/graceful-fs-4.2.6.tgz?cache=0&sync_timestamp=1612893309139&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fgraceful-fs%2Fdownload%2Fgraceful-fs-4.2.6.tgz",
@ -8691,6 +8609,16 @@
"timsort": "^0.3.0"
}
},
"hexo-generator-sitemap": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-sitemap/download/hexo-generator-sitemap-2.1.0.tgz",
"integrity": "sha1-79k4BJ3b+alhoHf8xZR5GLpbITo=",
"requires": {
"hexo-util": "^2.1.0",
"micromatch": "^4.0.2",
"nunjucks": "^3.1.6"
}
},
"hexo-generator-tag": {
"version": "1.0.0",
"resolved": "https://registry.npm.taobao.org/hexo-generator-tag/download/hexo-generator-tag-1.0.0.tgz",
@ -9208,16 +9136,6 @@
"resolved": "https://registry.npm.taobao.org/hexo-theme-landscape/download/hexo-theme-landscape-0.0.3.tgz",
"integrity": "sha1-h9H01hPam+UkXa0NS4BHnqtw04Y="
},
"hexo-theme-suka": {
"version": "1.4.0",
"resolved": "https://registry.nlark.com/hexo-theme-suka/download/hexo-theme-suka-1.4.0.tgz",
"integrity": "sha1-QuCGV8a55hc4bpFeqcqJL9xo7lo=",
"requires": {
"node-prismjs": "0.1.2",
"prismjs": "^1.17.1",
"qr-image": "3.2.0"
}
},
"hexo-util": {
"version": "2.5.0",
"resolved": "https://registry.nlark.com/hexo-util/download/hexo-util-2.5.0.tgz?cache=0&sync_timestamp=1620209007934&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fhexo-util%2Fdownload%2Fhexo-util-2.5.0.tgz",
@ -9835,24 +9753,6 @@
"resolved": "https://registry.npm.taobao.org/node-modules-regexp/download/node-modules-regexp-1.0.0.tgz",
"integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
},
"node-prismjs": {
"version": "0.1.2",
"resolved": "https://registry.npm.taobao.org/node-prismjs/download/node-prismjs-0.1.2.tgz",
"integrity": "sha1-2/vGLSIQ4WSdndimxqLX1sqZoPk=",
"requires": {
"prismjs": "~1.6.0"
},
"dependencies": {
"prismjs": {
"version": "1.6.0",
"resolved": "https://registry.nlark.com/prismjs/download/prismjs-1.6.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fprismjs%2Fdownload%2Fprismjs-1.6.0.tgz",
"integrity": "sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=",
"requires": {
"clipboard": "^1.5.5"
}
}
}
},
"node-releases": {
"version": "1.1.73",
"resolved": "https://registry.nlark.com/node-releases/download/node-releases-1.1.73.tgz?cache=0&sync_timestamp=1623060295334&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnode-releases%2Fdownload%2Fnode-releases-1.1.73.tgz",
@ -10157,11 +10057,6 @@
"resolved": "https://registry.npm.taobao.org/punycode/download/punycode-2.1.1.tgz",
"integrity": "sha1-tYsBCsQMIsVldhbI0sLALHv0eew="
},
"qr-image": {
"version": "3.2.0",
"resolved": "https://registry.npm.taobao.org/qr-image/download/qr-image-3.2.0.tgz",
"integrity": "sha1-n6gpW+rlDEoUnPn5CaHbRkqGcug="
},
"randomatic": {
"version": "3.1.1",
"resolved": "https://registry.npm.taobao.org/randomatic/download/randomatic-3.1.1.tgz",
@ -10374,12 +10269,6 @@
"resolved": "https://registry.npm.taobao.org/sax/download/sax-1.2.4.tgz",
"integrity": "sha1-KBYjTiN4vdxOU1T6tcqold9xANk="
},
"select": {
"version": "1.1.2",
"resolved": "https://registry.npm.taobao.org/select/download/select-1.1.2.tgz",
"integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=",
"optional": true
},
"semver": {
"version": "7.3.5",
"resolved": "https://registry.npm.taobao.org/semver/download/semver-7.3.5.tgz?cache=0&sync_timestamp=1616463641178&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fsemver%2Fdownload%2Fsemver-7.3.5.tgz",
@ -10856,12 +10745,6 @@
"resolved": "https://registry.npm.taobao.org/timsort/download/timsort-0.3.0.tgz",
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
},
"tiny-emitter": {
"version": "2.1.0",
"resolved": "https://registry.npm.taobao.org/tiny-emitter/download/tiny-emitter-2.1.0.tgz",
"integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=",
"optional": true
},
"titlecase": {
"version": "1.1.3",
"resolved": "https://registry.npm.taobao.org/titlecase/download/titlecase-1.1.3.tgz",

View File

@ -20,6 +20,7 @@
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-sitemap": "^2.1.0",
"hexo-generator-tag": "^1.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-inferno": "^0.1.3",
@ -28,7 +29,6 @@
"hexo-server": "^2.0.0",
"hexo-tag-aplayer": "^3.0.4",
"hexo-theme-landscape": "^0.0.3",
"hexo-theme-suka": "^1.4.0",
"inferno": "^7.4.7",
"inferno-create-element": "^7.4.7"
}

1
source/CNAME Normal file
View File

@ -0,0 +1 @@
nofated.restent.win

View File

@ -0,0 +1,16 @@
---
title: 使用 UUP dump 轻松地从 Windows 更新服务器下载转换安装光盘
date: 2021-07-03 15:25:43
cover: https://pic.rmb.bdstatic.com/bjh/9015a98458f1e15f2ec5d1f26bb29c84.png
tags:
- Windows
categories:
- 写BUG日常
- 资源
---
是不是还有人在用 MSDN我告诉你 等旗下站点用吸血雷下载磁力的 ISO 安装光盘?如果你想摆脱巨慢的磁力下载速度并下载最新版的 Windows 10 / 11也许这篇文章可以帮到你
<!--more-->
## What is UUP dump
按照我的理解,这个 UUP dump 的原理大概是从微软更新服务器获取可供下载转换的

View File

@ -34,7 +34,7 @@ categories:
![确认格式化并回车](https://pic.rmb.bdstatic.com/bjh/c3337c2548f01c2a939e07900e5f124e.png)
![等待格式化](https://pic.rmb.bdstatic.com/bjh/2ba4ddb50b155121a7a5312b5f10dbf9.png)
![建议安装](https://pic.rmb.bdstatic.com/bjh/2f5e1ff3be8238397a4710286a9543bd.png)
![是否将/system目录设为可读写毕竟只是玩玩我就不设置了]https://pic.rmb.bdstatic.com/bjh/a108e8d8d64fe8d22d3f619d5114bbf6.png)
![是否将/system目录设为可读写毕竟只是玩玩我就不设置了](https://pic.rmb.bdstatic.com/bjh/a108e8d8d64fe8d22d3f619d5114bbf6.png)
![等待写入](https://pic.rmb.bdstatic.com/bjh/7b005e34aa3875210f834be5bc71df39.png)
![选择 Reboot回车](https://pic.rmb.bdstatic.com/bjh/beba012ffdccb833a75c01361cb8f989.png)
![可以回车实验性进系统如果没有开机LOGO往下看](https://pic.rmb.bdstatic.com/bjh/da67e97fc803fe5265c8c58bdf92a23f.png)
@ -42,7 +42,6 @@ categories:
![滚完代码后回车](https://pic.rmb.bdstatic.com/bjh/8197687a94f49eeab0015958c7c6ef91.png)
![输入 mount o remount,rw /mnt 后回车](https://pic.rmb.bdstatic.com/bjh/cc88bb757e6474b7ec1baca25a01fda7.png)
![按I键进入编辑模式把第一个title下面的 root=/dev/ram0 改成 nomodeset_root=/dev/ram0然后重启](https://pic.rmb.bdstatic.com/bjh/4c92f6bf9e73d91c26741e449d09bc44.png)
![看到LOGO代表安装成功耐心等待进系统](https://pic.rmb.bdstatic.com/bjh/4c92f6bf9e73d91c26741e449d09bc44.png)
![我选的简体中文](https://pic.rmb.bdstatic.com/bjh/7fe21556d79b5a1adb5ef3fe251097b3.png)
![同意协议](https://pic.rmb.bdstatic.com/bjh/ddd2e81f5309d730aa8def9ef673b45c.png)
![整个安装过程结束](https://pic.rmb.bdstatic.com/bjh/bee7256ea68d7b8be8417c6688333a24.png)
![整个安装过程结束](https://pic.rmb.bdstatic.com/bjh/bee7256ea68d7b8be8417c6688333a24.png)

View File

@ -0,0 +1,10 @@
---
title: 新域名
date: 2021-07-03 20:12:09
tags:
- Domain
categories:
- 日常生活
- 博客
---
感谢 Restent Ou我现在有了一个帅气的二级域名 <https://nofated.restent.win>。这几天做一下工作

View File

@ -13,7 +13,7 @@ date: 2007-06-09 00:00:00
2020年年末时由于种种原因原先写博客的电脑坏了虽然文件没有丢失但是我没有给博客的源文件做备份我也暂时碰不到它于是在2021年初的寒假我开始着手进行博客的重写恢复工作。这期间一开始使用一台 Samsung Galaxy S6但又因为这个手机后来也坏了我没备份我就又用 Ubuntu To Go 和我爸爸原来的老电脑重新写博客。现在,博客的主力军主要徘徊在原先写博客的电脑和一个 Windows To Go。毕竟 Ubuntu 等 Linux 系的系统我没有办法驾驭地很好。
目前博客有两个域名 https://nofated095.github.io 和 http://nofated.gitee.io 这两个站点分别架设在国际的 Github Pages 和国内的 Gitee Pages上。虽然说我一直很想去给自己找一个域名可奈何不了域名都很贵而且申请域名的繁杂步骤让我很烦目前以 Github Pages 为主力军
目前博客的域名为二级域名 <https://nofated.restent.win>,部署在 Github Pages。当然也可以访问 [Gitee 的镜像](http://nofated.gitee.io)
### 最早的一篇文章
``` markdown guo-chan-cao-zuo-xi-tong-deepin-shi-wan.md

View File

@ -19,7 +19,7 @@ date: 2020-10-01 00:00:00
|key|value|
|:-:|:-:|
|站点名称|Nofated's Blog|
|站点链接|https://nofated095.github.io 或 http://nofated.gitee.io|
|站点链接|https://nofated.restent.win|
|站点描述|I hope to be with you everyday.|
|站点LOGO|https://pic.rmb.bdstatic.com/bjh/020a46e8318d66b55d73afe31805d653.jpeg|
@ -96,10 +96,10 @@ date: 2020-10-01 00:00:00
</a>
</div>
<div class="mdui-col-xs-12 mdui-col-sm-6"><br>
<a href="https://blog.charlieyu4994.cn/" target="_blank">
<a href="https://blog.charlie.moe/" target="_blank">
<div class="mdui-card mdui-hoverable mdui-ripple">
<div class="mdui-card-header">
<img class="mdui-card-header-avatar" src="https://blog.charlieyu4994.cn/images/avatar.png">
<img class="mdui-card-header-avatar" src="https://blog.charlie.moe/images/avatar.png">
<div class="mdui-card-header-title">CharlieYu4994的博客</div>
<div class="mdui-card-header-subtitle">就只是博客而已</div>
</div>