<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"><channel><title>DIO's Blog</title><link>https://DIO0v0.github.io</link><description>&lt;p align='center'&gt;A new attempt&lt;br&gt;Record and share what I have seen and heard&lt;/p&gt;</description><copyright>DIO's Blog</copyright><docs>http://www.rssboard.org/rss-specification</docs><generator>python-feedgen</generator><image><url>https://avatars.githubusercontent.com/u/152008182?v=4</url><title>avatar</title><link>https://DIO0v0.github.io</link></image><lastBuildDate>Sat, 28 Feb 2026 14:11:50 +0000</lastBuildDate><managingEditor>DIO's Blog</managingEditor><ttl>60</ttl><webMaster>DIO's Blog</webMaster><item><title>硬盘爆了之百度网盘</title><link>https://DIO0v0.github.io/post/ying-pan-bao-le-zhi-bai-du-wang-pan.html</link><description>        
最近在看美剧《怪奇物语》，想着用百度云盘下载到本地后方便观看随意拖动，于是找了百度网盘资源总共50多个G，我的硬盘当时还有100多个G，想着怎么都是够用了于是晚上开始下，结果一早发现硬盘爆掉了下载错误。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/ying-pan-bao-le-zhi-bai-du-wang-pan.html</guid><pubDate>Sat, 28 Feb 2026 14:11:19 +0000</pubDate></item><item><title>Win11绕密</title><link>https://DIO0v0.github.io/post/Win11-rao-mi.html</link><description>## 例外
- 若开启了bit locker硬盘加密无法绕密

## 1️⃣
开机后按住`shift`键点击重启，开启windows的高级启动选项，选择疑难解答，依次点击高级选项-命令提示符。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/Win11-rao-mi.html</guid><pubDate>Thu, 01 Jan 2026 15:33:08 +0000</pubDate></item><item><title>腹灵键盘FL980使用说明书</title><link>https://DIO0v0.github.io/post/fu-ling-jian-pan-FL980-shi-yong-shuo-ming-shu.html</link><description>![image](https://github.com/user-attachments/assets/de91025f-1054-4221-a582-a1c6f2104a36)&#13;
![image](https://github.com/user-attachments/assets/6e7349aa-e8aa-494a-a8ef-06e6f54b1f0f)&#13;
![image](https://github.com/user-attachments/assets/8fafc46c-30bb-44dd-a0da-d73105b1bda4)&#13;
![image](https://github.com/user-attachments/assets/212ed17c-abd0-4695-ad9a-8970412148e8)&#13;
。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/fu-ling-jian-pan-FL980-shi-yong-shuo-ming-shu.html</guid><pubDate>Sun, 08 Dec 2024 11:55:10 +0000</pubDate></item><item><title>Finalshell连接密码解密</title><link>https://DIO0v0.github.io/post/Finalshell-lian-jie-mi-ma-jie-mi.html</link><description>## 获取密文&#13;
一般finalshell的连接记录在`connect_config.json`文件中，例如：&#13;
![image](https://github.com/user-attachments/assets/05c9cda5-11b6-456b-a2a2-b95ad838b03f)&#13;
&#13;
## 解密&#13;
可以通过代码或编译好的在线网站来解密&#13;
1. https://antontwelve.github.io/finalshellPasswordDecrypter&#13;
![image](https://github.com/user-attachments/assets/4e65b56e-25a6-4201-ade3-24a10876d54e)&#13;
2. 使用下面 Java 程序可以解密。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/Finalshell-lian-jie-mi-ma-jie-mi.html</guid><pubDate>Sun, 17 Nov 2024 14:58:54 +0000</pubDate></item><item><title>WSL：Windows上的Linux子系统</title><link>https://DIO0v0.github.io/post/WSL%EF%BC%9AWindows-shang-de-Linux-zi-xi-tong.html</link><description>## 一、开启虚拟化&#13;
打开任务管理器-CPU，查看下方是否显示为已启用：（BIOS中开启）&#13;
&lt;div align=center&gt;&#13;
&lt;img src='https://img-bca.pages.dev/file/d06868cabe18faa2aa566.png' width='20%' height='20%'/&gt;&#13;
&lt;/div&gt;&#13;
&#13;
## 二、启用相关Windows功能&#13;
&lt;div align=center&gt;&#13;
&lt;img src='https://img-bca.pages.dev/file/f171be8ceb88001d29f7a.png' width='40%' height='40%'/&gt;&#13;
&lt;/div&gt;&#13;
&#13;
## 三、安装WSL&#13;
使用cmd命令行输入以下代码：&#13;
```bash&#13;
wsl --install&#13;
```&#13;
若是在国内网络不畅可以尝试如下：&#13;
```bash&#13;
wsl --install --web-download&#13;
```&#13;
&gt; [!TIP]&#13;
&gt; 理想情况下这样应该已安装完成（默认安装的Ubuntu），不过大概率是会报错！&#13;
&#13;
&gt; [!NOTE]&#13;
&gt; Go to https://aka.ms/wsl2kernel. Then download and install the Linux kernel update package:https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi&#13;
&#13;
之后在命令行中输入`wsl --update`&#13;
&#13;
- 当然还可以安装其他的Linux发行版，通过`wsl --list --online`命令即可查看&#13;
&lt;div align=center&gt;&#13;
&lt;img src='https://img-bca.pages.dev/file/9b3fdff2120a679b8cacf.png' /&gt;&#13;
&lt;/div&gt;&#13;
&#13;
## 四、安装kali图形化界面&#13;
1. 更新系统源&#13;
`apt-get update`&#13;
2. 安装图形化界面&#13;
`apt-get install kali-win-kex`&#13;
3. 运行kex&#13;
`kex --esm --ip -sound`&#13;
之后系统会调用远程桌面连接，连接到kali&#13;
## 五、安装kali的所有工具&#13;
```&#13;
sudo apt-get install kali-linux-default  # 安装默认工具集&#13;
或&#13;
sudo apt-get install kali-linux-large    # 安装更全面的工具集&#13;
或&#13;
sudo apt-get install kali-linux-everything # 安装所有的工具&#13;
```。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/WSL%EF%BC%9AWindows-shang-de-Linux-zi-xi-tong.html</guid><pubDate>Mon, 12 Aug 2024 09:16:52 +0000</pubDate></item><item><title>Emoji Search</title><link>https://DIO0v0.github.io/post/Emoji%20Search.html</link><description>&lt;!-- ##{'style':'&lt;style&gt;#postBody{font-size:30px;color:red}&lt;/style&gt;'}## --&gt;&#13;
![image](https://i0.hdslb.com/bfs/article/9f10ae7a16b2f1297e73fcf1e638051c487596537.png)&#13;
「[Emoji Search](https://www.emojisearch.app/)」是一款专注于 Emoji 搜索的网络应用，它提供了简单直观的界面，帮助用户快速找到想要的 Emoji 表情符号，提升沟通效率和乐趣。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/Emoji%20Search.html</guid><pubDate>Sun, 04 Aug 2024 01:51:58 +0000</pubDate></item><item><title>绕过开机密码（不通过PE盘）</title><link>https://DIO0v0.github.io/post/rao-guo-kai-ji-mi-ma-%EF%BC%88-bu-tong-guo-PE-pan-%EF%BC%89.html</link><description>利用粘滞键:连按5次shift键,弹出窗口,即可利用 利用windows错误修复(通过开机时断电)&#13;
&#13;
![image](https://github.com/user-attachments/assets/f83c5e8b-7e4b-4d68-baa7-5a3a18ff491e)&#13;
&#13;
选择取消,让win7尝试修复&#13;
&#13;
![image](https://github.com/user-attachments/assets/a24406b9-4dd7-4388-ae27-288f338dfcb7)&#13;
&#13;
肯定修复不明白&#13;
&#13;
![image](https://github.com/user-attachments/assets/0279a081-97bc-494e-b8ac-71db9476bd07)&#13;
&#13;
打开第二个文档 是一个记事本 &#13;
&#13;
![image](https://github.com/user-attachments/assets/c3807171-862a-4934-bbec-5e9d28802d17)&#13;
&#13;
在文件中可以找到”打开选项”,即可进入系统目录 &#13;
&#13;
![image](https://github.com/user-attachments/assets/22ca71f3-0039-4aec-92b7-f089b8697959)&#13;
&#13;
![image](https://github.com/user-attachments/assets/b02602d7-77cd-44b5-8f25-8939cba13446)&#13;
&#13;
那么就可以有一个思路: 找到cmd 复制一个新的并将其重命名为粘滞键的程序 &#13;
1. 进入`windows\system32\`找到`sethc`也就是粘滞键的程序&#13;
&#13;
![image](https://github.com/user-attachments/assets/b6987ea4-aafb-4b1a-b080-a2681ad5d844)&#13;
&#13;
2. 将sethc改掉任意名,cmd复制并重命名为sethc&#13;
&#13;
![image](https://github.com/user-attachments/assets/0a3d3784-0cfc-4545-acd3-3e070a52a635)&#13;
&#13;
3. 然后重启 再次连按5次shift键即可打开cmd窗口 &#13;
4. 就可以有两种思路:&#13;
&#13;
- 1.更改密码&#13;
 `net user` 查看用户&#13;
&#13;
​ `net user 用户名 ''密码' `更改密码&#13;
&#13;
​- 2.添加用户`net user root 123 /add`&#13;
&#13;
​ 移动到管理员组`net localgroup administrators root /add`&#13;
&#13;
- cmd常见的小命令:&#13;
&#13;
​ `rd/s/q C:\Users\Administrator\myfirstwebpack`执行后会永久删除文件。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/rao-guo-kai-ji-mi-ma-%EF%BC%88-bu-tong-guo-PE-pan-%EF%BC%89.html</guid><pubDate>Sun, 28 Jul 2024 14:35:48 +0000</pubDate></item><item><title>当忘了Navicat连接密码！</title><link>https://DIO0v0.github.io/post/dang-wang-le-Navicat-lian-jie-mi-ma-%EF%BC%81.html</link><description>以navicat15为例，菜单栏上点击`文件`，选择`导出连接...`，一定要选中`导出密码`！！！导出格式为`*.ncx`（该ncx本质上是xml文件，文件中包含连接的全部信息），密码可以在此文件中看到&#13;
&lt;div align=center&gt;&#13;
&lt;img src='https://github.com/user-attachments/assets/a9bf53d0-bdba-4153-a3a4-10f90cf509b8' width='60%' height='60%'/&gt;&#13;
&lt;/div&gt;&#13;
## 一&#13;
在网上找的代码，本地运行或者找php在线运行都可。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/dang-wang-le-Navicat-lian-jie-mi-ma-%EF%BC%81.html</guid><pubDate>Mon, 15 Jul 2024 12:47:12 +0000</pubDate></item><item><title>MarkDown 符号大全</title><link>https://DIO0v0.github.io/post/MarkDown%20-fu-hao-da-quan.html</link><description>&lt;details open&gt;&#13;
&lt;summary&gt;人物&lt;/summary&gt;&#13;
 &#13;
| ICO | Emoji |&#13;
|     :---    |     :---      | &#13;
|🤣	:rofl:	 |😄	:smile: |&#13;
|😆	:laughing:| 😊	:blush:|&#13;
|😃	:smiley:	|☺	:relaxed:|&#13;
|😏	:smirk:	|😍	:heart_eyes:|&#13;
|😘	:kissing_heart:	|😚	:kissing_closed_eyes:&#13;
|😳	:flushed:	|😌	:relieved:&#13;
|🙄	:roll_eyes:	|🙃	:upside_down_face:&#13;
|😆	:satisfied:	|😁	:grin:&#13;
|😉	:wink:	|😜	:stuck_out_tongue_winking_eye:&#13;
|😝	:stuck_out_tongue_closed_eyes:	|😀	:grinning:&#13;
|🙁	:slightly_frowning_face:	|🙂	:slightly_smiling_face:&#13;
|😗	:kissing:	|😙	:kissing_smiling_eyes:&#13;
|😛	:stuck_out_tongue:	|😴	:sleeping:&#13;
|😟	:worried:	|😦	:frowning:&#13;
|😧	:anguished:	|😮	:open_mouth:&#13;
|😬	:grimacing:	|😕	:confused:&#13;
|😯	:hushed:	|😑	:expressionless:&#13;
|😒	:unamused:	|😅	:sweat_smile:&#13;
|😓	:sweat:	|😥	:disappointed_relieved:&#13;
|😩	:weary:	|😔	:pensive:&#13;
|😞	:disappointed:	|😖	:confounded:&#13;
|😨	:fearful:	|😰	:cold_sweat:&#13;
|😣	:persevere:	|😢	:cry:&#13;
|😭	:sob:	|😂	:joy:&#13;
|😲	:astonished:	|😱	:scream:&#13;
|:neckbeard:	|😫	:tired_face:&#13;
|😠	:angry:	|😡	:rage:&#13;
|🤔	:thinking:	|🤐	:zipper_mouth_face:&#13;
|😤	:triumph:	|😪	:sleepy:&#13;
|😋	:yum:	|😷	:mask:&#13;
|😎	:sunglasses:	|😵	:dizzy_face:&#13;
|👿	:imp:	|😈	:smiling_imp:&#13;
|😐	:neutral_face:	|😶	:no_mouth:&#13;
|😇	:innocent:	|👽	:alien:&#13;
|💛	:yellow_heart:	|💙	:blue_heart:&#13;
|💜	:purple_heart:	|❤	:heart:&#13;
|💚	:green_heart:	|💔	:broken_heart:&#13;
|💓	:heartbeat:	|💗	:heartpulse:&#13;
|💕	:two_hearts:	|💞	:revolving_hearts:&#13;
|💘	:cupid:	|💖	:sparkling_heart:&#13;
|✨	:sparkles:	|⭐	:star:&#13;
|🌟	:star2:	|💫	:dizzy:&#13;
|💥	:boom:	|💥	:collision:&#13;
|💢	:anger:	|❗	:exclamation:&#13;
|❓	:question:	|❕	:grey_exclamation:&#13;
|❔	:grey_question:	|💤	:zzz:&#13;
|💨	:dash:	|💦	:sweat_drops:&#13;
|🎶	:notes:	|🎵	:musical_note:&#13;
|🔥	:fire:	|💩	:hankey:&#13;
|💩	:poop:	|💩	:shit:&#13;
|👍	:+1:	|👍	:thumbsup:&#13;
|👎	:-1:	|👎	:thumbsdown:&#13;
|👌	:ok_hand:	|👊	:punch:&#13;
|👊	:facepunch:	|✊	:fist:&#13;
|✌	:v:	|👋	:wave:&#13;
|✋	:hand:	|✋	:raised_hand:&#13;
|👐	:open_hands:	|☝	:point_up:&#13;
|👇	:point_down:	|👈	:point_left:&#13;
|👉	:point_right:	|🙌	:raised_hands:&#13;
|🙏	:pray:	|👆	:point_up_2:&#13;
|👏	:clap:	|💪	:muscle:&#13;
|🤘	:metal:	|🖕	:fu:&#13;
|🏃	:runner:	|🏃	:running:&#13;
|👫	:couple:	|👪	:family:&#13;
|👬	:two_men_holding_hands:	|👭	:two_women_holding_hands:&#13;
|💃	:dancer:	|👯	:dancers:&#13;
|🙆	:ok_woman:	|🙅	:no_good:&#13;
|💁	:information_desk_person:	|🙋	:raising_hand:&#13;
|👰	:bride_with_veil:	|🙎	:person_with_pouting_face:&#13;
|🙍	:person_frowning:	|🙇	:bow:&#13;
|💑	:couple_with_heart:	|💆	:massage:&#13;
|💇	:haircut:	|💅	:nail_care:&#13;
|👦	:boy:	|👧	:girl:&#13;
|👩	:woman:	|👨	:man:&#13;
|👶	:baby:	|👵	:older_woman:&#13;
|👴	:older_man:	|👱	:person_with_blond_hair:&#13;
|👲	:man_with_gua_pi_mao:	|👳	:man_with_turban:&#13;
|👷	:construction_worker:	|👮	:cop:&#13;
|👼	:angel:	|👸	:princess:&#13;
|😺	:smiley_cat:	|😸	:smile_cat:&#13;
|😻	:heart_eyes_cat:	|😽	:kissing_cat:&#13;
|😼	:smirk_cat:	|🙀	:scream_cat:&#13;
|😿	:crying_cat_face:	|😹	:joy_cat:&#13;
|😾	:pouting_cat:	|👹	:japanese_ogre:&#13;
|👺	:japanese_goblin:	|🙈	:see_no_evil:&#13;
|🙉	:hear_no_evil:	|🙊	:speak_no_evil:&#13;
|💂	:guardsman:	|💀	:skull:&#13;
|🐾	:feet:	|👄	:lips:&#13;
|💋	:kiss:	|💧	:droplet:&#13;
|👂	:ear:	|👀	:eyes:&#13;
|👃	:nose:	|👅	:tongue:&#13;
|💌	:love_letter:	|👤	:bust_in_silhouette:&#13;
|👥	:busts_in_silhouette:	|💬	:speech_balloon:&#13;
|💭	:thought_balloon:       |&#13;
&#13;
&lt;/details&gt;&#13;
&#13;
&lt;details open&gt;&#13;
&lt;summary&gt;自然&lt;/summary&gt;&#13;
&#13;
| ICO | Emoji |&#13;
|     :---     |     :---      | &#13;
|☀	:sunny:	|☔	:umbrella:&#13;
☁	:cloud:	|❄	:snowflake:&#13;
⛄	:snowman:	|⚡	:zap:&#13;
🌀	:cyclone:	|🌁	:foggy:&#13;
🌊	:ocean:	|🐱	:cat:&#13;
🐶	:dog:	|🐭	:mouse:&#13;
🐹	:hamster:	|🐰	:rabbit:&#13;
🐺	:wolf:	|🐸	:frog:&#13;
🐯	:tiger:	|🐨	:koala:&#13;
🐻	:bear:	|🐷	:pig:&#13;
🐽	:pig_nose:	|🐮	:cow:&#13;
🐗	:boar:	|🐵	:monkey_face:&#13;
🐒	:monkey:	|🐴	:horse:&#13;
🐎	:racehorse:	|🐫	:camel:&#13;
🐑	:sheep:	|🐘	:elephant:&#13;
🐼	:panda_face:	|🐍	:snake:&#13;
🐦	:bird:	|🐤	:baby_chick:&#13;
🐥	:hatched_chick:	|🐣	:hatching_chick:&#13;
🐔	:chicken:	|🐧	:penguin:&#13;
🐢	:turtle:	|🐛	:bug:&#13;
🐝	:honeybee:	|🐜	:ant:&#13;
🐞	:beetle:	|🐌	:snail:&#13;
🐙	:octopus:	|🐠	:tropical_fish:&#13;
🐟	:fish:	|🐳	:whale:&#13;
🐋	:whale2:	|🐬	:dolphin:&#13;
🐄	:cow2:	|🐏	:ram:&#13;
🐀	:rat:	|🐃	:water_buffalo:&#13;
🐅	:tiger2:	|🐇	:rabbit2:&#13;
🐉	:dragon:	|🐐	:goat:&#13;
🐓	:rooster:	|🐕	:dog2:&#13;
🐖	:pig2:	|🐁	:mouse2:&#13;
🐂	:ox:	|🐲	:dragon_face:&#13;
🐡	:blowfish:	|🐊	:crocodile:&#13;
🐪	:dromedary_camel:	|🐆	:leopard:&#13;
🐈	:cat2:	|🐩	:poodle:&#13;
🐾	:paw_prints:	|💐	:bouquet:&#13;
🌸	:cherry_blossom:	|🌷	:tulip:&#13;
🍀	:four_leaf_clover:	|🌹	:rose:&#13;
🌻	:sunflower:	|🌺	:hibiscus:&#13;
🍁	:maple_leaf:	|🍃	:leaves:&#13;
🍂	:fallen_leaf:	|🌿	:herb:&#13;
🍄	:mushroom:	|🌵	:cactus:&#13;
🌴	:palm_tree:	|🌲	:evergreen_tree:&#13;
🌳	:deciduous_tree:	|🌰	:chestnut:&#13;
🌱	:seedling:	|🌼	:blossom:&#13;
🌾	:ear_of_rice:	|🐚	:shell:&#13;
🌐	:globe_with_meridians:	|🌞	:sun_with_face:&#13;
🌝	:full_moon_with_face:	|🌚	:new_moon_with_face:&#13;
🌑	:new_moon:	|🌒	:waxing_crescent_moon:&#13;
🌓	:first_quarter_moon:	|🌔	:waxing_gibbous_moon:&#13;
🌕	:full_moon:	|🌖	:waning_gibbous_moon:&#13;
🌗	:last_quarter_moon:	|🌘	:waning_crescent_moon:&#13;
🌜	:last_quarter_moon_with_face:	|🌛	:first_quarter_moon_with_face:&#13;
🌙	:crescent_moon:	|🌍	:earth_africa:&#13;
🌎	:earth_americas:	|🌏	:earth_asia:&#13;
🌋	:volcano:	|🌌	:milky_way:&#13;
⛅	:partly_sunny:	|	:octocat:&#13;
&lt;/details&gt;&#13;
&#13;
&lt;details open&gt;&#13;
&lt;summary&gt;物体&lt;/summary&gt;&#13;
 &#13;
| ICO | Emoji |&#13;
|     :---     |     :---      | &#13;
|🎍	:bamboo:	|💝	:gift_heart:&#13;
🎎	:dolls:	|🎒	:school_satchel:&#13;
🎓	:mortar_board:	|🎏	:flags:&#13;
🎆	:fireworks:	|🎇	:sparkler:&#13;
🎐	:wind_chime:	|🎑	:rice_scene:&#13;
🎃	:jack_o_lantern:	|👻	:ghost:&#13;
🎅	:santa:	|🎄	:christmas_tree:&#13;
🎁	:gift:	|🔔	:bell:&#13;
🔕	:no_bell:	|🎋	:tanabata_tree:&#13;
🎉	:tada:	|🎊	:confetti_ball:&#13;
🎈	:balloon:	|🔮	:crystal_ball:&#13;
💿	:cd:	|📀	:dvd:&#13;
💾	:floppy_disk:	|📷	:camera:&#13;
📹	:video_camera:	|🎥	:movie_camera:&#13;
💻	:computer:	|📺	:tv:&#13;
📱	:iphone:	|☎	:phone:&#13;
☎	:telephone:	|📞	:telephone_receiver:&#13;
📟	:pager:	|📠	:fax:&#13;
💽	:minidisc:	|📼	:vhs:&#13;
🔉	:sound:	|🔈	:speaker:&#13;
🔇	:mute:	|📢	:loudspeaker:&#13;
📣	:mega:	|⌛	:hourglass:&#13;
⏳	:hourglass_flowing_sand:	|⏰	:alarm_clock:&#13;
⌚	:watch:	|📻	:radio:&#13;
📡	:satellite:	|➿	:loop:&#13;
🔍	:mag:	|🔎	:mag_right:&#13;
🔓	:unlock:	|🔒	:lock:&#13;
🔏	:lock_with_ink_pen:	|🔐	:closed_lock_with_key:&#13;
🔑	:key:	|💡	:bulb:&#13;
🔦	:flashlight:	|🔆	:high_brightness:&#13;
🔅	:low_brightness:	|🔌	:electric_plug:&#13;
🔋	:battery:	|📲	:calling:&#13;
✉	:email:	|📫	:mailbox:&#13;
📮	:postbox:	|🛀	:bath:&#13;
🛁	:bathtub:	|🚿	:shower:&#13;
🚽	:toilet:	|🔧	:wrench:&#13;
🔩	:nut_and_bolt:	|🔨	:hammer:&#13;
💺	:seat:	|💰	:moneybag:&#13;
💴	:yen:	|💵	:dollar:&#13;
💷	:pound:	|💶	:euro:&#13;
💳	:credit_card:	|💸	:money_with_wings:&#13;
📧	:e-mail:	|📥	:inbox_tray:&#13;
📤	:outbox_tray:	|✉	:envelope:&#13;
📨	:incoming_envelope:	|📯	:postal_horn:&#13;
📪	:mailbox_closed:	|📬	:mailbox_with_mail:&#13;
📭	:mailbox_with_no_mail:	|📦	:package:&#13;
🚪	:door:	|🚬	:smoking:&#13;
💣	:bomb:	|🔫	:gun:&#13;
🔪	:hocho:	|💊	:pill:&#13;
💉	:syringe:	|📄	:page_facing_up:&#13;
📃	:page_with_curl:	|📑	:bookmark_tabs:&#13;
📊	:bar_chart:	|📈	:chart_with_upwards_trend:&#13;
📉	:chart_with_downwards_trend:	|📜	:scroll:&#13;
📋	:clipboard:	|📆	:calendar:&#13;
📅	:date:	|📇	:card_index:&#13;
📁	:file_folder:	|📂	:open_file_folder:&#13;
✂	:scissors:	|📌	:pushpin:&#13;
📎	:paperclip:	|✒	:black_nib:&#13;
✏	:pencil2:	|📏	:straight_ruler:&#13;
📐	:triangular_ruler:	|📕	:closed_book:&#13;
📗	:green_book:	|📘	:blue_book:&#13;
📙	:orange_book:	|📓	:notebook:&#13;
📔	:notebook_with_decorative_cover:	|📒	:ledger:&#13;
📚	:books:	|🔖	:bookmark:&#13;
📛	:name_badge:	|🔬	:microscope:&#13;
🔭	:telescope:	|📰	:newspaper:&#13;
🏈	:football:	|🏀	:basketball:&#13;
⚽	:soccer:	|⚾	:baseball:&#13;
🎾	:tennis:	|🎱	:8ball:&#13;
🏉	:rugby_football:	|🎳	:bowling:&#13;
⛳	:golf:	|🚵	:mountain_bicyclist:&#13;
🚴	:bicyclist:	|🏇	:horse_racing:&#13;
🏂	:snowboarder:	|🏊	:swimmer:&#13;
🏄	:surfer:	|🎿	:ski:&#13;
♠	:spades:	|♥	:hearts:&#13;
♣	:clubs:	|♦	:diamonds:&#13;
💎	:gem:	|💍	:ring:&#13;
🏆	:trophy:	|🎼	:musical_score:&#13;
🎹	:musical_keyboard:	|🎻	:violin:&#13;
👾	:space_invader:	|🎮	:video_game:&#13;
🃏	:black_joker:	|🎴	:flower_playing_cards:&#13;
🎲	:game_die:	|🎯	:dart:&#13;
🀄	:mahjong:	|🎬	:clapper:&#13;
📝	:memo:	|📝	:pencil:&#13;
📖	:book:	|🎨	:art:&#13;
🎤	:microphone:	|🎧	:headphones:&#13;
🎺	:trumpet:	|🎷	:saxophone:&#13;
🎸	:guitar:	|👞	:shoe:&#13;
👡	:sandal:	|👠	:high_heel:&#13;
💄	:lipstick:	|👢	:boot:&#13;
👕	:shirt:	|👕	:tshirt:&#13;
👔	:necktie:	|👚	:womans_clothes:&#13;
👗	:dress:	|🎽	:running_shirt_with_sash:&#13;
👖	:jeans:	|👘	:kimono:&#13;
👙	:bikini:	|🎀	:ribbon:&#13;
🎩	:tophat:	|👑	:crown:&#13;
👒	:womans_hat:	|👞	:mans_shoe:&#13;
🌂	:closed_umbrella:	|💼	:briefcase:&#13;
👜	:handbag:	|👝	:pouch:&#13;
👛	:purse:	|👓	:eyeglasses:&#13;
🎣	:fishing_pole_and_fish:	|☕	:coffee:&#13;
🍵	:tea:	|🍶	:sake:&#13;
🍼	:baby_bottle:	|🍺	:beer:&#13;
🍻	:beers:	|🍸	:cocktail:&#13;
🍹	:tropical_drink:	|🍷	:wine_glass:&#13;
🍴	:fork_and_knife:	|🍕	:pizza:&#13;
🍔	:hamburger:	|🍟	:fries:&#13;
🍗	:poultry_leg:	|🍖	:meat_on_bone:&#13;
🍝	:spaghetti:	|🍛	:curry:&#13;
🍤	:fried_shrimp:	|🍱	:bento:&#13;
🍣	:sushi:	|🍥	:fish_cake:&#13;
🍙	:rice_ball:	|🍘	:rice_cracker:&#13;
🍚	:rice:	|🍜	:ramen:&#13;
🍲	:stew:	|🍢	:oden:&#13;
🍡	:dango:	|🥚	:egg:&#13;
🍞	:bread:	|🍩	:doughnut:&#13;
🍮	:custard:	|🍦	:icecream:&#13;
🍨	:ice_cream:	|🍧	:shaved_ice:&#13;
🎂	:birthday:	|🍰	:cake:&#13;
🍪	:cookie:	|🍫	:chocolate_bar:&#13;
🍬	:candy:	|🍭	:lollipop:&#13;
🍯	:honey_pot:	|🍎	:apple:&#13;
🍏	:green_apple:	|🍊	:tangerine:&#13;
🍋	:lemon:	|🍒	:cherries:&#13;
🍇	:grapes:	|🍉	:watermelon:&#13;
🍓	:strawberry:	|🍑	:peach:&#13;
🍈	:melon:	|🍌	:banana:&#13;
🍐	:pear:	|🍍	:pineapple:&#13;
🍠	:sweet_potato:	|🍆	:eggplant:&#13;
🍅	:tomato:	|🌽	:corn:&#13;
&lt;/details&gt;&#13;
&#13;
&#13;
&#13;
&lt;details open&gt;&#13;
&lt;summary&gt;地点&lt;/summary&gt;&#13;
 &#13;
| ICO | Emoji |&#13;
|     :---     |     :---      | &#13;
|🏠	:house:	|🏡	:house_with_garden:&#13;
🏫	:school:	|🏢	:office:&#13;
🏣	:post_office:	|🏥	:hospital:&#13;
🏦	:bank:	|🏪	:convenience_store:&#13;
🏩	:love_hotel:	|🏨	:hotel:&#13;
💒	:wedding:	|⛪	:church:&#13;
🏬	:department_store:	|🏤	:european_post_office:&#13;
🌇	:city_sunrise:	|🌆	:city_sunset:&#13;
🏯	:japanese_castle:	|🏰	:european_castle:&#13;
⛺	:tent:	|🏭	:factory:&#13;
🗼	:tokyo_tower:	|🗾	:japan:&#13;
🗻	:mount_fuji:	|🌄	:sunrise_over_mountains:&#13;
🌅	:sunrise:	|🌠	:stars:&#13;
🗽	:statue_of_liberty:	|🌉	:bridge_at_night:&#13;
🎠	:carousel_horse:	|🌈	:rainbow:&#13;
🎡	:ferris_wheel:	|⛲	:fountain:&#13;
🎢	:roller_coaster:	|🚢	:ship:&#13;
🚤	:speedboat:	|⛵	:boat:&#13;
⛵	:sailboat:	|🚣	:rowboat:&#13;
⚓	:anchor:	|🚀	:rocket:&#13;
✈	:airplane:	|🚁	:helicopter:&#13;
🚂	:steam_locomotive:	|🚊	:tram:&#13;
🚞	:mountain_railway:	|🚲	:bike:&#13;
🚡	:aerial_tramway:	|🚟	:suspension_railway:&#13;
🚠	:mountain_cableway:	|🚜	:tractor:&#13;
🚙	:blue_car:	|🚘	:oncoming_automobile:&#13;
🚗	:car:	|🚗	:red_car:&#13;
🚕	:taxi:	|🚖	:oncoming_taxi:&#13;
🚛	:articulated_lorry:	|🚌	:bus:&#13;
🚍	:oncoming_bus:	|🚨	:rotating_light:&#13;
🚓	:police_car:	|🚔	:oncoming_police_car:&#13;
🚒	:fire_engine:	|🚑	:ambulance:&#13;
🚐	:minibus:	|🚚	:truck:&#13;
🚋	:train:	|🚉	:station:&#13;
🚆	:train2:	|🚅	:bullettrain_front:&#13;
🚄	:bullettrain_side:	|🚈	:light_rail:&#13;
🚝	:monorail:	|🚃	:railway_car:&#13;
🚎	:trolleybus:	|🎫	:ticket:&#13;
⛽	:fuelpump:	|🚦	:vertical_traffic_light:&#13;
🚥	:traffic_light:	|⚠	:warning:&#13;
🚧	:construction:	|🔰	:beginner:&#13;
🏧	:atm:	|🎰	:slot_machine:&#13;
🚏	:busstop:	|💈	:barber:&#13;
♨	:hotsprings:	|🏁	:checkered_flag:&#13;
🎌	:crossed_flags:	|🏮	:izakaya_lantern:&#13;
🗿	:moyai:	|🎪	:circus_tent:&#13;
🎭	:performing_arts:	|📍	:round_pushpin:&#13;
🚩	:triangular_flag_on_post:	|🇯🇵	:jp:&#13;
🇰🇷	:kr:	|🇨🇳	:cn:&#13;
🇺🇸	:us:	|🇫🇷	:fr:&#13;
🇪🇸	:es:	|🇮🇹	:it:&#13;
🇷🇺	:ru:	|🇬🇧	:gb:&#13;
🇬🇧	:uk:	|🇩🇪	:de:&#13;
&#13;
&lt;/details&gt;&#13;
&#13;
&#13;
&lt;details open&gt;&#13;
&lt;summary&gt;符号&lt;/summary&gt;&#13;
 &#13;
| ICO | Emoji |&#13;
|     :---     |     :---      | &#13;
|1⃣	:one:	|2⃣	:two:&#13;
3⃣	:three:	|4⃣	:four:&#13;
5⃣	:five:	|6⃣	:six:&#13;
7⃣	:seven:	|8⃣	:eight:&#13;
9⃣	:nine:	|🔟	:keycap_ten:&#13;
🔢	:1234:	|0⃣	:zero:&#13;
#⃣	:hash:	|🔣	:symbols:&#13;
◀	:arrow_backward:	|⬇	:arrow_down:&#13;
▶	:arrow_forward:	|⬅	:arrow_left:&#13;
🔠	:capital_abcd:	|🔡	:abcd:&#13;
🔤	:abc:	|↙	:arrow_lower_left:&#13;
↘	:arrow_lower_right:	|➡	:arrow_right:&#13;
⬆	:arrow_up:	|↖	:arrow_upper_left:&#13;
↗	:arrow_upper_right:	|⏬	:arrow_double_down:&#13;
⏫	:arrow_double_up:	|🔽	:arrow_down_small:&#13;
⤵	:arrow_heading_down:	|⤴	:arrow_heading_up:&#13;
↩	:leftwards_arrow_with_hook:	|↪	:arrow_right_hook:&#13;
↔	:left_right_arrow:	|↕	:arrow_up_down:&#13;
🔼	:arrow_up_small:	|🔃	:arrows_clockwise:&#13;
🔄	:arrows_counterclockwise:	|⏪	:rewind:&#13;
⏩	:fast_forward:	|ℹ	:information_source:&#13;
🆗	:ok:	|🔀	:twisted_rightwards_arrows:&#13;
🔁	:repeat:	|🔂	:repeat_one:&#13;
🆕	:new:	|🔝	:top:&#13;
🆙	:up:	|🆒	:cool:&#13;
🆓	:free:	|🆖	:ng:&#13;
🎦	:cinema:	|🈁	:koko:&#13;
📶	:signal_strength:	|🈹	:u5272:&#13;
🈴	:u5408:	|🈺	:u55b6:&#13;
🈯	:u6307:	|🈷	:u6708:&#13;
🈶	:u6709:	|🈵	:u6e80:&#13;
🈚	:u7121:	|🈸	:u7533:&#13;
🈳	:u7a7a:	|🈲	:u7981:&#13;
🈂	:sa:	|🚻	:restroom:&#13;
🚹	:mens:	|🚺	:womens:&#13;
🚼	:baby_symbol:	|🚭	:no_smoking:&#13;
🅿	:parking:	|♿	:wheelchair:&#13;
🚇	:metro:	|🛄	:baggage_claim:&#13;
🉑	:accept:	|🚾	:wc:&#13;
🚰	:potable_water:	|🚮	:put_litter_in_its_place:&#13;
㊙	:secret:	|㊗	:congratulations:&#13;
Ⓜ	:m:	|🛂	:passport_control:&#13;
🛅	:left_luggage:	|🛃	:customs:&#13;
🉐	:ideograph_advantage:	|🆑	:cl:&#13;
🆘	:sos:	|🆔	:id:&#13;
🚫	:no_entry_sign:	|🔞	:underage:&#13;
📵	:no_mobile_phones:	|🚯	:do_not_litter:&#13;
🚱	:non-potable_water:	|🚳	:no_bicycles:&#13;
🚷	:no_pedestrians:	|🚸	:children_crossing:&#13;
⛔	:no_entry:	|✳	:eight_spoked_asterisk:&#13;
❇	:sparkle:	|✴	:eight_pointed_black_star:&#13;
💟	:heart_decoration:	|🆚	:vs:&#13;
📳	:vibration_mode:	|📴	:mobile_phone_off:&#13;
💹	:chart:	|💱	:currency_exchange:&#13;
♈	:aries:	|♉	:taurus:&#13;
♊	:gemini:	|♋	:cancer:&#13;
♌	:leo:	|♍	:virgo:&#13;
♎	:libra:	|♏	:scorpius:&#13;
♐	:sagittarius:	|♑	:capricorn:&#13;
&#13;
&lt;/details&gt;。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/MarkDown%20-fu-hao-da-quan.html</guid><pubDate>Tue, 25 Jun 2024 03:50:44 +0000</pubDate></item><item><title>B站图床</title><link>https://DIO0v0.github.io/post/B-zhan-tu-chuang.html</link><description>### 在[chrome 应用商店](https://chromewebstore.google.com/)中搜索[B站图床](https://chromewebstore.google.com/detail/domljbndjbjgpkhdbmfgmiclggdfojnd)安装&#13;
![image](https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/79daaa2a-53a8-4a60-b208-c01a97a5d493)&#13;
### 打开并登录即可上传图片&#13;
![image](https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/98518c94-671c-4b0a-af15-ccdb989cf75a)&#13;
。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/B-zhan-tu-chuang.html</guid><pubDate>Sun, 23 Jun 2024 03:54:18 +0000</pubDate></item><item><title>favicon和avatar图标使用svg格式</title><link>https://DIO0v0.github.io/post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html</link><description>[favicon和avatar图标使用svg格式](https://blog.meekdai.com/post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html)&#13;
&#13;
&#13;
&#13;
## 转换&#13;
&#13;
1. 使用免费在线转换网站，上传我们的图片进行转换。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/favicon-he-avatar-tu-biao-shi-yong-svg-ge-shi.html</guid><pubDate>Sun, 23 Jun 2024 03:37:39 +0000</pubDate></item><item><title>小米路由器 4A 千兆版刷入 OpenWrt</title><link>https://DIO0v0.github.io/post/xiao-mi-lu-you-qi-%204A%20-qian-zhao-ban-shua-ru-%20OpenWrt.html</link><description># 依赖&#13;
- 电脑 Win/Mac/Linux，需要支持网线连接，如果是 Mac，需要一个网线转接器&#13;
- 小米路由器 4A 千兆版&#13;
- Python3 环境&#13;
- 网线&#13;
# 开启路由器SSH&#13;
需要先开启路由器的 SSH，小米的固件只有开发版支持 SSH，但是现在所有的版本基本都不会放出开发版；所以只能通过破解的方式开启(开启后不支持保修)；&#13;
&#13;
因为小米路由器系统存在 [CVE-2019-18370](https://nvd.nist.gov/vuln/detail/CVE-2019-18370) 漏洞，所以可以通过该漏洞开启 SSH；需要使用项目 [acecilia/OpenWRTInvasion](https://github.com/acecilia/OpenWRTInvasion) 提供的脚本&#13;
&#13;
- 下载 [acecilia/OpenWRTInvasion](https://github.com/acecilia/OpenWRTInvasion) ，并安装依赖&#13;
```&#13;
git clone https://github.com/acecilia/OpenWRTInvasion.git&#13;
cd OpenWRTInvasion&#13;
pip3 install -r requirements.txt&#13;
```&#13;
- 执行脚本&#13;
&#13;
通过 WiFi 或有线的方式连接到路由器，然后进入命令行，执行以下命令，运行 `remote_command_execution_vulnerability.py` 脚本；执行脚本时需要输入路由器的地址和后台访问密码；地址如果没有改动默认就是 `192.168.31.1`，或者访问 `miwifi.com`也可以直接访问到；如果选择了离线模式，会在本地启动一个 ftp server&#13;
```&#13;
python3 remote_command_execution_vulnerability.py&#13;
```&#13;
在执行结束后，会输出提示信息，用于通过 SSH 访问路由器&#13;
```&#13;
here two options to provide the files needed for invasion:&#13;
1. Use a local TCP file server runing on random port to provide files in local directory `script_tools`.&#13;
2. Download needed files from remote github repository. (choose this option only if github is accessable inside router device.)&#13;
Which option do you prefer? (default: 1)1&#13;
****************&#13;
router_ip_address: miwifi.com&#13;
stok: f19c778f7bc6fbe92cc70a6c6bd2bd4f&#13;
file provider: local file server&#13;
****************&#13;
start uploading config file...&#13;
start exec command...&#13;
local file server is runing on 0.0.0.0:57165. root='script_tools'&#13;
local file server is getting 'busybox-mipsel' for 192.168.31.1.&#13;
local file server is getting 'dropbearStaticMipsel.tar.bz2' for 192.168.31.1.&#13;
done! Now you can connect to the router using several options: (user: root, password: root)&#13;
* telnet miwifi.com&#13;
* ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc -o UserKnownHostsFile=/dev/null root@miwifi.com&#13;
* ftp: using a program like cyberduck&#13;
```&#13;
- SSH访问路由器&#13;
&#13;
通过指定参数的方式，使用 SSH 访问路由器，用户名密码都是 `root`&#13;
```&#13;
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc -o UserKnownHostsFile=/dev/null root@miwifi.com&#13;
```&#13;
# 刷入 Breed&#13;
启用 SSH 之后，就可以刷入 Breed 了；Breed 是由 [HackPascal](https://github.com/hackpascal) 开发的 Bootloader（引导装载程序），最大的特点是支持通过访问网页刷机，刷机失败后可以直接重置而不会导致机器变砖&#13;
- 下载&#13;
&#13;
小米路由器4A试用的CPU是mt7621，可以在 [https://breed.hackpascal.net/](https://breed.hackpascal.net/breed-mt7621-pbr-m1.bin) 下载，名称为 `breed-mt7621-pbr-m1.bin`&#13;
- 上传&#13;
&#13;
下载 Breed 后，需要通过 FTP 的方式上传到路由器，可以使用 [Cyberduck](https://cyberduck.io/download/)&#13;
连接地址为路由器的地址，默认是 `192.168.31.1`，选择上传到 `/tmp` 目录下（其他目录可能会因为权限导致上传失败）&#13;
![image](https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/b53898ba-d48e-4774-9e11-56879096f550)&#13;
- 刷入&#13;
&#13;
通过 SSH 登录路由器，执行以下命令，刷入 Breed 固件，需要注意的是，输入 Breed 后路由器不会开启 WiFi，只能通过网线的方式访问；另外刷入 Breed 后，路由器的指示灯会变得很暗或完全不亮，可以通过网线连接电脑，查看连接属性，如果分配了 IP 则说明路由器正常进入 Breed&#13;
```&#13;
cd /tmp&#13;
mtd write breed-mt7621-pbr-m1.bin Bootloader&#13;
```&#13;
刷入完成后，路由器会重启；通过网线连接后访问 http://192.168.1.1/ 即可进入 Breed 界面&#13;
&lt;img width='1255' alt='homelab-miwifi-breed-info' src='https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/b913654c-dcbb-4e15-9162-be0350c216c3'&gt;&#13;
# 刷入OpenWrt&#13;
注意，下面的镜像都有 initramfs-kernel 和 squashfs-sysupgrade 两种；需要使用的是 squashfs-sysupgrade；如果刷入 initramfs-kernel，在重启后配置会丢失，这是因为 initramfs-kernel 将配置保存在内存中，而不是磁盘&#13;
## 下载官方镜像&#13;
官方镜像可以从以下两个镜像下载；测试发现官方的 initramfs-kernel 可以正常刷入，但是 squashfs-sysupgrade 刷入后会导致路由器不断的重启，无法工作&#13;
- [Xiaomi Mi Router 4A Gigabit Edition 说明文档](https://openwrt.org/inbox/toh/xiaomi/xiaomi_mi_router_4a_gigabit_edition)&#13;
&lt;img width='1332' alt='homelab-miwifi-openwrt-firmware-official2' src='https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/c553226f-a077-483f-b7a9-dafec705d83c'&gt;&#13;
&#13;
- [https://firmware-selector.openwrt.org/](https://firmware-selector.openwrt.org/?version=21.02.3&amp;target=ramips/mt7621&amp;id=xiaomi_mi-router-4a-gigabit)&#13;
&#13;
![image](https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/71526f16-5cd9-4e67-8b00-34b3098ef23a)&#13;
&#13;
&#13;
## 刷入OpenWrt&#13;
进入 Breed，选择固件更新，选择固件，在文件夹中选择 `Kernel` 版本的镜像，上传并更新；&#13;
&lt;img width='1258' alt='homelab-miwifi-breed-firmware-upload' src='https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/0fc377d6-20ea-40de-8ae6-e185030aff8a'&gt;&#13;
![image](https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/0f10a0e9-a004-4cae-9c88-e4914993e3cf)&#13;
&#13;
等待刷入完成后，访问 http://192.168.31.1/ 即可进入 OpenWrt， 默认的用户名密码是 root 和 password&#13;
&lt;img width='1671' alt='homelab-miwifi-openwrt-homepage' src='https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/fefe29d5-5b50-426c-984f-b4ee4ef266fc'&gt;&#13;
&#13;
如果刷入失败，或者想重新刷入其他固件，可以将路由器断电，按住 Reset 后通电，直到路由器指示灯闪烁后松开 Reset，即可进入 Breed 重新进行刷机&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/xiao-mi-lu-you-qi-%204A%20-qian-zhao-ban-shua-ru-%20OpenWrt.html</guid><pubDate>Sat, 22 Jun 2024 10:21:59 +0000</pubDate></item><item><title>强调关键信息使用</title><link>https://DIO0v0.github.io/post/qiang-diao-guan-jian-xin-xi-shi-yong.html</link><description>&gt; [!NOTE]&#13;
&gt; Useful information that users should know, even when skimming content.&#13;
&#13;
&gt; [!TIP]&#13;
&gt; Helpful advice for doing things better or more easily.&#13;
&#13;
&gt; [!IMPORTANT]&#13;
&gt; Key information users need to know to achieve their goal.&#13;
&#13;
&gt; [!WARNING]&#13;
&gt; Urgent info that needs immediate user attention to avoid problems.&#13;
&#13;
&gt; [!CAUTION]&#13;
&gt; Advises about risks or negative outcomes of certain actions.&#13;
&#13;
### 1. LaTeX 公式：完美展示数学表达式&#13;
&#13;
Markdown 允许嵌入 LaTeX 语法展示数学公式：&#13;
&#13;
- **行内公式**：用 `$` 包裹公式，如 $E = mc^2$。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/qiang-diao-guan-jian-xin-xi-shi-yong.html</guid><pubDate>Sat, 22 Jun 2024 10:02:34 +0000</pubDate></item><item><title>Blog Test</title><link>https://DIO0v0.github.io/post/Blog%20Test.html</link><description># Try_it&#13;
# First Blog test&#13;
&#13;
![1](https://github.com/DIO0v0/DIO0v0.github.io/assets/152008182/5843cea9-dfd8-48b4-a706-e54091114bad)&#13;
`Gmeek-html&lt;img src='https://picsum.photos/200'&gt;`&#13;
&#13;
&#13;
&#13;
![](https://i0.hdslb.com/bfs/article/bfe5ce3ab5de2efe167ab70db727ee523546572358945684.png)&#13;
&#13;
`Gmeek-html&lt;iframe src='//player.bilibili.com/player.html?isOutside=true&amp;aid=1305790042&amp;bvid=BV1GM4m1m7ZD&amp;cid=1588230883&amp;p=1' scrolling='no' border='0' frameborder='no' framespacing='0' allowfullscreen='true' width='100%' height='460px'&gt;&lt;/iframe&gt;`&#13;
。</description><guid isPermaLink="true">https://DIO0v0.github.io/post/Blog%20Test.html</guid><pubDate>Sat, 22 Jun 2024 03:07:13 +0000</pubDate></item></channel></rss>