Skip to content

Commit

Permalink
Update linux-tips.zh-cn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Mar 28, 2024
1 parent 700581d commit 5b5b718
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/post/linux-tips.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ ufw route allow proto tcp from any to any port 80

这个命令会允许外部网络访问所有用 Docker 发布出来的并且内部服务端口为 80 的所有服务。

### Btrfs & RefindEFI
/boot/refind_linux
```
"Boot using standard options" "root=PARTUUID=9255bf76-e8da-45be-9a61-4fdc63cfea7d rw rootflags=subvol=arch initrd=arch\boot\amd-ucode.img initrd=arch\boot\initramfs-%v.img"
```

### FFMPEG 将所有wmv转为MP4
```bash
for files in $(ls *.wmv)
Expand Down

0 comments on commit 5b5b718

Please sign in to comment.