DevOps

[Java] Dependency management in Gradle

2020-12-31 C.H. Ling 0

Dependency management is one of the topic in package management to ensure dependent library (jar / dll / etc) is no interference between each other and it caused compatibility problem. Besides, it can detect vulnerability […]

No Picture
Computing

[Linux] Setup service dependency

2020-11-27 C.H. Ling 0

For some service, it might have some inter-dependency on other background service. In order to setup it’s relationship, it need to alter the service file as below.

No Picture
Computing

[Docker] Common Operational Command

2020-11-23 C.H. Ling 0

There is high frequency using docker to test applications and variant projects. To ensure the efficient of maintain these commands, I created a post and update it regularly.

No Picture
Computing

[DevOps] Setup home lab in docker

2020-10-13 C.H. Ling 0

For setting the home lab in local network, there has a home server in home before. However, after move to new country the server cannot be start. So I would like to setup the platform […]

CI / CD

[Jenkins] Get credential in pipeline

2020-09-21 C.H. Ling 0

No matter what kind of program, hard-code sensitive information is not a recommend approach. In Jenkins, credentials can store in its own credential store and fetch in pipeline.

1 2 3 4 5 6