Blog posts

2025

2024

New Trend of GPT: GPT Memory

1 minute read

Published:

The introduction of GPT memory marks a significant step forward in creating more personalized and context-aware AI interactions. In this article, we explore how GPT memory works, how it enhances the conversational experience, and the potential benefits it offers for various applications. With memory, GPT can remember past interactions, adjust its responses accordingly, and offer a more seamless, coherent dialogue. We’ll also discuss the privacy and customization aspects of memory, as well as its implications for the future of AI-powered communication.

Enforcing Label-based Pod Restrictions with Admission Webhook

less than 1 minute read

Published:

In Kubernetes, ensuring that only pods with specific labels can be deployed is a common requirement for enforcing organization policies or resource allocation strategies. This blog demonstrates how to use an Admission Webhook to restrict pod creation based on labels. By implementing a custom webhook, you can control which pods are allowed to start, ensuring that only those with the required labels meet your deployment criteria. This solution provides an additional layer of validation, enhancing the security and consistency of your Kubernetes clusters.

2023

How To ChatGPT

less than 1 minute read

Published:

A tour guide for your journey for ChatGPT-4.0

Core Addons in Kubernetes

4 minute read

Published:

Some details about three core addons(CNI, CoreDNS, KubePorxy) work for control plane of Kuberenetes.

2022

From HCI to Proxmox

1 minute read

Published:

超融合架构HCI的一些基础知识…

Nginx Basic Function

less than 1 minute read

Published:

Nginx的启动及信号格式…

Ubuntu Autoinstall

3 minute read

Published:

用了好多年的preseed终于可以换一个能看懂的版本了…

Ubuntu Network Tools

1 minute read

Published:

随着 ifconfig 和 netstat 的淘汰,ip 和 ss 已经成为 Ubuntu 系统中管理网络的现代工具。这篇专门研究了 ip 命令的基本用法,帮助系统管理员告别旧命令,并展示如何通过 netplan 检查网络配置的有效性。

An Introduction to Ceph

less than 1 minute read

Published:

Ceph is an open-source distributed storage system designed to provide highly scalable and reliable storage solutions.

GIL Introduction

3 minute read

Published:

What is GIL and Why we have to bare the GIL in Python?

Ipmi Tools

less than 1 minute read

Published:

ipmi远控,也叫作BMC

leetcode DFS Collection

1 minute read

Published:

关于模拟的五道题,尤其注意回溯和深度搜索的使用

Ubuntu apt Usage

2 minute read

Published:

关于Ubuntu下包管理软件apt的相关资料

Proxmox Handbook

less than 1 minute read

Published:

A handbook to setup your own homemade proxmox cluster…

2021

Linux Network Tools

less than 1 minute read

Published:

谈谈Ubuntu中常用的几个网络诊断工具

Linux文件系统解析

less than 1 minute read

Published:

Linux文件系统中的基础概念与常用命令

CentOS网络管理

less than 1 minute read

Published:

CentOS7中的网络配置方式

Ubuntu PXE Research

less than 1 minute read

Published:

Start Project in Pony: 使用iPXE优化Ubuntu preseed自动化流程

7 minute read

2021

Ansible Startup

1 minute read

Published:

Ansible basic architecture

LVS Notes

less than 1 minute read

Published:

关于LVS负载均衡配置的一些实例分析

Docker进阶笔记

less than 1 minute read

Published:

[狂神说JAVA系列]中,秦疆关于Docker系列的进阶课程

leetcode 1104

less than 1 minute read

Published:

【二叉树寻路】寻找之字形树上,指定节点到根节点之间的路径…

LVM学习笔记

less than 1 minute read

Published:

A quick introduction to virtualization and hypervisors…

leetcode 863

less than 1 minute read

Published:

【二叉树中所有距离为 K 的结点】给定一个二叉树,求距离某个节点为K的所有节点…

leetcode 671

less than 1 minute read

Published:

【二叉树中第二小的节点】给定一个非空特殊的二叉树,每个节点都是正数,并且每个节点的子节点数量只能为2或0…

leetcode 23

1 minute read

Published:

【最长递增子序列】根据链表数组,每个链表都是升序。将所有链表合并成一个升序列表…

Redis进阶笔记

3 minute read

Published:

[狂神说JAVA系列]中,秦疆关于Redis的解说P28-P36

Redis基础笔记

9 minute read

Published:

[狂神说JAVA系列]中,秦疆关于Redis的解说P1-P27

DDIA Chapter 05 备份

less than 1 minute read

Published:

数据密集型应用系统设计第五章笔记

leetcode 300

less than 1 minute read

Published:

给定一个数组,从中寻找最长的递增子序列…

leetcode 179

less than 1 minute read

Published:

给定一组非负整数,重新排列每个数的顺序(每个数不可拆分)使之组成一个最大的整数…

leetcode 1458

less than 1 minute read

Published:

从两个数列中寻找相同长度的两个子序列,使之点积最大…

MySQL进阶笔记

4 minute read

Published:

关于InnoDB中事务与锁的实现方案的初步学习

5 minute read

2021

Nginx Cookbook Session 01

3 minute read

Published:

通过 Nginx 服务可以构建四层/七层负载均衡,并通过HTTP协议与TCP协议来支持Session保持,健康状态检测

1 minute read

2021

Python Decorator

1 minute read

Published:

A function returning another function…

4 minute read

2018

less than 1 minute read

2018

Pagination in PHP

less than 1 minute read

Published:

实现查询结果分页

First Project of ElastiSearch

less than 1 minute read

Published:

故事要从boss吃了安利,有一天忽然心血来潮想要搞一个内部全文检索系统开始说起…

less than 1 minute read

8 minute read

2018

Build RESTful API in PHP

less than 1 minute read

Published:

【转载】如何使用PHP调用API接口(如何POST一个JSON格式的数据给Restful服务)

1 minute read