会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云原生黑板报
You never know what you can do till you try.
博客园
首页
新随笔
联系
订阅
管理
2023年8月20日
部署 Statefulset 服务 Zookeeper
摘要: 部署 Statefulset 服务 Zookeeper ## 创建 Zookeeper 镜像 ### 下载 Zookeeper 二进制包 ```shell mkdir zk cd zk/ wget https://dlcdn.apache.org/zookeeper/zookeeper-3.8.1/
阅读全文
posted @ 2023-08-20 16:35 SimonLiu91
阅读(108)
评论(0)
推荐(0)
2020年9月14日
shell脚本系列:用shell实现trim函数
摘要: 如何去除字符串两边的空格?
阅读全文
posted @ 2020-09-14 19:54 SimonLiu91
阅读(3346)
评论(1)
推荐(0)
2020年9月10日
使用F4生成vim模板文件
摘要: 使用F4生成vim模板文件。
阅读全文
posted @ 2020-09-10 16:50 SimonLiu91
阅读(230)
评论(0)
推荐(0)
2020年9月9日
shell脚本系列:理解shell中的\$$、\$!、\$?、\$-、\$*、\$@、\$0、\$#
摘要: 理解shell中的$$、$!、$?、$-、$*、$@$0、$#。
阅读全文
posted @ 2020-09-09 17:13 SimonLiu91
阅读(2540)
评论(0)
推荐(0)
shell脚本系列:理解shell的三种重定向
摘要: 理解shell的三种重定向。
阅读全文
posted @ 2020-09-09 17:06 SimonLiu91
阅读(752)
评论(0)
推荐(0)
2020年8月27日
快速搭建Elasticsearch学习环境
摘要: 本文我们通过Docker容器搭建一套Elasticsearch学习环境。
阅读全文
posted @ 2020-08-27 14:40 SimonLiu91
阅读(193)
评论(0)
推荐(0)
shell脚本系列:如何获取脚本当前路径
摘要: 获取脚本所在绝对路径。
阅读全文
posted @ 2020-08-27 13:14 SimonLiu91
阅读(892)
评论(0)
推荐(0)
shell脚本系列:常用工具
摘要: Linux中有很多非常实用的工具或命令,灵活运用这些工具,可以帮助我们在Shell编程中化繁为简,如虎添翼。可能一个工具或命令就能让原本负责的问题快速解决,本章节我们来一起丰富我们的工具库,日常可以多积累总结,帮助我们更好的编写Shell。
阅读全文
posted @ 2020-08-27 13:10 SimonLiu91
阅读(2749)
评论(0)
推荐(0)
2020年8月26日
shell脚本系列:[[ ]]和[ ]的区别
摘要: [[ ]]和[ ]的区别。
阅读全文
posted @ 2020-08-26 19:15 SimonLiu91
阅读(410)
评论(0)
推荐(0)
shell脚本系列:特殊变量
摘要: 特殊变量。
阅读全文
posted @ 2020-08-26 19:12 SimonLiu91
阅读(169)
评论(0)
推荐(0)
下一页