Skip to content

Linux 软件清单

Linux 系统常用软件汇总

目录

系统工具

软件用途官网
DBeaver数据库管理工具https://dbeaver.io/
QEMU虚拟机https://www.qemu.org/
UFW防火墙管理https://help.ubuntu.com/community/UFW

开发工具

软件用途官网
Git版本控制https://git-scm.com/
Neovim终端编辑器https://neovim.io/
LazyVimNeovim 发行版https://www.lazyvim.org/
DBeaver数据库客户端https://dbeaver.io/

文件管理

软件用途特点官网
Nnn文件管理器轻量、支持插件https://github.com/jarun/nnn
Ranger文件管理器键盘操作https://github.com/ranger/ranger
DolphinKDE 文件管理器图形界面https://apps.kde.org/dolphin/

终端工具

Shell

软件特点官网
Fish Shell自动补全友好https://fishshell.com/
Zsh功能强大https://www.zsh.org/
Oh My ZshZsh 框架https://ohmyz.sh/

终端复用

软件用途官网文档
Tmux终端复用https://github.com/tmux/tmux速查表

启动器

软件用途官网
Ulauncher应用启动器https://ulauncher.io/

编辑器

软件特点官网
Neovim高效终端编辑器https://neovim.io/
Emacs强大的编辑器https://www.gnu.org/software/emacs/
LazyVim开箱即用的 Neovim 配置https://www.lazyvim.org/

其他工具

文档工具

软件用途官网
LibreOffice办公套件https://www.libreoffice.org/
MarkTextMarkdown 编辑器https://marktext.app/
VNoteMarkdown 笔记https://vnotex.github.io/vnote/

思维导图

软件备注官网
iThoughts (付费)-https://www.toketaware.com/

音乐

  • 音乐播放器 (如 Rhythmbox, Spotify 等)

社交

  • 微信 (Wine):可通过 Wine 或 CrossOver 运行,无官方 Linux 版。
  • 钉钉:有官方 Linux 客户端 (https://www.dingtalk.com/)。

云盘

  • 各云存储客户端 (如 Dropbox, Nextcloud 等)

配置笔记

Tmux 快捷键

参考: Tmux 快捷键速查表

常用命令

bash
# UFW 防火墙管理
sudo ufw status
sudo ufw enable
sudo ufw disable

# 系统代理设置
export http_proxy="http://127.0.0.1:7890"
export https_proxy="http://127.0.0.1:7890"