MoreRSS

site iconJiajun Huang修改

毕业于软件工程专业。在分布式和高并发方面有一些经验。
请复制 RSS 到你的阅读器,或快速订阅到 :

Inoreader Feedly Follow Feedbin Local Reader

Jiajun Huang的 RSS 预览

KVM 穿透板载蓝牙和无线网卡

2025-05-05 08:00:00

《KVM 穿透板载蓝牙和无线网卡》我的Host一直是Linux,但是偶尔会打游戏,因此有一台 Windows 虚拟机,最近想要把板载蓝牙和无线网卡穿透进去,但是都遇到了一些小困难需要解决,因此记录成文...

CockroachDB Serverless Architecture

2025-04-03 08:00:00

《CockroachDB Serverless Architecture》这篇文章只是当一个“书签”的作用,最近看了一下 CockroachDB Serverless 数据库产品的公开架构文档和视频,写的太好了,值得学习!...

podman 无故退出

2025-04-02 08:00:00

《podman 无故退出》最近把 docker 删了,换成了 podman,但是遇到一件非常诡异的事情:容器启动以后,加上了 `--restart=always`,加上了 `-d`,但是总会发现,容器会无缘无故退出,而且是一堆容器一起退出,`inspect` 的时候又发现 `ExitCode` 为 0,相当诡异...

Cursor Control-L (CTRL-L) Keyboard Shortcuts in Terminal

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"...

Replace docker with podman

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 ...

Using xmonad with xfce4

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...