Github and PyCharm

I am not a programmer but sometimes I create some small API integration for HyperFlex that make my life easier. I am writing in Python and I am using PyCharm with the plugin Kite. To have my code published and make sure the correct versions are on the web, I am using the PyCharm Github … Read more

Howto use Hyperflex Rest Explorer. (With VIDEO)

API’s are hot ! You can automate almost anything you like. If you want to automate Hyperflex you can use UCS Director (See this blog) or you can write something yourself. There is a page at the Hyperflex cluster with a rest explorer build in. Not only the schema, or requests, but also the output … Read more

Raspberry Pi : Apache & Python Error 500

Raspberry Pi Apache Error I am trying to make some homemade domotica and I tested everything on my mac. That was working, but when I transfered everything to the Raspberry Pi, I had the server 500 error. Perl was working fine, but not the python scripts. I googled for an hour and didn’t see any … Read more

Dev-ops rules the world with Cisco NX-OS !

Dev-ops are cool ! So you wanne be cool. Learn the following nice features with Open NX-OS for the Nexus 9000:

What can you do when you login with a dev-ops role on a Nexus 9000:

N9K-OpenNXOS# sh role name dev-ops

Role: dev-ops

  Description: Predefined system role for devops access. This role

  cannot be modified.

  ——————————————————————-

  Rule    Perm    Type        Scope               Entity                  

  ——————————————————————-

  6       permit  command                         conf t ; username *     

  5       permit  command                         attach module *         

  4       permit  command                         slot *                  

  3       permit  command                         bcm module *            

  2       permit  command                         run bash *              

  1       permit  command                         python * 

Lets enable the bash-shell and nxapi feature :

N9K-OpenNXOS# conf t

Read more