markdown .MD

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown .MD相关的知识,希望对你有一定的参考价值。

**Working fix:**

https://github.com/pvaret/rtl8192cu-fixes

---

Ensure you have the necessary prerequisites installed:
```
sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
```

Clone this repository:

```
git clone https://github.com/pvaret/rtl8192cu-fixes.git
```
Set it up as a DKMS module:

```
sudo dkms add ./rtl8192cu-fixes
```

Build and install it:

```
sudo dkms install 8192cu/1.11
```

Refresh the module list:

```
sudo depmod -a
```

Ensure the native (and broken) kernel driver is blacklisted:
```
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
```

And reboot. You're done.

以上是关于markdown .MD的主要内容,如果未能解决你的问题,请参考以下文章

markdown Markdown-CheatSheet.md

markdown markdown.md

Vue 中使用 markdown 和加载.md 文件

markdown md-slide-example.md

markdown(.md)常用语法

使用Python3将Markdown(.md)文本转换成 htmlpdf