# 我的生产力工具之 Linux 软件


Linux 用久了，总会沉淀下来一批顺手的软件。这篇笔记主要记录一下我自己平时在 Linux 下用的那些生产力工具，从日常的影音办公到后端的开发测试，算是一个我个人的装机必备清单吧。

<!--more-->

## 影音娱乐

### 视频播放器

- [MPV](https://mpv.io/installation/)
- [VLC](https://www.videolan.org/vlc/)

### 在线音乐播放

- [网易云音乐（第三方）](https://github.com/gmg137/netease-cloud-music-gtk)

## 网盘笔记

### 笔记

- [~~Joplin~~](https://joplinapp.org/download/) （已使用 **Obsidian** 代替）
- [Obsidian](https://obsidian.md/download)

## 图形图像

### 录屏直播

- [OBS Studio](https://github.com/obsproject/obs-studio) / [官网](https://obsproject.com/)

### 截图

- [Flameshot](https://flameshot.org/#download)

### 图像处理

- [GIMP](https://www.gimp.org/)
- [PhotoFlare](https://github.com/PhotoFlare/photoflare) / [官网](https://photoflare.io/)
- [~~Inkscape~~](https://inkscape.org/)
- [~~Krita~~](https://invent.kde.org/graphics/krita) / [官网](https://krita.org/)
- [~~Pinta~~](https://github.com/PintaProject/Pinta) / [官网](https://www.pinta-project.com/)

### 视频编辑

- [Shotcut](https://github.com/mltframework/shotcut) / [官网](https://www.shotcut.org/)

## 办公效率

**邮件客户端**

- [Thunderbird](https://www.thunderbird.net/)

## 网络工具

### 浏览器

- [**Ungoogled Chromium**](https://github.com/ungoogled-software/ungoogled-chromium) / [**TGZ**](https://github.com/ungoogled-software/ungoogled-chromium-portablelinux/releases) / [**Extensions**](https://ungoogled-software.github.io/ungoogled-chromium-wiki/faq#can-i-install-extensions-or-themes-from-the-chrome-webstore)（无任何谷歌服务）
- [Chromium](https://www.chromium.org/) / [下载](https://download-chromium.appspot.com/)
- [FireFox](https://www.mozilla.org/)

### 文件传输

- [LocalSend](https://github.com/localsend/localsend) / [官网](https://localsend.org/) （跨平台内网文件传输）  
- [qBittorrent](https://www.qbittorrent.org/download) （磁力、BT 下载）
- [Motrix](https://github.com/agalwood/Motrix) / [官网](https://motrix.app/) （下载）
- [aira2](https://github.com/aria2/aria2) / [官网](https://aria2.github.io/) (`命令行工具`、多线程下载)
- [~~Free Download Manager~~](https://www.freedownloadmanager.org/download-fdm-for-linux.htm) （下载）

## 系统工具

### 终端

- [~~Konsole~~](https://konsole.kde.org/)
- [~~WoTerm~~](https://github.com/aoyiduo/woterm) / [官网](http://cn.woterm.com/)
- [WezTerm](https://github.com/wezterm/wezterm) / [官网](https://wezterm.org/)

### 软件管理

- [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher/releases)

### 文件管理器

- [Dolphin](https://apps.kde.org/dolphin/)

### 压缩包管理

- [~~PeaZip~~](https://github.com/peazip/PeaZip) / [官网](https://peazip.github.io/) (显示和使用起来不好用)
- [ark](https://github.com/KDE/ark)

## 开发工具

### 编辑器

- [Visual Studio Code](https://code.visualstudio.com/)
- [Neovim](https://github.com/neovim/neovim) / [官网](https://neovim.io/)（vim 编辑器）
- [Sublime Text](https://www.sublimetext.com/download)
- [Zed](https://github.com/zed-industries/zed) / [官网](https://zed.dev/)
- [~~MarkText~~](https://github.com/marktext/marktext) / [官网](https://www.marktext.cc/)（MarkDown 编辑器）

### IDE

- [IntelliJ IDEA](https://www.jetbrains.com/idea/download/#section=linux)
- [微信开发者工具](https://github.com/msojocs/wechat-web-devtools-linux)

### 数据库

- [DBeaver](https://github.com/dbeaver/dbeaver) / [官网](https://dbeaver.io/)
- [~~RedisFish~~](https://github.com/Kuari/RedisFish) （Redis 客户端）

### 测试与调试

- [Postcat](https://github.com/Postcatlab/postcat) / [官网](https://www.postcat.com/) （API 客户端）   
- [Reqable](https://reqable.com/) （API 抓包工具）

## 通讯办公

### 即时通讯

- [QQ](https://im.qq.com/linuxqq/index.shtml)
- [微信](https://linux.weixin.qq.com)
- [钉钉](https://page.dingtalk.com/wow/dingtalk/act/download)
- [飞书](https://www.feishu.cn/download)
- [Lark](https://www.larksuite.com/download)

以上就是我目前在 Linux 上比较常用的一套软件组合。折腾各种工具其实也是一种乐趣，不过工具终归是工具，找到最契合自己习惯的那一套，能安稳干活才是最重要的。大家如果有啥好用的 Linux 神器，也欢迎推荐。

**持续更新：** <https://forum.idev.top/d/615>

