Kiga-Hub
Xshell Color Schemes
28 words·1 min
Kiga-Hub
Shell
Tools
Xshell 主题导入 # filename: ubuntu.
Building Multi-Architecture Docker images
744 words·4 mins
Kiga-Hub
, Casual Essay
Architecture
docker
Arm64
Leverage multi-CPU architecture support # Docker images can support multiple architectures, which means that a single image may contain variants for different architectures, and sometimes for different operating systems, such as Windows.
Download and install - The Go Programming Language
300 words·2 mins
Kiga-Hub
, Casual Essay
Golang
Download and install # Download and install Go quickly with the steps described here.
PAGECACHE、DENTRIES、INODES
360 words·2 mins
Kiga-Hub
Linux
Linux
/proc # /proc 是一个虚拟文件系统,通过对它的读写操作做为与Kernel实体间进行通信的一种手段 通过修改/proc中的文件,来对当前kernel的行为作出调整