Guan 发布的文章

lemonade: 在 ssh nvim 中使用剪切板


在 neovim 中,已经对 clipboard 默认支持。如果你执行 :h clipboard,还能看到 nvim 贴心地为你提供不同平台需要的不同依赖说明。

- |g:clipboard|
- pbcopy, pbpaste (macOS)
- wl-copy, wl-paste (if $WAYLAND_DISPLAY is set)
- waycopy, waypaste (if $WAYLAND_DISPLAY is set)
- xclip (if $DISPLAY is set)
- xsel (if $DISPLAY is set)
- lemonade (for SSH) https://github.com/pocke/lemonade
- doitclient (for SSH) https://www.chiark.greenend.org.uk/~sgtatham/doit/
- win32yank (Windows)
- termux (via termux-clipboard-set, termux-clipboard-set)
- tmux (if $TMUX is set)


搭建自己的RSS服务


起步

我上个月搭建了自己的 rss 服务,昨天不能正常登录。再细查,ip 不通了。也确认了不是 ip 被封,猜测最大可能是磁盘写满。在页面上 rebuild 机器,重新搭建一次。

这次把过程记录下来,要是一个月后又崩了,我也能快速地“大不了从头再来”。