服务器

windows下wsl子系统安装CentOS8

10月 30, 2023 |

启用相关功能模块 设置->应用和功能->程序和功能->启用或者关闭windows功能-&gt […more]

openssl 产生证书及签名

9月 1, 2023 |

-x509产生自签名证书 openssl req -x509 -newkey rsa:2048 -keyout […more]

LVS+keepalived 使用TUN

4月 25, 2023 |

realServer配置 modprobe ipip  #加载ipip模块,生成tunl0 […more]

k8s statefulSet实践

3月 27, 2023 |

我使用的是minikube version: v1.28.0,PersistentVolume的storage […more]

minikube 实践

3月 23, 2023 |

启动集群 minikube start –force –container-runtime=contain […more]

初窥Dockerfile

3月 16, 2023 |

cat Dockerfile

// ‘.’表 […more]

linux 开通80端口

2月 25, 2023 |

firewall-cmd –zone=public –add-port=80/tcp –permanen […more]

netns和veth实操

2月 25, 2023 |

# create namespace ip netns add ns1 # create veth link […more]

java、mysql、centos设置时区

12月 13, 2021 |

通过tzselect设置的是登录用户的session时间格式,要改变系统时区,让其他应用程序,比如mysql或 […more]

git-bash 将json 中的两个tab解释为激活上下文提示

9月 29, 2021 |

git-bash中通过curl提交格式化后的json, bash将字符串中的两个tab 解释为completi […more]