Skip to content

Commit

Permalink
rust-lang
Browse files Browse the repository at this point in the history
  • Loading branch information
VinhLin committed Apr 1, 2024
1 parent 822430f commit 3547994
Show file tree
Hide file tree
Showing 14 changed files with 320 additions and 36 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - https://vinhlin.github.io/">
<title>404 Page not found | VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="A minimal hugo theme focus on content" />
<meta property="og:description" content="Technology Blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vinhlin.github.io/404.html" />

<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="A minimal hugo theme focus on content">
<meta itemprop="description" content="Technology Blog">

<link rel="canonical" href="https://vinhlin.github.io/404.html">
<link rel="icon" href="https://vinhlin.github.io//assets/favicon.ico">
Expand Down
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - http://localhost:1313/">
<title>About | VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="About" />
<meta property="og:description" content="👋 A person loving and working in IoT & Cyber-Security My Resume Mình từng học Vật lý tại trường Đại học Khoa học Tự nhiên TPHCM.
Hiện tại đang làm việc trong lĩnh vực Điện tử/IoT, cụ thể là thiết bị hộp đen (GSHT).
Expand Down
77 changes: 72 additions & 5 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<channel>

<title>VinhLin</title>
<description>A minimal hugo theme focus on content</description>
<description>Technology Blog</description>
<link>http://localhost:1313/</link>

<language>en</language>
Expand All @@ -13,6 +13,73 @@
<atom:link href="http://localhost:1313//atom.xml" rel="self" type="application/atom+xml"/>


<item>
<title>Rust Lang</title>
<link>http://localhost:1313/posts/iot/software/rust-lang/</link>
<description>&lt;h2 id=&#34;rust-lang&#34;&gt;Rust-lang&lt;/h2&gt;
&lt;h3 id=&#34;hạn-chế&#34;&gt;Hạn chế&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://users.rust-lang.org/t/why-is-there-so-much-mismanagement-in-the-rust-foundation-and-core-team/94822&#34;&gt;Năm 2023 xảy ra nhiều dramma của Rust Found&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Rust là ngôn ngữ &lt;strong&gt;khó học, code khó&lt;/strong&gt;.
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=EYCBm0xAWow&amp;amp;list=LL&amp;amp;index=3&#34;&gt;5 things I wish I knew before learning Rust&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=fknamfNtKk0&#34;&gt;Why do developers hate Rust?&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Cộng đồng &lt;strong&gt;DEV&lt;/strong&gt; chưa quá đông như Golang. &lt;a href=&#34;https://spectrum.ieee.org/the-top-programming-languages-2023&#34;&gt;Top Programming Languages 2023&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;lợi-ích&#34;&gt;Lợi ích&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Rust là ngôn ngữ &lt;strong&gt;low level&lt;/strong&gt;, được sử dụng cho nhiều mục đích khác nhau:
&lt;ul&gt;
&lt;li&gt;Dùng để code nhúng.&lt;/li&gt;
&lt;li&gt;Dùng để code phía Server.&lt;/li&gt;
&lt;li&gt;Có thể dùng để code OS - như &lt;a href=&#34;https://rust-for-linux.com/&#34;&gt;Rust for Linux&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Rust chú trọng vào sự an toàn - &lt;strong&gt;memory safety&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Cộng đồng Rust vẫn đang phát triển. &lt;a href=&#34;https://pypl.github.io/PYPL.html&#34;&gt;Dựa trên báo cáo thì số lượt tìm kiếm hướng dẫn lập trình Rust đã tăng hơn Golang&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;rust-roadmaphttpsroadmapshrust&#34;&gt;&lt;a href=&#34;https://roadmap.sh/rust&#34;&gt;Rust Roadmap&lt;/a&gt;&lt;/h3&gt;
&lt;h3 id=&#34;tài-liệu-về-rust&#34;&gt;Tài liệu về Rust&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.jetbrains.com/help/rust/getting-started.html&#34;&gt;Rust IDE - RustRover&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.rust-embedded.org/book/&#34;&gt;The Embedded Rust Book&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://std-dev-guide.rust-lang.org/&#34;&gt;Standard library developers Guide&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://blog.rust-lang.org/&#34;&gt;Blog Rust&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://doc.rust-lang.org/rust-by-example/index.html&#34;&gt;Rust By Example&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://rust-tieng-viet.github.io/getting-started/first-project.html&#34;&gt;Rust Tiếng Việt&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=rAl-9HwD858&amp;amp;list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa&amp;amp;index=3&#34;&gt;Youtube - Crust of Rust&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/@letsgetrusty&#34;&gt;Youtube - Let&amp;rsquo;s Get Rusty&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.google.com/document/d/1kQidzAlbqapu-WZTuw4Djik0uTqMZYyiMXTM9F21Dz4/edit?lid=75778#heading=h.gjdgxs&#34;&gt;Rust Cheatsheet&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://os.phil-opp.com/&#34;&gt;Writing an OS in Rust&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
</description>
<author>VinhLD</author>
<guid>http://localhost:1313/posts/iot/software/rust-lang/</guid>
<pubDate>Mon, 01 Apr 2024 18:14:13 +0700</pubDate>
</item>

<item>
<title>Raspberry OpenAuto</title>
<link>http://localhost:1313/posts/iot/software/raspberry-openauto/</link>
Expand All @@ -34,7 +101,7 @@
&lt;li&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=ko-udLtaPk8&#34;&gt;https://www.youtube.com/watch?v=ko-udLtaPk8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
<author>Calvin Tran</author>
<author>VinhLD</author>
<guid>http://localhost:1313/posts/iot/software/raspberry-openauto/</guid>
<pubDate>Mon, 01 Apr 2024 17:57:07 +0700</pubDate>
</item>
Expand All @@ -58,7 +125,7 @@

&lt;/p&gt;
</description>
<author>Calvin Tran</author>
<author>VinhLD</author>
<guid>http://localhost:1313/posts/iot/software/pi400-keyboard/</guid>
<pubDate>Mon, 01 Apr 2024 17:53:24 +0700</pubDate>
</item>
Expand Down Expand Up @@ -98,7 +165,7 @@
&lt;li&gt;&lt;a href=&#34;https://www.waveshare.com/wiki/HDMI_to_CSI_Adapter&#34;&gt;Cần thêm module covert từ HDMI - CSI&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
<author>Calvin Tran</author>
<author>VinhLD</author>
<guid>http://localhost:1313/posts/iot/software/pikvm/</guid>
<pubDate>Mon, 01 Apr 2024 17:49:12 +0700</pubDate>
</item>
Expand All @@ -122,7 +189,7 @@

&lt;/p&gt;
</description>
<author>Calvin Tran</author>
<author>VinhLD</author>
<guid>http://localhost:1313/posts/iot/hardware/unihiker/</guid>
<pubDate>Mon, 01 Apr 2024 17:34:03 +0700</pubDate>
</item>
Expand Down
27 changes: 21 additions & 6 deletions feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,33 @@
"title": "VinhLin",
"home_page_url": "http://localhost:1313/",
"feed_url": "http://localhost:1313/feed.json",
"description": "A minimal hugo theme focus on content",
"description": "Technology Blog",
"favicon": "http://localhost:1313//assets/favicon.ico",
"expired": false,
"author": {
"name": "Calvin Tran",
"name": "VinhLD",
"url": "http://localhost:1313/"
},
"items": [




{
"id": "1d6e1d9d82c5e034cbee811a39d8ea0cdf4dfb8b",
"title": "Rust Lang",
"summary": "",
"content_text": "Rust-lang Hạn chế Năm 2023 xảy ra nhiều dramma của Rust Found Rust là ngôn ngữ khó học, code khó. 5 things I wish I knew before learning Rust Why do developers hate Rust? Cộng đồng DEV chưa quá đông như Golang. Top Programming Languages 2023 Lợi ích Rust là ngôn ngữ low level, được sử dụng cho nhiều mục đích khác nhau: Dùng để code nhúng. Dùng để code phía Server. Có thể dùng để code OS - như Rust for Linux Rust chú trọng vào sự an toàn - memory safety. Cộng đồng Rust vẫn đang phát triển. Dựa trên báo cáo thì số lượt tìm kiếm hướng dẫn lập trình Rust đã tăng hơn Golang Rust Roadmap Tài liệu về Rust Rust IDE - RustRover\nThe Embedded Rust Book\nStandard library developers Guide\nBlog Rust\nRust By Example\nRust Tiếng Việt\nYoutube - Crust of Rust\nYoutube - Let\u0026rsquo;s Get Rusty\nRust Cheatsheet\nWriting an OS in Rust\n",
"content_html": "\u003ch2 id=\"rust-lang\"\u003eRust-lang\u003c/h2\u003e\n\u003ch3 id=\"hạn-chế\"\u003eHạn chế\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://users.rust-lang.org/t/why-is-there-so-much-mismanagement-in-the-rust-foundation-and-core-team/94822\"\u003eNăm 2023 xảy ra nhiều dramma của Rust Found\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRust là ngôn ngữ \u003cstrong\u003ekhó học, code khó\u003c/strong\u003e.\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://www.youtube.com/watch?v=EYCBm0xAWow\u0026amp;list=LL\u0026amp;index=3\"\u003e5 things I wish I knew before learning Rust\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://www.youtube.com/watch?v=fknamfNtKk0\"\u003eWhy do developers hate Rust?\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eCộng đồng \u003cstrong\u003eDEV\u003c/strong\u003e chưa quá đông như Golang. \u003ca href=\"https://spectrum.ieee.org/the-top-programming-languages-2023\"\u003eTop Programming Languages 2023\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"lợi-ích\"\u003eLợi ích\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eRust là ngôn ngữ \u003cstrong\u003elow level\u003c/strong\u003e, được sử dụng cho nhiều mục đích khác nhau:\n\u003cul\u003e\n\u003cli\u003eDùng để code nhúng.\u003c/li\u003e\n\u003cli\u003eDùng để code phía Server.\u003c/li\u003e\n\u003cli\u003eCó thể dùng để code OS - như \u003ca href=\"https://rust-for-linux.com/\"\u003eRust for Linux\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003eRust chú trọng vào sự an toàn - \u003cstrong\u003ememory safety\u003c/strong\u003e.\u003c/li\u003e\n\u003cli\u003eCộng đồng Rust vẫn đang phát triển. \u003ca href=\"https://pypl.github.io/PYPL.html\"\u003eDựa trên báo cáo thì số lượt tìm kiếm hướng dẫn lập trình Rust đã tăng hơn Golang\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 id=\"rust-roadmaphttpsroadmapshrust\"\u003e\u003ca href=\"https://roadmap.sh/rust\"\u003eRust Roadmap\u003c/a\u003e\u003c/h3\u003e\n\u003ch3 id=\"tài-liệu-về-rust\"\u003eTài liệu về Rust\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://www.jetbrains.com/help/rust/getting-started.html\"\u003eRust IDE - RustRover\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://docs.rust-embedded.org/book/\"\u003eThe Embedded Rust Book\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://std-dev-guide.rust-lang.org/\"\u003eStandard library developers Guide\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://blog.rust-lang.org/\"\u003eBlog Rust\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://doc.rust-lang.org/rust-by-example/index.html\"\u003eRust By Example\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://rust-tieng-viet.github.io/getting-started/first-project.html\"\u003eRust Tiếng Việt\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://www.youtube.com/watch?v=rAl-9HwD858\u0026amp;list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa\u0026amp;index=3\"\u003eYoutube - Crust of Rust\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://www.youtube.com/@letsgetrusty\"\u003eYoutube - Let\u0026rsquo;s Get Rusty\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://docs.google.com/document/d/1kQidzAlbqapu-WZTuw4Djik0uTqMZYyiMXTM9F21Dz4/edit?lid=75778#heading=h.gjdgxs\"\u003eRust Cheatsheet\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ca href=\"https://os.phil-opp.com/\"\u003eWriting an OS in Rust\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n",
"url": "http://localhost:1313/posts/iot/software/rust-lang/",
"date_published": "1046-01-09T414:11:00+07:00",
"date_modified": "1046-01-09T414:11:00+07:00",
"author": {
"name": "VinhLD",
"url": "http://localhost:1313/"
}
},

{
"id": "4cce4220308fd2f1f01e3e19db45c5f96e482829",
"title": "Raspberry OpenAuto",
Expand All @@ -25,7 +40,7 @@
"date_published": "1046-01-09T457:11:00+07:00",
"date_modified": "1046-01-09T457:11:00+07:00",
"author": {
"name": "Calvin Tran",
"name": "VinhLD",
"url": "http://localhost:1313/"
}
},
Expand All @@ -40,7 +55,7 @@
"date_published": "1046-01-09T453:11:00+07:00",
"date_modified": "1046-01-09T453:11:00+07:00",
"author": {
"name": "Calvin Tran",
"name": "VinhLD",
"url": "http://localhost:1313/"
}
},
Expand All @@ -55,7 +70,7 @@
"date_published": "1046-01-09T449:11:00+07:00",
"date_modified": "1046-01-09T449:11:00+07:00",
"author": {
"name": "Calvin Tran",
"name": "VinhLD",
"url": "http://localhost:1313/"
}
},
Expand All @@ -70,7 +85,7 @@
"date_published": "1046-01-09T434:11:00+07:00",
"date_modified": "1046-01-09T434:11:00+07:00",
"author": {
"name": "Calvin Tran",
"name": "VinhLD",
"url": "http://localhost:1313/"
}
}
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - http://localhost:1313/">
<title>VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="" />
<meta property="og:description" content="A minimal hugo theme focus on content" />
<meta property="og:description" content="Technology Blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://localhost:1313/" />

<meta itemprop="name" content="">
<meta itemprop="description" content="A minimal hugo theme focus on content">
<meta itemprop="description" content="Technology Blog">

<link rel="canonical" href="http://localhost:1313/">
<link rel="icon" href="http://localhost:1313//assets/favicon.ico">
Expand All @@ -33,7 +33,7 @@
"@type": "WebSite",
"name": "VinhLin",
"url": "http:\/\/localhost:1313\/",
"description": "A minimal hugo theme focus on content",
"description": "Technology Blog",
"thumbnailUrl": "http:\/\/localhost:1313\/assets\/favicon.ico",
"license": ""
}
Expand Down Expand Up @@ -93,17 +93,17 @@ <h1>Latest Post</h1>

<p>
<time class="g time" datetime="2024-04-01">2024-04-01</time>&nbsp;
<a href="http://localhost:1313/posts/iot/software/raspberry-openauto/">Raspberry OpenAuto</a>
<a href="http://localhost:1313/posts/iot/software/rust-lang/">Rust Lang</a>
<p>

<p>
<time class="g time" datetime="2024-04-01">2024-04-01</time>&nbsp;
<a href="http://localhost:1313/posts/iot/software/pi400-keyboard/">Pi400 Keyboard</a>
<a href="http://localhost:1313/posts/iot/software/raspberry-openauto/">Raspberry OpenAuto</a>
<p>

<p>
<time class="g time" datetime="2024-04-01">2024-04-01</time>&nbsp;
<a href="http://localhost:1313/posts/iot/software/pikvm/">PiKVM</a>
<a href="http://localhost:1313/posts/iot/software/pi400-keyboard/">Pi400 Keyboard</a>
<p>

</section>
Expand Down
6 changes: 3 additions & 3 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - https://vinhlin.github.io/">
<title>Pages | VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="Pages" />
<meta property="og:description" content="A minimal hugo theme focus on content" />
<meta property="og:description" content="Technology Blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vinhlin.github.io/pages/" />

<meta itemprop="name" content="Pages">
<meta itemprop="description" content="A minimal hugo theme focus on content">
<meta itemprop="description" content="Technology Blog">

<link rel="canonical" href="https://vinhlin.github.io/pages/">
<link rel="icon" href="https://vinhlin.github.io//assets/favicon.ico">
Expand Down
6 changes: 3 additions & 3 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - https://vinhlin.github.io/">
<title>Posts | VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="Posts" />
<meta property="og:description" content="A minimal hugo theme focus on content" />
<meta property="og:description" content="Technology Blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vinhlin.github.io/posts/" />

<meta itemprop="name" content="Posts">
<meta itemprop="description" content="A minimal hugo theme focus on content">
<meta itemprop="description" content="Technology Blog">

<link rel="canonical" href="https://vinhlin.github.io/posts/">
<link rel="icon" href="https://vinhlin.github.io//assets/favicon.ico">
Expand Down
2 changes: 1 addition & 1 deletion posts/iot/hardware/unihiker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - http://localhost:1313/">
<title>UNIHIKER | VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="UNIHIKER" />
<meta property="og:description" content="Documents Getting Started with UNIHIKER Dfrobot Sản phẩm " />
<meta property="og:type" content="article" />
Expand Down
2 changes: 1 addition & 1 deletion posts/iot/software/pi400-keyboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Liste - http://localhost:1313/">
<title>Pi400 Keyboard | VinhLin</title>
<meta name="description" content="A minimal hugo theme focus on content">
<meta name="description" content="Technology Blog">
<meta property="og:title" content="Pi400 Keyboard" />
<meta property="og:description" content="Sử dụng Raspberry Pi400 như một bàn phím thông thường. https://www.cnx-software.com/2021/10/14/using-raspberry-pi-400-keyboard-pc-as-a-usb-keyboard-for-your-pc/ https://www.tomshardware.com/news/raspberry-pi-400-usb-hid-keyboard https://github.com/Gadgetoid/pi400kb/tree/main " />
<meta property="og:type" content="article" />
Expand Down
Loading

0 comments on commit 3547994

Please sign in to comment.