swordsmile's recent timeline updates
swordsmile

swordsmile

V2EX member #244892, joined on 2017-07-27 16:32:25 +08:00
Today's activity rank 6291
Linux nfs 客户端如何快速删除大量小文件
Linux  •  swordsmile  •  Apr 17  •  Lastly replied by swordsmile
21
archlinux Hyprland PipeWire 声音问题和远程问题
Linux  •  swordsmile  •  Jan 18, 2025  •  Lastly replied by viqbgrg
8
json 操作求助
新手求助  •  swordsmile  •  Oct 9, 2024  •  Lastly replied by swordsmile
7
archlinux hyprland swaylock-effects wayvnc 自动退出
Linux  •  swordsmile  •  May 31, 2024  •  Lastly replied by kuanat
3
香港的 IP 能使用 chatgpt 吗
OpenAI  •  swordsmile  •  May 13, 2024  •  Lastly replied by dallaslu
16
NAS All in one ,双网口网卡求推荐
NAS  •  swordsmile  •  May 8, 2024  •  Lastly replied by swordsmile
15
PVE 下单个大容量硬盘使用什么文件系统比较好
NAS  •  swordsmile  •  May 14, 2024  •  Lastly replied by yancyzhao
9
有没有控制键区在左侧的机械键盘(87 键)
机械键盘  •  swordsmile  •  Dec 20, 2023  •  Lastly replied by tediorelee
25
swordsmile's recent replies
@CapNemo NFS 共享是存储提供的,存储厂家一般不会开放后台的
@ryd994 #17 感谢大神提供的思路。
Linux 下有没有删除上百万文件比较快的对象存储?
Apr 29, 2025
Replied to a topic by 0x663 NAS 这几天折腾 PVE AIO 有点上头了
试试在 /etc/default/grub 添加 pcie_acs_override 参数,看分组是否多一些

GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt pcie_acs_override=downstream,multifunction"

update-grub
Mar 20, 2025
Replied to a topic by 18500592934 Linux Linux 输入法推荐
@skiy #26 可以不用 ibus 而用 fcitx5
Mar 18, 2025
Replied to a topic by 18500592934 Linux Linux 输入法推荐
如果是五笔输入法,推荐 https://github.com/KyleBing/rime-wubi86-jidian

以下是 archlinux 安装方法,仅供参考:
# 选择全部,默认安装后面这些组件 fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool
pacman -S fcitx5-im

# 一款使用 Material Design 配色的 fcitx5 皮肤
pacman -S fcitx5-material-color

pacman -S fcitx5-rime
git clone https://github.com/KyleBing/rime-wubi86-jidian.git
cp -rf rime-wubi86-jidian/* ~/.local/share/fcitx5/rime/
可以试试 lsyncd 的 direct 模式,把 Windows 目录挂载过来。

以下是 Debian 下的配置,仅供参考
```
apt install lsyncd

mkdir /etc/lsyncd/

touch /var/log/lsyncd.log
touch /var/log/lsyncd.status

cat << 'EOF' > /etc/lsyncd/lsyncd.conf.lua
settings {
logfile = "/var/log/lsyncd.log",
statusFile = "/var/log/lsyncd.status",
insist = true,
statusInterval = 10
}

sync {
default.direct,
source = "/tmp/src",
target = "/tmp/dst",
--delete = true,
--delay = 60,
maxProcesses = 1
}
EOF
```
Jan 21, 2025
Replied to a topic by EZG997 宽带症候群 办公室网络问题求助。
A 办公室的两个路由器是用来接 B 、C 办公室拉过来的网线吗?

解决方法供参考:
1 、用一个可以设置规则的双 WAN 路由器,对特定域名或 IP 走 WAN1 ,其余走 WAN2
2 、分别用两个 Linux 类智能路由器,内网只用一个网段(一个网段不会影响扫描),设置一个为主,把特定 IP 指向另一个
3 、分别用两个一般路由器(不能设置规则的),内网只用一个网段(一个网段不会影响扫描),设置一个为主(内网电脑网关指向它),一个为辅。内网再搭建一台 Linux 服务器(网关指向有固定公网的路由器),搭建 HTTP/SOCKS5 代理服务,特定网站走代理
Jan 17, 2025
Replied to a topic by swordsmile Linux archlinux Hyprland PipeWire 声音问题和远程问题
@Syiize 谢谢分享,我没用 KDE 桌面环境,用的是 Hyprland 环境。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5854 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 03:19 · PVG 11:19 · LAX 20:19 · JFK 23:19
♥ Do have faith in what you're doing.