This is the first Java post in my blog, actually I have lots of summaries about Java in recently years, they just get accumulated ...
Setup SSH Pub Key Authentication
More information about ssh and scp can refer this post. This is about how to set up SSH public key authentication, after that you ...
Git Rename Limit
I encounter a git issue when I run these commands, they are used to sync up with origin/master: git_clean() { git reset --ha ...
Kubernetes Ingress
Kubernetes version 1.13.2 First understand basis: Ingress vs Load Balancer Kubernetes NodePort vs LoadBalancer vs Ingress? When s ...
Docker Commit
When build docker images, sometimes we need to use some files to install some packages inside container, for example when build re ...
Python for Devops
Good description for daily use: One time I was in the ocean and a wave crashed on top of me and took my breath away as it pulled m ...
Double Level Softlink
This blog shows how double level softlink can be a good workaround for some situations. We need to link persistent data to a direc ...
Linux getfacl and setfacl Commands
Today I learn a new method to operate on permission of files and directories, usually I use chmod and chown. One thing you need to ...