SDN Using Names SDN Using Names as an approach to simplifying policy application and ease operations barrier: For anyone who is visiting for the first time, first thank you for visiting. By day I design networks with completely traditional means, the handful of scalable architectures with a slight amount of flexibility, BGP/VPNs thats it. I am a one… Continue reading SDN Using Names
Category: Programming
OpenFlow, OpenvSwitch and KVM SDN Lab Installation App
[fancy_header3 variation=”orange”]OpenFlow, OpenvSwitch and KVM SDN Lab Installation App[/fancy_header3] This OpenFlow, Open vSwitch and KVM SDN Lab Installation App is a python app that will install a few different options at an SDN lab. There are some really nice SDN applications that are coming along that have been open sourced from vendors or the community. Lots… Continue reading OpenFlow, OpenvSwitch and KVM SDN Lab Installation App
Django Installation and First App Tutorial
[fancy_header3 variation=”orange”]Django Installation and First App Tutorial [/fancy_header3] Django Installation and First App Tutorial: Django is a powerful web framework written in Python used to create pluggable database driven websites that are complex, but simplified by the abstraction of the Django framework. I am using Ubuntu for this install but beyond it will work for… Continue reading Django Installation and First App Tutorial
Python Tutorial: Classes, Objects, Methods, init and Simple Examples
[fancy_header3 variation=”orange”]Python Tutorial: Classes, Objects, Methods, init and Simple Examples[/fancy_header3] Python Tutorial on Classes, Objects, Methods: In this post we will dive into Python classes, methods, objects and using the init constructer to initialize classes. Object oriented programming has gone well past being a fad (sorry punchcards) like it or not encapsulation and inheritance is winning… Continue reading Python Tutorial: Classes, Objects, Methods, init and Simple Examples
Python Tutorial: Functions and Passing Lists and Dictionaries with Simple Examples
[fancy_header3 variation=”orange”]Python Tutorial: Functions, Passing Lists, Dictionaries with Simple Examples[/fancy_header3] In Python the differences between functions, classes and methods is often best explained with examples of code. It is also the best way to learn syntax and languages for some of us. We will start off with Functions and work into Classes which is the… Continue reading Python Tutorial: Functions and Passing Lists and Dictionaries with Simple Examples