代码改变世界

阅读排行榜

sudo shutdown 定时关机

2014-09-23 20:11 by freefei, 616 阅读, 收藏,
摘要: sudo shutdown -h 23:00 阅读全文

rancher 笔记 之 rancher应用中心

2016-03-22 11:04 by freefei, 597 阅读, 收藏,
摘要: rancher应用中心 rancher 的应用中心 可以 自定义,在 admin catlog 中 指定路劲 rancher的应用中心 就是一个git项目 javascript 指定git的路劲的时候 填写的是 http://XXXXX.com/aaa.git 而不是 ssh@1231231.com 阅读全文

k8s service直接暴露外部访问配置

2021-03-06 10:28 by freefei, 593 阅读, 收藏,
摘要: # 例如 kubectl edit service kubernetes-dashboard -n kubernetes-dashboard apiVersion: v1 kind: Service metadata: creationTimestamp: "2021-03-05T09:17:16Z 阅读全文

shell 验证ip

2014-12-09 18:40 by freefei, 578 阅读, 收藏,
摘要: #!/bin/bashfunction isIp(){ IP=$1 if [ `echo $IP | awk -F . '{print NF}'` -ne 4 ];then echo "Wrong IP!" exi... 阅读全文

mysqldbcopy 数据库复制工具

2017-12-29 16:45 by freefei, 576 阅读, 收藏,
摘要: 命令参考 阅读全文
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 42 下一页
@ https://github.com/ranmufei