2025-04-03 08:00:00
《CockroachDB Serverless Architecture》这篇文章只是当一个“书签”的作用,最近看了一下 CockroachDB Serverless 数据库产品的公开架构文档和视频,写的太好了,值得学习!...
2025-04-02 08:00:00
《podman 无故退出》最近把 docker 删了,换成了 podman,但是遇到一件非常诡异的事情:容器启动以后,加上了 `--restart=always`,加上了 `-d`,但是总会发现,容器会无缘无故退出,而且是一堆容器一起退出,`inspect` 的时候又发现 `ExitCode` 为 0,相当诡异...
2025-03-22 08:00:00
《Cursor Control-L (CTRL-L) Keyboard Shortcuts in Terminal》When I'm using cursor in Linux, I'm using CTRL-L to clear the terminal screen, but it conflicts withcursor's default behavior, which is used for "Add to Chat"...
2025-03-21 08:00:00
《Replace docker with podman》Most of the commands in podman is same as docker, it is easy to replace docker with podman. The difference is:1. When you running container by using docker, as docker is a client-server architecture, docker use a daemon to ...
2025-03-18 08:00:00
《Using xmonad with xfce4》I've been using XMonad as my desktop environment for 13 years. It's effecient and productive, but with a little bit uglybecause actually, XMonad is not a desktop environment, it's just a window manager...
2025-03-16 08:00:00
《A RC script for freebsd frpc》Today I'm trying to setup a jumpserver for my local network using frpc. My jumpserver is a Linux machine before butnow I decide to use FreeBSD instead...