-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
236 lines (186 loc) · 11.1 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>OKH@nd's Blog</title>
<link>https://OKHand.org/</link>
<description>Recent content on OKH@nd's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sun, 26 Jan 2025 15:23:05 +0800</lastBuildDate><atom:link href="https://OKHand.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Claude MCP</title>
<link>https://OKHand.org/post/claude_mcp/</link>
<pubDate>Sun, 26 Jan 2025 15:23:05 +0800</pubDate>
<guid>https://OKHand.org/post/claude_mcp/</guid>
<description><p>Claude Model Context Protocol(MCP),在 Windows 環境中 Step By Step 安裝步驟!</p></description>
</item>
<item>
<title>Hybrid Search</title>
<link>https://OKHand.org/post/hybrid-search/</link>
<pubDate>Thu, 05 Dec 2024 23:56:27 +0800</pubDate>
<guid>https://OKHand.org/post/hybrid-search/</guid>
<description><p>想說都建立 Elastic 不試試看這 DB 的搜尋效果就不夠意思了吧,就有了這篇 Elastic 搜尋篇</p></description>
</item>
<item>
<title>Elastic</title>
<link>https://OKHand.org/post/elastic/</link>
<pubDate>Thu, 05 Dec 2024 23:54:28 +0800</pubDate>
<guid>https://OKHand.org/post/elastic/</guid>
<description><p>今天來嘗試使用 Elastic 向量 DB 聽說是有針對資料搜尋特化的一個向量DB,那我們就來試試看吧!!</p></description>
</item>
<item>
<title>移除Nvidia驅動與CUDA套件</title>
<link>https://OKHand.org/post/nvdriver-rm/</link>
<pubDate>Mon, 11 Nov 2024 01:15:55 +0800</pubDate>
<guid>https://OKHand.org/post/nvdriver-rm/</guid>
<description><p>因為Nvidia驅動每次都會莫名其妙不見,然後又要重裝套件,紀錄一下如何完整的移除驅動與套件。</p></description>
</item>
<item>
<title>Cookiecutter</title>
<link>https://OKHand.org/post/cookiecutter/</link>
<pubDate>Thu, 12 Sep 2024 21:20:28 +0800</pubDate>
<guid>https://OKHand.org/post/cookiecutter/</guid>
<description><p>最近在寫 Python 想說把一些 Model 匯聚成一個 Package 使用時,突然發現好像沒有一個像 Next.js 那種建立一個初始化 Templates 的工具,然後我就找到了這個。</p></description>
</item>
<item>
<title>Conda & Pip Proxy 設定</title>
<link>https://OKHand.org/post/pypi_proxy/</link>
<pubDate>Thu, 12 Sep 2024 19:56:47 +0800</pubDate>
<guid>https://OKHand.org/post/pypi_proxy/</guid>
<description><p>某次因 Server 上需先掛 Proxy 後才能上網導致 Python 安裝套件過程中需要設定 Proxy 才能下載套件紀錄。</p></description>
</item>
<item>
<title>Nvidia A100 環境設定</title>
<link>https://OKHand.org/post/nvidia-a100_env/</link>
<pubDate>Wed, 11 Sep 2024 21:23:33 +0800</pubDate>
<guid>https://OKHand.org/post/nvidia-a100_env/</guid>
<description><p>剛好有幸用到 8Core 80G GPU 的 A100 機台,但以為設定跟之前一樣卻要用 CUDA 跑 LLM 時遇到問題並紀錄解決方法。</p></description>
</item>
<item>
<title>用 LangChain 實作出簡易版 RAG</title>
<link>https://OKHand.org/post/langchain2rag/</link>
<pubDate>Sun, 09 Jun 2024 15:40:46 +0800</pubDate>
<guid>https://OKHand.org/post/langchain2rag/</guid>
<description><p>此文紀錄使用 LLama3 + Langchain + llamacpp + Chroma 組合成一個簡單的 RAG !</p></description>
</item>
<item>
<title>Ollama Modefile 可調參數紀錄</title>
<link>https://OKHand.org/post/ollama-modefile/</link>
<pubDate>Sat, 08 Jun 2024 19:56:17 +0800</pubDate>
<guid>https://OKHand.org/post/ollama-modefile/</guid>
<description><p>這邊紀錄從 Ollama github 上的 Modefile 紀錄有哪些可以修改的參數。</p></description>
</item>
<item>
<title>Ollama Deploy LLM</title>
<link>https://OKHand.org/post/ollama-deploy/</link>
<pubDate>Thu, 02 May 2024 20:08:32 +0800</pubDate>
<guid>https://OKHand.org/post/ollama-deploy/</guid>
<description><p>此文章介紹如何從安裝 Nvidia 驅動到從 HuggingFace 下載的 LLM Model 使用 Ollama 啟動 LLM 並使用 OpenWeb ui 進行溝通的部署過程紀錄。</p></description>
</item>
<item>
<title>如何正確在 Docker 與 K8s 使用 GPU</title>
<link>https://OKHand.org/post/k8sgpu/</link>
<pubDate>Wed, 28 Feb 2024 13:01:40 +0800</pubDate>
<guid>https://OKHand.org/post/k8sgpu/</guid>
<description><p>本文介紹在 Ubuntu Server 22.04 上安裝 Docker 與 Kubernetes 並在 Container 上使用 GPU 的紀錄</p></description>
</item>
<item>
<title>Windows Server S2D </title>
<link>https://OKHand.org/post/builds2d/</link>
<pubDate>Thu, 08 Feb 2024 13:29:55 +0800</pubDate>
<guid>https://OKHand.org/post/builds2d/</guid>
<description><p>本文紀錄 Windows Server 2019 上建立 S2D 的過程!!</p></description>
</item>
<item>
<title>How to Do Great Work 自我反思與心得</title>
<link>https://OKHand.org/post/how2dogreatwork/</link>
<pubDate>Sat, 30 Dec 2023 01:39:20 +0800</pubDate>
<guid>https://OKHand.org/post/how2dogreatwork/</guid>
<description><p>本文是我在閱讀 Paul Graham 在2023年7月時在他自己 Blog 所寫下的 How to Do Great Work 這篇文章的個人想法!!</p></description>
</item>
<item>
<title>Docker Swarm 入門教學</title>
<link>https://OKHand.org/post/docker-swarm/</link>
<pubDate>Sun, 26 Nov 2023 22:39:37 +0800</pubDate>
<guid>https://OKHand.org/post/docker-swarm/</guid>
<description><p>本文介紹基礎的 Docker Swarm 該如何使用</p></description>
</item>
<item>
<title>Docker 與 VM 的不同 與 Docker 指令</title>
<link>https://OKHand.org/post/docker-vm-df/</link>
<pubDate>Sun, 19 Nov 2023 16:00:41 +0800</pubDate>
<guid>https://OKHand.org/post/docker-vm-df/</guid>
<description><p>本文講述 Docker 與 VM 的不同 與 Docker 指令</p></description>
</item>
<item>
<title>Gitlab Runner</title>
<link>https://OKHand.org/post/gitlab-runner/</link>
<pubDate>Sat, 17 Jun 2023 15:33:12 +0800</pubDate>
<guid>https://OKHand.org/post/gitlab-runner/</guid>
<description><p>本文講述 Gitlab Runner 的各種類別與建立使用方法!!</p></description>
</item>
<item>
<title>Testlink Api Enabled</title>
<link>https://OKHand.org/post/testlink-api-enabled/</link>
<pubDate>Sat, 17 Jun 2023 14:11:42 +0800</pubDate>
<guid>https://OKHand.org/post/testlink-api-enabled/</guid>
<description><p>本文講述當初剛使用 TestLink 時想透過 TestLink 的 API 去互動時遇到的問題並解決的紀錄!!</p></description>
</item>
<item>
<title>Hugo 加裝 Giscus 留言板</title>
<link>https://OKHand.org/post/hugo-giscus/</link>
<pubDate>Fri, 12 May 2023 15:05:04 +0800</pubDate>
<guid>https://OKHand.org/post/hugo-giscus/</guid>
<description><p>本篇文章是自己記錄下來如何自己修改 hugo-tranquilpeak-theme 添加自己需要的 Giscus 留言板!</p></description>
</item>
<item>
<title>Jenkins 環境搭建</title>
<link>https://OKHand.org/post/jenkins-build/</link>
<pubDate>Fri, 12 May 2023 11:21:49 +0800</pubDate>
<guid>https://OKHand.org/post/jenkins-build/</guid>
<description><p>本文講述如何使用 Docker 簡單搭建 Jenkins 服務,並紀錄過程!</p></description>
</item>
<item>
<title>About_Me</title>
<link>https://OKHand.org/about_me/</link>
<pubDate>Sat, 04 Feb 2023 15:15:39 +0800</pubDate>
<guid>https://OKHand.org/about_me/</guid>
<description>Hi 👋, I'm OKH@nd Automation Developer from Taiwan Work Experience: System Integration Testing Engineer, SIT, Foxconn, Nov.2021 ~ Mar.2023 1. Responsible for x86-64 and arm server operation test 2. Test and verify system function (functional test) 3. compatibility (options compatibility test), performance (performance) 4. stress loading (stress loading) 5. reliability (RAS feature test) and integration test BIOS, BMC, and all accessories for server hardware. Automation Developer, SIT, Foxconn, Mar.2023 ~ Present 1.</description>
</item>
<item>
<title>Line Notify 搬家計畫</title>
<link>https://OKHand.org/post/line-bot-ex/</link>
<pubDate>Sat, 04 Feb 2023 15:00:40 +0800</pubDate>
<guid>https://OKHand.org/post/line-bot-ex/</guid>
<description><p>本篇文章是因為 Heroku 的免費制度結束,只好把 Service 搬遷到 Fly.io 的故事。</p></description>
</item>
<item>
<title>Line Bot 懶人包 - 總結</title>
<link>https://OKHand.org/post/line-bot-end/</link>
<pubDate>Sat, 04 Feb 2023 13:43:16 +0800</pubDate>
<guid>https://OKHand.org/post/line-bot-end/</guid>
<description><p>本篇是前面三篇文章的綜合懶人包跟總結一下目前的架構與程式!!</p></description>
</item>
<item>
<title>Line Notify 建立資料庫並提供不休息的服務</title>
<link>https://OKHand.org/post/line-bot3/</link>
<pubDate>Thu, 02 Feb 2023 16:32:43 +0800</pubDate>
<guid>https://OKHand.org/post/line-bot3/</guid>
<description><p>本文是實作如何 Heroku 持續不間段服務 與 連結 Google Sheet 當作我們的資料庫。</p></description>
</item>
<item>
<title>Line Bot 之利用 Line Notify 突破限制吧!</title>
<link>https://OKHand.org/post/line-bot2/</link>
<pubDate>Thu, 02 Feb 2023 14:52:30 +0800</pubDate>
<guid>https://OKHand.org/post/line-bot2/</guid>
<description><p>本文主要是實作如何從基本的 Line Bot 串接 Line Notify,回傳出 URL 讓使用者去綁定達到可以去互動的效果!</p></description>
</item>
<item>
<title>讓我們用 Python 開發一個 Line Bot</title>
<link>https://OKHand.org/post/line-bot1/</link>
<pubDate>Wed, 01 Feb 2023 16:24:45 +0800</pubDate>
<guid>https://OKHand.org/post/line-bot1/</guid>
<description><p>本文主要是實作如何從無到有一個簡單的 Line Bot 並把程式上傳到 Heroku 當一個 Service 可以去跟我們做簡單的互動。</p></description>
</item>
</channel>
</rss>