工具类
Geekbench 6 跑分
Downloading Geekbench 6 for Linux
paru geekbench
geekbench6
uTools
paru utools
注意默认安装的 KRunner 快捷键为Alt
Space
。
Rubick
Releases · rubickCenter/rubick
paru rubick
KeePassXC
paru keepassxc-git
KeePassXC
-菜单栏工具
-设置
-浏览器集成
-高级
选项卡-使用自定义代理位置
浏览:/usr/bin/keepassxc-proxy
FSearch
全局搜索文件工具。
paru fsearch
打开后选项
-数据库
,添加路径/
。
AnyTXT Searcher
免费桌面全文搜索工具
paru anytxt-bin
SimpleScreenRecorder
SimpleScreenRecorder是一款屏幕录制软件,它具有录制整个桌面、应用窗口、指定窗口大小以及音/视频同步,视频缩放等功能。
Download - SimpleScreenRecorder - Maarten Baert's website
# 直接安装会报错
$ paru simplescreenrecorder
……
==> 正在开始 build()...
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
==> 错误: 在 build() 中发生一个错误。
正在放弃...
错误: 未能构建 'simplescreenrecorder-0.4.4-3':
错误: 未能构建的软件包:simplescreenrecorder-0.4.4-3
按照它提示的做。
# 下载源码
$ git clone https://aur.archlinux.org/simplescreenrecorder.git
# 在 cmake 命令后加上 -DCMAKE_POLICY_VERSION_MINIMUM=3.5
$ nano PKGBUILD
……
cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_BUILD_TYPE=Release \
-DWITH_QT5=on \
-DCMAKE_INSTALL_LIBDIR='lib' -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ../
……
# 构建安装
$ makepkg -si
Wine 运行器
Wine运行器是一个能让Linux用户更加方便地运行Windows应用的程序。原版的 Wine 只能使用命令操作,且安装过程较为繁琐,对小白不友好。于是该运行器为了解决该痛点,内置了对Wine图形化的支持、Wine 安装器、微型应用商店、各种Wine工具、自制的Wine程序打包器、运行库安装工具等。
星火应用商店下载并安装Wine运行器。
Free Download Manager
強大又现代的下载管理器。
Free Download Manager for Linux | Download
paru freedownloadmanager
安装扩展:
- Free Download Manager - Chrome 应用商店
- Free Download Manager official extension – Get this Extension for 🦊 Firefox
qBittorrent Enhanced Edition
基于 qBittorrent 的增强版 BT 下载工具。
Releases · c0re100/qBittorrent-Enhanced-Edition
paru qbittorrent-enhanced
Synology Drive Client
Synology Drive Client 是一款桌面实用程序,可在多台客户端计算机上提供面向集中化服务器 Synology Drive Server 的文件同步和个人计算机备份服务。
paru synology-drive
Syncthing + Syncthing Tray
Syncthing 是开源的、跨设备实时文件同步工具。
Syncthing Tray 是 Syncthing 的托盘图标工具。
paru syncthing-bin
paru syncthingtray
Syncthing Tray 设置向导中选择通过 Syncthing Tray 启动已安装的 Syncthing 应用程序
。
Clash Verge
A Clash Meta GUI based on Tauri.
Releases · clash-verge-rev/clash-verge-rev
paru clash-verge-rev-bin
Brook
跨平台可编程网络工具。
# 临时设置代理
$ export http_proxy=127.0.0.1:7897
$ export https_proxy=127.0.0.1:7897
# 使用 nami 安装 brook
$ bash <(curl https://bash.ooo/nami.sh)
$ nami install brook
# 创建 brook 脚本,自定义目录
$ nano ~/workspaces/service/brook.service.sh
#!/bin/bash
# 查找包含 'brook wsclient' 的进程,并获取 PID
pids=$(ps aux | grep '[b]rook wsclient' | awk '{print $2}')
# 判断是否找到了 PID
if [ -n "$pids" ]; then
for pid in $pids; do
echo "正在终止 brook wsclient 进程 (PID: $pid)"
kill "$pid"
done
else
echo "没有找到 brook wsclient 进程"
fi
# 启动 brook,具体命令看官方文档
/home/duanluan/.nami/bin/brook client -s 1.2.3.4:9999 -p 123456 --socks5 127.0.0.1:1080
$ mkdir -p ~/.config/systemd/user
# 将 brook 脚本创建为 systemd 服务
$ nano ~/.config/systemd/user/brook.service
[Unit]
Description=A cross-platform programmable network tool.
After=network.target
[Service]
ExecStart=bash /home/duanluan/workspaces/service/brook.service.sh
Restart=always
RestartSec=5
#StandardOutput=file:/home/duanluan/workspaces/service/brook.log
#StandardError=file:/home/duanluan/workspaces/service/brook_error.log
StandardOutput=null
StandardError=null
[Install]
WantedBy=graphical-session.target
$ systemctl --user daemon-reload
$ systemctl --user enable brook
$ systemctl --user start brook
$ systemctl --user status brook
proxychains
通过在应用程序与网络之间插入代理链,允许用户将所有流量通过指定的代理服务器进行转发,实现隐匿性和访问受限网络的目的。
安装 proxychains:
sudo pacman -S proxychains
在配置文件/etc/proxychain4.conf
末尾 [ProxyList] 后注释默认代理并添加新代理。
sudo nano /etc/proxychains.conf
[ProxyList]
socks5 127.0.0.1 7897
GnuPG + GpgFrontend
# 安装 GnuPG
sudo pacman -S gnupg
GpgFrontend 是一个现代化的、跨平台的 OpenPGP 图形用户界面工具,旨在为初学者提供简单易用的体验,同时为专家提供强大的功能,且完全开源、可移植。
paru gpgfrontend
Snipaste
Snipaste 是一个简单但强大的截图工具,也可以让你将截图贴回到屏幕上!下载并打开 Snipaste,按下 F1 来开始截图,再按 F3,截图就在桌面置顶显示了。就这么简单!
paru snipaste
eSearch
截屏+OCR+搜索+翻译+贴图+屏幕翻译+以图搜图+滚动截屏+录屏
paru e-search
RustDesk
快速开源远程访问和支持软件
paru rustdesk-bin
VMware Workstation Pro
VMware Workstation Pro 是一款功能强大的虚拟化软件,允许用户在单一物理机上创建和运行多个虚拟机,支持多种操作系统,适用于开发、测试和生产环境。
如何在 Linux 上下载和安装 VMware Workstation Pro 免费版 - 系统极客
注册 Broadcom 账号,用邮箱作用户名登录。
Free Downloads - Support Portal - Broadcom support portal 搜索“VMware Workstation Pro”后下载 Linux 版。
# 方法一
chmod u+x VMware-Workstation-Full-17.6.3-24583834.x86_64.bundle
sudo ./VMware-Workstation-Full-17.6.3-24583834.x86_64.bundle
# 方法二
paru -S vmware-keymaps vmware-workstation
安装过程中“VMware's Customer Experience Improvement Program ("CEIP")”可以选 No。
安装 open-vm-tools 增强虚拟机:
shellsudo pacman -S open-vm-tools
Could not connect 'Ethernet0' to virtual network '/dev/vmnet8'
shellsudo systemctl enable --now vmware-networks
Fail Network configuration is missing. Ensure that /etc/vmware/networking exists
shellsystemctl enable --now vmware-networks-configuration.service
VirtualBox
VirtualBox 是一款开源的虚拟化软件,允许用户在不同操作系统上创建和运行虚拟机,支持跨平台使用,适用于开发、测试和学习。
Linux_Downloads – Oracle VirtualBoxDownloads – Oracle VirtualBox
$ paru virtualbox-ext-oracle
:: 软件包 VIRTUALBOX-HOST-MODULES 有 15 个提供者:
:: 软件库 extra:
1) linux510-virtualbox-host-modules 2) linux515-virtualbox-host-modules 3) linux54-virtualbox-host-modules 4) linux61-rt-virtualbox-host-modules 5) linux61-virtualbox-host-modules 6) linux612-rt-virtualbox-host-modules 7) linux612-virtualbox-host-modules 8) linux613-rt-virtualbox-host-modules 9) linux614-rt-virtualbox-host-modules 10) linux615-rt-virtualbox-host-modules 11) linux615-virtualbox-host-modules 12) linux616-virtualbox-host-modules 13) linux66-rt-virtualbox-host-modules 14) linux66-virtualbox-host-modules 15) virtualbox-host-dkms
输入一个数字(默认=1):15
不能枚举 USB 设备:
shellsudo usermod -aG vboxusers $USER
运行后需要重启。
不显示 USB 设备:
shell# 添加 usbfs 用户组(virtualbox 装完成后会有 vboxusers 和 vboxsf) sudo groupadd usbfs # 将用户添加到 vboxusers、usbfs 组 sudo adduser $USER vboxusers sudo adduser $USER usbfs
VirtualBox can't enable the AMD-V extension:
shell# 移除 KVM 模块 sudo rmmod kvm_amd sudo rmmod kvm # 将 kvm 和 kvm_amt 加入黑名单模块列表 echo "blacklist kvm" | sudo tee /etc/modprobe.d/blacklist.conf echo "blacklist kvm_amd" | sudo tee -a /etc/modprobe.d/blacklist.conf sudo update-initramfs -u
安卓模拟器 麟卓卓懿
tar xvf xDroidInstall-x86_64-v13.2.380-20250306.tar.xz
./xDroidInstall-x86_64-v13.2.380-20250306.run
XMind
思维导图与头脑风暴工具。
免费下载 Xmind 思维导图 | Xmind 中文官方网站
paru xmind
Releases · henryau53/xmind-crack-patch
参考开发类软件中先安装 nvm + Node.js + pnpm + nrm。
pnpm add -g asar
proxychains git clone https://github.com/henryau53/xmind-crack-patch.git
cd xmind-crack-patch
asar pack ./app.asar.non-windows app.asar
sudo cp app.asar /opt/Xmind/resources/app.asar
Sunshine + Moonlight
Sunshine + Moonlight 是一套自托管的游戏串流解决方案,其中 Sunshine 作为服务端,Moonlight 作为客户端,使用户可以将 PC 游戏串流到其他设备上,提供低延迟和高质量的游戏体验。
Sunshine+Moonlight 低延迟远程串流和平板副屏
paru sunshine
paru moonlight-qt-bin
OBS Studio
免费且开源的用于视频录制以及直播串流的软件。
# 方法一:商店安装
# 方法二:ffmpeg-obs 会和 ffmpeg 冲突。
paru obs-studio-tytan652
# 方法三
paru obs-studio-liberty
VLC Media Player
VLC 是一款自由、开源的跨平台多媒体播放器及框架,可播放大多数多媒体文件,以及 DVD、音频 CD、VCD 及各类流媒体协议。
sudo pacman -S vlc
Remote Desktop Manager
Remote Desktop Manager(RDM)将所有远程连接集中到一个平台上,用户之间以及整个团队都可以安全地共享该平台。RDM 支持数百种集成技术(包括多种协议和 VPN),内置企业级密码管理工具、全局和细粒度访问控制,以及强大的移动应用程序,是 Windows 和 Mac 桌面客户端的补充,是远程访问的 IT 工具箱。
paru remote-desktop-manager
EasyTier
一个简单、安全、去中心化的内网穿透 VPN 组网方案,使用 Rust 语言和 Tokio 框架实现。
# 脚本安装
$ wget -O /tmp/easytier.sh "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh" && sudo bash /tmp/easytier.sh install
Install EasyTier successfully!
Default Port: 11010(UDP+TCP), Notice allowing in firewall!
Default Network Name: default, Please change it to your own network name!
Now EasyTier supports multiple config files. You can create config files in the /opt/easytier/config/ folder
For more information, please check the documents in official site
The management example of a single configuration file is as follows
Status: systemctl status easytier@default
Start: systemctl start easytier@default
Restart: systemctl restart easytier@default
Stop: systemctl stop easytier@default
# 停用服务
$ systemctl stop easytier@default
# 通过 https://easytier.cn/web/index.html#/config_generator 生成配置
$ sudo nano /opt/easytier/config/default.conf
# 启动服务
$ systemctl start easytier@default
# 更新 EasyTier 到最新版本
wget -O /tmp/easytier.sh "https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh" && bash /tmp/easytier.sh update
注意事项:
- easytier-core 命令输出的 TOML 中
rpc_portal = "0.0.0.0:15888"
,本机在/opt/easytier/config/default.conf
保持为rpc_portal = "0.0.0.0:0
不变才正常连通网络。
TeamViewer
paru teamviewer
teamviewer --daemon start
AnyDesk
Remote Desktop Software for Ubuntu and Linux | AnyDesk
paru anydesk-bin
# 开机启动
systemctl enable anydesk.service
向日葵
paru sunloginclient
# 开启服务
sudo systemctl start runsunloginclient.service
# 开机启动
sudo systemctl enable runsunloginclient.service
CopyQ
CopyQ 监控系统剪贴板并将其内容保存在自定义选项卡中。 保存的剪贴板稍后可以直接复制并粘贴到任何应用程序中。
sudo pacman -S copyq
托盘剪贴板图标,右键配置剪贴板
-快捷键
,将在鼠标位置显示剪贴板项目
的全局自定义为无。
打开 CopyQ,文件
-首选项
-快捷键
-全局
-显示/隐藏主窗口
设置为Meta/Super
V
。
闪电藤/LocalSend
闪电藤是基于 LocalSend 的二次开发产品,在原有局域网文件传输基础上,增加了 webdav 传输和云传输的能力,是一个万能的文件传输助手。
闪电藤还没上 AUR,先用 LocalSend:
paru localsend-bin
Calibre
全能电子书管理阅读编辑转换。
# 不用 AUR 中的 calibre-bin,会无法切换中文
sudo pacman -S calibre