Posts
HTTPS 证书申请步骤
44 words·1 min
Network
HTTPS 证书更新 # OHTTPS的免费版证书是由Let’s Encrypt颁发,专业版证书是由Sectigo(原Comodo)颁发。
Xshell Color Schemes
28 words·1 min
Kiga-Hub
Shell
Tools
Xshell 主题导入 # filename: ubuntu.
Alertmanager 告警配置
294 words·2 mins
AlertManager
group_wait(default: 30s) # How long to initially wait to send a notification for a group of alerts.
Linux upgrade gcc g++
115 words·1 min
Linux
Ubuntu gcc 升降级 # 更新系统包
图解系列
34 words·1 min
Article
图解 # 图解IT技术,让技术更简单易懂。
Awesome Command Line
416 words·2 mins
command
View Listening Ports # ss -tulnp | grep <port_number> Format Json # Unformatted json data
Interview
1686 words·8 mins
Post
Summarize # 主要语言栈golang,主要技术方微服务开发。 有微服务实践经历,了解cicd流程,求职意向基础架构研发、运维研发之类的(主要还是研发方向)。
Finite State Transducer
365 words·2 mins
Note
FST # FST是一种有限状态自动机,可以用来存储和快速查找字符串集合。
Internet Protocol version 4 & Subnet Mask
208 words·1 min
Network
进制 # 对照表
Supervisor Description
121 words·1 min
command
Supervisor管理 # 在linux服务器上部署了node项目,使用supervisor进行管理 要使更新的配置得以应用,需要重新启动supervisor服务。具体操作如下: 二、更新新的配置到supervisord 配置文件: /etc/supervisord.
How Networks work 笔记
119 words·1 min
Book
Note
《How Networks work》 # 第一章 浏览器生成消息 # 浏览器的第一步工作就是对URL进行解析
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.
Linux 基础配置及命令行操作
585 words·3 mins
Linux
免密登录配置 # 生成公钥、私钥
PAGECACHE、DENTRIES、INODES
360 words·2 mins
Kiga-Hub
Linux
Linux
/proc # /proc 是一个虚拟文件系统,通过对它的读写操作做为与Kernel实体间进行通信的一种手段 通过修改/proc中的文件,来对当前kernel的行为作出调整
Golang Concurrency Tutorial
2733 words·13 mins
Algorithm
Golang Concurrency # This tutorial covers introduction to concurrency system, concurrency versus parallelism and real world examples.