Skip to content

Commit 21b15c7

Browse files
committed
更新linux说明文档
1 parent 35d1e8d commit 21b15c7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Linux.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ $ cat /proc/meminfo
258258

259259
[Ubuntu设置系统防火墙](https://help.ubuntu.com/community/UFW)
260260

261+
格式化U盘(需卸载/取消挂载后才能格式化)
262+
```
263+
$ sudo fdisk -l
264+
$ sudo mkfs.vfat -F 32 /dev/sdb1即可将u盘格式化为fat32格式
265+
```
261266

262267
刻录镜像文件制作U盘启动盘
263268
```
@@ -478,3 +483,10 @@ index-url = http://pypi.douban.com/simple
478483
#index-url = http://mirrors.aliyun.com/pypi/simple/
479484
```
480485
由于最新的 pip 安装需要使用的 https 加密,所以在此需要添加 trusted-host
486+
487+
488+
pip 安装 gnureadline 报错: /usr/bin/ld: cannot find -lncurses
489+
```
490+
$ sudo apt-cache search ncurses- | grep ncurses
491+
$ sudo apt-get install libncurses5-dev
492+
```

0 commit comments

Comments
 (0)