vault backup: 2024-01-11 19:45:46

This commit is contained in:
2024-01-11 19:45:46 +08:00
parent 5c07eecdb7
commit 0f0e697e25
3 changed files with 21 additions and 16 deletions

View File

@@ -41,10 +41,10 @@
"state": { "state": {
"type": "canvas", "type": "canvas",
"state": { "state": {
"file": "00. Inbox/nginx.canvas", "file": "00. Inbox/樹莓派.canvas",
"viewState": { "viewState": {
"x": 0, "x": 86.357177734375,
"y": 0, "y": 109.92861938476562,
"zoom": 0 "zoom": 0
} }
} }
@@ -80,7 +80,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "vimrc",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -117,7 +117,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "00. Inbox/nginx.canvas", "file": "00. Inbox/樹莓派.canvas",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -142,7 +142,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "00. Inbox/nginx.canvas" "file": "00. Inbox/樹莓派.canvas"
} }
} }
}, },
@@ -172,7 +172,7 @@
"state": { "state": {
"type": "file-properties", "type": "file-properties",
"state": { "state": {
"file": "00. Inbox/nginx.canvas" "file": "00. Inbox/樹莓派.canvas"
} }
} }
} }
@@ -217,8 +217,10 @@
}, },
"active": "069e76e47c814366", "active": "069e76e47c814366",
"lastOpenFiles": [ "lastOpenFiles": [
"00. Inbox/SSIM.md",
"00. Inbox/樹莓派.canvas",
"05. 資料收集/Tool Setup/Software/vim.md",
"00. Inbox/自我成長.canvas", "00. Inbox/自我成長.canvas",
"00. Inbox/nginx.canvas",
"00. Inbox/[APP] 設定CPU Power mode.md", "00. Inbox/[APP] 設定CPU Power mode.md",
"00. Inbox/使用 librosa 做 FFT.md", "00. Inbox/使用 librosa 做 FFT.md",
"01. 個人/Datas.md", "01. 個人/Datas.md",
@@ -249,7 +251,6 @@
"02. 個人Daily/2023/12/2023-12-01(週五).md", "02. 個人Daily/2023/12/2023-12-01(週五).md",
"05. 資料收集/04. Programming/FFMPEG/ffmpeg command.md", "05. 資料收集/04. Programming/FFMPEG/ffmpeg command.md",
"02. 個人Daily/2023/12", "02. 個人Daily/2023/12",
"05. 資料收集/04. Programming/FFMPEG/00. Introduction.md",
"attachments/Pasted image 20231225164717.png", "attachments/Pasted image 20231225164717.png",
"attachments/Pasted image 20231225164413.png", "attachments/Pasted image 20231225164413.png",
"attachments/Pasted image 20231225164349.png", "attachments/Pasted image 20231225164349.png",

View File

@@ -1,7 +0,0 @@
{
"nodes":[
{"id":"e5bba63eeea5211f","x":-440,"y":-135,"width":340,"height":140,"type":"text","text":"# 安裝\n1. 到[官網](https://www.raspberrypi.com/software/)下載`imager`\n2. 記得在`imager`裡面設定ssh public key"},
{"id":"2379c5036a2ef1af","x":-60,"y":-135,"width":371,"height":315,"type":"text","text":"# 設定\n## 更新\n1. `sudo apt update`\n2. `sudo apt upgrade -y`\n\n## `raspi-config`\n1. 打開ssh與vnc\n2. 開機進入console"}
],
"edges":[]
}

View File

@@ -0,0 +1,11 @@
{
"nodes":[
{"id":"2379c5036a2ef1af","type":"text","text":"# 設定\n## 更新\n1. `sudo apt update`\n2. `sudo apt upgrade -y`\n\n## `raspi-config`\n1. 打開ssh與vnc\n2. 開機進入console","x":-60,"y":-135,"width":371,"height":315},
{"id":"3a39140e3c8408cf","x":-60,"y":220,"width":371,"height":223,"type":"text","text":"## 設定 static IP\n1. `sudo vim /etc/dhcpcd.conf`\n2. 填入\n```\ninterface wlan0\nstatic ip_address=192.168.1.21/24\nstatic routers=192.168.1.1\nstatic domain_name_servers=168.95.192.1\n```\n3. reboot"},
{"id":"e5bba63eeea5211f","type":"text","text":"# 安裝\n1. 到[官網](https://www.raspberrypi.com/software/)下載`imager`\n2. 記得在`imager`裡面設定ssh public key","x":-440,"y":-47,"width":340,"height":140}
],
"edges":[
{"id":"f01be3b2d50be1dd","fromNode":"2379c5036a2ef1af","fromSide":"bottom","toNode":"3a39140e3c8408cf","toSide":"top"},
{"id":"7ee9a7ffb58d8dd7","fromNode":"e5bba63eeea5211f","fromSide":"right","toNode":"2379c5036a2ef1af","toSide":"left"}
]
}