vault backup: 2024-01-11 19:45:46
This commit is contained in:
19
.obsidian/workspace.json
vendored
19
.obsidian/workspace.json
vendored
@@ -41,10 +41,10 @@
|
||||
"state": {
|
||||
"type": "canvas",
|
||||
"state": {
|
||||
"file": "00. Inbox/nginx.canvas",
|
||||
"file": "00. Inbox/樹莓派.canvas",
|
||||
"viewState": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"x": 86.357177734375,
|
||||
"y": 109.92861938476562,
|
||||
"zoom": 0
|
||||
}
|
||||
}
|
||||
@@ -80,7 +80,7 @@
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "",
|
||||
"query": "vimrc",
|
||||
"matchingCase": false,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
@@ -117,7 +117,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "00. Inbox/nginx.canvas",
|
||||
"file": "00. Inbox/樹莓派.canvas",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -142,7 +142,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "00. Inbox/nginx.canvas"
|
||||
"file": "00. Inbox/樹莓派.canvas"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -172,7 +172,7 @@
|
||||
"state": {
|
||||
"type": "file-properties",
|
||||
"state": {
|
||||
"file": "00. Inbox/nginx.canvas"
|
||||
"file": "00. Inbox/樹莓派.canvas"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -217,8 +217,10 @@
|
||||
},
|
||||
"active": "069e76e47c814366",
|
||||
"lastOpenFiles": [
|
||||
"00. Inbox/SSIM.md",
|
||||
"00. Inbox/樹莓派.canvas",
|
||||
"05. 資料收集/Tool Setup/Software/vim.md",
|
||||
"00. Inbox/自我成長.canvas",
|
||||
"00. Inbox/nginx.canvas",
|
||||
"00. Inbox/[APP] 設定CPU Power mode.md",
|
||||
"00. Inbox/使用 librosa 做 FFT.md",
|
||||
"01. 個人/Datas.md",
|
||||
@@ -249,7 +251,6 @@
|
||||
"02. 個人:Daily/2023/12/2023-12-01(週五).md",
|
||||
"05. 資料收集/04. Programming/FFMPEG/ffmpeg command.md",
|
||||
"02. 個人:Daily/2023/12",
|
||||
"05. 資料收集/04. Programming/FFMPEG/00. Introduction.md",
|
||||
"attachments/Pasted image 20231225164717.png",
|
||||
"attachments/Pasted image 20231225164413.png",
|
||||
"attachments/Pasted image 20231225164349.png",
|
||||
|
||||
@@ -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":[]
|
||||
}
|
||||
11
00. Inbox/樹莓派.canvas
Normal file
11
00. Inbox/樹莓派.canvas
Normal 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"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user