Recent Posts

handle interact shell in ansible

1 minute read

I have been using Ansible to automate some of environment setup work during my daily development/test. One thing I recently run across is to handle the int...

Tips for Intellij Idea

less than 1 minute read

If you want to launch a project from command line, you can use the command line tool to do it. The cli tool doesn’t install with Intellij, you have to instal...

Update proxy setting for docker

1 minute read

This might not be common, but we have to work with proxy to access our docker server, to set a proxy, you can add the following in your .bashrc:

Cheatsheet for Httpie

less than 1 minute read

Httpie is a fantastic command line tool that help you do more http interations using the command prompt, similar to curl, but much much better.

Iterate properties in DynamicProperyFactory

less than 1 minute read

This might not be a common scenario, but sometimes you might need to iterate all of the properties managed by archaius utlity. Here is the code that can you ...