Posts

Continuing my quest with my new site, i decided to include recent posts on the main page in order to produce blog posts with recent activity done basically on “pages” area in order to keep content organized and structured so you can benefit and i can keep feeding such topics consistently instead of posting content which looses its value after some time and becames dispersed information.


Continue reading >>


This post will be just Ansible code, the purpose is to let code speak itself, if you already know some about Ansible, you should be good to go, if not, well follow a begginers tutorial and then comeback.


Continue reading >>


This post is yet another case of what’s going on here type of situation.

The phenomena:

arp works, but no ping

# arp -d 10.199.101.103       <-- removing specific address
# arp -n | grep 103           <-- just proving is not there 
# ping -w1 -c1 10.199.101.103 <-- using ping to force arp resolution 

Continue reading >>


This post is about a simple case of what’s going on here type of situation.

The phenomena:

curl works

[root@9479f6c84cfc /]# curl http://localhost                                                              

Continue reading >>