Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

jiajunhuang.com

Jiajun's Blog

Get the latest updates from Jiajun's Blog directly as they happen.

Follow now 79 followers

Latest posts

Last updated 1 day ago

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

1 day ago

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

CockroachDB Serverless Architecture

about 1 month ago

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

podman 无故退出

about 1 month ago

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

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

about 2 months ago

《Cursor Control-L (CTRL-L) Keyboard Shortcuts in Terminal》When I'm using cursor in Linux...

Replace docker with podman

about 2 months ago

《Replace docker with podman》Most of the commands in podman is same as...

Using xmonad with xfce4

about 2 months ago

《Using xmonad with xfce4》I've been using XMonad as my desktop environment for...

A RC script for freebsd frpc

about 2 months ago

《A RC script for freebsd frpc》Today I'm trying to setup a jumpserver...

BottleRocket Linux check kubelet logs

about 2 months ago

《BottleRocket Linux check kubelet logs》I'm trying to setup a nodegroup in EKS...

Cockpit Create VM Permission Denied

2 months ago

《Cockpit Create VM Permission Denied》I've met an error:When I'm creating a Windows...

AWS IAM 信任链 和 EKS IRSA

3 months ago

《AWS IAM 信任链 和 EKS IRSA》最近读了一下AWS IAM的文档,此外,AWS 的 EKS 可以结合 IAM 一起使用,而且是推荐的用法,可以最小权限化,比如创建...

自己动手写一个k8s controller

3 months ago

《自己动手写一个k8s controller》如果要处理一个云原生业务,尤其是跨云业务,k8s controller 是无可避免的,这篇博客就记录我自己折腾学习 k8s controller,从最开始简单的照着 `sample-controller` 来,到扩展成一个支持多任务、多步骤的 controller...

AI 会取代你的(编程)岗位吗?

3 months ago

《AI 会取代你的(编程)岗位吗?》先说结论:我认为不会。最近和同事讨论了AI写代码,这是一些记录...