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...
2025-03-15 08:00:00
《BottleRocket Linux check kubelet logs》I'm trying to setup a nodegroup in EKS, but it fails with error log:"NodeCreationFailure Instances failed to join the kubernetes cluster", the system log of EC2 instance shows"[FAILED] Failed to start Kubelet. See 'systemctl status kubelet.service' for details"...
2025-03-02 08:00:00
《Cockpit Create VM Permission Denied》I've met an error:When I'm creating a Windows VM by using "Cockpit Virtual Machine", I want to use...