From 03a051164e01caaa00cebd2abdd8a0c1940f45c4 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Sat, 9 May 2020 15:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20Linux=20=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E9=9B=86=E5=90=88.Signed-off-by:=20rick.chan?= =?UTF-8?q?=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OperatingSystem/Linux/User/Linux_常用目录集合.md | 7 +++++++ .../System/Linux/Editions/Manjaro/Manjaro_初始配置.md | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 Software/Development/OperatingSystem/Linux/User/Linux_常用目录集合.md diff --git a/Software/Development/OperatingSystem/Linux/User/Linux_常用目录集合.md b/Software/Development/OperatingSystem/Linux/User/Linux_常用目录集合.md new file mode 100644 index 0000000..423a62b --- /dev/null +++ b/Software/Development/OperatingSystem/Linux/User/Linux_常用目录集合.md @@ -0,0 +1,7 @@ +# Linux 常用目录集合 + +| Directory | Descriptions | +|-------------------------|--------------| +| /usr/share/applications | Desktop Entry 文件 (*.desktop) | +| /usr/share/icons | 图标文件 | +| /usr/share/mime | MIME配置文件放在 | diff --git a/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md b/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md index 0258a0d..76ece32 100644 --- a/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md +++ b/Software/System/Linux/Editions/Manjaro/Manjaro_初始配置.md @@ -324,3 +324,11 @@ yaourt -S ttf-wps-fonts ```sh yaourt -S wps-office-fonts ``` + +## 安装 Ocenaudio + +Ocenaudio 是一款 Linux 下的音频编辑软件,提供音频转码、滤波等功能,安装方法如下: + +```sh +yaourt -S ocenaudio +```