海胆阶段's Blog

  • Home

  • About

  • Tags169

  • Categories50

  • Archives325

  • Search

Cloud Init Quick Start

Posted on 2020-12-21 | Edited on 2021-10-10 | In Cloud

当时的项目用到了cloud-init 进行本机系统启动后的配置,替代之前Ansible的配置操作(也可以做ansible之前的一些更为基础的配置,比如设置network, SSH等),使其在boot后到达可用状态。其实和Ansible 一样都是configur ...

Read more »

Ansible Galaxy Modules

Posted on 2020-12-16 | Edited on 2020-12-21 | In Ansible

最近在做项目的时候,发现用到了Ansible Galaxy上的模块,这里记录一下。 Web page ansible java role,对于安装不同的Java 版本非常方便。

Read more »

Git Release Tag and Branch

Posted on 2020-12-09 | Edited on 2020-12-10 | In Git

Release Tag When to use tag: every time you push to production, tag the release. Release tag points to a specific commit in histor ...

Read more »

Gitlab CI

Posted on 2020-12-05 | Edited on 2021-01-18 | In Gitlab

目前使用的source code management tool 是gitlab, 除了行使git 的功能外,对每次 merge request 都做了额外的CI/CD操作,这里记录一下相关语法和总结 from course Continuous Delive ...

Read more »

Shell Pattern Matching

Posted on 2020-11-28 | Edited on 2022-06-19 | In Shell

Parameter expansion 这是在script 中处理string, number 数据的常用方法. 可以用来代替sed, cut这些external programs, speed up significantly. As our experie ...

Read more »

Zookeeper Quick Start

Posted on 2020-11-27 | Edited on 2020-12-26 | In Zookeeper

The Vagrant demo file please see my git repo Infratree Introduction Zookeeper quorum architecture, at least 3 nodes cluster setup ...

Read more »

Golang OOP

Posted on 2020-11-15 | Edited on 2022-04-19 | In Go

Struct Go 用struct 实现OOP, 匿名字段可看作实现了继承关系,子类也可以重写父类的方法。 Note, there is also exported and unexported fields in struct, the same patte ...

Read more »

Python3 Package

Posted on 2020-10-31 | Edited on 2022-04-20 | In Python

最近在做Project的时候发现一个package无法在jump box之外的机器上通过pip安装,后来发现这是一个内部开发的python package, 并且为jump box的pip做了设置,加入了内部的package repo address/cred ...

Read more »

nc/netcat Command

Posted on 2020-10-25 | Edited on 2022-05-03 | In Linux

I almost forget this command, but recently I used it as a TCP client to test Envoy TCP proxy. nc can also be a TCP server that lis ...

Read more »

Design Document Layout

Posted on 2020-10-24 | Edited on 2024-06-08 | In Soft Skill

Reviewer Sheet Right after the title, list stakeholders in sheet: Username | Role | Status | Last Change | Reviewer ...

Read more »
1…121314…33
海胆阶段

海胆阶段

骐骥一跃,不能十步;驽马十驾,功在不舍

325 posts
50 categories
169 tags
© 2019 – 2025 Chengdong Liao
Powered by Hexo v3.8.0
|
Theme – NexT.Muse v6.7.0
0%