Linux

windows下wsl子系统安装CentOS8

10月 30, 2023 |

启用相关功能模块 设置->应用和功能->程序和功能->启用或者关闭windows功能-&gt […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]

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

9月 29, 2021 |

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

使用netcat启动http server

8月 11, 2021 |

while true; do ( echo -e ‘HTTP/1.1 200 OK\r\nContent-Ty […more]

linux shell sed hold space 和lable功能

6月 18, 2020 |

sed 命令的格式为 sed ‘[address]operation1′ — sed lable 实现’:’ […more]