随笔分类 -  tools

obsidian-excalidraw-plugin 折腾日记
摘要:1 起因是我在 Obsidian 里用 excalidraw 画了几十帧关于 PG 中 window function 的实现。每一帧按顺序播放的话,就可以形成定格动画的效果。 obsidian 里的 excalidraw 也可以使用插件。为了形成定格动画的播放效果,我更改了 SlideShow 插 阅读全文

posted @ 2024-08-10 21:29 winter-loo 阅读(456) 评论(0) 推荐(0)

gdb with debugger adapter protocol
摘要:Since version 14, gdb has a new interpreter 'dap'. With this new feature, we can debug c/c++/rust code within neovim without using other tools. build 阅读全文

posted @ 2024-06-27 16:28 winter-loo 阅读(24) 评论(0) 推荐(0)

enable sshd in WSL
摘要:正常安装 `openssh-server`: ```shell sudo yum install -y openssh-server ``` WSL 中的特殊配置: ```shell mv /usr/bin/systemctl /usr/bin/systemctl.old curl https:// 阅读全文

posted @ 2023-08-07 21:22 winter-loo 阅读(22) 评论(0) 推荐(0)

怎么在 CentOS7 中用高版本 GCC
摘要:以前是自己编译想要的 gcc 版本。从源码安装的好处是可以使用自己想用的 gcc 版本,缺点就是麻烦。 在编译 greenplum 时,发现有个通用处理方法来使用更高版本 GCC. 原文链接 这里记录一下 CentOS 上用到的命令: yum install -y centos-release-sc 阅读全文

posted @ 2023-08-07 18:49 winter-loo 阅读(96) 评论(0) 推荐(0)

导航