add url previewer in post content

This commit is contained in:
DefectingCat
2024-01-04 11:23:01 +08:00
parent 14c99275f7
commit d5607c0105
6 changed files with 120 additions and 7 deletions

View File

@ -4,8 +4,6 @@ date: '2023-12-26'
tags: [Rust, Linux]
---
test [rua](https://rua.plus) test [rua](https://rua.plus) test [rua](https://rua.plus)
大多数 Linux 软件都是动态链接的,动态链接可以使我们的程序不需要将所有所需要的库都打包到自身当中去。不过这样也有弊处,当目标系统比较旧,或者压根就没有我们需要的库的时候,我们的二进制文件就无法在目标系统中运行。
## 安装交叉编译工具